Template:Infobox strat/doc: Difference between revisions
Created page with "{{tl|Infobox_strat}} should be used to describe a specific strategy used in TAS. == Usage == The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed. {{Infobox strat |image=NADT 2014-06-21 Ben Rowland.jpg |other_names=''other_names'' |class=''class'' |type=''type'' |date_found=''date_found'' |timesave=''timesave'' |discovers=''discovers''}} <synta..." |
m Add template data |
||
Line 25: | Line 25: | ||
=== Template Data === | === Template Data === | ||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"label": "Image", | |||
"description": "Image related to the strategy", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"other_names": { | |||
"label": "Other names", | |||
"description": "Different names used to describe the strategy", | |||
"type": "string" | |||
}, | |||
"class": { | |||
"label": "Class", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"date_found": { | |||
"label": "Date found", | |||
"description": "day, month, year, period of the discovery", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"discovers": {}, | |||
"timesave": { | |||
"label": "Timesave", | |||
"description": "How much you can gain compared to regular route with this strategy", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> |