Template:Source

From artserver wiki
Revision as of 17:00, 11 January 2018 by Andre (talk | contribs) (Created page with "<noinclude> Template for adding a source tag quickly. IN PROGRESS Template: <pre> <source lang="{{{lang|bash}}}"> {{{1}}} </source> </pre> Invoke: <pre>{{Source|lang=python...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template for adding a source tag quickly. IN PROGRESS

Template:

<source lang="{{{lang|bash}}}">
{{{1}}}
</source>

Invoke:

{{Source|lang=python|print "hello python"}}