Template:Producer icon: Difference between revisions
From Corsair Cove Official Wiki
the inner icon should not have had a specified size |
Redid with standardized sizes |
||
| Line 1: | Line 1: | ||
<includeonly><div style="position: relative; | <includeonly><div style="position: relative; width: {{#switch: {{{size}}}|sm=32|md=64|lg=96|xl=128|#default=64}}px; height: {{#switch: {{{size}}}|sm=32|md=64|lg=96|xl=128|#default=64}}px; padding: 0; line-height: 0; font-size: 0;"><!-- | ||
-->[[File:T ICO BuildingSign Shield.png|x{{{size|96 | -->[[File:T ICO BuildingSign Shield.png|x{{#switch: {{{size}}}|sm=32|md=64|lg=96|xl=128|#default=64}}px|link=]]<!-- | ||
--><div style="position: absolute; top: 19%; left: 19%; width: 62%; height: 62%;">[[File:{{{1|}}}]]</div><!-- | --><div style="position: absolute; top: 19%; left: 19%; width: 62%; height: 62%;"><!-- | ||
---->[[File:{{{1|}}}|x{{#switch: {{{size}}}|sm=20|md=40|lg=60|xl=80|#default=40}}px]]<!-- | |||
--></div><!-- | |||
--></div></includeonly><noinclude> | --></div></includeonly><noinclude> | ||
| Line 8: | Line 10: | ||
Examples: | Examples: | ||
<pre>{{Producer icon|T ICO resource Hardwood.png|size= | <pre>{{Producer icon|T ICO resource Hardwood.png|size=sm}}</pre> | ||
{{Producer icon|T ICO resource Hardwood.png|size= | {{Producer icon|T ICO resource Hardwood.png|size=sm}} | ||
<pre>{{Producer icon|T ICO resource Hardwood.png|size= | <pre>{{Producer icon|T ICO resource Hardwood.png|size=md}}</pre> | ||
{{Producer icon|T ICO resource Hardwood.png|size= | {{Producer icon|T ICO resource Hardwood.png|size=md}} | ||
<pre>{{Producer icon|T ICO resource Hardwood.png|size= | <pre>{{Producer icon|T ICO resource Hardwood.png|size=lg}}</pre> | ||
{{Producer icon|T ICO resource Hardwood.png|size= | {{Producer icon|T ICO resource Hardwood.png|size=lg}} | ||
<pre>{{Producer icon|T ICO resource Hardwood.png|size= | <pre>{{Producer icon|T ICO resource Hardwood.png|size=xl}}</pre> | ||
{{Producer icon|T ICO resource Hardwood.png|size= | {{Producer icon|T ICO resource Hardwood.png|size=xl}} | ||
Testing in a table: | |||
{|class=wikitable | |||
! Icon !! Name | |||
|- | |||
| {{Producer icon|T ICO resource Hardwood.png|size=lg}} || Hardwood | |||
|- | |||
| {{Producer icon|T ICO resource Hardwood.png|size=lg}} || Hardwood | |||
|- | |||
| {{Producer icon|T ICO resource Hardwood.png|size=lg}} || Hardwood | |||
|} | |||
[[Category: Formatting templates]] | [[Category: Formatting templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 21:00, 18 July 2026
Layers the "Producers" icon shown in the Production Chains overview, a plain wooden shield background, behind the icon with the specified filename. Applies the specified size to the whole stack, so the inner icon will be smaller.
Examples:
{{Producer icon|T ICO resource Hardwood.png|size=sm}}
{{Producer icon|T ICO resource Hardwood.png|size=md}}
{{Producer icon|T ICO resource Hardwood.png|size=lg}}
{{Producer icon|T ICO resource Hardwood.png|size=xl}}
Testing in a table:
| Icon | Name |
|---|---|
| Hardwood | |
| Hardwood | |
| Hardwood |


