The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "Template:For"

From Arthur Wiki
Jump to navigationJump to search
Line 1: Line 1:
<div>''For {{{1}}}, see [[{{{2}}}]].''</div>
:<span class="dablink">''For {{{1|other uses}}}, see [[{{{2|{{PAGENAME}} (disambiguation)}}}]]{{#if:{{{3|}}}|&#32;and [[{{{3}}}]]}}.''</span><noinclude>
<noinclude> __NOTOC__
{{documentation}}</noinclude>
==Usage instructions==
This template is used at the top of pages for simple disambiguations. See also Template:For on Wikipedia.
==Example==
;Code
<pre><nowiki>{{For|the Main Page|Main Page}}</nowiki></pre>
;Output
{{For|the Main Page|Main Page}}
 
[[Category:Navigational templates|For]]
[[Category:Utility templates|For]]</noinclude>

Revision as of 01:37, 4 December 2013

For other uses, see For (disambiguation).
Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:For/doc to edit this documentation. (How does this work?)
Description
This template is used at the top of pages for simple disambiguations.
Syntax
Type {{for|<something>|<page name>|<optional second pagename>}}
Sample output
{{for|the help pages|Help:Contents|Help:Main Page}} gives...
For the help pages, see Help:Contents and Help:Main Page.
{{for|2=Help:Contents}} gives...
For other uses, see Help:Contents.
See also
Template:For on Wikipedia.