• ପ୍ରଧାନ ପୃଷ୍ଠା
  • ଯାହିତାହି
  • ପାଖାପାଖି
  • ଲଗ-ଇନ
  • ସଜାଣି
  • ଦାନ
  • ଉଇକିପିଡ଼ିଆ ବାବଦରେ
  • ଆମେ ଦାୟୀ ନୋହୁଁ
ଉଇକିପିଡ଼ିଆ

ଛାଞ୍ଚ:Unbulleted list

  • ଭାଷା
  • ଦେଖିବେ
  • ସମ୍ପାଦନ କରନ୍ତୁ
Template documentation[view] [edit] [history] [purge]
WarningThis template is used on approximately ୭,୨୨,୦୦୦ pages, or roughly 977% of all pages.
To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them.
Shortcuts
  • {{ubl}}
  • {{ubt}}
  • {{ublist}}
  • {{unbullet}}
This template uses Lua:
  • Module:List

This template creates unbulleted lists. Each item in the list may have CSS styles added to it individually, by appending a numbered parameter.

ବିଷୟସୂଚୀ

  • ୧ Usage
    • ୧.୧ Parameters
    • ୧.୨ Example
    • ୧.୩ Controlling line-breaking
  • ୨ Technical details
  • ୩ See also

Usageସମ୍ପାଦନ କରନ୍ତୁ

Basic usage

{{unbulleted list|first item|second item|third item|...}}


All parameters

{{unbulleted list
|first item|second item|third item|...
|class     = class
|style     = style
|list_style  = style for ul tag
|item_style  = style for all li tags
|item1_style = style for first li tag |item2_style = style for second li tag |...
}}


Parametersସମ୍ପାଦନ କରନ୍ତୁ

  • Positional parameters (1, 2, 3...) – these are the list items. If no list items are present, the module will output nothing.
  • class – a custom class for the <div>...</div> tags surrounding the list, e.g. plainlinks.
  • style – a custom CSS style for the <div>...</div> tags surrounding the list, e.g. font-size: 90%;.
  • list_style – a custom CSS style for the <ul>...</ul> tags around the list. The format is the same as for the |style= parameter.
  • item_style – a custom CSS style for all of the list items (the <li>...</li> tags). The format is the same as for the |style= parameter.
  • item1_style, item2_style, item3_style... – custom CSS styles for each of the list items. The format is the same as for the |style= parameter.

Exampleସମ୍ପାଦନ କରନ୍ତୁ

Code Result
{{Unbulleted list|entry1|entry2|entry3|entry4|entry5​|entry6|entry7|entry8|entry9}}
  • entry1
  • entry2
  • entry3
  • entry4
  • entry5
  • entry6
  • entry7
  • entry8
  • entry9
{{Unbulleted list|Winner|Runner-up|Third place|item_style=color:blue;}}
  • Winner
  • Runner-up
  • Third place
{{Unbulleted list|Winner|Runner-up|Third place|item1_style=background-color:yellow;|item2_style=background-color:silver;}}
  • Winner
  • Runner-up
  • Third place

Controlling line-breakingସମ୍ପାଦନ କରନ୍ତୁ

