List model

From TD Xenharmonic Wiki
Jump to navigation Jump to search

List model is the way a list is coded.

The first one is deprecated due to requiring newlines to work and may stop working in future iterations of the wiki (for example if it gets migrated to outside of both wikispaces and MediaWiki).

The fourth one is deprecated due to requiring files to work, which causes server efficiency issues.

For bullet lists:

*list
*list
*list (AVOID THIS LIST MODEL)

<ul><li>list</li><li>list</li><li>list</li></ul>

•list<br>•list<br>•list

[[File:Listitem.png]]list<br>[[File:Listitem.png]]list<br>[[File:Listitem.png]]list (AVOID THIS LIST MODEL)

{{List|list|list|list}}

For number lists:

#list
#list
#list (AVOID THIS LIST MODEL)

<ol><li>list</li><li>list</li><li>list</li></ol>

1. list<br>2. list<br>3. list

[[File:1.png]] list<br>[[File:2.png]] list<br>[[File:3.png]] list (AVOID THIS LIST MODEL)

{{numlist|list|list|list}}