Difference between revisions of "Template:Icon Small"

From RimWorld Wiki
Jump to navigation Jump to search
(Second times the charm...)
Tag: Undo
(always display amount; error message formatting; simplification; source text formatting)
Line 1: Line 1:
<includeonly>{{#vardefine: iconname   | {{ucfirst:{{{1|}}}
+
<includeonly>{{#ifeq: {{#ifexist: {{#vardefineecho: iconname | {{ucfirst: {{{1|}}} }} }} | TRUE | FALSE}}
}}}}{{#ifeq: {{#ifexist: {{#var:iconname}}| TRUE | FALSE}}| FALSE | [[{{#var:iconname}}]](Page does not exist)
+
  | FALSE | [[{{#var:iconname}}]] {{Error|(Error: Page does not exist)}}
|{{#ifeq: {{#ifexist: {{#show: {{#var:iconname}} | ?image | link = none }}| TRUE | FALSE}}| FALSE | [[{{#var:iconname}}]] (Page has no "Image")  
+
  | {{#ifeq: {{#if: {{#show: {{#var:iconname}} | ?image | link = none }} | TRUE | FALSE}}  
|[[{{#show: {{#var:iconname}} | ?image | link = none }}|{{#if:{{{2|}}}|{{{2|}}}|16}}px|{{#var:iconname}}|link={{#ifeq: {{#var:iconname}}|{{PAGENAME}}||{{#var:iconname}}}}]]{{#if:{{{3|}}}|&nbsp;{{{3|}}}|}}
+
    | FALSE | [[{{#var:iconname}}]] {{Error|(Error: Page has no [[Property:Image]])}}
}} }}</includeonly><noinclude>
+
    | [[{{#show: {{#var:iconname}} | ?image | link = none }}|{{#if:{{{2|}}}|{{{2|}}}|16}}px|{{#var:iconname}}|link={{#ifeq: {{#var:iconname}}|{{PAGENAME}}||{{#var:iconname}}}}]]
 +
  }}
 +
}}{{#if:{{{3|}}}|&nbsp;{{{3|}}}}}</includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 15:37, 22 June 2022

Documentation icon Template documentation[view] [edit] [history] [purge]

Description

Will give a small icon (16px default)
Image is taken from the page, so all pages that have a image should be able to display an icon of it.

There are checks that will give some feedback when improper used

Usage

{{Icon Small
| name <-- determines image displayed, is a Pagename that has an image
| image size (optional, 16px resize by default) has to be an integer
| amount (optional)
}}

Examples

Just an icon: Steel

{{Icon Small|steel}}

Icon with Size: Wood

{{Icon Small|Wood|32}}

Icon with Amount: Potatoes 10

{{Icon Small|Potatoes||10}}

Icon with Size and Amount: Chemfuel 150

{{Icon Small|Chemfuel|32|150}}