Template:Item Header: Difference between revisions
From Space Station 14 Wiki
JammerHammer (talk | contribs) m (added a segment for putting the parent id of an item. This will help with finding stuff in the code, as well as making it easier for items to group together via links) |
JammerHammer (talk | contribs) m (lets see if this works...) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ <!-- Removes table of contents --> | __NOTOC__ <!-- Removes table of contents --> | ||
<div style=" | <div style="max-width:250px; font-size:12px; border:1px solid black; background: #202122; border-radius:8px; padding:6px; line-height:1.5; float:right; margin:.5em 0 .5em 1em"> | ||
<div style=" | <div style="background: #191a1a; border: 1px solid black; border-radius: 8px; font-size:15px; font-weight:700; text-align:center; padding:2px "> | ||
{{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} | |||
</div><div style=" | }} | ||
</div> | |||
<div style="position: relative; text-align: center; margin: 0; padding: 0;"> | |||
{{{img|[[File:Hot_coffee.png|100px]]}}} | |||
</div> | |||
<div style="background: #191a1a; border: 1px solid black; border-radius: 8px; font-weight:700; text-align:center; padding:2px "> | |||
Statistics | |||
</div> | |||
: '''Description''': {{{description|Boring}}} | |||
: '''Item ID''': {{{itemid|BaseItem}}} <!--what it is called in the code--> | |||
: '''Parent ID''': {{{parent|lame base}}} | |||
: '''Fragility''': {{{fragility|Fragile (breaks into [[tears]])}}} <!-- e.g. cups break into glass shards--> | |||
: '''Size''': {{{size|5 units}}} | |||
: '''Value''': {{{value|0 spesos}}} | |||
: '''Use Action''': {{{action|none}}} | |||
: '''Damage''': {{{damage| Not a usable weapon}}} <!--there is a difference between an item that can't be swung, and one that can but does 0 damage--> | |||
</div> | </div> |
Latest revision as of 15:35, 5 September 2023
Item Header
Statistics
- Description: Boring
- Item ID: BaseItem
- Parent ID: lame base
- Fragility: Fragile (breaks into tears)
- Size: 5 units
- Value: 0 spesos
- Use Action: none
- Damage: Not a usable weapon