Mall:MW-version

This page is a translated version of the page Template:MW version and the translation is 100% complete.
MediaWiki-version:
X.X
Template documentation

Syfte

Den här mallen visar den giltiga MediaWiki-versionen för paragrafen. Den syns till höger om fönstret i ett kantat textfält.

Användning

{{MW version|version= [|version2=] [|comment=] [|gerrit change=] }}


[visning · diskutera · redigera]

Detta är TemplateData-dokumentationen för denna mall som används av VisualEditor och andra verktyg.

MW version

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

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Versionversion

The version number of MediaWiki to display.

Stringrequired
Version 2version2

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.

Stringoptional
Commentcomment

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.

Stringsuggested
SVN revision IDr

An SVN revision ID related to the section this template embedded in.

Stringdeprecated
Gerrit changegerrit change

A Gerrit change number implementing the feature.

Stringoptional
Compactcompact

If set, hides the “MediaWiki version:” string.

Booleanoptional

Exempel

MediaWiki-version:
1.42

{{MW version|version=1.42}}

MediaWiki-version:
1.41

{{MW version|version=1.41}}

MediaWiki-version:
1.40

{{MW version|version=1.40}}

MediaWiki-version:
1.15

{{MW version|version=1.15}}

MediaWiki-versioner:
1.40 – 1.41

{{MW version|version=1.40|version2=1.41}}

MediaWiki-version:
1.40

{{MW version|version=1.40|comment=and before}}

MediaWiki-version:
1.15

{{MW version|version=1.15|comment=and after}}

MediaWiki-version:
1.15

{{MW 1.15|and after}}

MediaWiki-version:
1.40
text here

{{MW version|version=1.40|comment=text here}}

MediaWiki-version:
1.41
Gerrit change 12345

{{MW version|version=1.41|gerrit change=12345}}

MediaWiki-version:
1.41
r123

{{MW version|version=1.41|r=123}}

Se även