Help:Editing: Difference between revisions
→Tables: advanced examples moved to Help:Table |
No edit summary |
||
| Line 41: | Line 41: | ||
=== Lists === | === Lists === | ||
:''See [[Help:List]] for advanced use cases for lists.'' | :''See [[Help:List]] for advanced use cases for lists.'' | ||
There are tree basic types of lists in HTML that are supported in MediaWiki markup: [[#unordered|unordered]] (or "bulleted") lists, [[#numbered|numbered]] lists, [[#description|description]] lists. Each type of lists can be created within wiki source code by just indicating the items at the beginning of the line (the list is automatically built around them). Each item has to start on a new line. | There are tree basic types of lists in HTML that are supported in MediaWiki markup: [[#unordered|unordered]] (or "bulleted") lists, [[#numbered|numbered]] lists, [[#description|description]] lists. Each type of lists can be created within wiki source code by just indicating the items at the beginning of the line (the list is automatically built around them). Each item has to start on a new line. You may also use a different [[list model]] if you want. | ||
==== Unordered ==== | ==== Unordered ==== | ||