Template:For: Difference between revisions

From The Reed and Rite
m Protected "Template:For" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div class=navigation>{{#if:{{{pre|}}}|{{{pre}}}.&nbsp;}}''For {{{2|more information}}}, see [[{{{1}}}|{{{3|{{{1}}}|}}}]].{{#if:{{{post|}}}|&nbsp;{{{post}}}|}}''</div></includeonly>
<includeonly><div class=navigation>{{#if:{{{pre|}}}|{{{pre}}}.&nbsp;}}''For {{{2|more information}}}, see [[{{{1}}}|{{{3|{{{1}}}|}}}]].{{#if:{{{post|}}}|&nbsp;{{{post}}}|}}''</div></includeonly><noinclude>
<noinclude>This template should be used when the need arises to provide a link on a similar or related topic. This is also to help prevent confusion when articles have similar names by providing a manual re-direct link.
== Description ==
This template should be used when the need arises to provide a link to a similar or related topic. This is also to help prevent confusion when articles have similar names by providing a manual re-direct link.


It generally takes one unnamed parameter, <code>{{{1}}}</code>, as input. By default, it returns "For more information, see <code>{{{1}}}</code>", where <code>{{{1}}}</code> is a link to the referenced article. A second unnamed parameter will replace "more information" and a third will replace the text which refers to the linked article. For example, <code><nowiki>{{for|St. Crispian's|more on Whereabouts Lane|this St. Crispian's}}</nowiki></code> produces:
== Usage ==
{{for|St. Crispian's|more on Whereabouts Lane}}
{{for|St. Crispian's}}
 
The template is intended to be brief, but additional optional parameters <code>|pre=</code> and <code>|post=</code> allow you to add additional explanatory text at the beginning or end of the displayed text, if necessary. For example, <code><nowiki>{{for|Emma M. Lion#Family|Emma M. Lion the first|pre="Emma M. Lion" redirects here}}</nowiki></code> produces:
{{for|Emma M. Lion#Family|Emma M. Lion the first|pre="Emma M. Lion" redirects here}}
{{for|Summary:The Unselected Journals of Emma M. Lion: Volume 1#1 April 1883|Emma M. Lion the first|pre="Emma M. Lion" redirects here|3=Emma M. Lion}}
 
 
== Usage Examples ==
:* '''Note:''' The examples below show each parameter separated by a line break for demonstration purposes only. For use in articles, please separate parameters with only a vertical bar (<code>|</code>).
:* '''Note:''' The examples below show each parameter separated by a line break for demonstration purposes only. For use in articles, please separate parameters with only a vertical bar (<code>|</code>).
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
Line 55: Line 47:
|here
|here
|post=This page is dedicated to Lapis Lazuli House}}</pre> || style="text-align: center;" | {{for |Lapis Lazuli#Lapis Lazuli Minor |more on Lapis Lazuli Minor|here| post=This page is dedicated to Lapis Lazuli House}}
|post=This page is dedicated to Lapis Lazuli House}}</pre> || style="text-align: center;" | {{for |Lapis Lazuli#Lapis Lazuli Minor |more on Lapis Lazuli Minor|here| post=This page is dedicated to Lapis Lazuli House}}
|-
| rowspan="2" style="text-align: center;" | '''All'''
! colspan="2" style="text-align: center;" | This is a test of a span description.
|-
| <pre>{{for|St. Crispian's|more on Whereabouts Lane|St. Crispian's}}</pre> || style="text-align: center;" | {{for|St. Crispian's|more on Whereabouts Lane|St. Crispian's}}
|}
|}


== Articles Using Template ==
== Articles Using Template ==
<div class="navaid">This list is limited to 100 articles. For a full listing see [[Special: WhatLinksHere/{{FULLPAGENAME}}|here]].</div>
<div class="navigation">This list is limited to 100 articles. For a full listing see [[Special: WhatLinksHere/{{FULLPAGENAME}}|here]].</div>
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}


[[Category:Navigation]]
[[Category:Navigation]]
[[Category:Templates]]

Latest revision as of 18:10, 21 April 2025

Description

This template should be used when the need arises to provide a link to a similar or related topic. This is also to help prevent confusion when articles have similar names by providing a manual re-direct link.

Usage

  • Note: The examples below show each parameter separated by a line break for demonstration purposes only. For use in articles, please separate parameters with only a vertical bar (|).
Parameter Code Output
1 When one unnamed parameter is passed, the template will provide a link to the page defined; preceded by the text: "For more information,".
{{for |St. Crispian's }}
2 When a second unnamed parameter is passed, it will replace the text "more information" in the output.
{{for
|St. Crispian's
|details on Whereabouts Lane
}}
3 When a third unnamed parameter is passed, it will replace the linked text.
{{for
|St. Crispian's#History
|the history of St. Crispian's
|History}}
pre= When the named parameter pre=TEXT is passed, additional text is added at the beginning of the output.
{{for
|Lapis Lazuli#Lapis Lazuli Minor
|more on Lapis Lazuli Minor
|here
|pre=This page is on Lapis Lazuli House}}
post= When the named parameter post=TEXT is passed, additional text is added at the end of the output.
{{for
|Lapis Lazuli#Lapis Lazuli Minor
|more on Lapis Lazuli Minor
|here
|post=This page is dedicated to Lapis Lazuli House}}

Articles Using Template