Content deleted Content added
BrandonXLF (talk | contribs) Allow sandbox |
BrandonXLF (talk | contribs) No edit summary |
||
Line 1:
-- Sandbox, do not delete
local config = require('Module:Authority control/config').config
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
▲ return require('Module:Suppress categories').main( ac.authorityControl( newFrame ) )
end
|