Modèle:Common version/doc
Displays a standardized version link with icon, shown above. To display multiple versions, use {{versions}}.
Whenever the term "Desktop version" is used in an article, it should be replaced with this template to ensure consistency.
Usage
All parameters are optional.
{{ desktop version | <display mode> | short = y | nl = y | t = <custom display text> | glue = <characters between icon and text> | small = y | size = <size in px> | width = <width in px> | height = <height in px> | scale = <scale ratio> }}
- First unnamed parameter
Display mode; set it to one of the following values:
– Display the icon only (see {{icon/desktop}}).icon
– Display the text only.text
– Display the icon and an abbreviated version name.short
- short
Display an abbreviation of the version name. Identical to setting the first unnamed parameter to
.
short
- nl
Remove the link from the icon and/or text. They are linked by default.
- t
Customize the displayed text. Overrides |short=y
and has no effect when using
as mode.
icon
- glue
Set the characters between the icon and the text. Defaults to
.
- small, size, width, height, scale
Customize the icon display, see {{icon/desktop}} for details.
Examples
Code | Result | Note |
---|---|---|
{{desktop version}} |
Version Bureau | |
{{desktop version|icon}} |
Identical to {{icon/desktop}} .
| |
{{desktop version|text}} |
Version Bureau | |
{{desktop version|short}} |
Bureau | |
{{desktop version|text|short=y}} |
Bureau | |
{{desktop version|t=sometext}} |
sometext | Custom display text. |
{{desktop version|short=y}} |
Bureau | Identical to {{desktop version|short}}
|
{{desktop version|nl=y}} |
Version Bureau | No link. |
{{desktop version|text|nl=y}} |
Version Bureau | No link. |
{{desktop version|short|nl=y}} |
Bureau | No link. |
{{desktop version|glue=-}} |
-Version Bureau | |
{{desktop version|scale=2}} |
Version Bureau | See {{icon/desktop}}. |
{{desktop version|icon|small=y}} |
See {{icon/desktop}}. |