Template:Item/IngameView: Difference between revisions
From Shin Megami Tensei IMAGINE Wiki
Jump to navigationJump to search
imported>Sesshou mNo edit summary |
imported>Sesshou No edit summary |
||
Line 8: | Line 8: | ||
[[File:Item-background.png]] | [[File:Item-background.png]] | ||
<div class="item-detail" style="width:100%; height:100%; position:absolute; top:0; left:0; color:#C0D0FF; font-size:10px;"> | <div class="item-detail" style="width:100%; height:100%; position:absolute; top:0; left:0; color:#C0D0FF; font-size:10px; overflow:hidden;"> | ||
<div class="header" style="position:relative;width:100%; height:60px;"> | <div class="header" style="position:relative;width:100%; height:60px;"> | ||
<div class="item-icon" style="position:absolute; left:5px; top:8px;">{{{Picture}}}</div> | <div class="item-icon" style="position:absolute; left:5px; top:8px;">{{{Picture}}}</div> | ||
<div class="item-name" style="position:absolute; left:53px; top:20px;">{{{Name}}}</div> | <div class="item-name" style="position:absolute; left:53px; top:20px;">{{{Name}}}</div> | ||
</div> | </div> | ||
<div class="basic-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px;"> | <div class="basic-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
Type: {{{Type}}} | Type: {{{Type}}} | ||
{{#if: {{{Affinity}}} | Affinity: {{{Affinity}}} |}} | {{#if: {{{Affinity}}} | Affinity: {{{Affinity}}} |}} | ||
</div> | </div> | ||
<div class="basic-feaures" style="width:100%; height:110px;margin-top:11px; margin-left:12px;"><!-- | <div class="basic-feaures" style="width:100%; 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 33: | Line 33: | ||
--><div>Durability: [{{{Durability}}}]</div><!-- | --><div>Durability: [{{{Durability}}}]</div><!-- | ||
--></div> | --></div> | ||
<div class="enchant-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px;"> | <div class="enchant-info" style="width:100%; height:38px; margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
<div>Spiritual Mixing: {{{Spiritual Mixing}}}</div> | <div>Spiritual Mixing: {{{Spiritual Mixing}}}</div> | ||
<div>Tarot Fusions: {{{Tarot Fusions}}}</div> | <div>Tarot Fusions: {{{Tarot Fusions}}}</div> | ||
<div>Soul Stone Fusions: {{{Soul Stone Fusions}}}</div> | <div>Soul Stone Fusions: {{{Soul Stone Fusions}}}</div> | ||
</div> | </div> | ||
<div class="modification-slot" style="width:100%; height:62px; margin-top:11px; margin-left:12px;"> | <div class="modification-slot" style="width:100%; 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 45: | Line 45: | ||
{{#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:100%; height:62px; margin-top:11px; margin-left:12px;"> | <div class="characteristics" style="width:100%; 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 52: | Line 52: | ||
{{#if: {{{Characteristic 5}}} |* {{{Characteristic 5}}} |}} | {{#if: {{{Characteristic 5}}} |* {{{Characteristic 5}}} |}} | ||
</div> | </div> | ||
<div class="explanation" style="width:100%; height:109px;margin-top:11px; margin-left:12px;"> | <div class="explanation" style="width:100%; height:109px;margin-top:11px; margin-left:12px; overflow:hidden;"> | ||
{{{Item Description}}} | {{{Item Description}}} | ||
<div>{{{Modification Material}}}</div> | <div>{{{Modification Material}}}</div> |
Revision as of 09:58, 9 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.