Lines Matching refs:list
2 plugin that makes an unordered or ordered list invisible after n items
5 simply wrap the list into the tags
9 * list item 1
10 * list item 2
11 * list item 3
14 this list can be generated via markup or dokuwiki plugins like the tag-plugin.
22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-ns tagged with "tag"
28 `collapse_after: 5` the number of list items to be displayed before hiding the rest of the list, default value: 5, set to 0 to disable
30 `collapse_level: 3` the number of list items to be displayed before hiding the rest of the list, default value: 3, set to 0 to disable
34 `button_up_value: ▲` the value shown in the button when clicking will collapse the list
36 `button_down_value: ▼` the value shown in the button when clicking will unfold the list
43 * list item 1
44 * list item 2
45 * list item 3
113 and each list naturally grows as new items are added on top but older items remain important enough to keep them..