Recent Changes for "Help On Lists" - Rochester Wikihttps://rocwiki.org/Help_On_ListsRecent Changes of the page "Help On Lists" on Rochester Wiki.en-us https://rocwiki.org/Help_On_Listshttps://rocwiki.org/Help_On_Lists?action=diff&version1=0&version2=1&ts=1113305604Help On Lists2005-04-12T11:33:24ZPhilipNeustrom <div id="content" class="wikipage content"> Differences for Help On Lists<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ ##language:en<br> + == Lists and Indenting ==<br> + You can create bulleted and numbered lists in a quite natural way. All you do is inserting the line containing the list item. To get bulleted items, start the item with '''space and an asterisk''' "{{{ *}}}"; to get numbered items, start it with a '''space and a number template''' "{{{ 1.}}}", "{{{ a.}}}", "{{{ A.}}}", "{{{ i.}}}" or "{{{ I.}}}". Anything else will just indent the line. To start a numbered list with a certain initial value, append "{{{#}}}''value''" to the number template.<br> + <br> + To nest lists of different levels, you use different depths of indenting. All items on the same indent level belong to the same (sub-)list. That also means that you cannot change the style of a list after you started it.<br> + <br> + Definition lists can be created by items of the form {{{&lt;whitespace&gt;term:: definition}}}; note that the ''term'' cannot currently contain any wiki markup.<br> + <br> + For more information on the possible markup, see ["Help On Editing"]. <br> + <br> + === Example ===<br> + {{{<br> + If you indent text<br> + like this, then it is indented in the output<br> + you can have multiple levels of indent<br> + <br> + And if you put asterisks at the start of the line<br> + * you get a <br> + * bulleted<br> + * list<br> + * which can also be indented<br> + * to several levels<br> + <br> + A numbered list, mixed with bullets:<br> + 1. one<br> + 1. two<br> + 1. one<br> + * bullet 1<br> + * bullet 2<br> + 1. two<br> + 1. three<br> + * bullet<br> + 1. one<br> + <br> + Variations of numbered lists:<br> + * Lowercase roman<br> + i. one<br> + i. two<br> + * Uppercase roman (with start offset 42)<br> + I.#42 forty-two<br> + I. forty-three<br> + * Lowercase alpha<br> + a. one<br> + a. two<br> + * Uppercase alpha<br> + A. one<br> + A. two<br> + <br> + term:: definition<br> + another term:: and its definition<br> + }}} <br> + <br> + === Display ===<br> + If you indent text<br> + like this, then it is indented in the output<br> + you can have multiple levels of indent<br> + <br> + And if you put asterisks at the start of the line<br> + * you get a <br> + * bulleted<br> + * list<br> + * which can also be indented<br> + * to several levels<br> + <br> + A numbered list, mixed with bullets:<br> + 1. one<br> + 1. two<br> + 1. one<br> + * bullet 1<br> + * bullet 2<br> + 1. two<br> + 1. three<br> + * bullet<br> + 1. one<br> + <br> + Variations of numbered lists:<br> + * Lowercase roman<br> + i. one<br> + i. two<br> + * Uppercase roman (with start offset 42)<br> + I.#42 forty-two<br> + I. forty-three<br> + * Lowercase alpha<br> + a. one<br> + a. two<br> + * Uppercase alpha<br> + A. one<br> + A. two<br> + <br> + term:: definition<br> + another term:: and its definition</span> </td> </tr> </table> </div>