Template:Continued on: Difference between revisions
Jump to navigation
Jump to search
m (template created) |
m (changed templatedata) |
||
(One intermediate revision by the same user not shown) | |||
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": "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> |
Latest revision as of 09:55, 25 September 2023
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
{{Continued on|Test|test page}}
Results in:
- Continued on test page.
{{Continued on|Test|the following test page}}
Results in:
- Continued on the following test page.
A template used to point to an article's content continued on a subpage.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Subpage name | 1 | The name of the subpage (only what appears after the / ). | Content | required |
Description | 2 | Description of the subpage.
| Content | required |