(This documentation is provisional)
The {{*!}} family of templates wrap HTML list syntax directly in an attempt to work around limitations of wikitext in a multi-page or transcluded environment such as that enabled by Proofread Page.
No {{nop}} , {{nopt}} or {{nopl}} are needed for the list itself.
{{*/s}},{{*/c}},{{*/pages}}, {{*/e}},{{*/i}} are for bulleted (unordered) lists. {{*!/s}},{{*!/c}},{{*!/spage}}, {{*!/e}},{{*!/i}} are for numbered (orderd) lists.
The Template family consists of the following:-
Bulleted (Unorderd) Lists | Numbered (Orderd) Lists | role |
---|---|---|
{{*/s}} | {{*!/s|value}}
|
Begin a new list. |
{{*/pages}} | {{*!/spage|value}}
|
Continue a list at the start of the body text of a page, as a new item. |
{{*/c}} | {{*!/c|value}}
|
Continue a list item started on the previous page. (NB The value to give for {{*!/c}} is that of the continued item. |
{{*/i}} | {{*!/i|value}}
|
New list item within an existing list. |
{{*/e}} | {{*!/e}} | End (and close) a list. |
ExamplesEdit
- Body of first page
{{*/s}} Start of list {{*/i}} Item on list {{*/i}} Item on list {{*/i}} Item on list which continues...
- Footer of first page
{{*/e}}
- Body of second page
{{*/c}} .. into the next page. {{*/i}} Item on list {{*/i}} Item on list {{*/e}}
or...
- Body of first page
{{*/s}} Start of list {{*/i}} Item on list {{*/i}} Item on list {{*/i}} Item on list which continues...
- Footer of first page
{{*/e}}
- Body of second page
{{*/pages}} Item on list (which starts on new page. {{*/i}} Item on list {{*/i}} Item on list {{*/e}}
The above documentation is transcluded from Template:*!/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |
Alias for <LI> when building lists over multiple pages
Parameter | Description | Type | Status | |
---|---|---|---|---|
value | value 1 | (numeric) value of list item to set. | Number | optional |