Template:Download: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border-radius: 10px; background-color: #dfd; padding: 8px; padding-top: 0px; padding-bottom: 0px; border: 1px solid #7a7; display: inline-block;">
<ul class="downloads"><li><!--
<b>
 
{{If|{{{path|}}}
  icon
|[{{{path}}} {{{name}}}]
-->{{Icon|{{{icon|download}}}}}<!--
|{{If|{{{nogithub|}}}
 
|[http://sourceforge.net/projects/innoextract/files/{{{sourceforge}}}/{{{file}}}/download {{{name}}}]
  download link
|[https://github.com/downloads/arx/ArxLibertatis/{{{file}}} {{{name}}}]
--><!--
{{If|{{{sourceforge}}}|
 
<!-- --> [http://sourceforge.net/projects/innoextract/files/{{{sourceforge}}}/{{{file}}}/download (mirror)]|
      custom link
}}
  -->{{#if:{{{url|}}}|[{{{url}}} {{{name}}}]<!--
}}
 
}}
  -->{{#if:{{{mirror|}}}| [{{{mirror}}} (mirror)]|}}<!--
</b>
 
{{If|{{{file|}}}|<br><span style="color: #666; font-size: 7pt;">{{{file}}}{{If|{{{size}}}| - {{{size}}}|}}</span>|}}
      self-hosted link
</div>
  -->|{{#ifeq:{{{selfhosted|1}}}|1|<!--
<noinclude>
 
      -->{{SelfHostedDownload|file={{{file}}}|dir={{{dir|}}}|name={{{name}}}}}<!--
 
      ... with sourceforge mirror (TODO: move somewhere else)
      --> {{#ifeq:{{{sourceforge|1}}}|1|<!--
 
        --> {{SourceForgeDownload|file={{{file}}}|dir={{{dir|}}}|name=(mirror)}}<!--
 
      -->|}}<!--
 
      sourceforge mirror (TODO: move somewhere else)
  -->|<!--
 
      -->{{SourceForgeDownload|file={{{file}}}|dir={{{dir|}}}|name={{{name}}}}}<!--
 
  -->}}<!--
  -->}}<!--
--><!--
 
  filename
--><span class="name">{{{file}}}</span><!--
 
  and filesize
-->{{#if:{{{size|}}}| <span class="size">{{{size}}}</span>}}<!--
 
  newline
-->{{#if:{{{checksum|}}}{{{signature|}}}|<br>}}<!--
 
  and checksum
-->{{#if:{{{checksum|}}}| <span class="checksum">MD5: <code>{{{checksum}}}</code></span>}}<!--
 
  and siganture
-->{{#ifeq:{{{signature|0}}}|1|<span class="signature"><!--
 
      custom link
  -->{{#if:{{{url|}}}|[{{{url}}}.sig signature]<!--
 
      self-hosted link
  -->|{{SelfHostedDownload|file={{{file}}}.sig|dir={{{dir|}}}|name=signature}}<!--
 
      sourceforge link
  -->|{{#ifeq:{{{sourceforge|1}}}|1|{{SourceForgeDownload|file={{{file}}}.sig|dir={{{dir|}}}|name=signature}}<!--
 
  -->}}<!--
  -->}}<!--
  --></span>}}<!--
 
--></li></ul><noinclude>


Parameters:
Parameters:
* name - title of the download [required]
* name - title of the download [required]
* file - filename (without path) [required unless path is set]
* file - filename (without path) [required]
* path - full download path (should not be used for github or sourceforge downloads!)
* dir - subdirectory for file for sourceforge/self-hosted [required]
* nogithub - don't use a github download path
* url - full download path (should not be used for sourceforge or self-hosted downloads!)
* sourceforge - use a sourceforge download path, set to url-encoded directory
* sourceforge - set to 0 to not use a sourceforge download path
* selfhosted - set to 0 to not use a self-hosted download path
* size - textual filesize
* size - textual filesize
* checksum - MD5 checksum
* signature - signature file
</noinclude>
</noinclude>

Latest revision as of 22:13, 9 March 2024

Parameters:

  • name - title of the download [required]
  • file - filename (without path) [required]
  • dir - subdirectory for file for sourceforge/self-hosted [required]
  • url - full download path (should not be used for sourceforge or self-hosted downloads!)
  • sourceforge - set to 0 to not use a sourceforge download path
  • selfhosted - set to 0 to not use a self-hosted download path
  • size - textual filesize
  • checksum - MD5 checksum
  • signature - signature file