Anonymous user
Template:Craft: Difference between revisions
From The Blockheads Wiki
m
no edit summary
>Abcboy mNo edit summary |
>Abcboy mNo edit summary |
||
Line 50: | Line 50: | ||
! Rush Cost | ! Rush Cost | ||
|- | |- | ||
| {{#if: {{{Time1|}}} | {{{ | | {{#if: {{{Rush1|{{#expr: {{{Time1|}}} / 2}}}}} | {{{Rush1}}} | {{#if: {{{Rush2|{{#expr: {{{Time2|}}} / 2}}}}} |{{#expr: {{{Rush2}}} * 2 }}|<includeonly>[[Category:Articles with crafting tables missing rush cost]]</includeonly>?}}}} TC | ||
|- | |- | ||
! Double-Time | ! Double-Time | ||
|- | |- | ||
| {{#if: {{{Time2|}}} | {{{ | | {{#if: {{{Rush2|{{#expr: {{{Time2|}}} / 2}}}}} | {{{Rush2}}} | {{#if: {{{Rush1|{{#expr: {{{Time1|}}} / 2}}}}} |{{#expr: {{{Rush1}}} / 2 }}|?}}}} TC | ||
|} | |} | ||
|}<noinclude> | |}<noinclude> | ||
Line 70: | Line 70: | ||
|Qty4= | |Qty4= | ||
|QtyOutput= | |QtyOutput= | ||
| | |Rush1= | ||
| | |Rush2= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 97: | Line 97: | ||
* '''''Qty4''''' - Required quantity of item 4 needed to craft item. Do not include if no third item is needed. | * '''''Qty4''''' - Required quantity of item 4 needed to craft item. Do not include if no third item is needed. | ||
* '''QtyOutput''' - The quantity of the item that is created when crafting is complete. | * '''QtyOutput''' - The quantity of the item that is created when crafting is complete. | ||
* ''' | * '''Rush1''' - Rush cost without double-time. | ||
* ''' | * '''Rush2''' - Rush cost with double-time. | ||
The Time1 and Time2 parameters are being phased out for the Rush1 and Rush2 parameters. | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |