Template:SplitCategory/doc

From Biowikifarm Metawiki
Jump to: navigation, search
This is a documentation subpage for Template:SplitCategory (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

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.