Vorlage:C: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
 
imported>Oetterer
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 1: Zeile 1:
{{#ifeq:{{{1|}}}|icon |[[File:Folder Hexagonal Icon.png|16x16px|link=]]&nbsp;[[:Category:{{{2}}}|{{{3|{{{2}}}}}}]] |[[:Category:{{{1}}}|{{{2|{{{1}}}}}}]]}}<noinclude>{{Documentation}}</noinclude>
+
{{#ifeq:{{{1|}}}|icon |[[File:{{Image mapper|Folder Hexagonal Icon}}|16x16px|link=]]&nbsp;[[:Category:{{{2}}}|{{{3|{{{2}}}}}}]] |[[:Category:{{{1}}}|{{{2|{{{1}}}}}}]]}}<noinclude>{{Documentation}}</noinclude>

Aktuelle Version vom 16. Februar 2018, 10:03 Uhr

[[:Category:{{{1}}}|{{{1}}}]]

Documentation icon Template documentation[view] [edit] [history] [purge]
{{|category name}}
{{|category name |link text}}
{{c|icon |category name}}
{{c|icon |category name |link text}}

Usage[Quelltext bearbeiten]

Use {{c}} to create a namespace-free link to a category, i.e. Content rather than Category:Content:

{{c|Content}} produces: Content

To specify the text used for the link (e.g. "Content category" in place of "Content") add it as the next parameter:

{{c|Content|Content category}} produces: Content category

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

{{c|icon|Content}} produces: Folder Hexagonal Icon.svg Content
{{c|icon|Content|Content category}} produces: Folder Hexagonal Icon.svg Content category

See also[Quelltext bearbeiten]

  • {{cl}}, which produces the second type of link shown in the Usage section (Category:Content, i.e. including the namespace prefix).