Jump to content

Template:FW-Row-Detail: Difference between revisions

From SOJI ELECTRONICS
[checked revision][checked revision]
Created page with "<noinclude> {{TemplateData |description=Row template for Firmware Version History table. Auto-generates row with id anchor from version parameter. |params={ "version": { "label": "Version", "type": "string", "required": true, "description": "e.g., 1.2.0" }, "date": { "label": "Release Date", "type": "date", "required": true }, "type": { "label": "Type", "type": "string", "required": true, "description": "Stable / Beta..."
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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, "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" },
     "description": { "label": "Description", "type": "content", "description": "Full description with bullets (use **Added/Changed/Fixed/Security/Known Issues** subheadings if needed)" }
    "status":        { "label": "Status",       "type": "string", "required": true, "description": "Recommended / Supported / Deprecated / EOL" },
    "added":        { "label": "Added",        "type": "content", "description": "Bullet list of added features (use *)" },
    "changed":      { "label": "Changed",      "type": "content" },
    "fixed":        { "label": "Fixed",        "type": "content" },
    "security":      { "label": "Security",      "type": "content" },
    "known_issues":  { "label": "Known Issues",  "type": "content" },
    "download_file": { "label": "Download File", "type": "string", "description": "e.g., Product-Firmware-v1.2.0.zip" }
}
}
}}
}}
Line 18: Line 11:
{{!}} '''{{{version|}}}'''
{{!}} '''{{{version|}}}'''
{{!}} {{{date|}}}
{{!}} {{{date|}}}
{{!}} {{FW-Type|{{{type|}}}}}
{{!}}
{{!}} {{FW-Status|{{{status|}}}}}
{{{description|—}}}
{{!}} {{{added|—}}}
{{!}} {{{changed|—}}}
{{!}} {{{fixed|—}}}
{{!}} {{{security|—}}}
{{!}} {{{known_issues|—}}}
{{!}} {{#if:{{{download_file|}}}|[[Media:{{{download_file}}}|{{{version}}} ZIP]]|—}}
</includeonly>
</includeonly>

Latest revision as of 08:09, 15 May 2026

SOJI Electronics