Template:HiddenSourceFile: Difference between revisions
Jump to navigation
Jump to search
(Try solution from https://bugzilla.wikimedia.org/show_bug.cgi?id=61341) |
No edit summary |
||
Line 1: | Line 1: | ||
{{hidden |
{{hidden |
||
|header=<tt>{{{1}}}{{{2}}}</tt> ({{#tag:file|name={{{2}}}|tag=source |
|header=<tt>{{{1}}}{{{2}}}</tt> ({{#tag:file|download|name={{{2}}}|tag=source}}) |
||
|content={{{content}}} |
|content={{{content}}} |
||
|headerstyle=background:#ccccff; |
|headerstyle=background:#ccccff; |
Revision as of 09:26, 17 February 2014
{{{1}}}{{{2}}} (<file name="{{{2}}}" tag="source">download</file>)
{{{content}}}
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> }}
/path/to/my/file.sh (<file name="file.sh" tag="source">download</file>)
#! /bin/bash
echo Hello, World