Template:Plainlist: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 22: Line 22:


==Examples==
==Examples==
{{Markup
<nowiki>
|<nowiki>
{{plainlist|
{{plainlist|
* [[cat]]
* [[cat]]
Line 33: Line 32:
}}
}}
</nowiki>
</nowiki>
|
{{plainlist|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
}}
=== Alternative syntax ===
=== Alternative syntax ===
{{Markup
<nowiki>
|<nowiki>
{{plainlist}}
{{plainlist}}
* [[cat]]
* [[cat]]
Line 55: Line 43:
{{endplainlist}}
{{endplainlist}}
</nowiki>
</nowiki>
|
{{plainlist}}
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
{{endplainlist}}
}}


===Optional parameters===
===Optional parameters===
Line 72: Line 50:
* '''indent''' – indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.
* '''indent''' – indents the list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.
::Example: {{para|<var>indent</var>|<var>2</var>}}
::Example: {{para|<var>indent</var>|<var>2</var>}}
=== Controlling line-breaking ===
Template {{tlx|nbsp}} may be used with {{tlx|wbr}} and {{tlx|nowrap}} to control line-breaking in bulletless lists, to prevent wrapped long entries from being confused with multiple entries. See [[Template:Wbr/doc#Controlling line-breaking in infoboxes]] for details.

Navigation menu