4,056
edits
m (4 revisions imported) |
m (added template data) |
||
| Line 34: | Line 34: | ||
</noinclude> | </noinclude> | ||
<includeonly><span style="font-size: 12px; background-color: #E5E4E2;">[[{{{1}}}|{{{2|{{{1}}}}}}]]</span></includeonly> | <includeonly><span style="font-size: 12px; background-color: #E5E4E2;">[[{{{1}}}|{{{2|{{{1}}}}}}]]</span></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Page name", | |||
"description": "Name of page being linked to WITHOUT WikiText.", | |||
"example": "Vash the Stampede (episode)", | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Display name", | |||
"description": "Use this field if the linked page name contains (chapter) or (episode) in the name to shorten it to just the title. ", | |||
"example": "Vash the Stampede", | |||
"type": "content" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||