Template:SnowglobeDownloadBox: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
=== Parameters === | |||
;name | |||
: '''(optional)''' Name of the download. If omitted, "Snowglobe w.x.y" will be used instead (with x, y and z as given below). | |||
;type | |||
: <code>release</code>, <code>test build</code> etc. | |||
: <code>release</code> will cause different visuals (only color, currently) and will cause macsuffix to be ignored. Other values don't have any effect for now. | |||
;w, x, y, z | |||
: Components of the version number: Major, Minor, Sub-Minor and "build number" (for SG actually the SVN revision) | |||
;year, branch | |||
: correspond to the respective parts of the SVN URL | |||
;date | |||
: Other than 'year' above, this is the actual date of when the build was done | |||
;macsuffix | |||
: '''(optional)''' Part of the .dmg filename for trunk builds. Assumed empty when omitted. Ignored when <code>type = release</code>. | |||
=== Examples === | |||
<pre> | <pre> | ||
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | {{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | ||
|type = release | |type = release | ||
|w =2 | |w = 2 | ||
|x =0 | |x = 0 | ||
|y =2 | |y = 2 | ||
|z =3576 | |z = 3576 | ||
|branch =2.0 | |branch = 2.0 | ||
|date =July 29, 2010 | |date = July 29, 2010 | ||
|year =2010 | |year = 2010 | ||
|macsuffix=_THISWILLBEIGNORED | |macsuffix= _THISWILLBEIGNORED | ||
}} | }} | ||
</pre> | </pre> | ||
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | {{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | ||
|type = release | |type = release | ||
|w =2 | |w = 2 | ||
|x =0 | |x = 0 | ||
|y =2 | |y = 2 | ||
|z =3576 | |z = 3576 | ||
|branch =2.0 | |branch = 2.0 | ||
|date =July 29, 2010 | |date = July 29, 2010 | ||
|year =2010 | |year = 2010 | ||
|macsuffix=_THISWILLBEIGNORED | |macsuffix= _THISWILLBEIGNORED | ||
}} | }} | ||
<pre> | |||
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | |||
|name = {{Snowglobe_2-installers-trunk/{{{1|en}}}}} | |||
|type = test build | |||
|w = 2 | |||
|x = 1 | |||
|y = 0 | |||
|z = 3565 | |||
|branch = trunk | |||
|date = July 27, 2010 | |||
|year = 2010 | |||
|macsuffix= _SNOWGLOBETESTBUILD | |||
}} | |||
</pre> | |||
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | {{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox | ||
|name ={{Snowglobe_2-installers-trunk/{{{1|en}}}}} | |name = {{Snowglobe_2-installers-trunk/{{{1|en}}}}} | ||
|type = test build | |type = test build | ||
|w =2 | |w = 2 | ||
|x =1 | |x = 1 | ||
|y =0 | |y = 0 | ||
|z =3565 | |z = 3565 | ||
|branch =trunk | |branch = trunk | ||
|date =July 27, 2010 | |date = July 27, 2010 | ||
|year =2010 | |year = 2010 | ||
|macsuffix=_SNOWGLOBETESTBUILD | |macsuffix= _SNOWGLOBETESTBUILD | ||
}} | }} | ||
Revision as of 10:47, 30 July 2010
Usage
Parameters
- name
- (optional) Name of the download. If omitted, "Snowglobe w.x.y" will be used instead (with x, y and z as given below).
- type
release,test buildetc.releasewill cause different visuals (only color, currently) and will cause macsuffix to be ignored. Other values don't have any effect for now.- w, x, y, z
- Components of the version number: Major, Minor, Sub-Minor and "build number" (for SG actually the SVN revision)
- year, branch
- correspond to the respective parts of the SVN URL
- date
- Other than 'year' above, this is the actual date of when the build was done
- macsuffix
- (optional) Part of the .dmg filename for trunk builds. Assumed empty when omitted. Ignored when
type = release.
Examples
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
|type = release
|w = 2
|x = 0
|y = 2
|z = 3576
|branch = 2.0
|date = July 29, 2010
|year = 2010
|macsuffix= _THISWILLBEIGNORED
}}
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
|name = {{Snowglobe_2-installers-trunk/{{{1|en}}}}}
|type = test build
|w = 2
|x = 1
|y = 0
|z = 3565
|branch = trunk
|date = July 27, 2010
|year = 2010
|macsuffix= _SNOWGLOBETESTBUILD
}}