Difference between revisions of "Template:ItemDesc"

From JellyRO Wiki
Jump to: navigation, search
(Usage)
Line 18: Line 18:
 
== Usage ==
 
== Usage ==
 
{{ ItemView  
 
{{ ItemView  
| name = Model Training Hat
+
| name = Apple
| desc = A headgear which consists of a book and an apple on the top. Can be used to learn manners.<br />DEX + 2<br />Class : <span style="color:#777777;">Headgear</span><br />Defense : <span style="color:#777777;">2</span><br />Location : <span style="color:#777777;">Upper</span><br />Weight : <span style="color:#777777;">70</span><br />Required lvl : <span style="color:#777777;">NA</span><br />Available Job : <span style="color:#777777;">Every Job except Novice</span> }}  
+
| desc = A round red edible fruit of a small tree of the rose family.<br /><span style="color:#000088;">Recover a small amount of HP</span>.<br /><span style="color:#ffffff;">_</span><br />Weight : <span style="color:#777777;">2</span> }}  
 
  <nowiki>{{ ItemView  
 
  <nowiki>{{ ItemView  
| name = Model Training Hat
+
| name = Apple
| desc = A headgear which consists of a book and an apple on the top. . . .
+
| desc = A round red edible fruit of a small tree of the rose family.<br /><span style="color:#000088;">Recover a small amount of HP</span>.<br /><span style="color:#ffffff;">_</span><br />Weight : <span style="color:#777777;">2</span>
 
}}</nowiki>
 
}}</nowiki>
  

Revision as of 09:18, 27 December 2013

Related Templates

Template Description
Template: ItemView 269px width
Template: ItemView2 Increased width
Template: EquipView 269px width. For items with slots 0-4.
Template: EquipView2 Increased width. For items with slots 0-4.

Usage

Template:ItemView

{{ ItemView 
| name = Apple
| desc = A round red edible fruit of a small tree of the rose family.<br /><span style="color:#000088;">Recover a small amount of HP</span>.<br /><span style="color:#ffffff;">_</span><br />Weight : <span style="color:#777777;">2</span>
}}

Notes

This template is used to display items as they appear in-game, and so generally do not require staff confirmation - as opposed to the Template:ItemInfo group (currently Template:SItem Misc).

Long Item Names

This base template keeps 269px width that you see in-game. For that reason, it does not work with long item names. I have allowed it to overflow into the description area and have no intentions of complicating divs to fix it.

I recommend instead Template:ItemView2 which has a wider width. However this template gets the base ItemView template name because of its in-game style. -- Adellie (talk) 12:36, 26 December 2013 (UTC)