Template:HiddenSourceFile: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{hidden|<tt>{{{1}}}{{{2}}}</tt>(<file tag="source" name={{{2}}}>download {{{2}}}</file>)|{{{3}}}|headerstyle=background:#ccccff;text-align:left;}}<noinclude>
{{hidden|<tt>{{{1}}}{{{2}}}</tt> and {{{2}}}(<file tag="source" name={{{2}}}>download {{{2}}}</file>) and {{{2}}}|{{{3}}}|headerstyle=background:#ccccff;text-align:left;}}<noinclude>
Example of use:
Example of use:
<pre><nowiki>
<pre><nowiki>

Revision as of 17:28, 6 January 2010

Example of use:

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