4,056
edits
(Created page with "<noinclude> {{#template_params:}} </noinclude><includeonly> {{#template_display:_format=standard}}</includeonly>") |
m (changed templatedata) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <includeonly>:''Continued on [[{{PAGENAME}}/{{{1|}}}|{{{2|}}}]].''</includeonly><!-- | ||
{{ | --><noinclude> | ||
</ | A template used to point to an article's content continued on a subpage. Simply enter the title of the subpage that appears after the / in the "1" field and text of your choice in "2". Both fields must be filled out. | ||
{{ | |||
;Examples | |||
<pre>{{Continued on|Test|test page}}</pre> | |||
Results in: | |||
{{Continued on|Test|test page}} | |||
<pre>{{Continued on|Test|the following test page}}</pre> | |||
Results in: | |||
{{Continued on|Test|the following test page}} | |||
[[Category:Templates]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Subpage name", | |||
"description": "The name of the subpage (only what appears after the / ).", | |||
"type": "content", | |||
"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> | |||