Difference between revisions of "Template:VLC icon"
Jump to navigation
Jump to search
(16 x 16 pixels is now the default (actual size). The old 22 x 22 pixel size remains available under the keyword "large icon". Is this too small? Let me know.) |
m (Demonstrate sizes) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<!-- | <!-- | ||
-->{{#switch:{{{1}}}<!-- | -->{{#switch:{{{1}}}<!-- | ||
− | -->|large = [[File:LargeVLC.png| | + | -->|full = [[File:LargeVLC.png|300px]]<!-- |
+ | -->|large = [[File:LargeVLC.png|192px]]<!-- | ||
+ | -->|medium = [[File:LargeVLC.png|128px]]<!-- | ||
+ | -->|small = [[File:LargeVLC.png|64px]]<!-- | ||
-->|large icon = [[File:LargeVLC.png|22px]]<!-- | -->|large icon = [[File:LargeVLC.png|22px]]<!-- | ||
− | -->|icon | + | -->|icon<!-- |
-->|#default = [[File:LargeVLC.png|16px]]<!-- | -->|#default = [[File:LargeVLC.png|16px]]<!-- | ||
-->}}<noinclude> | -->}}<noinclude> | ||
Line 10: | Line 13: | ||
{{{{PAGENAME}}<nowiki>|keyword}}</nowiki> | {{{{PAGENAME}}<nowiki>|keyword}}</nowiki> | ||
Keywords available: | Keywords available: | ||
− | * '''<code> | + | * '''<code>full</code>''' for 300 x 300 pixels |
+ | * '''<code>large</code>''' for 192 x 192 pixels | ||
+ | * '''<code>medium</code>''' for 128 x 128 pixels | ||
+ | * '''<code>small</code>''' for 64 x 64 pixels | ||
* '''<code>large icon</code>''' for 22 x 22 pixels | * '''<code>large icon</code>''' for 22 x 22 pixels | ||
* '''<code>icon</code>''' for 16 x 16 pixels (default and actual size in many cases) | * '''<code>icon</code>''' for 16 x 16 pixels (default and actual size in many cases) | ||
+ | All keywords, in order: | ||
+ | |||
+ | {{{{PAGENAME}}|full}} | ||
+ | {{{{PAGENAME}}|large}} | ||
+ | {{{{PAGENAME}}|medium}} | ||
+ | {{{{PAGENAME}}|small}} | ||
+ | {{{{PAGENAME}}|large icon}} | ||
+ | {{{{PAGENAME}}|icon}} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |