テンプレート: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}} · {{unordered list}} - ビュレット付きのリスト
- {{unbulleted list}} · {{plainlist}} · {{Indented plainlist}} · {{Unbulleted indent list}} - 装飾のない縦並びのリスト
- {{hlist}} · {{flatlist}} - 中黒で項目が分割される横並びのリスト
- {{hlist-comma}} - 読点 ( 、 ) で項目が分割される横並びのリスト
- {{ordered list}} - 番号付きの縦並びのリスト
- {{pagelist}}
- {{Multi-column numbered list}}
- モジュール:List - 大本のLuaモジュール
- WP:HLIST