Difference between revisions of "Template:External-Media"
m (changed to dynamic server name) |
m (Fixed for new MediaWiki) |
||
Line 1: | Line 1: | ||
− | <includeonly>[{{SERVER}}/ | + | <includeonly>[{{SERVER}}/wiki-media/external/{{{1}}} {{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}]</includeonly><!-- |
Revision as of 09:02, 22 July 2012
This template provides an easy way to create a link to external download media.
More information is available in Help:External media.
Template
{{External-Media|path|text}}
Parameters
- path
- Relative path within the External-Media directory on the server.
- The slash character "/" is used as path delimiter.
- Space characters are not allowed within the path.
- text (optional)
- Display text for the link. If empty, path is used as display text.
Examples
- Input
* {{External-Media|Control/aico.control_V1.5.0.zip}} * {{External-Media|Control/aico.control_V1.5.0.zip|aico.control V1.5.0}}
- Output
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.