Template:Navbox generic
出典: フリー百科事典『ウィキペディア(Wikipedia)』
|
---|
このテンプレートは、ナビゲーション用のテンプレートの応用です。このテンプレートを使用することによって、テンプレート内にリストを形成することができます。
目次 |
[編集] フォーマット
{{Navbox generic |name = {{subst:PAGENAME}} |title = |titlebkg = |image = |style = |group-style = |state = |top = |group1 = |list1 = |group2 = |list2 = |group3 = |list3 = |group4 = |list4 = .. .. .. |group20 = |list20 = |bottom = }}
[編集] パラメータ
[編集] 必須
- name (または templateName)
- テンプレートの名称です。テンプレートに表示される「表・話・編・履」のリンク先を適切に表示するために必要になります。
{{subst:PAGENAME}}
と入力すると簡単です。 - title
- タイトルバーの部分に表示される文字列です。多くはテンプレートの主題、内容を総括した語が入ります。
- listn
- "group"で指定した文章の概要を記載します。フォーマットは、インラインです。
[編集] オプション
- groupn
- 以下の"list"のためにヘッダを指定します。ここを省略した場合、リストはnavboxの最大幅まで拡大して表示されます。
- image
- An image to be displayed in a cell below the title and to the right of the body (groups/lists). For the image to display properly the list1 parameter must be specified. The image parameter accepts standard wikicode for displaying an image, i.e.
[[Image:Example.jpg|100px]]
- In a template where the body (the groups and/or lists) does not extend all the way to the right side, the image will shift away from the right edge of the template. This can be avoided by using the right parameter within the image wikicode, i.e.
[[Image:Example.jpg|80px|right]]
- top
- (or above) A full-width cell displayed below the title and above the body (groups, lists and image). In a template without an image, top behaves like the list1 parameter without the group1 parameter.
- bottom
- (or below) A full-width cell displayed below the groups, lists and image. In a template without an image, bottom behaves like the template's final listn parameter without a groupn parameter. It is named bottom to match the parameter used in the former {{Navbox generic with image}} template. For an example of the bottom parameter in use, see {{Lists of the provinces and territories of Canada}}.
[編集] テンプレートスタイル
- titlebkg(またはcolor)
- タイトルバーの色を指定します。初期値は#ccfです。このパラメータの指定は推奨されません。複数のナビゲーションテンプレートがひとつのページで使用されるような場合、異なったタイトルバーの色はおそらく不快であるため、注意と合意が必要です。
- style
- テンプレートに適用する CSS の記述を指定します。例:
text-align: (right|center|left|justified); width: (em, %, px, auto); float: (left|right|none); clear: (right|left|both|none); margin:
...等々。見た目の不一致を招くおそれがあるので、このオプションの使用は控えめにして下さい。 - group-style
- "group"に適用するCSSの記述を指定します。"group"の背景色の初期値は#ccfになっていますが、このフィールドを使用することによって、自由に背景色を変更することも出来ます。例:
background-color:#ffffff;
しかし、見た目の不一致を招くおそれがあるので、このオプションの使用は控えめにして下さい。また、複数のナビゲーションテンプレートがひとつのページで使用されるような場合、異なったタイトルバーの色はおそらく不快であるため、注意と合意が必要です。 - top-style
- bottom-style
- Specifies CSS styles to apply to the top cell (specified via the top or above parameters) and bottom cell (specified via the bottom or below parameters). Typically used to set background color or text alignment:
background: #nnnnnn;
text-align: [left/center/right];
- odd-style
- even-style
- Specifies CSS styles to apply to the odd-numbered list items (list1, list3, etc.) and even-numbered list items (list2, list4, etc.). Typically used to set background color:
background: #nnnnnn;
[編集] その他
- state
- 訳註: このオプションは日本語版ではまだ機能しません(2007年1月現在)。
- デフォルトは
autocollapse
です。これをcollapsed
にすると、最初は必ず折りたたまれた状態で表示されます。空白を指定するか、autocollapse
とcollapsed
以外の値を指定すると、最初は展開された状態で表示されます。autocollapse
を指定すると、ページ内に2つかそれ以上のcollapsible
クラスを使用したテーブルがある場合には折りたたまれた状態で表示され、1つの場合は展開されて表示されます。技術的なことについてはMediaWiki:Common.jsを参照。
[編集] レイアウト
Table generated by {{Navbox generic}} without image, top and bottom parameters (borders added for illustration only):
|
|
---|---|
{{{group1}}} | {{{list1}}} |
{{{group2}}} | {{{list2}}} |
{{{list3}}} without {{{group3}}} |
Table generated by {{Navbox generic}} with image, top and bottom parameters (borders added for illustration only):
|
||
---|---|---|
{{{top}}} | ||
{{{group1}}} | {{{list1}}} | {{{image}}} |
{{{group2}}} | {{{list2}}} | |
{{{list3}}} without {{{group3}}} | ||
{{{bottom}}} |
[編集] 表示例
[編集] コード
{{navbox generic |name=家庭用ゲーム機メーカ |title=[[コンシューマーゲーム|家庭用ゲーム機メーカ]] |style=text-align:left; |group1=主要メーカ |list1=[[任天堂]] - [[ソニー・コンピュータエンタテインメント]] - [[マイクロソフト]] - [[セガ]] - [[日本電気ホームエレクトロニクス|NECホームエレクトロニクス]] |group2=その他メーカ |list2=[[エポック社]] - [[バンダイ]] - [[SNK]] - [[アタリ (企業)|アタリ]] }}
[編集] 本体
|
|
---|---|
主要メーカ | 任天堂 - ソニー・コンピュータエンタテインメント - マイクロソフト - セガ - NECホームエレクトロニクス |
その他メーカ | エポック社 - バンダイ - SNK - アタリ |
[編集] 関連項目
折畳モード | タイトル色† | 画像 | グループ | スタイル パラメータ |
例テンプレート | |
---|---|---|---|---|---|---|
{{Navigation}} | NavFrame | NavHead | No | No | No | {{Xプレーン}} |
{{Navigation with image}} | NavFrame | NavHead | Left/right of body | No | No | {{HolmesNovels}} |
{{Navigation with columns}} | NavFrame | NavHead | No | No | No | |
{{Dynamic navigation box}} | NavFrame* | navbox | No | No | Yes | {{アイドルシリーズ}} |
{{Dynamic navigation box with image}} | NavFrame | NavHead | Upper left | No | No | {{SlovakPMs}} |
{{Navbox generic}} | No* | navbox | Right-hand side | Yes | Yes | {{Tales}} |
{{NavigationBox}} | No | navbox | Right of title+body | No | No | {{EPA}} |
{{Commons:NavigationBox}} | No | #ccccff | Right of title+body | No | No | |
{{Commons:Dynamic navigation box}} | NavFrame | #ccccff | No | No | No | |
{{Commons:Dynamic navigation box with image}} | NavFrame | #ccccff | Upper left | No | No | |
† The background color for the header or title is inherited from the class listed below. The templates have titlebkg parameters that override the default. *日本語版のMediaWiki:Common.jsに、collapsible自動折畳機能はないのため。 |
Type | CSS classes | Collapses when | Custom initial state |
Nesting | Header color |
Font size |
---|---|---|---|---|---|---|
NavFrame div | NavFrame, NavHead, NavContent | 3+ of the same | No | Yes | #ccccff | 95% |
Collapsible table | collapsible, navbox | 2+ of the same | Yes | No | #ccccff | 90% |
For the technically minded, see Common.css and Common.js. |