Template:*!/s
Jump to navigation
Jump to search
(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 (ordered) lists.
The Template family consists of the following:-
Bulleted (Unordered) Lists | Numbered (Ordered) 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. |
Examples
[edit]- 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}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Numeric value for first item of list. | Unknown | suggested |
class | class | CSS classes to apply to list | Unknown | optional |
style | style | CSS styles to apply to list | Unknown | optional |
@ | @ | Anchor to use for item | String | suggested |