Anonymous user
Template:Craft: Difference between revisions
m
Changing bench parameter to be more standardized
>Abcboy mNo edit summary |
>Abcboy m (Changing bench parameter to be more standardized) |
||
Line 1: | Line 1: | ||
{| | {| | ||
| | | valign="top" style="vertical-align:top;" | | ||
{| class="wikitable" border="1" style="text-align:center;" | {| class="wikitable" border="1" style="text-align:center;" | ||
! scope="col" | Location | ! scope="col" | Location | ||
! scope="col" | Input Item 1 | ! scope="col" | Input Item 1 | ||
! {{#if:{{{Name2|}}}||style="display:none;"}} | ! {{#if:{{{Name2|}}}|scope="col"|style="display:none;"}} | | ||
! {{#if:{{{Name2|}}}||style="display:none;"}} | ! {{#if:{{{Name2|}}}|scope="col"|style="display:none;"}} | Input Item 2 | ||
! {{#if:{{{Name3|}}}||style="display:none;"}} | ! {{#if:{{{Name3|}}}|scope="col"|style="display:none;"}} | | ||
! {{#if:{{{Name3|}}}||style="display:none;"}} | ! {{#if:{{{Name3|}}}|scope="col"|style="display:none;"}} | Input Item 3 | ||
! {{#if:{{{Name4|}}}||style="display:none;"}} | ! {{#if:{{{Name4|}}}|scope="col"|style="display:none;"}} | | ||
! {{#if:{{{Name4|}}}||style="display:none;"}} | ! {{#if:{{{Name4|}}}|scope="col"|style="display:none;"}} | Input Item 4 | ||
! scope="col" | | ! scope="col" | | ||
! scope="col" | Crafted Output | ! scope="col" | Crafted Output | ||
|- | |- | ||
| | | {{#if:{{{Bench|}}}|[[File:{{{ImageBench|{{{Bench|}}} {{{Level|}}} Icon.png}}}|40px]]}}{{#if:{{{Bench2|}}}|[[File:{{{ImageBench2|{{{Bench2|}}} {{{Level2|}}} Icon.png}}}|40px]]}} | ||
| {{#if: {{{Name1|}}}|[[File:{{{Image1|{{{Name1}}} Icon.png}}}|40px]]}} | | {{#if:{{{Name1|}}}|[[File:{{{Image1|{{{Name1}}} Icon.png}}}|40px]]}} | ||
| {{#if:{{{Name2|}}}||style="display:none;"}} | '''+''' | | {{#if:{{{Name2|}}}||style="display:none;"}} | '''+''' | ||
| {{#if:{{{Name2|}}}||style="display:none;"}} | {{#if: {{{Name2|}}}|[[File:{{{Image2|{{{Name2}}} Icon.png}}}|40px]]}} | | {{#if:{{{Name2|}}}||style="display:none;"}} | {{#if: {{{Name2|}}}|[[File:{{{Image2|{{{Name2}}} Icon.png}}}|40px]]}} | ||
Line 26: | Line 24: | ||
| {{#if: {{{Output|}}}|[[File:{{{ImageOutput|{{{Output}}} Icon.png}}}|40px]]}} | | {{#if: {{{Output|}}}|[[File:{{{ImageOutput|{{{Output}}} Icon.png}}}|40px]]}} | ||
|- | |- | ||
| | | {{#if:{{{Level|}}}|Lvl.|}} {{{Level|}}} [[{{{Bench|}}}]] {{#if: {{{Bench2|}}}|<br>or {{#if:{{{Level2|}}}|Lvl.|}} {{{Level2|}}} [[{{{Bench2|}}}]]}} | ||
| [[{{{Name1|}}}]] | | [[{{{Name1|}}}]] | ||
| {{#if:{{{Name2|}}}||style="display:none;"}} | | | {{#if:{{{Name2|}}}||style="display:none;"}} | | ||
Line 48: | Line 46: | ||
| {{{QtyOutput}}} | | {{{QtyOutput}}} | ||
|} | |} | ||
| | | valign="top" style="vertical-align:top;" | | ||
{| class="wikitable" border="1" style="text-align:center;" | {| class="wikitable" border="1" style="text-align:center;" | ||
! Rush Cost | ! Rush Cost | ||
Line 80: | Line 78: | ||
Optional parameters are in italics. | Optional parameters are in italics. | ||
* '''Output''' - Crafted item name as it appears in game | * '''Output''' - Crafted item name as it appears in game | ||
* '''''ImageBench''''' - Small icon image if default image code doesn't work. | |||
* '''''Image1''''' - Small icon image if default image code doesn't work. | * '''''Image1''''' - Small icon image if default image code doesn't work. | ||
* '''''Image2''''' - Small icon image if default image code doesn't work. Do not include if no second item is needed. | * '''''Image2''''' - Small icon image if default image code doesn't work. Do not include if no second item is needed. | ||
Line 85: | Line 84: | ||
* '''''Image4''''' - Small icon image if default image code doesn't work. Do not include if no fourth item is needed. | * '''''Image4''''' - Small icon image if default image code doesn't work. Do not include if no fourth item is needed. | ||
* '''''ImageOutput''''' - Small icon image if default image code doesn't work. | * '''''ImageOutput''''' - Small icon image if default image code doesn't work. | ||
* '''''Level''''' - Level of bench. | |||
* '''Bench''' - Bench where item is crafted. | * '''Bench''' - Bench where item is crafted. | ||
* '''''Level2''''' - Level of second bench. | |||
* '''''Bench2''''' - Second bench where item is crafted. | |||
* '''Name1''' - Name of first required item needed for crafting of item. | * '''Name1''' - Name of first required item needed for crafting of item. | ||
* '''''Name2''''' - Name of second required item needed for crafting of item. Do not include if no second item is needed. | * '''''Name2''''' - Name of second required item needed for crafting of item. Do not include if no second item is needed. |