Template:Iconbox/doc: Difference between revisions
Appearance
MLD>Lorenerd11 |
m 1 revision imported |
(No difference)
|
Latest revision as of 20:38, 10 May 2025
Usage[edit source]
One item in a list of icons (achievements, disasters, etc.). The box name is sent as a referenceable anchor on the page, so you don't need to also use id="" to link to it.
{{iconbox|name|description}}
{{iconbox|name|description|image=file}}
Parameters[edit source]
Parameter | Description | Required | Default |
---|---|---|---|
1 | Box name and hovertext | required | none |
2 / desc | Description | optional | none |
image | Image file, ".png" not required | optional | parameter 1 |
extension | Changes image extension | optional | png |
px | Image width, in pixels Prefixing the number with an x will cause it to set image height instead |
optional | default image size |
template | Uses an assembled template in place of an image | optional | image |
Examples[edit source]
{{iconbox|unknown}}
[[File:{{#replace:unknown|.png|}}.png|{{{px}}}px|unknown]]
unknown
{{iconbox|Brave New World|Colonize a planet.}}
[[File:{{#replace:Brave New World|.png|}}.png|{{{px}}}px|Brave New World]]
Brave New World
Colonize a planet.
{{iconbox|Break On Through...|Research a Rare technology.}}
[[File:{{#replace:Break On Through...|.png|}}.png|{{{px}}}px|Break On Through...]]
Break On Through...
Research a Rare technology.
{{iconbox|Shipyard|A Shipyard may build one ship at a time, in parallel with other Shipyards.|image=sb shipyard.png}}
[[File:{{#replace:sb shipyard.png|.png|}}.png|{{{px}}}px|Shipyard]]
Shipyard
A Shipyard may build one ship at a time, in parallel with other Shipyards.
{{iconbox|Lush|Life thrives here, the fauna is plentiful and the flora grows rapidly.|template={{planet modifier|lush|green|Lush}}}}
Lush
Life thrives here, the fauna is plentiful and the flora grows rapidly.