Template:Software version

From Linux Web Expert

Revision as of 07:02, 7 April 2023 by imported>Xxmarijnw (Remove duplicate example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


version
X.X
Template documentation

Purpose

This template shows the required software version for the paragraph. It appears on the right side of the window in a bordered text field.

Usage

{{Software version|version= [|version2=] [|comment=] }}


[<span style="" title="<translate nowrap> View this template</translate>"><translate> view</translate> · <span style="" title="<translate nowrap> Discuss this template</translate>"><translate> talk</translate> · <span style="" title="<translate nowrap> Edit this template</translate>"><translate> edit</translate>]

This is the TemplateData documentation for this template used by VisualEditor and other tools.

Software version

<templatedata> { "params": { "version2": { "label": { "en": "Version 2", "pl": "Wersja 2", "tr": "Sürüm 2" }, "description": { "en": "To display a range of versions (e.g. 1.20 - 1.25), enter the first version in the “version” parameter and the second version in the “version2” parameter." }, "type": "string" }, "version": { "label": { "en": "Version", "pl": "Wersja", "ja": "バージョン", "tr": "Sürüm" }, "description": { "en": "The version number to display." }, "type": "string", "required": true }, "comment": { "label": { "en": "Comment", "pl": "Komentarz", "tr": "Yorum" }, "description": { "en": "If set to “and before” or “and after”, places a less-than-or-equal (≤) or greater-than-or-equal (≥) sign before the version number; otherwise adds the comment to the right of the version number box." }, "type": "string", "suggested": true }, "compact": { "label": { "en": "Compact", "pl": "Kompaktowo", "tr": "Kavram" }, "description": { "en": "If set, hides the software name." }, "type": "boolean" }, "software": { "label": "Software", "description": "The name of the software.", "example": "PHP", "type": "string", "required": true }, "version-status": { "label": "Version status", "description": "The status of the first version.", "type": "string", "suggestedvalues": [ "unsupported", "legacy", "stable", "future", "unknown" ], "default": "unknown", "suggested": true }, "version2-status": { "label": "Version 2 status", "description": "The status of the second version.", "type": "string", "suggestedvalues": [ "unsupported", "legacy", "stable", "future", "unknown" ], "default": "unknown" } }, "description": { "en": "This template shows the valid versions for the specified software for the paragraph. It appears on the right side of the window in a bordered text field." }, "paramOrder": [ "software", "version", "version2", "version-status", "version2-status", "comment", "compact" ] } </templatedata>

Examples

Apache version
2

{{Software version|software=Apache|version=2}}

Apache version
1 – 2

{{Software version|software=Apache|version=1|version2=2}}

PHP version
7.3 – 8.2

{{Software version|software=PHP|version=7.3|version2=8.2|version-status=legacy|version2-status=stable}}

PHP version
7.3

{{Software version|software=PHP|version=7.3|comment=and after}}

PHP version
7.3

{{Software version|software=PHP|version=7.3|comment=and befor|version-status=unsupported}}

PHP version
8.3

{{Software version|software=PHP|version=7.3|comment=and after|version-status=future}}

See also