Template:For: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{| style="padding-left: 9px; padding-right: 9px; border-bottom: 2px solid #3a1455; border-right: 2px solid #3a1455 | {| style="padding-left: 9px; padding-right: 9px; border-bottom: 2px solid #3a1455; border-right: 2px solid #3a1455; border-radius: 10px; background:#4d1b71; margin-left: auto; margin-right: auto; width: {{{4}}}px; text-align: center;" | ||
|- | |- | ||
| [[File:Info_purple_icon.png|19px]] This article is about {{{1}}}. For the article about {{{2}}}, see [[{{{3}}}]]. | | [[File:Info_purple_icon.png|19px]] This article is about {{{1}}}. For the article about {{{2}}}, see [[{{{3}}}]]. | ||
|} | |} | ||
<noinclude><br>{{For/doc}}[[Category:Templates]]</noinclude> | <noinclude><br>{{For/doc}}[[Category:Templates]]</noinclude> |
Latest revision as of 06:15, 31 December 2021
This article is about {{{1}}}. For the article about {{{2}}}, see [[{{{3}}}]]. |
This template is for pages that have similar topics or page names compared to other pages. For example, there's a page on pottery, and another on the pottery building. So both of those pages should have this template to reduce possible confusion.
Place {{for|<CURRENT_PAGE>|<SIMILAR_PAGE>|<LINK_TO_SIMILAR_PAGE>|<WIDTH_IN_#>}}
at the top of the page. The link section only needs the page name - it doesn't need to be surrounded in brackets like standard links in source mode. The width part only requires the number, as it automatically goes by pixels, and no other units of measurement (such as percents).
Typing {{for|the color red|the color dark red|dark_red|650}}
produces the following:
This article is about the color red. For the article about the color dark red, see dark_red. |
Text can also be formatted, like this... {{for|'''{{color|the color red'''|lime}}|'''''the color dark red'''''|{{glow|dark_red|yellow|pink}}|670}}
...which produces the following:
This article is about the color red. For the article about the color dark red, see [[dark_red]]. |
Note how the link is now broken, so care should be taken to not format the link section to the point where it breaks the link.