4,056
edits
m (template created) |
m (templatedata added) |
||
| Line 17: | Line 17: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Subpage name", | |||
"description": "The name of the subpage (only what appears after the / ).", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Description", | |||
"description": "Description of the subpage.", | |||
"type": "content", | |||
"autovalue": "the following subpage", | |||
"required": true | |||
} | |||
}, | |||
"description": "A template used to point to an article's content continued on a subpage.\n" | |||
} | |||
</templatedata></noinclude> | |||