Module:Version/doc
Jump to navigation
Jump to search
This is the documentation page for Module:Version
The main entrypoint is the get
function.
First parameter is the release type, which can be one of the following:
stable
legacy
lts
beta
alpha
Second parameter is the format, which can be one of the following:
version
branch
git
date
Note that alpha
and beta
only work with branch
, the behavior of other output formats is undefined.
Examples
{{#invoke:Version|get|alpha|branch}}
: 1.38{{#invoke:Version|get|beta|branch}}
: 1.37{{#invoke:Version|get|stable|version}}
: 1.36.2{{#invoke:Version|get|stable|branch}}
: 1.36{{#invoke:Version|get|stable|git}}
: REL1_36{{#invoke:Version|get|stable|date}}
: 2021-09-30{{#invoke:Version|get|lts|version}}
: 1.35.4{{#invoke:Version|get|legacy|version}}
: 1.35.4{{#invoke:Version|get|legacylts|version}}
: 1.35.4
That said, you probably want to use one of the wrapper templates in Category:MediaWiki version information templates instead of calling this module directly.[[[<translate nowrap> w:Wikipedia:Please clarify</translate>|<span title="<translate nowrap> The reason for this is unclear.</translate>"><translate> why?</translate>]]]
[[Category:Module documentation pages{{#translation:}}]]