Template:SnowglobeDownloadBox: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
little download logo
Use correct path in examples
Line 18: Line 18:
<code>release</code> causes blue background. <code>macsuffix</code> could be omitted without any effect, as it is ignored. <code>name</code> was omitted.
<code>release</code> causes blue background. <code>macsuffix</code> could be omitted without any effect, as it is ignored. <code>name</code> was omitted.
<pre>
<pre>
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
{{SnowglobeDownloadBox
|type    = release
|type    = release
|w        = 2
|w        = 2
Line 30: Line 30:
}}
}}
</pre>
</pre>
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
{{SnowglobeDownloadBox
|type    = release
|type    = release
|w        = 2
|w        = 2
Line 44: Line 44:
Non-release <code>type</code> causes yellow background. <code>macsuffix</code> is ''needed'' here to get the correct URL for the MacOS download.
Non-release <code>type</code> causes yellow background. <code>macsuffix</code> is ''needed'' here to get the correct URL for the MacOS download.
<pre>
<pre>
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
{{SnowglobeDownloadBox
|name    = {{Snowglobe_2-installers-trunk/{{{1|en}}}}}
|name    = {{Snowglobe_2-installers-trunk/{{{1|en}}}}}
|type    = test build
|type    = test build
Line 57: Line 57:
}}
}}
</pre>
</pre>
{{User:Boroondas Gupte/sandbox/SnowglobeDownloadBox
{{SnowglobeDownloadBox
|name    = {{Snowglobe_2-installers-trunk/{{{1|en}}}}}
|name    = {{Snowglobe_2-installers-trunk/{{{1|en}}}}}
|type    = test build
|type    = test build

Revision as of 10:25, 2 August 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 build etc.
release 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 type = release.

Examples

release causes blue background. macsuffix could be omitted without any effect, as it is ignored. name was omitted.

{{SnowglobeDownloadBox
|type     = release
|w        = 2
|x        = 0
|y        = 2
|z        = 3576
|branch   = 2.0
|date     = July 29, 2010
|year     = 2010      
|macsuffix= _THISWILLBEIGNORED
}}
Snowglobe 2.0.2
(2.0.2.3576, July 29, 2010) (release notes)
Windows | Mac | Linux ]


Non-release type causes yellow background. macsuffix is needed here to get the correct URL for the MacOS download.

{{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
}}
Snowglobe 2.1.0 Test Build (trunk)
(2.1.0.3565, July 27, 2010) (release notes)
Windows | Mac | Linux ]