Difference between revisions of "Template:ItemDesc"
From JellyRO Wiki
| Line 1: | Line 1: | ||
| − | < | + | <noinclude> |
| + | == Example == | ||
| + | {{ ItemView | ||
| + | | name = Model Training Hat | ||
| + | | 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> }} | ||
| + | == Usage == | ||
| + | <nowiki> | ||
| + | {{ ItemView | ||
| + | | name = Model Training Hat | ||
| + | | 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> }} | ||
| + | </nowiki> | ||
| + | </noinclude> | ||
| − | <div class="itemview"> | + | <includeonly><div class="itemview"> |
<div class="image">[[File:Item2 {{{name}}}.gif|link=]]</div> | <div class="image">[[File:Item2 {{{name}}}.gif|link=]]</div> | ||
<div class="name">{{{name}}}</div> | <div class="name">{{{name}}}</div> | ||
<div class="desc">{{{desc}}}</div> | <div class="desc">{{{desc}}}</div> | ||
| − | </div> | + | </div></includeonly> |
| − | + | ||
| − | </includeonly | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 11:46, 26 December 2013
Example
Usage
{{ ItemView
| name = Model Training Hat
| 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> }}