Difference between revisions of "Template:Br separated entries/doc"
Jump to navigation
Jump to search
imported>Yobot m (→See also: WP:CHECKWIKI error 22 fixes (category with space) + general fixes (BRFA 16) using AWB (7799)) |
(plainlist) |
||
| Line 4: | Line 4: | ||
This template is used primarily in infoboxes to create a <code><br /></code> delimited collection of items, with up to three entries, only adding the <code><br /></code> tags where needed. | This template is used primarily in infoboxes to create a <code><br /></code> delimited collection of items, with up to three entries, only adding the <code><br /></code> tags where needed. | ||
| − | For lists of items, without bullets, use {{Tl| | + | For lists of items, without bullets, use {{Tl|plainlist}}. |
== Usage == | == Usage == | ||
| Line 49: | Line 49: | ||
== See also == | == See also == | ||
| + | * {{tl|plainlist}} | ||
| + | * {{tl|flatlist}} | ||
| + | * {{tl|pagelist}} | ||
* {{tl|nowrap begin}}/{{tl|nowrap end}} | * {{tl|nowrap begin}}/{{tl|nowrap end}} | ||
| − | |||
* {{tl|multi-column numbered list}} | * {{tl|multi-column numbered list}} | ||
| − | |||
| − | |||
<includeonly> | <includeonly> | ||
Revision as of 18:15, 23 November 2011
| This is a documentation subpage for Template:Br separated entries. It contains usage information, categories and other content that is not part of the original template page. |
This template is used primarily in infoboxes to create a <br /> delimited collection of items, with up to three entries, only adding the <br /> tags where needed.
For lists of items, without bullets, use {{plainlist}}.
Contents
Usage
{{br separated entries|entry1|entry2|entry3}}
Example
| Code | Result |
|---|---|
{{br separated entries|entry1|entry2|entry3}} |
entry1 entry2 entry3 |
{{br separated entries| |entry2|entry3}} |
entry2 entry3 |
{{br separated entries|entry1| |entry3}} |
entry1 entry3 |
{{br separated entries|entry1|entry2| }} |
entry1 entry2 |
{{br separated entries|entry1| | }} |
entry1 |
{{br separated entries| |entry2| }} |
entry2 |
{{br separated entries| | |entry3}} |
entry3 |
{{br separated entries| | | }} |
Nesting
For more than three entries, this template can be nested, although excessive nesting is discouraged due to template transclusion depth limits imposed by the server.
| Code | Result |
|---|---|
{{br separated entries|entry1|entry2|{{br separated entries|entry3|entry4|entry5}}}} |
entry1 entry2 entry3 entry4 entry5 |
{{br separated entries|entry1|entry2|{{br separated entries|entry3|entry4|}}}} |
entry1 entry2 entry3 entry4 |
{{br separated entries|entry1|entry2|{{br separated entries|entry3||entry5}}}} |
entry1 entry2 entry3 entry5 |
{{br separated entries|entry1|entry2|{{br separated entries||entry4|entry5}}}} |
entry1 entry2 entry4 entry5 |
{{br separated entries|entry1||{{br separated entries|entry3|entry4|entry5}}}} |
entry1 entry3 entry4 entry5 |
{{br separated entries||entry2|{{br separated entries|entry3|entry4|entry5}}}} |
entry2 entry3 entry4 entry5 |
See also
- {{plainlist}}
- {{flatlist}}
- {{pagelist}}
- {{nowrap begin}}/{{nowrap end}}
- {{multi-column numbered list}}