Template:RNGItem: Difference between revisions
From IdleOn MMO Wiki
imported>Blackwolfe No edit summary |
mNo edit summary |
||
(32 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>< | <includeonly><infobox theme="RNG-Item" theme-source="rarity"> | ||
< | <title> | ||
< | <default>{{{name}}}</default> | ||
< | </title> | ||
< | <image> | ||
< | <default>[[File:{{{name}}}.png]]</default> | ||
< | </image> | ||
< | <header>Description</header> | ||
</ | <data source="desc" /> | ||
<pre> | <header>Increase per level</header> | ||
<data source="increment" /> | |||
<header>Unlock Requirement</header> | |||
<data source="achievement"> | |||
<format>Unlock this item by completing '[[Achievements|{{{achievement}}}]]' from {{{world}}}</format> | |||
<default>Unlocked from the start</default> | |||
</data> | |||
</infobox></includeonly><noinclude><pre> | |||
{{RNGItem | |||
</pre> | |name=example | ||
|rarity=example (Common, Uncommon, Rare, Epic, Legendary) | |||
|desc=example | |||
|increment=example | |||
|achievement=what achievement unlocks this item, if unknown enter ???. If item is unlocked from the start, don't include this variable at all. | |||
|world=Which world the achievement belongs to | |||
|maxlvl=example | |||
}} | |||
</pre>[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 04:54, 27 February 2023
{{RNGItem |name=example |rarity=example (Common, Uncommon, Rare, Epic, Legendary) |desc=example |increment=example |achievement=what achievement unlocks this item, if unknown enter ???. If item is unlocked from the start, don't include this variable at all. |world=Which world the achievement belongs to |maxlvl=example }}