Template:Latest Releases: Difference between revisions

From OLPC
Jump to navigation Jump to search
(.)
(rm stale lines)
Line 6: Line 6:
<br>{{:Template:Latest Releases/flavors}}</span>
<br>{{:Template:Latest Releases/flavors}}</span>
--><span style="display:{{{rc|none}}}"><!--
--><span style="display:{{{rc|none}}}"><!--
--><br />[[Release Process Home#Types of Builds|Release candidate]]: {{:Template:Latest Releases/rc}}</span><!--
--><span style="display:{{{devel|none}}}"><!--
--><br />[[Test Group Release Notes|Devel]]: {{:Template:Latest Releases/devel}}</span><!--
--><br />[[Test Group Release Notes|Devel]]: {{:Template:Latest Releases/devel}}</span><!--
--><span style="display:{{{livecd|none}}}"><!--
--><span style="display:{{{livecd|none}}}"><!--
--><br />[[Live CD]]: {{:Template:Latest Releases/livecd}}</span><!--
--><span style="display:{{{firmware|none}}}"><!--
--><br />[[Firmware]]: {{:Template:Latest Releases/firmware}}</span><!--
--><br />[[Firmware]]: {{:Template:Latest Releases/firmware}}</span><!--
--><span style="display:{{{server|none}}}"><!--
--><span style="display:{{{server|none}}}"><!--
Line 20: Line 16:
== NOTE to EDITORS: ==
== NOTE to EDITORS: ==


The (lumped) code above has that shape (or rather lack of it) so that the 'span' directives control the CR & LF (which otherwise would interfere with the layout if it was formatted).
The (lumped) code above has that shape so that 'span' directives control the CR & LF (which otherwise would interfere with the layout if it was formatted). Edit carefully. Sorry for the lump.

Please edit carefully. Sorry for the lump. Now with added html comments to improve lumpiness --sj.
Two lines recently removed (for being stale):
-- ><br />[[Live CD]]: {{:Template:Latest Releases/livecd}}</span><!--
-- ><span style="display:{{{firmware|none}}}"><!--
-- ><br />[[Release Process Home#Types of Builds|Release candidate]]: {{:Template:Latest Releases/rc}} </span><!--
-- ><span style="display:{{{devel|none}}}"><!--


-->
-->

Revision as of 21:23, 26 January 2010

  English | 한글 HowTo [ID# 231070]  +/-  



This template shows the latest releases available, displayed in an "infobox". You can control which lines appear in the infobox (except for the header and Stable: lines which will always show).

The actual links and strings for each line are separate from the template to simplify maintenance. To update a line in the infobox follow one of the links below:

Line Current text
Stable 13.2.11 || 2020-01-29 edit
RC disabled edit
Stable flavors currently disabled edit
Devel 13.2.0 || upcoming edit
Live CD LiveCD (2008-11-06) edit
Firmware Q2E48 || 2011-10-13 edit
Server xs-0.7 || 2012-02-20 edit
Extra Text
updating the XO +/-
edit


Usage

Don't hardcode build and release information in pages. Unless a page is obviously historical (e.g. "April 2007 test results") never say "the current release is 708". Instead, invoke this template to present latest release information.

{{ Latest Releases 
    | stable     = inline    <!-- OPTIONAL -- shows the stable flavors -->
    | rc         = inline    <!-- OPTIONAL -- shows the release candidate info -->
    | devel      = inline    <!-- OPTIONAL -- shows the devel-build info -->
    | livecd     = inline    <!-- OPTIONAL -- shows the Live CD info -->
    | firmware   = inline    <!-- OPTIONAL -- shows the firmware info -->
    | server     = inline    <!-- OPTIONAL -- shows the server info -->
    | extra_text = whatever  <!-- OPTIONAL -- shows extra comment text if something is entered; if none is defined:
                              '<center>[[Release notes/8.2.1|release notes]] · [[Updating the XO|how to update...]]
                                 <small>[[:Template:Latest_Releases|+/-]]</small></center>' -->
}}

If you just want to display a particular latest build within a paragraph, you can invoke one of the sub-templates:

 The current release candidate is {{Latest Releases/rc}}


Samples


{{ Latest Releases | stable = inline }}


{{ Latest Releases | devel = inline }}


{{ Latest Releases | livecd = inline }}


{{ Latest Releases | firmware = inline }}


{{ Latest Releases | firmware = inline | server = inline }}


{{ Latest Releases 
  | stable   = inline
  | rc       = inline
  | devel    = inline
  | livecd   = inline
  | firmware = inline
  | server   = inline
  | extra_text = <center>possibly
 a [[The OLPC Wiki|link]] or text</center> }}


 The current release candidate is {{Latest Releases/rc}}

produces
  The current release candidate is disabled