Jump to content

Template:FW-Row-Detail: Difference between revisions

From SOJI ELECTRONICS
[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":       { "label": "Version",       "type": "string", "required": true, "description": "e.g., 1.2.0" },
     "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" },
     "status":        { "label": "Status",        "type": "string", "required": true, "description": "Recommended / Supported / Deprecated / EOL" },
     "added":        { "label": "Added",        "type": "content" },
    "added":        { "label": "Added",        "type": "content", "description": "Bullet list (use *)" },
     "changed":     { "label": "Changed",     "type": "content" },
     "changed":       { "label": "Changed",       "type": "content" },
     "fixed":       { "label": "Fixed",       "type": "content" },
     "fixed":         { "label": "Fixed",         "type": "content" },
     "security":     { "label": "Security",     "type": "content" },
     "security":     { "label": "Security",     "type": "content" },
     "known_issues": { "label": "Known Issues", "type": "content" }
     "known_issues": { "label": "Known Issues", "type": "content" },
    "download_file": { "label": "Download File", "type": "string" }
}
}
}}
}}
Line 19: Line 17:
{{!}} {{{date|}}}
{{!}} {{{date|}}}
{{!}} {{FW-Type|{{{type|}}}}}
{{!}} {{FW-Type|{{{type|}}}}}
{{!}} {{FW-Status|{{{status|}}}}}
{{!}}
{{!}}
{{{added|—}}}
{{{added|—}}}
Line 30: Line 27:
{{!}}
{{!}}
{{{known_issues|—}}}
{{{known_issues|—}}}
{{!}} {{#if:{{{download_file|}}}|[[Media:{{{download_file}}}|{{{version}}} ZIP]]{{!}}—}}
</includeonly>
</includeonly>

Revision as of 07:37, 15 May 2026

SOJI Electronics