Xenharmonic Wiki:Article guidelines: Difference between revisions

ArrowHead294 (talk | contribs)
Ganaram inukshuk (talk | contribs)
m those weren't supposed to be section headers
Line 31: Line 31:
Certain characters and character sequences have special meanings in Wiki markup, and sometimes need to be escaped using escape templates. However, this should generally be done only as a last resort, and their use is highly discouraged when displaying code 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, this should generally be done only as a last resort, and their use is highly discouraged when displaying code since they often make code snippets difficult to read in the source editor.


=== Avoid (generally) ===
'''Avoid (generally)'''
<pre><nowiki>{{((}}Example Template{{))}}</nowiki></pre>
<pre><nowiki>{{((}}Example Template{{))}}</nowiki></pre>
 
'''Preferred'''
=== Preferred ===
<pre>
<pre>
&lt;nowiki&gt;{{Example template}}&lt;/nowiki&gt;
&lt;nowiki&gt;{{Example template}}&lt;/nowiki&gt;