Template:InfoItem: Difference between revisions

From IdleOn MMO Wiki
((Attempt to) fix faulty type Template:Pluralizer formatting, e.g., for Paper Boat -> Shirt, when it should link to Shirts)
(Undo revision 76025 by Poopmcpoop (talk). Unsuccesful attempt. Messed up the linking)
Tag: Undo
Line 174: Line 174:
       <data source="type">
       <data source="type">
           <label>Type</label>
           <label>Type</label>
           <format>[[{{{{{Pluralizer|type}}|Uncategorized Item}}}]]</format>
           <format>[[{{{type|Uncategorized Item}}}|{{Pluralizer|{{{type|Uncategorized Item}}}}}]]</format>
       </data>
       </data>
       <data source="rarity">
       <data source="rarity">

Revision as of 13:48, 12 April 2024

This template defines the table "Items". View table.

Usage:
{{InfoItem
|type=example (needs to be included every time)
|class=example
|level=example
|skill=example
|skillpower=example (needs a defined skill to display correctly)
|weaponpower=example
|str=example
|agi=example
|wis=example
|luck=example
|reach=example (only for weapons)
|speed=example (only for weapons)
|misc=example
|defence=example
|upgrade=example
|quest=example (only for quest items)
|description=example
|notes=example 
|sellprice=example
|rarity=example (for obols)
|tier=example (for upgrade stones)
|quest=example
|hascard=Yes/No (for ores, logs, fish and bugs)
|setname=Amarok (For any items that are part of a themed set and have a page made)
}}

Don't have empty definitions, that will produce empty fields. If there is no description for example, don't include a description= at all.