← PmWiki.Wiki Style Examples | HomePage | Quotes →
In Wiki Style Examples, there is an illustration of numbered lists. This does not work with Wikipublisher because it uses 5 levels of numbered list nesting — one more than LATEX supports. Here is a revised version using 4 levels.
In particular, this means that outlines are now possible using the predefined %ROMAN%, %roman%, %ALPHA%, and %alpha% list-block styles. The style has to be specified on the first item in the list (and we may develop an alternate syntax for this sort of ordered list):
# %ROMAN% Top level
## %ALPHA% second-level
## second-level
## second-level
### %alpha% third-level
### third-level
## second-level
### third-level (regular style)
#### %roman% fourth-level
#### fourth-level
# top-level
# top-level
|
- Top level
- second-level
- second-level
- second-level
- third-level
- third-level
- second-level
- third-level (regular style)
- fourth-level
- fourth-level
- top-level
- top-level
|
We also illustrate support for numbered list continuation.
# First item
# Second item
This paragraph interrupts the list.
# %item value=3% Third item
# Fourth item
|
- First item
- Second item
This paragraph interrupts the list.
- Third item
- Fourth item
|
End of list and return to normal text. This list shows special handling required for numbering within a ROMAN list.
# %ROMAN%'''From Panic'''
##Stop
##Unconditional Acceptance
##Recover Your Time
# '''To Peace'''
## %item value=4%Release pressure & obligations
##Evaluate
##Needs and Wants
# '''And Passion'''
## %item value=7%Deep gratitude and blessings
##Energize
##Rewards
|
- From Panic
- Stop
- Unconditional Acceptance
- Recover Your Time
- To Peace
- Release pressure & obligations
- Evaluate
- Needs and Wants
- And Passion
- Deep gratitude and blessings
- Energize
- Rewards
|
Finally, we provide special support for alphabetized lists with more than 26 entries, to a maximum of 52. Strictly, items above 26 are undefined in HTML; the specification recommends using a different numbering type in this situation.
# %alpha%qwerty
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
# asdfghj
# zxcvb
|
- qwerty
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
- asdfghj
- zxcvb
|