Difference between revisions of "Template:Item infobox"

From OMORI Wiki
Jump to navigation Jump to search
m
m
Line 124: Line 124:
}}
}}
|-
|-
{{#if:{{{icon<includeonly>|</includeonly>}}} |
{{#if:{{{id<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="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}}}
{{!}} style="padding-top:5px; padding-left:5px; background: #ffffff; border:0px;" {{!}}{{{id}}}

Revision as of 05:48, 23 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        =
}}