Template:Rawfiledownloadexample
Jump to navigation
Jump to search
You can download file "{{{name}}}" below, just click this link: <file name="{{{name}}}" tag="pre">{{{name}}}</file>.
{{{content}}}
This is an example template to demonstrate how to use the RawFile extension tags in a template.
The special construct {{#tag:file|...}} is a work-around to a bug in mediawiki template expansion (see bugzilla 61341).
See Mediawiki RawFile for more information.
Example of use:
{{Rawfiledownloadexample|name=myfile.txt|content=Once upon a time
There was a Tag
Tag was clickable
And clicked it was}}
|
You can download file "myfile.txt" below, just click this link: <file name="myfile.txt" tag="pre">myfile.txt</file>. Once upon a time There was a Tag Tag was clickable And clicked it was |