Jump to content

Template:LSR/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tags: Mobile edit Mobile web edit
 
(9 intermediate revisions by 8 users not shown)
Line 9: Line 9:
===Infobox===
===Infobox===
{| style="float: left; border: none;"
{| style="float: left; border: none;"
|<syntaxhighlight lang="wikitext">
|<pre>
{{LSR
{{LSR
| article =
| article =
| latest release version =
| latest release version =
| latest release date = <!-- {{Start date and age|2020|05|24}} -->
| latest release date = <!-- {{Start date and age|YYYY|MM|DD}} -->
| edit = <!-- yes -->
| edit = <!-- no -->
}}
}}
</syntaxhighlight>
</pre>
|}
|}
{{-}}
{{-}}
Line 22: Line 22:
===Table===
===Table===
{| style="float: left; border: none;"
{| style="float: left; border: none;"
|<syntaxhighlight lang="wikitext">
|<pre>
{{Latest stable software release/Linux}}
{{Latest stable software release/Linux}}
</syntaxhighlight>
</pre>
|}
|}
{{-}}
{{-}}


If a page such as [[Template:Latest stable software release/Facebook Messenger]] exists then {{tlx|Infobox_software}} will automatically insert the contents in the corresponding article.
If a page such as [[Template:Latest stable software release/Facebook Messenger]] exists then {{tlx|Infobox software}} will automatically insert the contents in the corresponding article.


==Example==
==Example==
Line 34: Line 34:
| article = MediaWiki
| article = MediaWiki
| latest release version = 1.20.3
| latest release version = 1.20.3
| latest release date = {{Start date and age|2013|03|04}}
| latest release date = {{Start date and age|2020|05|24}}
}}
}}


<pre style="overflow:auto;">
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{LSR
{{LSR
| article = MediaWiki
| article = MediaWiki
| latest release version = 1.20.3
| latest release version = 1.20.3
| latest release date = {{Start date and age|2013|03|04}}
| latest release date = {{Start date and age|2020|05|24}}
}}
}}
</syntaxhighlight>
</pre>


==Parameters==
==Parameters==
Line 52: Line 52:
The <code>latest release date</code> parameter is optional and if left empty no date will be shown.
The <code>latest release date</code> parameter is optional and if left empty no date will be shown.


The <code>edit</code> parameter is optional and can be set to "no" to cancel the edit link.
The <code>edit</code> parameter is optional and can be set to "no"
" to cancel the edit link.


==See also==
==See also==
* {{tl|LPR}} – latest preview release
* {{tl|LPR}} – latest preview release
* [[Special:PrefixIndex/Template:Latest_stable_software_release|Subpages of redirect "Latest stable software release"]]
* {{tl|Multiple releases}}
* {{tl|Multiple releases}}



Latest revision as of 15:40, 18 November 2024

Function

[edit]

Format release version and date for display in infoboxes and wikitables; intended to identify the latest stable release.

Usage

[edit]

Infobox

[edit]
{{LSR
| article = 
| latest release version = 
| latest release date = <!-- {{Start date and age|YYYY|MM|DD}} -->
| edit = <!-- no -->
}}

Table

[edit]
{{Latest stable software release/Linux}}

If a page such as Template:Latest stable software release/Facebook Messenger exists then {{Infobox software}} will automatically insert the contents in the corresponding article.

Example

[edit]

1.20.3 (May 24, 2020; 4 years ago (2020-05-24)) [±]

{{LSR
| article = MediaWiki
| latest release version = 1.20.3
| latest release date = {{Start date and age|2020|05|24}}
}}

Parameters

[edit]

The article parameter will default to {{PAGENAME}} if left empty.

If the latest release version parameter is empty this template will not display anything.

The latest release date parameter is optional and if left empty no date will be shown.

The edit parameter is optional and can be set to "no" " to cancel the edit link.

See also

[edit]