Module:Documentation/config: Difference between revisions

Content added Content deleted
m (1 revision imported: Infobox city Japan)
m (1 revision imported from w:en:Module:Documentation/config)
Line 13: Line 13:
-- Protection template configuration
-- Protection template configuration
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------

-- cfg['protection-template']
-- The name of the template that displays the protection icon (a padlock on enwiki).
cfg['protection-template'] = 'pp-template'


-- cfg['protection-reason-edit']
-- cfg['protection-reason-edit']
Line 18: Line 22:
-- [[Module:Protection banner]].
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
cfg['protection-reason-edit'] = 'template'

--[[
-- cfg['protection-template-args']
-- Any arguments to send to the protection template. This should be a Lua table.
-- For example, if the protection template is "pp-template", and the wikitext template invocation
-- looks like "{{pp-template|docusage=yes}}", then this table should look like "{docusage = 'yes'}".
--]]
cfg['protection-template-args'] = {docusage = 'yes'}


--[[
--[[