Difference between revisions of "Template:DownloadExt"
Jump to navigation
Jump to search
Dschwoerer (talk | contribs) m (1 revision: Bib2SMW) |
(Restore older version) |
||
Line 1: | Line 1: | ||
− | <includeonly> | + | <includeonly>[{{SERVER}}/~icp/html{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{#explode:{{{1}}}|/|-1}}}}]</includeonly><noinclude> |
This template can be used to include links to downloadable files that have not been uploaded to mediawiki but reside somewhere else. | This template can be used to include links to downloadable files that have not been uploaded to mediawiki but reside somewhere else. | ||
Line 6: | Line 6: | ||
;''filename'' | ;''filename'' | ||
− | :The name of the file that can be downloaded, | + | :The name of the file that can be downloaded, relative to the path <code>/web/icp/public_html/html/</code> |
;''linktext'' | ;''linktext'' | ||
:The text of the link to the download. | :The text of the link to the download. | ||
Line 13: | Line 13: | ||
== Examples == | == Examples == | ||
− | * <code><nowiki>{{DownloadExt|slides01.pdf}}</nowiki></code> {{DownloadExt|slides01.pdf}} | + | * <code><nowiki>{{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf}}</nowiki></code> {{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf}} |
− | * <code><nowiki>{{DownloadExt| | + | * <code><nowiki>{{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf|Lecture Slides}}</nowiki></code> {{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf|Lecture Slides}} |
− | |||
− | |||
</noinclude> | </noinclude> |
Revision as of 16:12, 14 June 2013
This template can be used to include links to downloadable files that have not been uploaded to mediawiki but reside somewhere else.
Usage
{{DownloadExt|filename|linktext|type}}
- filename
- The name of the file that can be downloaded, relative to the path
/web/icp/public_html/html/
- linktext
- The text of the link to the download.
- type
- Often, mediawiki cannot deduce the type of the file to be downloaded. In that case, pass the mimetype here.
Examples
{{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf}}
slides01.pdf{{DownloadExt|/teaching/2012-ws-sim_methods/slides01.pdf|Lecture Slides}}
Lecture Slides