Template:MWv/doc

From mediawiki.org

Purpose[edit]

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

Short version of {{MW version }} (without "version2" parameter).

Usage[edit]

{{MWv|1=|2=|r=|gerrit change=}}

  • 1 (version) - the version number of MediaWiki.
  • 2 (comment) - (optional) 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.
  • r - (optional) An SVN revision ID related to the section this template embedded in.
  • gerrit change - (optional) A Gerrit change number implementing the feature.

Example[edit]

MediaWiki version:
1.41

{{MWv|1.41}}

MediaWiki version:
1.40

{{MWv|1.40}}

MediaWiki version:
1.15

{{MWv|1.15}}

MediaWiki version:
1.40

{{MWv|1.40|and before}}

MediaWiki version:
1.40

{{MWv|1.40|and after}}

MediaWiki version:
1.40
text here

{{MWv|1.40|text here}}

MediaWiki version:
1.41
r123

{{MWv|1.41|r=123}}

MediaWiki version:
1.41
Gerrit change 123

{{MWv|1.41|gerrit change=123}}

See also[edit]