Template:Strategy needed/doc: Difference between revisions
Created page with "<templatedata> { "params": { "1": { "label": "Reason", "description": "The reason this strategy section is incomplete.", "type": "string" } }, "paramOrder": [ "1" ], "format": "\n{{_|_=_}}\n", "description": "A notice template for marking a section as incomplete. This should only be used for marking specific sections as incomplete, not entire strategy pages.\n\nLike other notices, this template should be placed below hatnotes ({{main}}, {{see also}},..." |
added a parameter to mark it as a tips section instead of a strategy section |
||
| Line 6: | Line 6: | ||
"description": "The reason this strategy section is incomplete.", | "description": "The reason this strategy section is incomplete.", | ||
"type": "string" | "type": "string" | ||
}, | |||
"tips": { | |||
"label": "Tips", | |||
"description": "Refers to this section as a tips section instead of a strategy section.", | |||
"type": "boolean" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1", | ||
"tips" | |||
], | ], | ||
"format": "\n{{_|_=_}}\n", | "format": "\n{{_|_=_}}\n", | ||