Template:Infobox strat/doc: Difference between revisions
m Add template data |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|date_found=''date_found'' | |date_found=''date_found'' | ||
|timesave=''timesave'' | |timesave=''timesave'' | ||
| | |theorisers=''theorisers'' | ||
|discoverers=''discoverers''}} | |||
<syntaxhighlight lang="wikitext"> | <syntaxhighlight lang="wikitext"> | ||
Line 21: | Line 22: | ||
|date_found= | |date_found= | ||
|timesave= | |timesave= | ||
| | |theorisers= | ||
|discoverers=}} | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 55: | Line 57: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"timesave": { | "timesave": { | ||
"label": "Timesave", | "label": "Timesave", | ||
"description": "How much you can gain compared to regular route with this strategy", | "description": "How much you can gain compared to regular route with this strategy", | ||
"type": "number", | "type": "number", | ||
"suggested": true | |||
}, | |||
"theorisers": { | |||
"label": "Theoriser(s)", | |||
"type": "string" | |||
}, | |||
"discoverers": { | |||
"label": "Discoverer(s)", | |||
"type": "string", | |||
"suggested": true | "suggested": true | ||
} | } |