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