Template:Item/IngameView: Difference between revisions
From Shin Megami Tensei IMAGINE Wiki
Jump to navigationJump to search
imported>Sesshou No edit summary |
imported>Sesshou No edit summary |
||
Line 20: | Line 20: | ||
{{#if: {{{Level Limit}}} |<div> Level: {{{Level Limit}}}</div> |}} | {{#if: {{{Level Limit}}} |<div> Level: {{{Level Limit}}}</div> |}} | ||
</div> | </div> | ||
<div class="basic-feaures" style="width: | <div class="basic-feaures" style="width:268px; height:110px;margin-top:11px; margin-left:12px; overflow:hidden;"><!-- | ||
-->{{#if: {{{Physical Defense}}} | <div>{{Item/detail/ColorStat|Physical Defense|{{{Physical Defense}}}}}</div> |}}<!-- | -->{{#if: {{{Physical Defense}}} | <div>{{Item/detail/ColorStat|Physical Defense|{{{Physical Defense}}}}}</div> |}}<!-- | ||
-->{{#if: {{{Magic Defense}}} | <div>{{Item/detail/ColorStat|Magic Defense|{{{Magic Defense}}}}}</div> |}}<!-- | -->{{#if: {{{Magic Defense}}} | <div>{{Item/detail/ColorStat|Magic Defense|{{{Magic Defense}}}}}</div> |}}<!-- | ||
Line 36: | Line 36: | ||
-->{{#if: {{{Durability}}} | <div>Durability: [{{{Durability}}}]</div> |}}<!-- | -->{{#if: {{{Durability}}} | <div>Durability: [{{{Durability}}}]</div> |}}<!-- | ||
--></div> | --></div> | ||
<div class="enchant-info" style="width: | <div class="enchant-info" style="width:268px; height:38px; margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
{{#if: {{{Spiritual Mixing}}} | <div>Spiritual Mixing: {{{Spiritual Mixing}}}</div> |}} | {{#if: {{{Spiritual Mixing}}} | <div>Spiritual Mixing: {{{Spiritual Mixing}}}</div> |}} | ||
{{#if: {{{Tarot Fusions}}} | <div>Tarot Fusions: {{{Tarot Fusions}}}</div> |}} | {{#if: {{{Tarot Fusions}}} | <div>Tarot Fusions: {{{Tarot Fusions}}}</div> |}} | ||
{{#if: {{{Soul Stone Fusions}}} | <div>Soul Stone Fusions: {{{Soul Stone Fusions}}}</div> |}} | {{#if: {{{Soul Stone Fusions}}} | <div>Soul Stone Fusions: {{{Soul Stone Fusions}}}</div> |}} | ||
</div> | </div> | ||
<div class="modification-slot" style="width: | <div class="modification-slot" style="width:268px; height:62px; margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
{{#if: {{{Slot 1}}} | <div>Slot 1: {{{Slot 1}}}</div> |}} | {{#if: {{{Slot 1}}} | <div>Slot 1: {{{Slot 1}}}</div> |}} | ||
{{#if: {{{Slot 2}}} | <div>Slot 2: {{{Slot 2}}}</div> |}} | {{#if: {{{Slot 2}}} | <div>Slot 2: {{{Slot 2}}}</div> |}} | ||
Line 48: | Line 48: | ||
{{#if: {{{Slot 5}}} | <div>Slot 5: {{{Slot 5}}}</div> |}} | {{#if: {{{Slot 5}}} | <div>Slot 5: {{{Slot 5}}}</div> |}} | ||
</div> | </div> | ||
<div class="characteristics" style="width: | <div class="characteristics" style="width:268px; height:62px; margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
{{#if: {{{Characteristic 1}}} |* {{{Characteristic 1}}} |}} | {{#if: {{{Characteristic 1}}} |* {{{Characteristic 1}}} |}} | ||
{{#if: {{{Characteristic 2}}} |* {{{Characteristic 2}}} |}} | {{#if: {{{Characteristic 2}}} |* {{{Characteristic 2}}} |}} | ||
Line 55: | Line 55: | ||
{{#if: {{{Characteristic 5}}} |* {{{Characteristic 5}}} |}} | {{#if: {{{Characteristic 5}}} |* {{{Characteristic 5}}} |}} | ||
</div> | </div> | ||
<div class="explanation" style="width: | <div class="explanation" style="width:268px; height:109px;margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
{{{Item Description}}} | {{{Item Description}}} | ||
<div>{{#if:{{{Modification Material}}}| [Modification Material] {{{Modification Material}}} }}</div> | <div>{{#if:{{{Modification Material}}}| [Modification Material] {{{Modification Material}}} }}</div> |
Revision as of 20:00, 13 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.