Template:Item/IngameView: Difference between revisions
From Shin Megami Tensei IMAGINE Wiki
Jump to navigationJump to search
imported>AnnanFay m Added div for icon view (LargePicture) button (non-functional atm) |
imported>Sesshou No edit summary |
||
Line 49: | Line 49: | ||
{{#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:268px; height:62px; margin-top:11px; margin-left:12px; overflow: | <div class="characteristics" style="width:268px; height:62px; margin-top:11px; margin-left:12px; overflow:auto;"> | ||
{{#if: {{{Characteristic 1}}} |* {{{Characteristic 1}}} |}} | {{#if: {{{Characteristic 1}}} |* {{{Characteristic 1}}} |}} | ||
{{#if: {{{Characteristic 2}}} |* {{{Characteristic 2}}} |}} | {{#if: {{{Characteristic 2}}} |* {{{Characteristic 2}}} |}} |
Revision as of 20:18, 29 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.