ਫਰਮਾ:Plainlist

ਵਿਕੀਸਰੋਤ ਤੋਂ
(ਫਰਮਾ:Unbulleted list ਤੋਂ ਰੀਡਿਰੈਕਟ)
ਫਰਮੇ ਦੇ ਦਸਤਾਵੇਜ਼[ਵੇਖੋ] [ਸੋਧੋ] [ਅਤੀਤ] [ਸਾਫ਼ ਕਰੋ]

Usage[ਸੋਧੋ]

{{Plainlist}} starts a plain, or unbulleted, list, such as:

It uses proper HTML list markup, which is more standards-compliant and more accessible than separating list items with <br />.

Parameters[ਸੋਧੋ]

  • hanging-indent – indents the list items with a "hanging indent". Option are 1em or 2em
  • indent – indents the entire list by a number of standard indents (one indent being 1.6em), particularly handy for inclusion in an indented discussion thread.
Example: |indent=2
  • lead — Adds vertical whitespace at the start of a list. (Name is from leading in printing.
  • style – adds CSS style options.
Example: |style=border:solid 1px silver; background:lightyellow
This CSS style adds a solid silver border around the list, 1 pixel thick, and sets the background color of the list to light yellow.
Example: |style=margin-left:2em; text-indent:-2em
This CSS style creates a "hanging indent" style list often seen in the index of a book.
  • class — adds extra CSS classes

Examples[ਸੋਧੋ]

Example

{{Plainlist |
* [[Author:George Washington|George Washington]]
* [[Author:John Adams (1735-1826)|John Adams]]
* [[Author:Thomas Jefferson|Thomas Jefferson]]
* James
** [[Author:James Madison|James Madison]]
** [[Author:James Monroe|James Monroe]]
}}

Example

{{Plainlist |lead=5em|indent=2|hanging-indent=2em|style=font-size:80%;|
* 1 {{lorem ipsum}}
* 2 {{lorem ipsum}}
* 3 {{lorem ipsum}}
}}
  • 1 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  • 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  • 3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Example: Split (/s and /e) templates

This is equivalent to the example above.

{{Plainlist/s|lead=5em|indent=2|hanging-indent=2em|style=font-size:80%;}}
* 1 {{lorem ipsum}}
* 2 {{lorem ipsum}}
* 3 {{lorem ipsum}}
{{Plainlist/e}}

Example: /m template suppresses the hanging indent on the first item

{{Plainlist/m|lead=5em|indent=2|hanging-indent=2em|style=font-size:80%;}}
<noinclude>*</noinclude> ...continued from prior page. {{lorem ipsum}}
* 2 {{lorem ipsum}}
* 3 {{lorem ipsum}}
{{Plainlist/e}}
  • ...continued from prior page. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  • 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  • 3 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Alternate use[ਸੋਧੋ]

This template is also available in three parts


Removes bullets or numbers from a list.

ਫਰਮੇ ਦੇ ਮਾਪਦੰਡ[Edit template data]

ਮਾਪਦੰਡਵੇਰਵਾਕਿਸਮਦਰਜਾ
11

The list,. Should be selected before calling the wizard.

Contentsuggested
hanging-indenthanging-indent

'Out-dents' list items when they wrap.

ਮੂਲ ਰੂਪ
0
Example
1em or 2em
Stringoptional
indentindent

Indents the entire list using a choice of 1 or 2. 1 being 1.6em and 2 being 3.2em.

Example
2
Stringoptional
leadlead

Adds vertical whitespace at the beginning of list.

Example
1.5em
Stringoptional
stylestyle

Adds css style options.

Example
border:solid 1px silver; background:lightyellow
Stringoptional

Additional info[ਸੋਧੋ]

  • To be recognized, paragraphs are preceded by the asterisk.
  • {{plainlist/m}} requires the first paragraph at the top of page to be preceded by <noinclude>*</noinclude>.
  • Hyphenated words do not use the {{hws}} and {{hwe}} templates, or hyphens. The words are joined seamlessly.