Xenharmonic Wiki:Article guidelines: Difference between revisions

ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
Line 29: Line 29:


== Use of escape templates ==
== Use of escape templates ==
Certain characters and character sequences have special meanings in Wiki markup, and sometimes need to be escaped using escape templates. However, when displaying preformatted code, the use of such templates is generally discouraged, and should generally be done as a last resort, since they often make code snippets difficult to read in the source editor.
Certain characters and character sequences have special meanings in Wiki markup, and sometimes need to be escaped using escape templates. However, when displaying preformatted code, the use of escape templates is generally discouraged, and should generally be done only as a last resort, since they often make code snippets difficult to read in the source editor.


=== Avoid (generally) ===
=== Avoid (generally) ===
Line 40: Line 40:
or
or
<pre>
<pre>
{{<nowiki />Example template}}
{{&lt;nowiki /&gt;Example template}}
</pre>
</pre>