Template:HiddenSourceFile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{pl2| |
{{pl2| |
||
{{hidden|<tt>{{{1}}}{{{2}}}</tt> ([{{#filelink: {{{2}}}}} download])| |
{{hidden|<tt>{{{1}}}{{{2}}}</tt> ([{{#filelink: {{{2}}}}} download])| |
||
{{#fileanchor: {{{2}}} }} |
|||
{{{3}}} |headerstyle=background:#ccccff;text-align:left;}} }}<noinclude> |
|||
Example of use: |
Example of use: |
||
<pre> |
<pre> |
Revision as of 15:47, 29 October 2009
{{{1}}}{{{2}}} ([{{#filelink: {{{2}}}}} download])
{{#fileanchor: {{{2}}} }} {{{3}}}
Example of use:
{{hiddenSourceFile|/path/to/my/|file.sh|<source lang="bash"> #! /bin/bash echo Hello, World </source> }}
/path/to/my/file.sh ([{{#filelink: file.sh}} download])
{{#fileanchor: file.sh }}
#! /bin/bash
echo Hello, World