Template {{nbsp}} may be used with {{wbr}} and {{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.

Technical detailsସମ୍ପାଦନ କରନ୍ତୁ

{{Unbulleted list}} works by constructing a div with the CSS class "plainlist" which has the following style (see MediaWiki:Common.css):

.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
Wikitext Expanded template HTML
{{Unbulleted list
| Example 1
| Example 2
| Example 3
}}
<div class="plainlist"><ul><li>Example 1</li><li>Example 2</li><li>Example 3</li></ul></div>
<div class="plainlist">
<ul>
<li>Example 1</li>
<li>Example 2</li>
<li>Example 3</li>
</ul>
</div>

See alsoସମ୍ପାଦନ କରନ୍ତୁ

  • {{plainlist}} – essentially the same but uses |* ... * ... * ... instead of | ... | ... | ...
  • {{flatlist}} and {{hlist}} (replacements for comma- or dash-separated lists)
  • {{bulleted list}}
  • {{ordered list}}
  • v
  • t
  • e
HTML lists
More information:
  • Help:List
  • WP:List dos and don'ts
  • WP:Manual of Style/Embedded lists
  • WP:Manual of Style/Accessibility § Lists
  • WP:WikiProject Lists
Flat
{{hlist}}
{{hlist|item1 |item2 |...}}

  • item1
  • item2
  • ...
{{flatlist}}
{{flatlist|
* item1
* item2
* ...}}

  • item1
  • item2
  • ...
{{cslist}}
{{cslist|item1 |item2 |...}}

  • item1
  • item2
  • ...
{{bold list}}
{{bold list|item1 |item2 |...}}

item1 , item2 , or ...

Bulleted and Ordered
{{bulleted list}}
{{bulleted list|item1 |item2 |...}}

  • item1
  • item2
  • ...
{{ordered list}}
{{Ordered list|list_style_type=lower-alpha |first |second |...}}

  1. first
  2. second
  3. ...
Unbulleted
{{unbulleted list}}
{{unbulleted list|item1 |item2 |...}}

  • item1
  • item2
  • ...
{{plainlist}}
{{plainlist|
* item1
* item2
* ...}}

  • item1
  • item2
  • ...
{{glossary}}
(glossary, description, definition, association)
{{glossary}}

{{term|first term}} {{defn|first description}}
{{term|second term}} {{defn|second description}}
{{term|...}} {{defn|....}}
{{glossary end}}


first term
first description
second term
second description
...
....
Other
{{flowlist}}
[[File:Bad Title Example.png|left|thumb|100px]]

{{flowlist|
*item1
*item2
*...}}


Bad Title Example.png
  • item1
  • item2
  • ...
{{columns-list}}
{{columns-list|colwidth=5em|
# first
# second
# third
# ...}}

  1. first
  2. second
  3. third
  4. ...
Category:List formatting and function templates‎
The above documentation is transcluded from ଛାଞ୍ଚ:Unbulleted list/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.
"https://or.wikipedia.org/w/index.php?title=ଛାଞ୍ଚ:Unbulleted_list&oldid=468070"ରୁ ଅଣାଯାଇଅଛି
Last edited on ୧୦ ସେପ୍ଟେମ୍ବର ୨୦୨୨, at ୧୦:୩୫

Languages

    • Afrikaans
    • العربية
    • الدارجة
    • مصرى
    • অসমীয়া
    • Авар
    • Azərbaycanca
    • تۆرکجه
    • Башҡортса
    • Basa Bali
    • Беларуская
    • Български
    • भोजपुरी
    • Banjar
    • বাংলা
    • Bosanski
    • Буряад
    • Català
    • 閩東語 / Mìng-dĕ̤ng-ngṳ̄
    • Нохчийн
    • Cebuano
    • کوردی
    • Corsu
    • Čeština
    • Dansk
    • ދިވެހިބަސް
    • Ελληνικά
    • English
    • Esperanto
    • Español
    • Eesti
    • Euskara
    • فارسی
    • Suomi
    • Na Vosa Vakaviti
    • Føroyskt
    • Français
    • Gaeilge
    • Galego
    • Bahasa Hulontalo
    • ગુજરાતી
    • Gungbe
    • 客家語/Hak-kâ-ngî
    • Hawaiʻi
    • हिन्दी
    • Հայերեն
    • Bahasa Indonesia
    • Ilokano
    • Íslenska
    • Italiano
    • 日本語
    • Jawa
    • ქართული
    • Қазақша
    • ភាសាខ្មែរ
    • 한국어
    • Kurdî
    • Lëtzebuergesch
    • Ligure
    • Ladin
    • Lietuvių
    • Latviešu
    • मैथिली
    • Македонски
    • മലയാളം
    • Монгол
    • ဘာသာ မန်
    • Bahasa Melayu
    • Mirandés
    • မြန်မာဘာသာ
    • مازِرونی
    • नेपाली
    • Nederlands
    • Norsk bokmål
    • Sesotho sa Leboa
    • Oromoo
    • Norfuk / Pitkern
    • پنجابی
    • پښتو
    • Português
    • Ikirundi
    • Română
    • Русский
    • संस्कृतम्
    • Scots
    • سنڌي
    • Srpskohrvatski / српскохрватски
    • ၽႃႇသႃႇတႆး
    • සිංහල
    • Simple English
    • Slovenčina
    • Slovenščina
    • ChiShona
    • Soomaaliga
    • Shqip
    • Српски / srpski
    • Svenska
    • தமிழ்
    • తెలుగు
    • ไทย
    • Türkmençe
    • Tagalog
    • Türkçe
    • Татарча / tatarça
    • Українська
    • اردو
    • Oʻzbekcha / ўзбекча
    • Vèneto
    • Tiếng Việt
    • Хальмг
    • IsiXhosa
    • მარგალური
    • 中文
    • Bân-lâm-gú
    • 粵語
    • IsiZulu
    ଉଇକିପିଡ଼ିଆ
    • ଏ ପୃଷ୍ଠାଟି ୧୦ ସେପ୍ଟେମ୍ବର ୨୦୨୨ ଦିନ ୧୦:୩୫ ବେଳେ ବଦଳାଯାଇଥିଲା ।
    • ଦର୍ଶାଯାଇନଥିଲେ ସମସ୍ତ ବିଷୟବସ୍ତୁ CC BY-SA 3.0 ରେ ଉପଲବ୍ଧ ।
    • ଗୁମର ନୀତି
    • ଉଇକିପିଡ଼ିଆ ବାବଦରେ
    • ଆମେ ଦାୟୀ ନୋହୁଁ
    • ବ୍ୟବହାର ନିୟମାବଳୀ
    • ଡେସ୍କଟପ
    • ଡେଭେଲପରମାନେ
    • ପରିସଂଖ୍ୟାନ
    • କୁକି ବିବରଣୀ