Template:Simpleicon: Difference between revisions
From questden
Jump to navigationJump to search
(Supports 4 icons) |
(Added description) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude>This uses the code from icon, so it's very similar, but it has a few removals and additions! | ||
First, there is no caption or link, hence the name "simpleicon". Second, you can have up to four icons together! They stack in a 2x2 grid. | |||
'''Visual Example:''' | |||
{{simpleicon|123|725|120|1}} (Random images) | |||
'''Usage Examples''' | |||
Using Simpleicon to get 4 images: | |||
<nowiki>{{simpleicon|1|2|3|4}}</nowiki> | |||
Using Simpleicon to get less than 4 images -- note that you must leave unused pipes, else it'll fail: | |||
1 icon:<nowiki>{{simpleicon|1|||}}</nowiki> | |||
2 icons:<nowiki>{{simpleicon|1|2||}}</nowiki> | |||
3 icons:<nowiki>{{simpleicon|1|2|3|}}</nowiki> | |||
</noinclude> | |||
<includeonly><table style="display: inline-table; background-color: #eee; color: black; text-align: center; width: 100px; margin-top: 2px; margin-bottom: 2px;"><!-- | <includeonly><table style="display: inline-table; background-color: #eee; color: black; text-align: center; width: 100px; margin-top: 2px; margin-bottom: 2px;"><!-- | ||
Revision as of 17:38, 19 July 2014
This uses the code from icon, so it's very similar, but it has a few removals and additions!
First, there is no caption or link, hence the name "simpleicon". Second, you can have up to four icons together! They stack in a 2x2 grid.
Visual Example:
(Random images)
Usage Examples
Using Simpleicon to get 4 images:
{{simpleicon|1|2|3|4}}
Using Simpleicon to get less than 4 images -- note that you must leave unused pipes, else it'll fail:
1 icon:{{simpleicon|1|||}}
2 icons:{{simpleicon|1|2||}}
3 icons:{{simpleicon|1|2|3|}}