Template:FW-Row-Detail: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{TemplateData | {{TemplateData | ||
|description=Row template for Firmware Version History table. | |description=Row template for Firmware Version History table. Single description field for all change types. | ||
|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" }, | ||
" | "description": { "label": "Description", "type": "content", "description": "Full description with bullets (use **Added/Changed/Fixed/Security/Known Issues** subheadings if needed)" } | ||
} | } | ||
}} | }} | ||
| Line 18: | Line 14: | ||
{{!}} {{FW-Type|{{{type|}}}}} | {{!}} {{FW-Type|{{{type|}}}}} | ||
{{!}} | {{!}} | ||
{{{ | {{{description|—}}} | ||
</includeonly> | </includeonly> | ||