Help:Wikitext: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) |
Caleb Cooper (talk | contribs) |
||
Line 1,881:
In order for the software to interpret wiki markup, its parser first scans the page. When it sees its nowiki tags
:{{tag|nowiki}} ([[Wikipedia:escape character|escape]]s all contained wiki markup), and
:{{tag|nowiki|s}} (escapes the interpretations it is designed to "break"),
it escapes its wikicode, so editors can document its markup ''using'' its markup.
Line 1,901:
<nowiki /># Ordered list
|<nowiki>A [[micro-]]second.</nowiki>
|A [[Wikipedia:micro-]]second.
|<nowiki>A [[micro-]]<nowiki />second.</nowiki>
|A [[Wikipedia:micro-]]<nowiki />second.
|<nowiki>a<nowiki>
Line 1,926:
:{{ ''pagename'' <nowiki />| {{ ''pagename'' }<nowiki />} }}
Unless you use the two "balanced" nowiki tags, troubleshooting [[Wikipedia:help:strip markers|strip marker]] errors and template parameter-handling inconsistencies is a risk. Also, a rendering error may arise when two <kbd>[<nowiki />[...]]</kbd> square brackets are on the same line, or two <kbd>{<nowiki />{...}}</kbd> curly brackets are in the same section, but only when the two have the nowiki markup placed inconsistently.
====Displaying wikilinks====
| |||