Vorlage:SplitCategory/doc: Unterschied zwischen den Versionen
Aus Offene Naturführer
Zeile 10: | Zeile 10: | ||
See also [[Template:SplitLink]]. | See also [[Template:SplitLink]]. | ||
+ | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
− | |||
− | |||
</includeonly> | </includeonly> | ||
+ | <!-- These categories also for the /doc itself: --> | ||
+ | [[Category:Single-access key templates]] |
Version vom 13. Juli 2010, 17:56 Uhr
|
Dies ist eine Unterseiten-Dokumentation für Vorlage:SplitCategory (siehe dort für die Vorlage selbst). Sie enthält Informationen zur Verwendung, Kategorisierung und andere Inhalte die nicht Bestandteil der originalen Vorlage sind. |
USAGE
{{SplitCategory|CatOne, CatTwo & CatThree|,|&}}
… creates, independently of the wiki language (i.e. working under en, de, etc.):
[[Category:CatOne]] [[Category:CatTwo]] [[Category:CatThree]]
Technical Note: The function uses a #replace: parser function, but the replacement text ]] [[{{ns:category}}: must be "hidden" inside a second template (Template:SplitCategory/Delimiter). Without this trick the brackets will not result in valid links, due to some cleanup/sanitizer code present in the parser.
See also Template:SplitLink.