Difference between revisions of "Template:Icode"

From Franklin Heath Ltd Wiki
Jump to: navigation, search
(Remove abstract (not used on this wiki))
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
+
<noinclude>This template can be used for marking up identifiers in the body of text - for example filenames, classes, functions, arguments etc. It then displays the text in monotype.
 +
 
 
== Usage ==
 
== Usage ==
Use <nowiki>{{Icode|your identifier}}</nowiki> to format source code identifiers in the {{Icode|body}} of text.</noinclude><span style="font-family:courier">{{{1}}}</span>
+
 
 +
<code text>{{Icode|identifier}}</code>
 +
 
 +
'''Notes''':
 +
* Using the equals (=) and pipe (|) characters inside the template parameters prevents them working properly. These characters should be replaced with the '''&amp;#61;''' and '''&amp;#124;''' codes respectively.
 +
 
 +
<!--begin Icode--></noinclude><includeonly><tt>{{{1}}}</tt></includeonly><!--end Icode-->

Latest revision as of 02:07, 21 April 2015

This template can be used for marking up identifiers in the body of text - for example filenames, classes, functions, arguments etc. It then displays the text in monotype.

Usage

identifier

Notes:

  • Using the equals (=) and pipe (|) characters inside the template parameters prevents them working properly. These characters should be replaced with the &#61; and &#124; codes respectively.