Jump to content

Template:FW-Row-Detail: Difference between revisions

From SOJI ELECTRONICS
[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. Auto-generates row with id anchor from version parameter.
|description=Row template for Firmware Version History table. Single description field for all change types.
|params={
|params={
     "version":     { "label": "Version",      "type": "string",  "required": true },
     "version":     { "label": "Version",      "type": "string",  "required": true },
     "date":         { "label": "Release Date", "type": "date",    "required": true },
     "date":       { "label": "Release Date", "type": "date",    "required": true },
     "type":         { "label": "Type",        "type": "string",  "required": true, "description": "Stable / Beta / Alpha / RC" },
     "type":       { "label": "Type",        "type": "string",  "required": true, "description": "Stable / Beta / Alpha / RC" },
     "added":       { "label": "Added",       "type": "content" },
     "description": { "label": "Description", "type": "content", "description": "Full description with bullets (use **Added/Changed/Fixed/Security/Known Issues** subheadings if needed)" }
    "changed":      { "label": "Changed",      "type": "content" },
    "fixed":        { "label": "Fixed",        "type": "content" },
    "security":    { "label": "Security",    "type": "content" },
    "known_issues": { "label": "Known Issues", "type": "content" }
}
}
}}
}}
Line 18: Line 14:
{{!}} {{FW-Type|{{{type|}}}}}
{{!}} {{FW-Type|{{{type|}}}}}
{{!}}
{{!}}
{{{added|—}}}
{{{description|—}}}
{{!}}
{{{changed|—}}}
{{!}}
{{{fixed|—}}}
{{!}}
{{{security|—}}}
{{!}}
{{{known_issues|—}}}
</includeonly>
</includeonly>

Revision as of 08:04, 15 May 2026

SOJI Electronics