|
|
(5 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| | | {{Delete|Duplicate}} |
| <includeonly>{|border="1" cellpadding="2" cellspacing="0" style="position:relative; border-radius:7px; font-size:90%; width:190px; float:right; margin-left:5px; margin-bottom: 5px;"
| |
| |-
| |
| |bgcolor="#000000" colspan="2" class="TC" style="border-top-right-radius:7px; border-top-left-radius:7px; text-align:center; font-size:13.5px;"|<font color="white">'''{{{Name}}}'''</font>
| |
| |-
| |
| |bgcolor="#d3ab92" colspan=2 style="text-align: center"| [[{{{Image}}}|100px]]
| |
| |-
| |
| |class="TC"|'''Stackable'''
| |
| |class="TC"|{{{Stackable|64}}}
| |
| |-
| |
| {{#if: {{{Temp|}}} | {{#!:
| |
| {{Item/Fuel/ru
| |
| |Temp={{{Temp}}}
| |
| |Duration={{{Duration}}}
| |
| }}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{SmeltTemp|}}} | {{#!:
| |
| {{Item/Smeltable
| |
| |SmeltTemp={{{SmeltTemp}}}
| |
| |SmeltDuration={{{SmeltDuration}}}
| |
| |SmeltRatio={{{SmeltRatio|}}}
| |
| |RequiresContainer={{{RequiresContainer|}}}
| |
| }}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{Satiety|}}} | {{#!:
| |
| {{Предмет/Еда/ru
| |
| |Satiety={{{Satiety}}}
| |
| |Category={{{Category}}}
| |
| }}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{FreshTime|}}} | {{#!:
| |
| {{Item/Transitionable | |
| |FreshTime={{{FreshTime}}} | |
| |TransitionTime={{{TransitionTime}}}
| |
| |TransitionRatio={{{TransitionRatio|}}}
| |
| }}
| |
| }} }}
| |
| |-
| |
| |bgcolor="#000000" colspan="2" class="Bloba" style="text-align:center; font-size:13.5px; border-bottom-right-radius:7px; border-bottom-left-radius:7px;"|[[Items|<font color="white">'''Items'''</font>]]
| |
| |}{{#if:{{{NoBreak|}}}||{{-}} }}
| |
| [[Category:Items]]
| |
| </includeonly>
| |
| | |
| <noinclude>
| |
| '''Example:'''
| |
| {{Предмет
| |
| |Название={{{Name}}}
| |
| |Изображение={{{Image}}}
| |
| |Размер стопки={{{Stackable}}}
| |
| | |
| |Temp={{{Temp}}}
| |
| |Duration={{{Duration}}}
| |
| | |
| |SmeltTemp={{{SmeltTemp}}}
| |
| |SmeltDuration={{{SmeltDuration}}}
| |
| |SmeltRatio={{{SmeltRatio}}}
| |
| |RequiresContainer={{{RequiresContainer}}}
| |
| | |
| |FreshTime={{{FreshTime}}}
| |
| |TransitionTime={{{TransitionTime}}}
| |
| |TransitionRatio={{{TransitionRatio}}}
| |
| | |
| |Satiety={{{Satiety}}}
| |
| |Category={{{Category}}}
| |
| |NoBreak=y
| |
| }}
| |
| | |
| {| class="wikitable"
| |
| |-
| |
| ! Parameter !! Required or Optional, default if applicable !! Example
| |
| |-
| |
| | ''Name'' || Required || Dirt
| |
| |-
| |
| | ''Image'' || Required || File:Grid Dirt.png
| |
| |-
| |
| | ''Stackable'' || Optional, 64 || 32
| |
| |-
| |
| | ''Temp'' || Optional || 1000
| |
| |-
| |
| | ''Duration'' || Required with ''Temp'' || 30
| |
| |-
| |
| | ''SmeltTemp'' || Optional || 1000
| |
| |-
| |
| | ''SmeltDuration'' || Required with ''SmeltTemp'' || 30
| |
| |-
| |
| | ''SmeltRatio'' || Optional, 1 || 0.5
| |
| |-
| |
| | ''RequiresContainer'' || Optional, Yes || Yes
| |
| |-
| |
| | ''FreshTime'' || Optional || 480
| |
| |-
| |
| | ''TransitionTime'' || Required with ''FreshTime'' || 48
| |
| |-
| |
| | ''TransitionRatio'' || Optional, 1 || 0.75
| |
| |-
| |
| | ''Satiety'' || Optional || 200
| |
| |-
| |
| | ''Category'' || Required with ''Satiety'' || Protien
| |
| |}
| |
| | |
| Utilizes: [[:Template:Item/Food/ru]], [[:Template:Item/Fuel/ru]], [[:Template:Item/Smeltable]], [[:Template:Item/Transitionable]]
| |
| [[Category:Infoboxes]]
| |
| </noinclude>
| |