Template:Br separated entries/doc: Difference between revisions

From PhreakNet, the phreaks' encyclopedia
Jump to navigation Jump to search
(rm unnecessary)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 20:05, 7 August 2022

This template is used primarily in infoboxes to create a <br /> delimited collection of items, only adding the <br /> tags where needed.

Note: For lists of items, without bullets, do not use this template, but use {{unbulleted list}} or {{plainlist}} instead, for better accessibility.

Usage

{{br separated entries|entry1|entry2|entry3|entry4|entry5|...}}

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| | | }}
{{br separated entries|entry1|entry2|entry3|entry4|entry5|entry6}} entry1
entry2
entry3
entry4
entry5
entry6

Template data

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Br separated entries

<templatedata>{ "description": "Creates a
delimited collection of items. Primarily for use in infoboxes, it only adds the
tags where needed. ", "params": {

 "1": {
   "label": "First item",
   "description": "First item, may be null",
   "type": "string",
   "required": false
 },
 "2": {
   "label": "Second item",
   "description": "Second item, many more items can be added",
   "type": "string",
   "required": false
 }

}}</templatedata>

See also