Actions

Template talk

Difference between revisions of "Download"

From Sonic Retro

(Suggestion for new download box)
(Suggestion for new download box)
Line 48: Line 48:
 
'''Current version:'''  <span style="font-size:95%">1.03</span></div>
 
'''Current version:'''  <span style="font-size:95%">1.03</span></div>
 
|}
 
|}
 +
 +
How's this?  I added some padding to give the icon some horizontal room, linked the icon to the file directly, and added (info) after the filesize.
 +
--[[User:PicklePower|PicklePower]] 05:02, 27 October 2009 (UTC)
 +
 +
 +
===Multi-download box...===
 +
 +
{|style="width:475px;padding:4px 10px" class="toc"
 +
|align="left" style="vertical-align:top;padding:8px 0" width="40px"|[[Image:Download.svg|35px|link=Special:FilePath/SonED_v.0.50b_(Windows).zip]]
 +
|
 +
<span style="font-weight:bold;font-size:120%">Download Gens/GS</span><br>
 +
<span style="font-size:95%">Multiple downloads available</span><br>
 +
<div class="explain" style="cursor:default;padding:3px 0">[[Media:SonED_v.0.50b_(Windows).zip|<span style="font-weight:bold">Gens/GS Milestone 6 (Source Code)</span>]] <span style="font-size:80%">(1.45 MB) ([[:File:SonED_v.0.50b_(Windows).zip|info]])</span></div>
 +
<div class="explain" style="cursor:default;padding:3px 0">[[Media:SonED_v.0.50b_(Windows).zip|<span style="font-weight:bold">Gens/GS Milestone 6 (Ubuntu 8.04+, 32-bit)</span>]] <span style="font-size:80%">(622 KB) ([[:File:SonED_v.0.50b_(Windows).zip|info]])</span></div>
 +
<div class="explain" style="cursor:default;padding:3px 0;border-bottom:none">[[Media:SonED_v.0.50b_(Windows).zip|<span style="font-weight:bold">Gens/GS Milestone 6 (Win32)</span>]] <span style="font-size:80%">(855 KB) ([[:File:SonED_v.0.50b_(Windows).zip|info]])</span></div>
 +
|}
 +
 +
Here's a [[Template:Multidownload]] replacement suggestion.  I still need to make the Wiki code based on this.

Revision as of 01:02, 27 October 2009

Suggestion for new download box

I've always been kind of irritated by the download box. There's some usability issues with it: it's wordy, and you're linking to something by using the words "click here", which can basically be easily avoided...

link=File:{{{file}}}

Download SonED2

File: Soned2.exe (250 KB)
Current version: 1.03

This one conveys the exact same information using less words, and uses the exact same template parameters, so as to not break compatibility. The template also had the variable "plural" in it...I ran a search for "plural" and couldn't find any pages using it. However, that becomes irrelevant if we were to use this new box.

The template code (it will need to be tested):

{|style="width:400px;" class="toc"
|align="left" width="50px"|[[Image:Download.svg|40px|link=File:{{{file}}}]]
|
[[Media:{{{file}}}|<span style="font-weight:bold;font-size:140%">Download {{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}</span>]]
<div style="font-size:90%">'''File:'''  <span style="font-size:95%">{{{file}}} {{#if:{{{filesize|}}}|({{{filesize}}})|}}</span><br>
{{ #if: {{{version|}}} |'''Current version:'''  <span style="font-size:95%">{{{version}}}</span>|}}</div>
|}

--PicklePower 23:43, 25 October 2009 (UTC)

I like this, do one for multiple downloads such as what Gens/GS uses and I think we have a winner. SOTI 23:46, 25 October 2009 (UTC)


A bit large. I've made it a little more compact below.

--Afti

link=File:{{{file}}}

Download SonED2

File: Soned2.exe (250 KB)
Current version: 1.03
Either is good. I like both of these. But don't forget the second link - there's a . hyperlinked at the end of any given download box that links to the wiki page - for example, over at STE the main link goes to http://info.sonicretro.org/images/6/60/Ste1.10.7z , but the dot goes to http://info.sonicretro.org/File:Ste1.10.7z . See the subtle difference? Both need keeping. Overlord 19:46, 26 October 2009 (UTC)
That hidden link isn't necessary since I made Download.svg link to the file page. - Hivebrain 19:58, 26 October 2009 (UTC)
Using download.svg may be too subtle--maybe do a (file info) after the file line? Otherwise, I think this is a great improvement. - Scarred Sun 22:05, 26 October 2009 (UTC)
Download.svg

Download SonED2

File: Soned2.exe (250 KB) (info)
Current version: 1.03

How's this? I added some padding to give the icon some horizontal room, linked the icon to the file directly, and added (info) after the filesize. --PicklePower 05:02, 27 October 2009 (UTC)


Multi-download box...

Download.svg

Download Gens/GS
Multiple downloads available

Here's a Template:Multidownload replacement suggestion. I still need to make the Wiki code based on this.