Difference between revisions of "Template:CraftInfo"
Jump to navigation
Jump to search
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | <tr> | ||
<td | <td colspan="2">[[File:{{lc:{{{1|Class|}}}}} small icon1.png|link={{{1|Class|}}}|{{{1|Class|}}}]] {{ExpandName|{{{1|Class|}}}}}</td> | ||
<td | <td>Level {{{2|Level|}}} {{#switch:{{{3|Stars|}}} |0=|1=♦|2=♦♦|3=♦♦♦|4=♦♦♦♦|5=♦♦♦♦♦|default=}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2">Durability: {{{ | <td colspan="2">Durability: {{{4|Durability|}}}</td> | ||
<td | <td> Yields: {{{5|Yield|1}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2">Difficulty: {{{ | <td colspan="2">Difficulty: {{{6|Difficulty|}}}</td> | ||
<td | <td>Maximum Quality: {{{7|MaximumQuality|}}}</td> | ||
</tr> | </tr> | ||
{{#if:{{{8|Characteristics|}}}| | {{#if:{{{8|Characteristics|}}}| | ||
<tr> | <tr> | ||
<td>{{{Characteristics}}}</td> | <td colspan="3">{{{8|Characteristics|}}}</td> | ||
<tr> | <tr> | ||
|}} | |}} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
A stat block to indicate a recipe when a list of <nowiki>{{ItemRow}}</nowiki>s are presented. | |||
It must be placed inside a <table> tag or in a <nowiki>{{GameContainer}}</nowiki> | |||
<pre> | |||
{{CraftInfo | |||
|Class=The class shorthand (CUL) | |||
|Level=of the craft | |||
|Stars=How many stars it is, 0 or leave blank for none (sub level 50 crafts) | |||
|Durability=The craft's duability | |||
|Yield=How much does the craft produce (default 1) | |||
|Difficulty=of the craft | |||
|MaximumQuality=the ammount of quality needed to HQ an item 100% | |||
|Characteristics=Other such things the requirements for crafting, or if quicksynth is availible | |||
}} | |||
</pre> | |||
==Examples== | |||
<pre><table> | |||
{{CraftInfo|CUL|50|2|80|1 | |||
|233|2921| | |||
*Quick Synthesis Unavailable | |||
*Control Required: 318 | |||
}}</table></pre> | |||
<table> | |||
{{CraftInfo|CUL|50|2|80|1 | |||
|233|2921| | |||
*Quick Synthesis Unavailable | |||
*Control Required: 318 | |||
}}</table> | |||
<pre>{{GameContainer| | |||
{{CraftInfo|CUL|50|2|80|1 | |||
|233|2921| | |||
*Quick Synthesis Unavailable | |||
*Control Required: 318 | |||
}} | |||
{{ItemRow|1|Fire Cluster}} | |||
{{ItemRow|1|Water Cluster}} | |||
{{ItemRow|1|Black Truffle}} | |||
{{ItemRow|1|Apkallu Egg}} | |||
{{ItemRow|1|Sweet Cream}} | |||
{{ItemRow|1|Smooth Butter}} | |||
{{ItemRow|1|Table Salt}} | |||
{{ItemRow|1|Mineral Water}} | |||
}}</pre> | |||
{{GameContainer| | |||
{{CraftInfo|CUL|50|2|80|1 | |||
|233|2921| | |||
*Quick Synthesis Unavailable | |||
*Control Required: 318 | |||
}} | |||
{{ItemRow|1|Fire Cluster}} | |||
{{ItemRow|1|Water Cluster}} | |||
{{ItemRow|1|Black Truffle}} | |||
{{ItemRow|1|Apkallu Egg}} | |||
{{ItemRow|1|Sweet Cream}} | |||
{{ItemRow|1|Smooth Butter}} | |||
{{ItemRow|1|Table Salt}} | |||
{{ItemRow|1|Mineral Water}} | |||
}} | |||
</noinclude> | </noinclude> |
Latest revision as of 10:48, 22 March 2015
A stat block to indicate a recipe when a list of {{ItemRow}}s are presented.
It must be placed inside a <table> tag or in a {{GameContainer}}
{{CraftInfo |Class=The class shorthand (CUL) |Level=of the craft |Stars=How many stars it is, 0 or leave blank for none (sub level 50 crafts) |Durability=The craft's duability |Yield=How much does the craft produce (default 1) |Difficulty=of the craft |MaximumQuality=the ammount of quality needed to HQ an item 100% |Characteristics=Other such things the requirements for crafting, or if quicksynth is availible }}
Examples
<table> {{CraftInfo|CUL|50|2|80|1 |233|2921| *Quick Synthesis Unavailable *Control Required: 318 }}</table>
Culinarian | Level 50 ♦♦ | |
Durability: 80 | Yields: 1 | |
Difficulty: 233 | Maximum Quality: 2921 | |
|
||
{{GameContainer| {{CraftInfo|CUL|50|2|80|1 |233|2921| *Quick Synthesis Unavailable *Control Required: 318 }} {{ItemRow|1|Fire Cluster}} {{ItemRow|1|Water Cluster}} {{ItemRow|1|Black Truffle}} {{ItemRow|1|Apkallu Egg}} {{ItemRow|1|Sweet Cream}} {{ItemRow|1|Smooth Butter}} {{ItemRow|1|Table Salt}} {{ItemRow|1|Mineral Water}} }}