Template:FW-Row-Detail: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|description=Row template for Firmware Version History table. Auto-generates row with id anchor from version parameter. | |description=Row template for Firmware Version History table. Auto-generates row with id anchor from version parameter. | ||
|params={ | |params={ | ||
"version": | "version": { "label": "Version", "type": "string", "required": true }, | ||
"date": | "date": { "label": "Release Date", "type": "date", "required": true }, | ||
"type": | "type": { "label": "Type", "type": "string", "required": true, "description": "Stable / Beta / Alpha / RC" }, | ||
" | "added": { "label": "Added", "type": "content" }, | ||
"changed": { "label": "Changed", "type": "content" }, | |||
"changed": | "fixed": { "label": "Fixed", "type": "content" }, | ||
"fixed": | "security": { "label": "Security", "type": "content" }, | ||
"security": | "known_issues": { "label": "Known Issues", "type": "content" } | ||
"known_issues": | |||
} | } | ||
}} | }} | ||
| Line 19: | Line 17: | ||
{{!}} {{{date|}}} | {{!}} {{{date|}}} | ||
{{!}} {{FW-Type|{{{type|}}}}} | {{!}} {{FW-Type|{{{type|}}}}} | ||
{{!}} | {{!}} | ||
{{{added|—}}} | {{{added|—}}} | ||
| Line 30: | Line 27: | ||
{{!}} | {{!}} | ||
{{{known_issues|—}}} | {{{known_issues|—}}} | ||
</includeonly> | </includeonly> | ||