Difference between revisions of "Template:Item/IngameView"
From Shin Megami Tensei IMAGINE Wiki
m |
(Cleaned up some stuff) |
||
Line 4: | Line 4: | ||
* This will likely be AnnanFay's version - '''[[User:AnnanFay/ItemTemplates]]''' | * This will likely be AnnanFay's version - '''[[User:AnnanFay/ItemTemplates]]''' | ||
* Status as of 1st July:- Combined style of AnnanFay's item layout with basic template mechanics. Still need to do some more, and to figure out how Extra basic features should be handled. | * Status as of 1st July:- Combined style of AnnanFay's item layout with basic template mechanics. Still need to do some more, and to figure out how Extra basic features should be handled. | ||
− | |||
{{#css:Template:Item.css}} | {{#css:Template:Item.css}} | ||
− | |||
</noinclude><div class="ingame-view"> | </noinclude><div class="ingame-view"> | ||
<div class="item-detail"> | <div class="item-detail"> | ||
Line 16: | Line 14: | ||
<div class="basic-info"> | <div class="basic-info"> | ||
<div class="type">Type: {{{Type}}}</div> | <div class="type">Type: {{{Type}}}</div> | ||
− | {{ | + | {{IfParamDisplay|Affinity|{{{Affinity}}}}} |
{{#iferror:{{#ifexpr: {{{Maximum Stack}}}>1 |<div> Stacks: {{{Maximum Stack}}}</div> |}} |}} | {{#iferror:{{#ifexpr: {{{Maximum Stack}}}>1 |<div> Stacks: {{{Maximum Stack}}}</div> |}} |}} | ||
− | {{ | + | {{IfParamDisplay|Gender|{{{Gender}}}}}<!-- |
− | -->{{ | + | -->{{IfParamDisplay|Level|{{{Level Limit}}}}} |
</div> | </div> | ||
<div class="basic-feaures"><!-- | <div class="basic-feaures"><!-- | ||
Line 38: | Line 36: | ||
--></div> | --></div> | ||
<div class="enchant-info"> | <div class="enchant-info"> | ||
− | {{ | + | {{IfParamDisplay|Spiritual Mixing|{{{Spiritual Mixing}}}}} |
− | {{ | + | {{IfParamDisplay|Tarot Fusions|{{{Tarot Fusions}}}}} |
− | {{ | + | {{IfParamDisplay|Soul Stone Fusions|{{{Soul Stone Fusions}}}}} |
</div> | </div> | ||
<div class="modification-slot"> | <div class="modification-slot"> | ||
Line 59: | Line 57: | ||
{{{Item Description}}} | {{{Item Description}}} | ||
<div>{{#if:{{{Modification Material}}}| [Modification Material] {{{Modification Material}}} }}</div> | <div>{{#if:{{{Modification Material}}}| [Modification Material] {{{Modification Material}}} }}</div> | ||
− | + | {{IfParamDisplay|Bonus|{{{Modification Bonus}}}}} | |
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 10:19, 30 September 2012
Template for Ingame view of an Item.
- This will be a meta Template designed to be a part of the new Item Template. It should not be used directly, instead see <Item template when it is ready>
- This will likely be AnnanFay's version - User:AnnanFay/ItemTemplates
- Status as of 1st July:- Combined style of AnnanFay's item layout with basic template mechanics. Still need to do some more, and to figure out how Extra basic features should be handled.
{{{Name}}}
Type: {{{Type}}}
Affinity: {{{Affinity}}}
Gender: {{{Gender}}}
Level: {{{Level Limit}}}
Physical Defense: {{{Physical Defense}}}
Magic Defense: {{{Magic Defense}}}
Close-Range: {{{Close-Range}}}
Long-Range: {{{Long-Range}}}
Spell: {{{Spell}}}
Support: {{{Support}}}
Critical: {{{Critical}}}
{{{Additional Boost 1 Type}}}: {{{Additional Boost 1 Value}}}
{{{Additional Boost 2 Type}}}: {{{Additional Boost 2 Value}}}
{{{Additional Boost 3 Type}}}: {{{Additional Boost 3 Value}}}
{{{Additional Boost 4 Type}}}: {{{Additional Boost 4 Value}}}
{{{Additional Boost 5 Type}}}: {{{Additional Boost 5 Value}}}
{{{Additional Boost 6 Type}}}: {{{Additional Boost 6 Value}}}
Durability: [{{{Durability}}}]
Spiritual Mixing: {{{Spiritual Mixing}}}
Tarot Fusions: {{{Tarot Fusions}}}
Soul Stone Fusions: {{{Soul Stone Fusions}}}
Slot 1: {{{Slot 1}}}
Slot 2: {{{Slot 2}}}
Slot 3: {{{Slot 3}}}
Slot 4: {{{Slot 4}}}
Slot 5: {{{Slot 5}}}
- {{{Characteristic 1}}}
- {{{Characteristic 2}}}
- {{{Characteristic 3}}}
- {{{Characteristic 4}}}
- {{{Characteristic 5}}}
{{{Item Description}}}
[Modification Material] {{{Modification Material}}}
Bonus: {{{Modification Bonus}}}