"साचा:साधीयादी/doc" च्या विविध आवृत्यांमधील फरक

विकिपीडिया, मुक्‍त ज्ञानकोशातून
Content deleted Content added
No edit summary
छो Bot: Migrating interwiki links, now provided by Wikidata on d:q6157836
ओळ ८३: ओळ ८३:


[[be-x-old:Шаблён:Просты сьпіс]]
[[be-x-old:Шаблён:Просты сьпіс]]
[[bn:টেমপ্লেট:Plainlist]]
[[es:Plantilla:Lista simple]]
[[fa:الگو:فهرست ساده]]
[[ka:თარგი:Plainlist]]
[[no:Mal:Plainlist]]
[[no:Mal:Plainlist]]
[[tr:Şablon:Yalın liste]]
[[ur:Template:Plainlist]]
[[zh:Template:Plainlist]]
}}</includeonly>
}}</includeonly>

०२:३१, १७ ऑगस्ट २०१३ ची आवृत्ती


Usage

{{साधीयादी}} 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 />. Detailed reasons for using this template can be found at WP:UBLIST.

This template can be used with or without {{साधीयादी}}. It is an alternative to {{Unbulleted list}}, which performs the same function in a more concise but less wiki-style manner.

उदाहरणे

{{साधीयादी|
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
}}
Alternative syntax
{{साधीयादी}}
* [[cat]]
* [[dog]]
* [[horse]]
* [[cow]]
* [[sheep]]
* [[pig]]
{{साधीयादीअंत}}

Parameters

  • class – adds a CSS class to the containing div.
  • style – adds CSS style options. Complex styles should not be used in articles (per wp:deviations) but may be acceptable on user, project, and talk pages.
Example: |style=border:solid 1px silver; background:lightyellow
  • 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: |indent=2

Method

{{साधीयादी}} works by constructing a div with the CSS class "साधीयादी" which has the following style:

.plainlist ul {line-height:inherit; list-style:none none; margin:0}
.plainlist ul li {margin-bottom:0}

See also