Template:Infobox Recipe/doc: Difference between revisions
updated doc for addition of "duration" field
Im Wired In (talk | contribs) (Sync with module docs) |
(updated doc for addition of "duration" field) |
||
Line 14:
[[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
|-
Line 105 ⟶ 112:
{{Infobox Recipe
|facility = Standard Potion Station
|duration = 7
|profession = Alchemist
|level = 0
Line 116 ⟶ 124:
{{Infobox Recipe
|facility = Standard Potion Station
|duration = 7
|profession = Alchemist
|level = 0
Line 132 ⟶ 141:
{{Infobox Recipe
|facility = Standard Potion Station
|duration = 7
|profession = Alchemist
|level = 0
Line 144 ⟶ 154:
{{Infobox Recipe
|facility = Standard Potion Station
|duration = 7
|profession = Alchemist
|level = 0
Line 158 ⟶ 169:
{{Infobox Recipe
|facility =
|duration =
|profession =
|level =
Line 176 ⟶ 188:
"params": {
"facility": {},
"duration": {},
"profession": {},
"level": {},
Line 191 ⟶ 204:
"paramOrder": [
"facility",
"duration",
"profession",
"level",
|