Difference between revisions of "Help:Editing"
(→Numbered list) |
(→Numbered list) |
||
Line 76: | Line 76: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
# Item 3 | # Item 3 | ||
− | + | # Item 4 <br /><syntaxhighlight lang="xml"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | # Item | + | |
− | + | ||
<Node1>Value1</Node1> | <Node1>Value1</Node1> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | |||
</pre> | </pre> | ||
+ | # Item 5 | ||
Using a HTML comment <nowiki><!-- --></nowiki> '''OR''' <nowiki><br/></nowiki> for the line break prevents that the numbered list is broken and numbering starts over: | Using a HTML comment <nowiki><!-- --></nowiki> '''OR''' <nowiki><br/></nowiki> for the line break prevents that the numbered list is broken and numbering starts over: | ||
Line 95: | Line 89: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
# Item 3 | # Item 3 | ||
+ | # Item 4 <br /><syntaxhighlight lang="xml"> | ||
+ | <Node1>Value1</Node1> | ||
+ | </syntaxhighlight> | ||
+ | </pre> | ||
+ | # Item 5 | ||
− | + | Obeying this syntax it is also possible to use the <nowiki>{{Hints}}</nowiki> and <nowiki>{{Attention}}</nowiki> templates: | |
− | + | ||
# Item 1 | # Item 1 | ||
− | # Item 2< | + | # Item 2 <!-- |
− | + | -->{{Hint|asdfasdf}} | |
− | + | ||
# Item 3 | # Item 3 | ||
+ | # Item 4 <!-- | ||
+ | -->{{Attention|asdfasdf}} | ||
+ | # Item 5 | ||
==Tables== | ==Tables== |