Template:*!/doc

From Wikisource
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 (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.

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}}


This is the TemplateData documentation for this template used by VisualEditor and other tools.

*!

No description.

Template parameters

ParameterDescriptionTypeStatus
11

Numeric value for first item of list.

Unknownsuggested
classclass

CSS classes to apply to list

Unknownoptional
stylestyle

CSS styles to apply to list

Unknownoptional
@@

Anchor to use for item

Stringsuggested