Template:Infobox Recipe/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
Im Wired In (talk | contribs) (Sync with module docs) |
(updated doc for addition of "duration" field) |
||
Line 14: | Line 14: | ||
[[Standard Potion Station]] |
[[Standard Potion Station]] |
||
| Yes |
|||
|- |
|||
| <code>duration</code> |
|||
| ''duration of recipe in seconds'' |
|||
| The amount of time the recipe takes to create the item; e.g. <code><nowiki>duration = 6.5</nowiki></code> will display |
|||
6.5s |
|||
| Yes |
| Yes |
||
|- |
|- |
||
Line 105: | Line 112: | ||
{{Infobox Recipe |
{{Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|duration = 7 |
|||
|profession = Alchemist |
|profession = Alchemist |
||
|level = 0 |
|level = 0 |
||
Line 116: | Line 124: | ||
{{Infobox Recipe |
{{Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|duration = 7 |
|||
|profession = Alchemist |
|profession = Alchemist |
||
|level = 0 |
|level = 0 |
||
Line 132: | Line 141: | ||
{{Infobox Recipe |
{{Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|duration = 7 |
|||
|profession = Alchemist |
|profession = Alchemist |
||
|level = 0 |
|level = 0 |
||
Line 144: | Line 154: | ||
{{Infobox Recipe |
{{Infobox Recipe |
||
|facility = Standard Potion Station |
|facility = Standard Potion Station |
||
|duration = 7 |
|||
|profession = Alchemist |
|profession = Alchemist |
||
|level = 0 |
|level = 0 |
||
Line 158: | Line 169: | ||
{{Infobox Recipe |
{{Infobox Recipe |
||
|facility = |
|facility = |
||
|duration = |
|||
|profession = |
|profession = |
||
|level = |
|level = |
||
Line 176: | Line 188: | ||
"params": { |
"params": { |
||
"facility": {}, |
"facility": {}, |
||
"duration": {}, |
|||
"profession": {}, |
"profession": {}, |
||
"level": {}, |
"level": {}, |
||
Line 191: | Line 204: | ||
"paramOrder": [ |
"paramOrder": [ |
||
"facility", |
"facility", |
||
"duration", |
|||
"profession", |
"profession", |
||
"level", |
"level", |