Difference between revisions of "Template:C/doc"

From blackwiki
Jump to navigation Jump to search
imported>Sardanaphalus
m (→‎top: nbsps)
imported>Sardanaphalus
(ifsandbox, nbsps)
Line 3: Line 3:
  
 
: {{tlx|c |''category name''}}
 
: {{tlx|c |''category name''}}
: {{tlx|c |''category name''|''link text''}}
+
: {{tlx|c |''category name'' |''link text''}}
 
: {{tlx|c|icon |''category name''}}
 
: {{tlx|c|icon |''category name''}}
: {{tlx|c|icon |''category name''|''link text''}}
+
: {{tlx|c|icon |''category name'' |''link text''}}
  
 
===Usage===
 
===Usage===
Use {{tlpad|c}} to create a [[Wikipedia:Namespace|namespace]]-free link to a category, i.e. {{c|Philosophy}} rather than {{cl|Philosophy}}, {{cls|Philosophy}}, etc:
+
Use {{tlpad|c}} to create a [[Wikipedia:Namespace|namespace]]-free link to a category, i.e. {{c{{ifsandbox}}|Philosophy}} rather than {{cl|Philosophy}}, {{cls|Philosophy}}, etc:
: <code><nowiki>{{c|Philosophy}}</nowiki></code> produces: {{c|Philosophy}}
+
: <code><nowiki>{{c|Philosophy}}</nowiki></code> produces: {{c{{ifsandbox}}|Philosophy}}
 
To specify the text used for the link{{aside|e.g. "Philosophy category" in place of "Philosophy"}} add it as the next parameter:
 
To specify the text used for the link{{aside|e.g. "Philosophy category" in place of "Philosophy"}} add it as the next parameter:
: <code><nowiki>{{c|Philosophy|Philosophy category}}</nowiki></code> produces: {{c|Philosophy|Philosophy category}}
+
: <code><nowiki>{{c|Philosophy|Philosophy category}}</nowiki></code> produces: {{c{{ifsandbox}}|Philosophy|Philosophy category}}
  
 
To prefix the link with the category icon "{{icon|Category}}" (e.g. as seen in templates), set the first parameter as {{para||icon}}:
 
To prefix the link with the category icon "{{icon|Category}}" (e.g. as seen in templates), set the first parameter as {{para||icon}}:
: <code><nowiki>{{c|icon|Philosophy}}</nowiki></code> produces: {{c|icon|Philosophy}}
+
: <code><nowiki>{{c|icon|Philosophy}}</nowiki></code> produces: {{c{{ifsandbox}}|icon|Philosophy}}
: <code><nowiki>{{c|icon|Philosophy|Philosophy category}}</nowiki></code> produces: {{c|icon|Philosophy|Philosophy category}}
+
: <code><nowiki>{{c|icon|Philosophy|Philosophy category}}</nowiki></code> produces: {{c{{ifsandbox}}|icon|Philosophy|Philosophy category}}
  
 
===See also===
 
===See also===
Line 21: Line 21:
 
* {{tlspc|cls}}, which produces the third type shown in the Usage section ({{cls|Philosophy}}, i.e. including an abbreviated prefix).
 
* {{tlspc|cls}}, which produces the third type shown in the Usage section ({{cls|Philosophy}}, i.e. including an abbreviated prefix).
 
* {{tlspc|lcs}}, which produces: {{lcs|Philosophy}}
 
* {{tlspc|lcs}}, which produces: {{lcs|Philosophy}}
* {{tl|icon}} for other standard Wikipedia icons.
+
* {{tl|icon}} for standard Wikipedia icons.
  
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |

Revision as of 16:19, 25 August 2014

{{|category name}}
{{|category name |link text}}
{{c|icon |category name}}
{{c|icon |category name |link text}}

Usage

Use Template:Tlpad to create a namespace-free link to a category, i.e. {{cTemplate:Ifsandbox|Philosophy}} rather than Category:Philosophy, Cat:Philosophy, etc:

{{c|Philosophy}} produces: {{cTemplate:Ifsandbox|Philosophy}}

To specify the text used for the link<aside>e.g. "Philosophy category" in place of "Philosophy"</aside> add it as the next parameter:

{{c|Philosophy|Philosophy category}} produces: {{cTemplate:Ifsandbox|Philosophy|Philosophy category}}

To prefix the link with the category icon "Category" (e.g. as seen in templates), set the first parameter as |icon:

{{c|icon|Philosophy}} produces: {{cTemplate:Ifsandbox|icon|Philosophy}}
{{c|icon|Philosophy|Philosophy category}} produces: {{cTemplate:Ifsandbox|icon|Philosophy|Philosophy category}}

See also