Template:TechCard/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
"params": { | "params": { | ||
} | "name": { | ||
"description": "Name of the tech" | |||
}, | |||
"nofile": { | |||
"description": "Hide video file if unavailable (any value equals \"true\")", | |||
"suggestedvalues": [ | |||
"1", | |||
"true" | |||
] | |||
}, | |||
"file": { | |||
"description": "File name" | |||
}, | |||
"tech_type": {}, | |||
"difficulty": {}, | |||
"character_dependent": { | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No" | |||
] | |||
}, | |||
"stamina": { | |||
"description": "Not needed if it's 0", | |||
"suggestedvalues": [ | |||
"1" | |||
] | |||
}, | |||
"inputs": {}, | |||
"notes": {} | |||
}, | |||
"description": "Template used for movement tech videos." | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 17:41, 9 July 2026
Template used for movement tech videos.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Name of the tech | Unknown | optional |
| nofile | nofile | Hide video file if unavailable (any value equals "true")
| Unknown | optional |
| file | file | File name | Unknown | optional |
| tech_type | tech_type | no description | Unknown | optional |
| difficulty | difficulty | no description | Unknown | optional |
| character_dependent | character_dependent | no description
| Unknown | optional |
| stamina | stamina | Not needed if it's 0
| Unknown | optional |
| inputs | inputs | no description | Unknown | optional |
| notes | notes | no description | Unknown | optional |