Template:MWv
MediaWiki version: | X.X |
Purpose
editThis 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
orand 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
editMediaWiki version: | 1.42 |
{{MWv|1.42}}
MediaWiki version: | 1.41 |
{{MWv|1.41}}
MediaWiki version: | 1.15 |
{{MWv|1.15}}
MediaWiki version: | ≤ 1.41 |
{{MWv|1.41|and before}}
MediaWiki version: | ≥ 1.41 |
{{MWv|1.41|and after}}
MediaWiki version: | 1.41 |
text here |
{{MWv|1.41|text here}}
MediaWiki version: | 1.42 r123 |
{{MWv|1.42|r=123}}
MediaWiki version: | 1.42 Gerrit change 123 |
{{MWv|1.42|gerrit change=123}}
See also
edit- Template:MW 1.42, Template:MW 1.41, etc.