contributors, delete_pages, Interface administrators
4,701
edits
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
<div class="documentation-subpage" style="border: 1px solid #ccc; background-color: #f9f9f9; padding: 1em; margin: 1em 0;"> | <div class="documentation-subpage" style="border: 1px solid #ccc; background-color: #f9f9f9; padding: 1em; margin: 1em 0;"> | ||
This is the <code>/doc</code> subpage of [[{{#titleparts:{{FULLPAGENAME}}|1}}]]. Any changes made here will reflect on the main template page. | This is the <code>/doc</code> subpage of [[{{#titleparts:{{FULLPAGENAME}}|1}}]]. Any changes made here will reflect on the main template page. | ||
[[Category:Documentation subpages]] | [[Category:{{{cat|Documentation subpages}}}]] | ||
</div>}}<noinclude> | </div>}}<noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"cat": { | |||
"label": "Category", | |||
"description": "Specifies which category to label the template under.", | |||
"type": "string", | |||
"default": "Documentation subpages", | |||
"suggested": true | |||
}, | |||
"1": { | "1": { | ||
"label": "Base page name", | "label": "Base page name", | ||
Line 17: | Line 24: | ||
"description": "Used on /doc subpages to display that the current page is a documentation subpage of a template. If no parameter is passed, it defaults to the base name of the current page.", | "description": "Used on /doc subpages to display that the current page is a documentation subpage of a template. If no parameter is passed, it defaults to the base name of the current page.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"1" | "1", | ||
"cat" | |||
] | ] | ||
} | } |