Template:SplitCategory

From Biowikifarm Metawiki
Revision as of 15:04, 10 February 2010 by Gregor Hagedorn (Talk | contribs) (Created page with '<includeonly>[[{{ns:category}}:{{#replace:{{#replace:{{{1}}}|,|{{SplitCategory/Delimiter}}}}|\|}}]]</includeonly><noinclude>{{Documentation}} </noinclude>')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
[edit] Template documentation

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.