Template:HiddenSourceFile
Jump to navigation
Jump to search
{{{1}}}{{{2}}} ([{{#filelink: {{{2}}}}} download])
{{{3}}}
Example of use:
{{hiddenSourceFile|/path/to/my/|file.sh|<source lang="bash" class="file.sh"> #! /bin/bash echo Hello, World </source> }}
/path/to/my/file.sh ([{{#filelink: file.sh}} download])
#! /bin/bash
echo Hello, World