Difference between revisions of "Template:Item infobox"

From OMORI Wiki
Jump to navigation Jump to search
(→‎Code: Added ID area (please don't break))
m (just testing, revert if it didn't work or broke something)
Line 121: Line 121:
{{!}} style="width:100px; padding-top:5px;  padding-right: 10px; text-align:right; color:#ffffff; font-weight:bold; background: #000000; border:0px; font-size:110%;" {{!}}battle
{{!}} style="width:100px; padding-top:5px;  padding-right: 10px; text-align:right; color:#ffffff; font-weight:bold; background: #000000; border:0px; font-size:110%;" {{!}}battle
{{!}} style="padding-top:5px; padding-left:5px; background: #ffffff; border:0px;" {{!}}{{{battle}}}
{{!}} style="padding-top:5px; padding-left:5px; background: #ffffff; border:0px;" {{!}}{{{battle}}}
{{!}}-
}}
|-
{{#if:{{{icon<includeonly>|</includeonly>}}} |
{{!}} style="width:100px; padding-top:5px; padding-right: 10px; text-align:right; color:#ffffff; font-weight:bold; background: #000000; border:0px; font-size:110%;" {{!}}ID
{{!}} style="padding-top:5px; padding-left:5px; background: #ffffff; border:0px;" {{!}}{{{ID}}}
{{!}}-
{{!}}-
}}
}}
Line 130: Line 136:
|name      =
|name      =
|image    =
|image    =
|ID        =
|cost      =
|cost      =
|icon      =
|icon      =
Line 150: Line 155:
|quests    =
|quests    =
|battle    =
|battle    =
|ID        =
}}</pre></noinclude>
}}</pre></noinclude>

Revision as of 17:47, 22 August 2021

Item infobox
icon {{{icon}}}
location {{{location}}}
cost {{{cost}}}
sells for {{{sells for}}}
enemy {{{enemy}}}
user {{{user}}}
skill {{{skill}}}
heart {{{heart}}}
juice {{{juice}}}
attack {{{attack}}}
defense {{{defense}}}
speed {{{speed}}}
luck {{{luck}}}
hit {{{hit}}}
damage {{{damage}}}
emotion {{{emotion}}}
target(s) {{{target(s)}}}
quests {{{quests}}}
battle {{{battle}}}
ID {{{ID}}}


Code

{{Infobox Items
|name      =
|image     =
|cost      =
|icon      =
|location  =
|sells for =
|enemy     =
|user      =
|skill     =
|heart     =
|juice     =
|attack    =
|defense   =
|speed     =
|luck      =
|accuracy  =
|damage    =
|emotion   =
|target(s) =
|quests    =
|battle    =
|ID        =
}}