Module:Sandbox/BrandonXLF/4: Difference between revisions

Content deleted Content added
Allow sandbox
No edit summary
Line 1:
-- Sandbox, do not delete
local config = require('Module:Authority control/config').config
returnlocal sc = require('Module:Suppress categories').main( ac.authorityControl( newFrame ) )
local p = {}
 
Line 8 ⟶ 9:
for _, conf in pairs(config) do
local statement = mw.wikibase.getBestStatements('P' .. conf.property, 'P1855')[1]
if statement then
Line 15 ⟶ 16:
end
local newParentFrame =return sc.main(frame:newChildexpandTemplate{ title = 'Foo', args = args })
local newFrame = newParentFrame:newChild{ title = template, args = {} }
return require('Module:Suppress categories').main( ac.authorityControl( newFrame ) )
end