Template:HiddenSourceFile: Difference between revisions

From miki
Jump to navigation Jump to search
(Breaking again the template for raw testing)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{hidden
{{hidden
|header=<tt>{{{1}}}{{{2}}}</tt> (<filoufilou name="{{{2}}}" tag="source">download</filoufilou>)
|header=<tt>{{{1}}}{{{2}}}</tt> ({{#tag:file|download|name={{{2}}}|tag=source}})
|content={{{content}}}
|content={{{content}}}
|headerstyle=background:#ccccff;
|headerstyle=background:#ccccff;
Line 6: Line 6:
|fw1=normal
|fw1=normal
}}<noinclude>
}}<noinclude>
<font color="red">'''This template requires Rawfile 0.5.1 or above</font>
<font color="red">'''THIS TEMPLATE IS BROKEN - RAWFILE.PHP MUST BE UPDATED TO EXPAND TEMPLATE ARGUMENTS WHEN MEDIAWIKI 1.16 IS AVAILABLE - See [http://www.mediawiki.org/wiki/Manual:Tag_extensions]'''</font>


Example of use:
Example of use:

Latest revision as of 14:52, 20 April 2014

This template requires Rawfile 0.5.1 or above

Example of use:

{{hiddenSourceFile|/path/to/my/|file.sh|content=<source lang="bash">
#! /bin/bash
echo Hello, World
</source>
}}