Help:List: Difference between revisions
m cat sort |
add the other two list models |
||
| Line 173: | Line 173: | ||
</dl> | </dl> | ||
== List | == List templates == | ||
There are two templates in this wiki for building HTML lists. | There are two templates in this wiki for building HTML lists. | ||
; [[Template:List]] | ; [[Template:List]] | ||
: for creating an unordered list with up to 50 items. | : for creating an unordered list with up to 50 items. | ||
| Line 182: | Line 183: | ||
Both templates were created by [[User:PiotrGrochowski]], please ask him for help and improvements. | Both templates were created by [[User:PiotrGrochowski]], please ask him for help and improvements. | ||
== Plaintext and defined lists == | |||
It's also possible to create lists in plaintext: | |||
<pre>•list<br> | |||
1. list<pre> | |||
which will output itself, minus the br tags. Colons can be used for indentation to create nested lists. | |||
Defined lists define bullets and numbers in images instead of using text: | |||
<pre>[[File:Listitem.png]]list<br> | |||
[[File:1.png]] list</pre> | |||
outputting | |||
[[File:Listitem.png]]list<br> | |||
[[File:1.png]] list | |||
== See also == | == See also == | ||
* [[Help:Editing]] | * [[Help:Editing]] | ||