Difference between revisions of "Template:IncludeAt/doc"
(still working...) |
m |
||
Line 3: | Line 3: | ||
"params": { | "params": { | ||
"noinclude": { | "noinclude": { | ||
− | "description": "If this argument is \" | + | "description": "If this argument is \"true\", then nothing will be included. Used as a \"master switch\".", |
"type": "string", | "type": "string", | ||
"default": "none" | "default": "none" |
Revision as of 20:51, 27 August 2019
<templatedata> { "params": { "noinclude": { "description": "If this argument is \"true\", then nothing will be included. Used as a \"master switch\".", "type": "string", "default": "none" }, "anytalk": { "description": "Information to be included at any talkpage.", "type": "string", "default": "none", "required": true }, "main": { "description": "Information to be included at (main) namespaces.", "type": "string", "required": true }, "user": { "type": "string", "required": true }, "template": { "required": true }, "help": { "required": true }, "category": { "required": true }, "pagename": {}, "page": {}, "pagename2": {}, "page2": {}, "pagename3": {}, "page3": {}, "other": {} }, "format": "block" } </templatedata>