Help:HTML in wikitext: Difference between revisions

Content deleted Content added
m var: <syntaxhighlight lang="wikitext">
m Lists: <syntaxhighlight lang="wikitext">
Line 610:
 
{{markup
|<nowikisyntaxhighlight lang="wikitext">; Term
: Definition 1
: Definition 2</nowikisyntaxhighlight>
|<dl><!-- this wikimarkup does not render in this template -->
<dt>Term</dt>
Line 646:
Wikimarkup: use <code>*</code> for items in an unordered list and <code>#</code> for ordered lists.
{{markup
|1=<syntaxhighlight lang="tidwikitext"># Item 1
# Item 2</syntaxhighlight>
|2=<nowiki />
# Item 1
# Item 2
|3=<syntaxhighlight lang="tidwikitext">* Item 1
* Item 2</syntaxhighlight>
|4=<nowiki />