Module:Unbulleted list/doc

मुक्त ज्ञानकोश विकिपीडिया से
नेविगेशन पर जाएँ खोज पर जाएँ

यह Module:Unbulleted list हेतु प्रलेख पृष्ठ है

साँचा:module rating

This module outputs an unbulleted list. It has two functions: unbulleted, for a normal unbulleted list, and hlist, for a horizontal list using the hlist class (see WP:HLIST). It supersedes the templates साँचा:tl and साँचा:tl.

Usage

Unbulleted list

Quick usage

साँचा:pre2

All parameters

साँचा:pre2

Arguments passed from parent template

साँचा:pre2

Horizontal list

Quick usage

साँचा:pre2

All parameters

साँचा:pre2

Arguments passed from parent template

साँचा:pre2

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 साँचा:tag tags surrounding the list, e.g. plainlinks.
  • style - a custom css style for the साँचा:tag tags surrounding the list, e.g. font-size: 90%;.
  • ul_style - a custom css style for the साँचा:tag tags around the list. The format is the same as for the साँचा:para parameter.
  • li_style - a custom css style for all of the list items (the साँचा:tag tags). The format is the same as for the साँचा:para parameter.
  • li_style1, li_style2, li_style3... - custom css styles for each of the list items. The format is the same as for the साँचा:para parameter.
  • indent - for horizontal lists only, this parameter indents the list. The value must be a number, e.g. 2. The indent is calculated in em, and is 1.6 times the value specified. If no indent is specified, the default is zero.

Examples

Unbulleted lists
Code Result
{{#invoke:unbulleted list|unbulleted|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
{{#invoke:unbulleted list|unbulleted|Winner|Runner-up|Third place|li_style=color:blue;}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
{{#invoke:unbulleted list|unbulleted|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
Horizontal lists
Code Result
{{#invoke:unbulleted list|hlist|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
{{#invoke:unbulleted list|hlist|Winner|Runner-up|Third place|li_style=color:blue;}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
{{#invoke:unbulleted list|hlist|Winner|Runner-up|Third place|li_style=color:blue;|indent=2}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।
{{#invoke:unbulleted list|hlist|Winner|Runner-up|Third place|li_style1=background-color:yellow;|li_style2=background-color:silver;}} स्क्रिप्ट त्रुटि: "unbulleted list" ऐसा कोई मॉड्यूल नहीं है।

See also