Template:HiddenSourceFile: Difference between revisions

From miki
Jump to navigation Jump to search
(Breaking again the template for raw testing)
(Undo revision 5702 by Mip (talk))
Line 1: Line 1:
{{hidden
{{hidden
|header=<tt>{{{1}}}{{{2}}}</tt> (<filoufilou name="{{{2}}}" tag="source">download</filoufilou>)
|header=<tt>{{{1}}}{{{2}}}</tt> (<file name="{{{2}}}" tag="source">download</file>)
|content={{{content}}}
|content={{{content}}}
|headerstyle=background:#ccccff;
|headerstyle=background:#ccccff;

Revision as of 21:18, 13 February 2014

THIS TEMPLATE IS BROKEN - RAWFILE.PHP MUST BE UPDATED TO EXPAND TEMPLATE ARGUMENTS WHEN MEDIAWIKI 1.16 IS AVAILABLE - See [1]

Example of use:

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