ទំព័រគំរូ:Hlist
|
|
ទំព័រគំរូនេះត្រូវបានប្រើin MediaWiki:Citethispage-content។ ការផ្លាស់ប្ដូរនឹងវាអាចបង្កអោយមានបម្លាស់ប្ដូរនឹងចំណុចប្រទាក់នៃអ្នកប្រើប្រាស់។ ដើម្បីចៀសវាងពីការរំខានក្នុងទំហំធំ ការផ្លាស់ប្ដូរទាំងឡាយគួរតែសាកល្បងក្នុងទំព័ររង /ប្រអប់ខ្សាច់ ឬ /សំណុំល្បង របស់ទំព័រគំរូនេះសិន ឬលំហនាមរបស់អ្នក។ ការផ្លាស់ប្តូរដែលបានសាកល្បងហើយនឹងបញ្ចូលបានក្នុងកំណែប្រែតែមួយក្នុងទំព័រគំរូនេះ។ សូមពិភាក្សាពីបម្លាស់ប្ដូរនៅឯទំព័រសន្ទនា មុននឹងសម្រេចបញ្ចូលវា។ |
| This template uses Lua: |
| This template uses TemplateStyles: |
ទំព័រគំរូនេះបង្កើតបញ្ជីជាផ្តេក។ ធាតុនីមួយៗនៅក្នុងបញ្ជីអាចត្រូវបានកំណត់រចនាប័ទ្មជាមួយ CSS ។
លទ្ធផលបញ្ជីដោយការប្រើប្រាស់
[កែប្រែ]ការប្រើប្រាស់ជាមូលដ្ឋាន
ប៉ារ៉ាម៉ែត្រទាំងអស់
|ធាតុទី 1|ធាតុទី 2|ធាតុទី 3|... |class = class for div tag |style = style for div tag |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 |... |indent = the number of tabs to indent
}}ឧទាហរណ៍
{{hlist|តារាច្រៀង|តារាសម្ដែង|តារាម៉ូដែល|តារារ៉េប}}
លទ្ធផលចេញមក:
- តារាចម្រៀង
- តារាសម្តែង
- តារាម៉ូដែល
- តារារ៉េប
ប៉ារ៉ាម៉ែត្រ
[កែប្រែ]- ទីតាំងប៉ារ៉ាម៉ែត្រ (
1,2,3...): ទាំងនេះគឺជាធាតុបញ្ជី។ ប្រសិនបើគ្មានធាតុក្នុងបញ្ជីទេ ម៉ូឌុលនឹងមិនបញ្ចេញអ្វីឡើយ។ class: a custom class for the<div>...</div>tags surrounding the list. Set toinlinewhen using {{hlist}} inside text.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.indent: the number of tabs to indent the list. Default value is 0.
Examples
[កែប្រែ]| Markup | Renders as |
|---|---|
{{hlist|entry1|entry2|entry3|entry4|entry5|entry6|entry7|entry8|entry9}}
|
|
Giant planets ({{hlist|[[Jupiter|J]]|[[Saturn|S]]|[[Uranus|U]]|[[Neptune|N]]}}).
|
|
Giant planets ({{hlist|class=inline|[[Jupiter|J]]|[[Saturn|S]]|[[Uranus|U]]|[[Neptune|N]]}}).
|
|
{{hlist|Winner|Runner-up|Third place|indent=2}}
|
|
{{hlist|Winner|Runner-up|Third place|item_style=color:blue;}}
|
|
{{hlist|Winner|Runner-up|Third place|item1_style=background-color:yellow;|item2_style=background-color:silver;}}
|
|
Avoiding Linter errors
[កែប្រែ]{{hlist}} will produce Linter errors if placed inside a template that uses <span>...</span> tags, such as {{small}}, {{larger}}, etc. To avoid this, use the substitutions from the table below:
! style="background:#ff9090; color:black; vertical-align: middle; text-align: center; " class="table-no" |
Incorrect markup !! style="background: #90ff90; color: black; vertical-align: middle; text-align: center; " class="table-yes"|
Correct markup
|-
| {{small|{{hlist|...}}}} || {{hlist|...|style=font-size:85%}}
|-
| {{resize|{{hlist|...}}}} || {{hlist|...|style=font-size:90%}}
|-
| {{midsize|{{hlist|...}}}} || {{hlist|...|style=font-size:92%}}
|-
| {{larger|{{hlist|...}}}} || {{hlist|...|style=font-size:120%}}
|-
| {{big|{{hlist|...}}}} || {{hlist|...|style=font-size:120%}}
|-
| {{large|{{hlist|...}}}} || {{hlist|...|style=font-size:120%}}
|-
| {{huge|{{hlist|...}}}} || {{hlist|...|style=font-size:180%}}
|-
| {{resize|x%|{{hlist|...}}}} || {{hlist|...|style=font-size:x%}}
|-
| {{font|size=x%|{{hlist|...}}}} || {{hlist|...|style=font-size:x%}}
|-
| {{nowrap|{{hlist|...}}}} || {{hlist|...|style=white-space: nowrap}}
|}