Gaming
 

Template:Sourcecode

From Wikihack

[[Source:{{{1}}}#line{{{2}}}|{{{1}}}, line {{{2}}}]]


This template can be used to reference a numbered line of the source code; use {{function}} to reference a named element.

The syntax is {{sourcecode|filename|linenumber}}. For example:

{{sourcecode|hack.c|2162}}

expands to:

hack.c, line 2162.

This template may be used between <ref> and </ref> tags.