Template:Indented plainlist
表示
このテンプレートは折り返しにインデントが挿入されることを除けば{{plainlist}}
によく似ています。{{infobox}}
のように幅が制限されていて折り返しが発生しやすい場合に個々の項目を識別しやすくなります。
使い方
[編集]First label | Some data |
---|---|
Awards |
|
Second label | Some more data |
{{Infobox |label1 = Some data |awards = {{indented plainlist| * Royal Geographical Society's Founder's Medal (1888) * Knight Commander of the Order of the Bath (1896) * Chevalier dans l'Ordre de la Légion d'Honneur (1899) }} |label2 = Some more data }}
インデント量を調整する
[編集]First label | Some data |
---|---|
Awards |
|
Second label | Some more data |
{{Infobox
|label1 = Some data
|awards = {{indented plainlist|indent=2em|
* Royal Geographical Society's Founder's Medal (1888)
* Knight Commander of the Order of the Bath (1896)
* Chevalier dans l'Ordre de la Légion d'Honneur (1899)
}}
|label2 = Some more data
}}
テンプレートデータ
[編集]An automatically indented plainlist variant.
パラメーター | 説明 | 型 | 状態 | |
---|---|---|---|---|
Content | 1 | If supplied, the list, as a normal bulleted list. Every line should start with an asterisk. No blank lines between lines. | 内容 | 必須 |
Class | class | Adds a CSS class to the containing div.
| 文字列 | 省略可能 |
Style | 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.
| 文字列 | 省略可能 |
Indentation | in indent | Sets a custom indentation width for the lists' items.
| 文字列 | 省略可能 |
関連項目
[編集]- {{リスト}} · {{番号付きリスト}} · {{定義リスト}} - Wiki記法の代替
- {{Bulleted list}} - ビュレット付きのリスト
- {{Unbulleted list}} · {{Plainlist}} · {{Indented plainlist}} · {{Unbulleted indent list}} - 装飾のない縦並びのリスト
- {{Hlist}} · {{Flatlist}} - 中黒で項目が分割される横並びのリスト
- {{Hlist-comma}} - 読点 ( 、 ) で項目が分割される横並びのリスト
- {{Ordered list}} - 番号付きの縦並びのリスト
- {{Pagelist}} - 内部リンクのリスト
- {{Columns-list}} - 段組み形式のリスト(ビュレット付き、番号付き、装飾なし)
- モジュール:List - 大本のLuaモジュール
- WP:HLIST