Template:HereticSrc

From DoomWiki.org

Template for linking to a location in the Heretic source code. Based on Template:DoomSrc. Parameters are:

text= 
Text to use for the link.
file= 
Filename to link to.
line= 
Line number to link to. Optional.

Example:

 {{HereticSrc|file=SB_BAR.C|text=sb_bar.c}} contains the status bar code.

Gives:

 sb_bar.c contains the status bar code.