Difference between revisions of "Template:Tag"

From The Coppermind
Jump to navigation Jump to search
m (+usage)
m (+css-class +tracking-link +docs)
Line 1: Line 1:
<includeonly><!--
+
<includeonly><span class="cm-tag"><!--
 
LINK
 
LINK
 
-->[[{{{link|{{{1}}}|}}}|{{{text|{{{1}}}|}}}]]<!--
 
-->[[{{{link|{{{1}}}|}}}|{{{text|{{{1}}}|}}}]]<!--
Line 5: Line 5:
 
CATEGORY
 
CATEGORY
 
-->[[Category:{{{cat|{{{1}}}|}}}]]<!--
 
-->[[Category:{{{cat|{{{1}}}|}}}]]<!--
  +
--><span class="cm-tag-cat-link cm-tracking-link" style="display: none;">[[:category: {{{cat|{{{1}}}|}}}]]</span><!--
   
--></includeonly><noinclude>
+
--></span></includeonly><noinclude>
The '''tag''' template is a link macro template that links to a page and applies a category. It's best to use it on the page's [[Help:Infoboxes|infobox]] rather than in the text proper.
+
The '''tag''' template is a link macro template that links to a page and applies a category. It's best to use it on the page's [[help: infoboxes|infobox]] rather than in the text proper.
   
 
=== Template ===
 
=== Template ===
Line 23: Line 24:
   
 
<!-- ------------- -->
 
<!-- ------------- -->
<!-- ROW: {{1}} -->
+
<!-- ROW: {1} -->
 
<!-- ------------- -->
 
<!-- ------------- -->
 
{{docs/row/required
 
{{docs/row/required
|param=<nowiki>{{1}}</nowiki>
+
|param=<nowiki>{1}</nowiki>
 
|desc= Use the first parameter to create a link and add the page to a category with the same name.
 
|desc= Use the first parameter to create a link and add the page to a category with the same name.
 
|eg=
 
|eg=
Line 42: Line 43:
 
<code><nowiki>|cat=Diagram</nowiki></code>
 
<code><nowiki>|cat=Diagram</nowiki></code>
 
}}
 
}}
  +
  +
<!-- -------- -->
  +
<!-- ROW: link-->
  +
<!-- -------- -->
  +
{{docs/row/optional
  +
|param=link
  +
|desc=Use this to change which page the tag links to.<br>
  +
<small>'''Note:''' To follow from the above example, <code><nowiki>{{tag|Diagram|link=Diagram (group)}}</nowiki></code> adds the page to [[:Category:Diagram]], links to [[Diagram (group)]] and displays the tag as [[Diagram (group)|Diagram]].</small>
  +
|eg=
  +
<code><nowiki>|link=Diagram (group)</nowiki></code>
  +
}}
  +
   
 
<!-- -------- -->
 
<!-- -------- -->
Line 56: Line 69:
 
|}
 
|}
   
[[Category: link macros]]
+
[[category: link macros]]
   
 
== Articles using Template ==
 
== Articles using Template ==

Revision as of 13:18, 7 May 2020

The tag template is a link macro template that links to a page and applies a category. It's best to use it on the page's infobox rather than in the text proper.

Template

Note: Replace {{1}} with an actual parameter.

{{tag |{{1}} |cat= |text= }}

Parameters

Highlighted lines indicate mandatory parameters.

Positional parameters are indicated with {{N}} in their name. For example, {{1}} means "the first template parameter".

{{Tag}} Parameters
Parameter Description Examples
{1} Use the first parameter to create a link and add the page to a category with the same name.

|Diagram

cat Use this to add this page to a category named differently than the first parameter; if cat is used, the first parameter serves only as a page link.

Note: This is useful in cases such as when the first parameter links to a disambiguation page; for example, {{tag|Diagram}} would add the page to Category:Diagram and link to Diagram, while {{tag|Diagram (group)|cat=Diagram}} adds the page to Category:Diagram and links to Diagram (group).

|cat=Diagram

link Use this to change which page the tag links to.

Note: To follow from the above example, {{tag|Diagram|link=Diagram (group)}} adds the page to Category:Diagram, links to Diagram (group) and displays the tag as Diagram.

|link=Diagram (group)

text Use this to change how the tag is displayed on the page.

Note: To follow from the above example, {{tag|Diagram (group)|cat=Diagram|text=Patriots}} adds the page to Category:Diagram, links to Diagram (group) and displays the tag as Patriots.

|text=Patriots

Articles using Template