Difference between revisions of "Template:GenericDownloadBox"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
: [[File:Crystal_Clear_app_download_manager.png|32px|left|link=]] [ {{#if: {{{windows}}}|[{{{windows}}} Windows] | }}{{#if: {{{macintosh}}}|[{{{macintosh}}} Macintosh] | }}{{#if: {{{linux}}} |[{{{linux}}} Linux]}} ]
: [[File:Crystal_Clear_app_download_manager.png|32px|left|link=]] [ {{#if: {{{windows}}}|[{{{windows}}} Windows] | }}{{#if: {{{macintosh}}}|[{{{macintosh}}} Macintosh] | }}{{#if: {{{linux}}} |[{{{linux}}} Linux]}} ]
|background={{#switch: {{{type}}} | release = #EBFDFF | beta = #FFFFD0 | project = #FFD0D0 | #default = #FFFFD0}}
|background={{#switch: {{{type}}} | release = #EBFDFF | beta = #FFFFD0 | project = #FFD0D0 | #default = #FFFFD0}}
|bordercolor={{{bordercolor|#bdc4c9}}}
|bordercolor={{{bordercolor|#222222}}}
|shadowcolor={{{shadowcolor|#222222}}}
|shadowcolor={{{shadowcolor|#2c2e30}}}
|cornerradius={{{cornerradius|6px}}}
|cornerradius={{{cornerradius|6px}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>


==Examples==
  <nowiki>{{GenericDownloadBox
  <nowiki>{{GenericDownloadBox
  |Release|
  |Release|

Revision as of 07:13, 19 October 2012


Examples

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


Second Life Release Viewer

Optional description goes here

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


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


Second Life Beta Viewer

Optional description goes here

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


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


Second Life Example Project Viewer

Optional description goes here Including Linked Wiki Pages.

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