Template:SplitLink

From Biowikifarm Metawiki
Jump to: navigation, search
[edit] Template documentation

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.