Template:Continued on: Difference between revisions

From No Man's Land - A Trigun Wiki
Jump to navigation Jump to search
(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><!--
{{#template_params:}}
--><noinclude>
</noinclude><includeonly>
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.
{{#template_display:_format=standard}}</includeonly>
 
;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>

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.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Subpage name1

The name of the subpage (only what appears after the / ).

Contentrequired
Description2

Description of the subpage.

Auto value
the following subpage
Contentrequired