Template:Consecutive links: Difference between revisions
mNo edit summary |
added 6th and 7th arguments |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke: consecutive links | parse |{{{1}}}|{{{2|,}}}|{{{3|, }}}|{{{4|}}}|{{{5|}}}}}</includeonly><noinclude>[[Category:Templates]] | <includeonly>{{#invoke: consecutive links | parse |{{{1}}}|{{{2|,}}}|{{{3|, }}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}}}</includeonly><noinclude>[[Category:Templates]] | ||
Template that allows auto linking of a list by a specified delimiter.Usage: | Template that allows auto linking of a list by a specified delimiter.Usage: | ||
Line 18: | Line 18: | ||
{{consecutive links|Joppa/Kyakukya/Grit Gate|/|-|(|)}} | {{consecutive links|Joppa/Kyakukya/Grit Gate|/|-|(|)}} | ||
Last but not least,you can use parameters 6th and 7th to add stuff before and after inside of the links. | |||
<code><nowiki>{{consecutive links|Blade, Weapon, Long Blade|,|,|||:Category:| Mods}}</nowiki></code> | |||
{{consecutive links|Blade, Weapon, Long Blade|,|,|||:Category:| Mods}} | |||
</noinclude> | </noinclude> |
Revision as of 19:05, 31 August 2019
Template that allows auto linking of a list by a specified delimiter.Usage:
{{Consecutive links|Joppa, Kyakukya, Grit Gate}}
The delimiter defaults to ,
(ignoring white space) if not specified, and splits it by ,
if that wants to change, then a delimiter can be specified in a second argument:
{{Consecutive links|Joppa/Kyakukya/Grit Gate|/|/}}
Additionally, you can use the 4th and 5th parameters to specify an overall prefix and an overall postfix to the string that is returned.
{{Consecutive links|Joppa/Kyakukya/Grit Gate|/|<div class{{=}}"example"></div>|<div class{{=}}"example">|</div>}}
Last but not least,you can use parameters 6th and 7th to add stuff before and after inside of the links.
{{consecutive links|Blade, Weapon, Long Blade|,|,|||:Category:| Mods}}
Category:Blade Mods,Category:Weapon Mods,Category:Long Blade Mods