Vorlage:SplitLink/doc
Aus Offene Naturführer
Dies ist eine Unterseiten-Dokumentation für Vorlage:SplitLink (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|LinkOne, LinkTwo & LinkThree|,|&}}
… creates, independently of the wiki language (i.e. working under en, de, etc.):
[[Category:LinkOne]] [[Category:LinkTwo]] [[Category:LinkThree]]
Technical Note: The function uses a #replace: parser function, but the replacement text ]], [[ must be "hidden" inside a second template (Template:SplitLink/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:SplitCategory.