Help:List: Difference between revisions
moved considerations about list-like constructs into user namespace User:PiotrGrochowski/Plaintext and defined lists, it's still not ready for use, even you, Piotr, wouldn't want to use it seriously. |
REVERT VANDALISM. That was a hell of an opinion... Tag: Undo |
||
Line 182: | Line 182: | ||
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]] | ||
* [https://en.wikipedia.org/wiki/Help:List Help:List - Wikipedia] | * [https://en.wikipedia.org/wiki/Help:List Help:List - Wikipedia] | ||
[[Category:Help]] | [[Category:Help]] | ||
[[Category:todo:expand|?]] | [[Category:todo:expand|?]] |