Changes
→See also: explain Category:MediaWiki version information templates
{{documentation subpage}}
{{high-use|1814}}
==Function==
Format release version and date for display in [[Help:Infobox|infoboxes]] and [[Help:Table|wikitables]]; intended to identify the '''latest stable release'''.
==Usage==
{| style="float: left; border: none;"
|<pre>
{{LSR
| article =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD}} -->
}}
</pre>
|}
{{-}}
==Example==
{{LSR
| article = MediaWiki
| latest_release_version = 1.23.4
| latest_release_date = {{Start date and age|2014|09|24}}
}}
<pre style="overflow:auto;">
{{LSR
| article = MediaWiki
| latest_release_version = 1.23.4
| latest_release_date = {{Start date and age|2014|09|24}}
}}
</pre>
==Parameters==
The <code>article</code> parameter will default to <nowiki>{{PAGENAME}}</nowiki> if left empty.
If the <code>latest release version</code> parameter is empty this template will not display anything.
The <code>latest release date</code> parameter is optional and if left empty no date will be shown.
==See also==
*{{tl|LPR}} – latest preview release
*[[:Category:MediaWiki version information templates|MediaWiki version information templates]] – use templates such as {{tl|MW stable branch number}} to avoid hardcoding particular release numbers.
<includeonly>{{#ifeq:{{PAGENAME}}|LSR|
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Software templates|LSR]]
[[Category:Latest stable software release templates| ]]
}}</includeonly>
{{high-use|1814}}
==Function==
Format release version and date for display in [[Help:Infobox|infoboxes]] and [[Help:Table|wikitables]]; intended to identify the '''latest stable release'''.
==Usage==
{| style="float: left; border: none;"
|<pre>
{{LSR
| article =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD}} -->
}}
</pre>
|}
{{-}}
==Example==
{{LSR
| article = MediaWiki
| latest_release_version = 1.23.4
| latest_release_date = {{Start date and age|2014|09|24}}
}}
<pre style="overflow:auto;">
{{LSR
| article = MediaWiki
| latest_release_version = 1.23.4
| latest_release_date = {{Start date and age|2014|09|24}}
}}
</pre>
==Parameters==
The <code>article</code> parameter will default to <nowiki>{{PAGENAME}}</nowiki> if left empty.
If the <code>latest release version</code> parameter is empty this template will not display anything.
The <code>latest release date</code> parameter is optional and if left empty no date will be shown.
==See also==
*{{tl|LPR}} – latest preview release
*[[:Category:MediaWiki version information templates|MediaWiki version information templates]] – use templates such as {{tl|MW stable branch number}} to avoid hardcoding particular release numbers.
<includeonly>{{#ifeq:{{PAGENAME}}|LSR|
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Software templates|LSR]]
[[Category:Latest stable software release templates| ]]
}}</includeonly>