Difference between revisions of "Template:ArrayMapBulletedListLink"
Jump to navigation
Jump to search
(No bullet in case of one item only) |
(fix) |
||
Line 4: | Line 4: | ||
{{t|<nowiki>{{ArrayMapListLink|a,b,c...}}</nowiki>}} | {{t|<nowiki>{{ArrayMapListLink|a,b,c...}}</nowiki>}} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
− | {{#if: {{Contains|,|{{{1|}}}}}|{{#if: {{{1|}}}|• }}{{#arraymap:{{{1|}}}|,|x|[[x]]|<br/>• }}|{{{1|}}}}}</includeonly> | + | {{#if: {{Contains|,|[[{{{1|}}}]]}}|{{#if: {{{1|}}}|• }}{{#arraymap:{{{1|}}}|,|x|[[x]]|<br/>• }}|{{{1|}}}}}</includeonly> |
Revision as of 17:15, 31 July 2014
This sub-template is for creating a bulleted list of links from a comma-separated list.
See Template:ArrayMapListLink for the (more common) comma-separated list of links.
Usage:
{{ArrayMapListLink|a,b,c...}}