Difference between revisions of "Template:SplitCategory/doc"
m (+DEFAULTSORT:Categorisation) |
GiselaWeber (Talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Documentation/subpage}} | {{Documentation/subpage}} | ||
+ | |||
+ | For a list of values, create a category link for each of the values. Optionally add display code for the categories showing the values in-place. | ||
=== Usage === | === Usage === | ||
− | The {{#titleparts: {{FULLPAGENAME}}| 1 }} assumes to get a colon-separeted input | + | ==== Comma (or semicolon) separated ==== |
+ | |||
+ | The {{#titleparts: {{FULLPAGENAME}}| 1 }} assumes to get a colon-separeted input as default… | ||
<nowiki>{{SplitCategory|one, two, three}}</nowiki> | <nowiki>{{SplitCategory|one, two, three}}</nowiki> | ||
…and creates categories dependending on the language… | …and creates categories dependending on the language… | ||
Line 12: | Line 16: | ||
…“one, two, three” is printed additionally right where the template is used. | …“one, two, three” is printed additionally right where the template is used. | ||
− | If just “<code>replace sep for print = ,• </code>” is | + | If just “<code>replace sep for print = ,• </code>” is specified… |
<nowiki>{{SplitCategory | one, two, three | replace sep for print = ,• }}</nowiki> | <nowiki>{{SplitCategory | one, two, three | replace sep for print = ,• }}</nowiki> | ||
− | …a replacment is done and it looks nicely like “one • two • three” | + | …a replacment is done and it looks nicely like “one • two • three”. |
− | + | ||
− | === | + | ==== Semicolon and comma ==== |
+ | If using “<code>replace sep for print 1 = ;• </code>” ''and'' “<code>replace sep for print 2 = ,• </code>” is specified… | ||
+ | <nowiki>{{SplitCategory | one, two; three | replace sep for print 1= ;• | replace sep for print 2= ,• }}</nowiki> | ||
+ | …a replacement is done and it looks nicely like “one • two • three”. '''Beware of the order''': first ‘;’ and ''then'' ‘,’ is the recommended order, because &nbsp; contains a semicolon! | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
− | |||
[[Category:Classification]] | [[Category:Classification]] | ||
</includeonly> | </includeonly> |
Latest revision as of 15:08, 20 April 2010
For a list of values, create a category link for each of the values. Optionally add display code for the categories showing the values in-place.
Usage
Comma (or semicolon) separated
The Template:SplitCategory assumes to get a colon-separeted input as default…
{{SplitCategory|one, two, three}}
…and creates categories dependending on the language…
[[Category:one]] [[Category:two]] [[Category:three]]
If “print = true
”…
{{SplitCategory | one, two, three | print=true}}
…“one, two, three” is printed additionally right where the template is used.
If just “replace sep for print = ,•
” is specified…
{{SplitCategory | one, two, three | replace sep for print = ,• }}
…a replacment is done and it looks nicely like “one • two • three”.
Semicolon and comma
If using “replace sep for print 1 = ;•
” and “replace sep for print 2 = ,•
” is specified…
{{SplitCategory | one, two; three | replace sep for print 1= ;• | replace sep for print 2= ,• }}
…a replacement is done and it looks nicely like “one • two • three”. Beware of the order: first ‘;’ and then ‘,’ is the recommended order, because contains a semicolon!