From Dark and Darker Wiki
m (Removed unnecessary rarity check. Moved pipe character to beginning of then and else clauses. This brings it in line with the style used on other templates.) |
m (Fixed iconbox defaulting to rarity 5. Needed to be -1.) |
||
Line 2: | Line 2: | ||
--><div class="iconbox" style="display:inline-flex;width:max-content;max-width:{{{maxwidth|initial}}}; {{#ifeq:{{{nobr}}}|1||flex-direction: column;}}align-items: center;flex-wrap: wrap; white-space: pre-wrap;"><!-- | --><div class="iconbox" style="display:inline-flex;width:max-content;max-width:{{{maxwidth|initial}}}; {{#ifeq:{{{nobr}}}|1||flex-direction: column;}}align-items: center;flex-wrap: wrap; white-space: pre-wrap;"><!-- | ||
ICON | ICON | ||
--><div class="rarity{{{rarity| | --><div class="rarity{{{rarity|-1}}} rounded relative"><!-- | ||
IMAGE | IMAGE | ||
-->{{#ifeq:{{{nolink|}}}|1<!-- | -->{{#ifeq:{{{nolink|}}}|1<!-- |
Revision as of 06:05, 22 March 2024
Usage
This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.
{{Iconbox|Acid|size=30px|caption=caption|amount=1|rarity=1}}
Examples
Code | Preview |
---|---|
{{Iconbox|Weapons}}Accessing Weapons.png
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|caption=Foobar}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|caption=no}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|top=Foobar}}
|
FoobarArming Sword
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|rarity=-1}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|nolink=1}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|size=30px}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|size=x30px}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|size=30px|nobr=1}}
|
|
{{Iconbox|Arming Sword|image=Armingsword_1.png|size=30px|nobr=1|top=Foobar}}
|
FoobarArming Sword
|
{{Iconbox|Rubysilver Ore|size=30px|amount=5|top=Foobar}}
|
FoobarRubysilver Ore
|
Other Options
The maxwidth
option lets you restrain text that would otherwise be very long:
{{Iconbox|Arming Sword|image=Armingsword_1.png|size=60px|top=This text is quite long but maxwidth restrains it|maxwidth=120px}}
Without max width: