Recent Articles
- Art
- Articles
- Cheese
- Chemistry
- Cleberty
- Devil's List
- Economics
- Farmers
- Feedback
- George Orwell
- Golden Whip of Unusualness
- Good Words
- Inventory
- Lady C-3PO
- Location
- Mail Harry
- Methods of Escape
- New Computer Smell
- New Years Resolutions
- Padiddle
- Pataphor
- People Who Don't Live in Cardboard Towns
- Petty Justified
- Pokemon Soccer
- Punching People in the Head
![]() |
This website and its contents are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License |
ListStyles
See also Wiki styles, Cookbook:WikiStylesPlus
As well as the ordinary ordered (numbered) and unordered lists it is possible to use the styles %ROMAN%
, %roman%
, %ALPHA%
, and %alpha%
. The style is used in the first element of an ordered list, for example:
# %ROMAN% Top level ## %ALPHA% Second level ## Second level ## Second level ### Third level ### Third level ## Second level ### Third level #### %alpha% Fourth level ##### %roman% Fifth level ##### Fifth level #### Fourth level # Top level # Top level |
|
If you wish to start a numbered (ordered) list at an arbitrary starting value, use the value
style, for example:
# %item value=2517% Top level ## %ROMAN% Second level ## Second level ## Second level ### Third level ### Third level ## Second level ### Third level #### %alpha% Fourth level ##### %roman% Fifth level ##### Fifth level #### Fourth level # Top level # Top level |
|
For an alternative to the manual %item value=...%
wikistyle, see Cookbook:ListResume for how to automatically resume related lists.
If you want to force a list to end, in order to start another list, so that you have separate html OL/UL lists use the escape sequence:
# Item 1 # Item 2 [==] # Item 1 [==] # Item 1 |
|
This page may have a more recent version on pmwiki.org: PmWiki:ListStyles, and a talk page: PmWiki:ListStyles-Talk.