Difference between revisions of "Template:LSR/doc"

From blackwiki
Jump to navigation Jump to search
imported>Tothwolf
m ({{intricate template}})
imported>Tothwolf
(See also)
Line 38: Line 38:
  
 
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.
 +
 +
== See also ==
 +
* {{tl|LPR}}
  
 
<includeonly>
 
<includeonly>

Revision as of 11:52, 26 May 2009


Function

Format release version and date for display in an Infobox.

Usage

Parameters:
{{LSR
|article =
|latest_release_version =
|latest_release_date =
}}

Example:

{{LSR
|article = MediaWiki
|latest_release_version = 1.14.0
|latest_release_date = {{release date and age|2009|02|22}}
}}

Appears as:

1.14.0 (Template:Release date and age) [±]

Notes

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.

See also