Difference between revisions of "Template:GenericDownloadBox"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
|background={{#switch: {{{type}}} | release = #c1d1e8 | beta = #FFD39A | project = #c9f7f5 | #default = #C9F7F5}}
|background={{#switch: {{{type}}} | release = #c1d1e8 | beta = #FFD39A | project = #c9f7f5 | #default = #C9F7F5}}
|bordercolor={{{bordercolor|#4c4746}}}
|bordercolor={{{bordercolor|#4c4746}}}
|shadowcolor={{{shadowcolor|#404040}}}
|cornerradius={{{cornerradius|6px}}}
|cornerradius={{{cornerradius|6px}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>

Revision as of 14:30, 2 April 2014


Examples

Release

{{GenericDownloadBox
 |Release|
 Optional description goes here
 |version=1.2.3.456789
 |type=release
 |windows=http://windows-download-url
 |macintosh=http://mac-download-url
 |linux=http://linux-download-url
 }}


Second Life Release Viewer version 1.2.3.456789

Optional description goes here

Crystal Clear app download manager.png
[ Windows | Macintosh | Linux]


Beta

{{GenericDownloadBox
 |Beta|
 Optional description goes here
 |version=1.2.3.456789
 |type=beta
 |windows=http://windows-download-url
 |macintosh=http://mac-download-url
 |linux=http://linux-download-url
 }}


Second Life Beta Viewer version 1.2.3.456789

Optional description goes here

Crystal Clear app download manager.png
[ Windows | Macintosh | Linux]


{{GenericDownloadBox
 |Beta|
 This beta has no Mac downloads
 |version=1.2.3.456789
 |type=beta
 |windows=http://windows-download-url
 |macintosh=
 |linux=http://linux-download-url
 }}


Second Life Beta Viewer version 1.2.3.456789

This beta has no Mac downloads

Crystal Clear app download manager.png
[ Windows | Linux]


{{GenericDownloadBox
 |Example Project|
 Optional description goes here  
 Including [[Linked Wiki Pages]].
 |version=1.2.3.456789
 |type=project
 |windows=http://windows-download-url
 |macintosh=http://mac-download-url
 |linux=http://linux-download-url
 }}


Second Life Example Project Viewer version 1.2.3.456789

Optional description goes here.

Including Linked Wiki Pages.

Crystal Clear app download manager.png
[ Windows | Macintosh | Linux]


{{GenericDownloadBox
 |Example Project|
 This viewer has no version number.
 |version=
 |type=project
 |windows=http://windows-download-url
 |macintosh=http://mac-download-url
 |linux=http://linux-download-url
 }}


Second Life Example Project Viewer

This viewer has no version number.

Crystal Clear app download manager.png
[ Windows | Macintosh | Linux]