Template:Item infobox: Difference between revisions
Jump to navigation
Jump to search
m (just testing, revert if it didn't work or broke something) |
mNo edit summary |
||
| Line 125: | Line 125: | ||
|- | |- | ||
{{#if:{{{icon<includeonly>|</includeonly>}}} | | {{#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%;" {{!}} | {{!}} 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;" {{!}}{{{ | {{!}} style="padding-top:5px; padding-left:5px; background: #ffffff; border:0px;" {{!}}{{{id}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
| Line 155: | Line 155: | ||
|quests = | |quests = | ||
|battle = | |battle = | ||
| | |id = | ||
}}</pre></noinclude> | }}</pre></noinclude> | ||
Revision as of 16:48, 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 =
}}