Difference between revisions of "Template:Infobox relax release"

From relax wiki
Jump to navigation Jump to search
(Fix for the syntax used to construct the previous and next relax links - '|' should be directly used instead of {{!}}.)
(Labels are only shown if the 'data_n' parameter is supplied.)
Line 17: Line 17:
 
----
 
----
  
| label3  = {{#if: {{{keywords|}}} | Keywords }}
+
| label3  = Keywords
 
| data3    = {{#if: {{{keywords|}}} | {{{keywords}}} }}
 
| data3    = {{#if: {{{keywords|}}} | {{{keywords}}} }}
  
| label4  = {{#if: {{{type|}}} | Release type }}
+
| label4  = Release type
 
| data4    = {{#if: {{{type|}}} | {{{type}}} }}
 
| data4    = {{#if: {{{type|}}} | {{{type}}} }}
  

Revision as of 13:40, 22 October 2015

Official relax releases
relax logo
relax version x.y.z
Previous version
← relax prev

Release date

Unknown release date


Template documentation

Goal

To present an InfoBox to summarise the relax release, and provide links to previous and next versions.

Usage

{{infobox relax release
|version=
|prev=
|next=
|keywords=
|type=
|date=
|manual=
}}
version
The relax version number.
prev
The previous relax version number.
next
The next relax version number (optional).
keywords 
Any keywords to describe the release with (optional).
type
The release type, for example Major feature, Minor feature, Major bugfix, Minor bugfix, etc. (optional).
date
The release date.
manual
If this is set to 'yes', or anything for that matter, a link will be provided for the PDF copy of the manual saved in the /tags/<version>/docs/relax.pdf path of the SVN repository.

Example

{{infobox relax release
| version  = 3.3.0
| prev     = 3.2.3
| next     = 3.3.1
| keywords = Relaxation dispersion
| type     = Major feature
| date     = 3 September 2014
| manual   = yes
}}
Official relax releases
relax logo
relax version 3.3.0
Previous version Next version
← relax 3.2.3 relax 3.3.1 →

Keywords Relaxation dispersion
Release type Major feature
Release date

3 September 2014


The PDF version of the relax 3.3.0 user manual The relax 3.3.0 user manual