Template:Item Used In Synth Table
Appearance
This template is used to display the recipes the item is used in.
- Please add recipes with the following sorting rules: Alphabetical by craft name > Craft Level.
Note: If there are two or more recipes, please split the table into two columns. See below for a multi-column example.
- The template only has one parameter: Table Content. Use Template:Item Used In Synth here once for each item in the table.
- Item Name: The name of the item resulting from the recipe.
- Craft Name: The recipe's main crafting skill.
- Level: The level of the recipe.
{{Item Used In Synth Table
|Table Content=
{{Item Used In Synth
|Item Name=
|Craft Name=
|Level=
}}
...
}}
Below is a multi-column example.
- The heading option adds a ==header== to the beginning of the table.
{{Two Columns
| heading =
| content =
{{ColumnsContent
|{{Item Used In Synth Table
|Table Content=
{{Item Used In Synth
|Item Name=
|Craft Name=
|Level=
}}
}}
|{{Item Used In Synth Table
|Table Content=
{{Item Used In Synth
|Item Name=
|Craft Name=
|Level=
}}
}}
}}
}}