「テンプレート:Infobox/doc」の版間の差分

提供:関南・東山地方Wiki
ナビゲーションに移動 検索に移動
template>新幹線
(From en:Template:Infobox/doc 10:06, 4 February 2008 (UTC))
 
(3版 をインポートしました)
 
(37人の利用者による、間の112版が非表示)
1行目: 1行目:
{{Documentation subpage}}
<noinclude>{{Documentation subpage}}</noinclude>
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
<includeonly>{{使用箇所の多いテンプレート|600,000以上}}{{Lua|モジュール:Infobox/former}}</includeonly>
<includeonly>{{Intricate template}}</includeonly>
{{Main|Help:Infobox}}
==Usage==


This template is intended as a meta-template, that is, a template that's used when constructing other templates. It's not meant for use directly in an article. See [[Help:Infobox]] for information on how to craft infoboxes in general.
== 使い方 ==
このテンプレートはメタテンプレート(他のテンプレートを作成するときに使われるテンプレート)として使われることを想定しています。記事に直接使われることを想定していません。<!--ページが無いのでコメントアウト→一般的なInfoboxの作り方については[[Help:Infobox]]を見てください。-->


Usage is similar to {{tl|navbox}}, but with an additional distinction. Each row on the table can either be a "header", or it can have a label/data pair, or it can just be a data cell. These are mutually exclusive states so if you define a row to be both a header and a label/data pair, the label/data pair is overridden.
使い方は{{Tl|Navbox}}に似ていますが、追加された機能があります。テーブルの各行は「見出し」(header) でも、ラベルとデータ対でも、単なるデータセルでもありえます。また、ある行に見出しとラベル/データ対の両方を定義すれば、ラベル/データ対は無視されます。


Note that if you want to insert an image elsewhere other than the top of the infobox, or insert other "freeform" data, using a row with just a "data" field allows for that sort of thing.
Infoboxの最上部以外のどこかで画像を挿入したい場合、あるいは他の「自由な形式」のデータを挿入したい場合、<!-- そのような使用を許している -->“data”フィールドによる行を使うように注意してください。
=== パラメータ ===
このテンプレートでは全てのパラメータを省略可能です。
==== タイトル ====
タイトルをキャプションにする場合にはtitle、最上部のヘッダセルにする場合にはaboveを使います。通常はどちらか片方を使いますが、両方使うこともできます。
; title : 表のキャプションに置くテキストです。
; above : 表の最上部に置くテキストです。
; subheader<var>n</var> : 表の最上部と画像の間に表示されるテキストです。<var>n</var>を指定しない場合は“<var>n</var>=1”と見なされます。


===Parameters===
==== テキストなど ====
; name(または tnavbar) : 表の最下部の、テンプレート本体へのリンクを表示するために必要なテンプレート名です。<nowiki>{{subst:PAGENAME}}</nowiki>を使うことができますが、<nowiki><includeonly></includeonly></nowiki>をはさんでいる場合はsubst展開されないので注意してください。指定が無い場合はリンクが表示されません。
; image<var>n</var> : テンプレートの上部に表示される画像です。<nowiki>[[ファイル:example.png|200px]]</nowiki>のような、完全な画像構文を使ってください。デフォルトで中央に表示されます。<var>n</var>を指定しない場合は“<var>n</var>=1”と見なされます。
; caption<var>n</var> : 画像の下に置くテキストです。<var>n</var>を指定しない場合は“<var>n</var>=1”と見なされます。
; header<var>n</var> : 列<var>n</var>のヘッダとして使うテキストです。
; label<var>n</var>: 列<var>n</var>のラベルとして使うテキストです。
; data<var>n</var>: 列<var>n</var>のデータとして表示されるテキストです。
; below : 最下行に置くテキストです。脚注、関連項目、その他の情報として使われることを想定しています。


Mandatory:
==== CSSスタイル ====
;name : The template page name that the "view/discuss/edit" links should point to. You can use <nowiki>{{subst:PAGENAME}}</nowiki>.
; bodystyle : Infobox全体のスタイル指定です。
;title : A title to put in the titlebar at the top.
; titlestyle : タイトルセルだけのスタイル指定です。
; abovestyle : 表の最上部のセルだけのスタイル指定です。
; imagestyle : 画像があるセル(captionも含む)のスタイル指定です。
; captionstyle : captionのテキストのスタイル指定です。
; headerstyle : 全てのヘッダセルのスタイル指定です。
; headerstyle<var>n</var>: header<var>n</var>セルのスタイル指定です。<br />中国語版などで使われているTemplate:Infoboxとはheader<var>n</var>style。翻訳時にテンプレートを変える場合は注意してください。
; labelstyle : 全てのラベルセルのスタイル指定です。
; labelstyle<var>n</var>: label<var>n</var>セルのスタイル指定です。<br />中国語版などで使われているTemplate:Infoboxとはlabel<var>n</var>style。翻訳時にテンプレートを変える場合は注意してください。
; datastyle : 全てのデータセルのスタイル指定です。
; datastyle<var>n</var>: data<var>n</var>セルのスタイル指定です。<br />中国語版などで使われているTemplate:Infoboxとはdata<var>n</var>style。翻訳時にテンプレートを変える場合は注意してください。
; belowstyle : 最下行のセルだけのスタイル指定です。


Optional content:
==== クラス ====
; bodyclass : このパラメータは、Infobox全体の「class」属性に挿入されます。デフォルトは <code>infobox</code> です。そのため、このパラメータに <code>bordered</code> と記述すると <code>infobox bordered</code> となるので、表全体に罫線が引かれます。
; titleclass : タイトルセルだけのクラス指定です。
; subheaderrowclass : subheaderのある行のクラス指定です。
; subheaderclass : subheaderのテキストのクラス指定です。
; aboveclass : 表の最上部のセルだけのクラス指定です。
; imagerowclass : 画像がある行(captionも含む)のクラス指定です。
; imageclass : 画像があるセル(captionも含む)のクラス指定です。
; rowclass<var>n</var> : header<var>n</var>またはdata<var>n</var>のある行のクラス指定です。
; class<var>n</var> : data<var>n</var>セルのクラス指定です。
; belowclass : 表の最下行のセルだけのクラス指定です。


; image : An image to display at the top of the template. Use full image syntax, for example <nowiki>[[Image:example.png|200px]]</nowiki>. Image is centered by default.
==== マイクロデータ ====
;caption : Text to put underneath the image.
; bodyitemtype : 表全体のタイプ (URI) 指定です。
;header(n) : Text to use as a header in row n.
; bodyitemref : 表全体の参照するスコープ部分以外のID指定です。
;label(n): Text to use as a label in row n.
; rowitemprop<var>n</var> : header<var>n</var>またはdata<var>n</var>のある行全体のプロパティ指定です。
;data(n): Text to display as data in row n.
; rowitemtype<var>n</var> : header<var>n</var>またはdata<var>n</var>のある行全体のタイプ (URI) 指定です。
;below: Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.
; rowitemref<var>n</var> : header<var>n</var>またはdata<var>n</var>のある行全体の参照するスコープ部分以外のID指定です。
; itemprop<var>n</var> : data<var>n</var>セルのプロパティ指定です。
; itemtype<var>n</var> : data<var>n</var>セルのタイプ (URI) 指定です。
; itemref<var>n</var> : data<var>n</var>セルの参照するスコープ部分以外のID指定です。
; id<var>n</var> : data<var>n</var>セルのID指定です。




Optional CSS styling:
==== 組み込み ====
 
Infoboxテンプレートの<code>data<var>n</var></code>{{para|child}}のパラメータを設定したInfoboxテンプレートの構文を記述することでInfobox内に別のInfoboxを組み込むことが出来ます。項目数を拡張した基礎情報テンプレートを作成できるなどの利点があります。{{para|child}}を設定しないと二重に罫線が書かれるため見た目がよくありません。
;bodystyle : Applies to the infobox table as a whole
;titlestyle : Applies only to the title cell
;imagestyle : Applies to the cell the image is in (including the caption)
;captionstyle : Applies to the text of the caption
;headerstyle : Applies to all header cells
;labelstyle : Applies to all label cells
;datastyle : Applies to all data cells
;belowstyle : Applies only to the below cell
 
===Making fields optional===
 
A row with a label but no data is not displayed. This allows for optional infobox contents. To make a field optional, use a parameter that defaults to an empty string, like so:
 
<pre>
|data5={{{population|}}}
</pre>
 
For more complex fields with preformatted contents that would still be present if a parameter was unset, you can wrap it all in a simple "if" statement to make the whole thing vanish when not used. Example:
 
<pre>
|data5= {{#if: {{{mass|}}} | {{{mass}}} kg}}
</pre>
 
You can make headers optional in a similar way. If you want a header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:
 
<pre>
{{Infobox
{{Infobox
|name  = {{subst:PAGENAME}}
| data1 = {{Infobox
|title = Example of an optional header
| child = yes
|header1 = {{#if: {{{item_one|}}}{{{item_two|}}}{{{item_three|}}} | Optional header }}
| title = 第1サブセクション
|label2= Item One
| label1 = ラベル1.1
|data2 = {{{item_one|}}}
| data1 = データ1.1
|label3= Item Two
}}
|data3 = {{{item_two|}}}
| data2 = {{Infobox
|label4= Item Three
| child = yes
|data4 = {{{item_three|}}}
| title = 第2サブセクション
| label1 = ラベル2.1
| data1 = データ2.1
}}
| belowstyle =  
| below = 最下部テキスト
}}
}}
</pre>
<pre style="overflow:auto">{{Infobox
 
| data1 = {{Infobox
The trick to this is that the "if" returns false only if there is nothing whatsoever in the conditional section, so only if all three of item_one, item_two and item_three are undefined will the if statement fail.
| child = yes
 
| title = 第1サブセクション
===Examples===
| label1 = ラベル1.1
| data1 = データ1.1
}}
| data2 = {{Infobox
| child = yes
| title = 第2サブセクション
| label1 = ラベル2.1
| data1 = データ2.1
}}
| belowstyle =  
| below = 最下部テキスト
}}</pre>


== 表示例 ==
{{Multicol|45em}}
=== 通常 ===
{{Infobox
{{Infobox
|name=Infobox/doc
| title      = title
|bodystyle=
| above      = above
|titlestyle=
| abovestyle  = background-color:#ccf
|imagestyle=
| headerstyle = background-color:#ccf
|captionstyle=
| subheader  = subheader
|headerstyle=
| subheader2  = subheader2
|labelstyle=
| image       = [[ファイル:Example.svg|200px]]
|datastyle=
| caption     = caption
|belowstyle=
| image2      = [[ファイル:Example.svg|200px]]
 
| caption2    = caption2
|title=Test Infobox
| header1    = header1
 
| label2     = label2
|image=[[Image:example.png|200px]]
| data2       = data2
|caption=Caption for example.png
| belowstyle  = background-color:#ccf
 
| below      = below
|header1=Header defined alone
|label1=
|data1=
 
|header2=
|label2= Label defined alone
|data2=
 
|header3=
|label3=
|data3= Data defined alone
 
|header4= All three defined (header)
|label4= All three defined (label)
|data4= All three defined (data)
 
|header5=
|label5= Label and data defined (label)
|data5= Label and data defined (data)
 
|below= Below text
}}
}}
 
{{Multicol-break}}
<pre>
=== bodyclassにborderedを指定 ===
{{Infobox
|name=Infobox/doc
 
|title=Test Infobox
 
|image=[[Image:example.png|200px]]
|caption=Caption for example.png
 
|header1=Header defined alone
|label1=
|data1=
 
|header2=
|label2= Label defined alone
|data2=
 
|header3=
|label3=
|data3= Data defined alone
 
|header4= All three defined (header)
|label4= All three defined (label)
|data4= All three defined (data)
 
|header5=
|label5= Label and data defined (label)
|data5= Label and data defined (data)
 
|below= Below text
}}</pre>
 
<br clear="all"/>
 
For this example bodystyle=width:20em; and labelstyle= width:33%;
 
{{Infobox
{{Infobox
|name=Infobox/doc
| bodyclass  = bordered
|bodystyle=width:20em;
| title      = title
|titlestyle=
| above      = above
|imagestyle=
| abovestyle  = background-color:#ccf
|captionstyle=
| headerstyle = background-color:#ccf
|headerstyle=
| subheader  = subheader
|labelstyle= width:33%;
| subheader2  = subheader2
|datastyle=
| image      = [[ファイル:Example.svg|200px]]
|belowstyle=
| caption    = caption
 
| image2      = [[ファイル:Example.svg|200px]]
|title=Test Infobox
| caption2    = caption2
 
| header1    = header1
|header1=
| label2     = label2
|label1= Label 1
| data2       = data2
|data1= Data 1
| belowstyle  = background-color:#ccf
 
| below       = below
|header2=
|label2= Label 2
|data2= Data 2
 
|header3=
|label3= Label 3
|data3= Data 3
 
|header4= Header 4
|label4=
|data4=
 
|header5=
|label5= Label 5
|data5= Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 
|below= Below text
}}
}}
{{multicol-end}}
{{Clear}}


<br clear="all"/>
== フォーマット ==
 
<pre style="overflow:auto">{{Infobox
==Full blank declaration==
| bodyclass      =  
 
| bodystyle     =  
(Note: the template currently handles up to 40 rows, only 20 are included here since infoboxes larger than that will be relatively rare. Just extend the numbering as needed.)
| bodyitemtype  =
 
| bodyitemref    =
<pre>
| titleclass    =
{{Infobox
| titlestyle    =  
|name={{subst:PAGENAME}}
| title          =
|bodystyle=
| aboveclass    =  
|titlestyle=
| abovestyle    =  
|imagestyle=
| above          =  
|captionstyle=
|headerstyle=
|labelstyle=
|datastyle=
|belowstyle=
 
|title=
 
|image=
|caption=


|header1=
| subheaderstyle =  
|label1=
| subheader      =  
|data1=
| subheader2    =  
.
.
.


|header2=
| imagestyle    =  
|label2=
| captionstyle  =  
|data2=
| image          =  
| caption        =
| image2        =
| caption2      =
.
.
.


|header3=
| header1        =  
|label3=
| label1        =  
|data3=
| labelstyle1    =
| data1          =
| datastyle1    =
| class1        =
| id1            =
| rowitemprop1  =
| rowitemtype1  =
| rowitemref1    =
| itemprop1      =
| itemtype1      =
| itemref1      =  


|header4=
| header2        =  
|label4=
| label2        =  
|data4=
| labelstyle2    =  
| data2          =
| datastyle2    =
| class2        =
| id2            =
| rowitemtype2  =
| rowitemref2    =
| itemprop2      =
| itemtype2      =
| itemref2      =
.
.
.


|header5=
| belowclass    =  
|label5=
| belowstyle    =  
|data5=
| below         =  
 
|header6=
|label6=
|data6=
 
|header7=
|label7=
|data7=
 
|header8=
|label8=
|data8=
 
|header9=
|label9=
|data9=
 
|header10=
|label10=
|data10=
 
|header11=
|label11=
|data11=
 
|header12=
|label12=
|data12=
 
|header13=
|label13=
|data13=
 
|header14=
|label14=
|data14=
 
|header15=
|label15=
|data15=
 
|header16=
|label16=
|data16=
 
|header17=
|label17=
|data17=
 
|header18=
|label18=
|data18=
 
|header19=
|label19=
|data19=
 
|header20=
|label20=
|data20=
 
|below=
}}
}}
</pre>
</pre>


==See also==
=== 関連テンプレート ===
 
* {{tl|infobox3cols}}
<includeonly><!--
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
[[Category:infobox templates| ]]
[[Category:Wikipedia metatemplates|{{PAGENAME}}]]
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]


[[ar:قالب:قالب معلومات]]
<includeonly>{{Sandbox other||
[[fa:الگو:دادان]]
<!--カテゴリは以下に追加してください-->
[[fr:Modèle:Infobox]]
{{デフォルトソート:{{PAGENAME}}}}
[[sl:Predloga:Infopolje]]
[[Category:基礎情報テンプレート| ]]
[[zh:Template:Infobox]]
[[Category:メタテンプレート]]
[[ia:Patrono:Infobox]]
}}</includeonly>
</includeonly>

2023年4月14日 (金) 15:50時点における最新版

使い方

このテンプレートはメタテンプレート(他のテンプレートを作成するときに使われるテンプレート)として使われることを想定しています。記事に直接使われることを想定していません。

使い方は{{Navbox}}に似ていますが、追加された機能があります。テーブルの各行は「見出し」(header) でも、ラベルとデータ対でも、単なるデータセルでもありえます。また、ある行に見出しとラベル/データ対の両方を定義すれば、ラベル/データ対は無視されます。

Infoboxの最上部以外のどこかで画像を挿入したい場合、あるいは他の「自由な形式」のデータを挿入したい場合、“data”フィールドによる行を使うように注意してください。

パラメータ

このテンプレートでは全てのパラメータを省略可能です。

タイトル

タイトルをキャプションにする場合にはtitle、最上部のヘッダセルにする場合にはaboveを使います。通常はどちらか片方を使いますが、両方使うこともできます。

title
表のキャプションに置くテキストです。
above
表の最上部に置くテキストです。
subheadern
表の最上部と画像の間に表示されるテキストです。nを指定しない場合は“n=1”と見なされます。

テキストなど

name(または tnavbar)
表の最下部の、テンプレート本体へのリンクを表示するために必要なテンプレート名です。{{subst:PAGENAME}}を使うことができますが、<includeonly></includeonly>をはさんでいる場合はsubst展開されないので注意してください。指定が無い場合はリンクが表示されません。
imagen
テンプレートの上部に表示される画像です。[[ファイル:example.png|200px]]のような、完全な画像構文を使ってください。デフォルトで中央に表示されます。nを指定しない場合は“n=1”と見なされます。
captionn
画像の下に置くテキストです。nを指定しない場合は“n=1”と見なされます。
headern
nのヘッダとして使うテキストです。
labeln
nのラベルとして使うテキストです。
datan
nのデータとして表示されるテキストです。
below
最下行に置くテキストです。脚注、関連項目、その他の情報として使われることを想定しています。

CSSスタイル

bodystyle
Infobox全体のスタイル指定です。
titlestyle
タイトルセルだけのスタイル指定です。
abovestyle
表の最上部のセルだけのスタイル指定です。
imagestyle
画像があるセル(captionも含む)のスタイル指定です。
captionstyle
captionのテキストのスタイル指定です。
headerstyle
全てのヘッダセルのスタイル指定です。
headerstylen
headernセルのスタイル指定です。
中国語版などで使われているTemplate:Infoboxとはheadernstyle。翻訳時にテンプレートを変える場合は注意してください。
labelstyle
全てのラベルセルのスタイル指定です。
labelstylen
labelnセルのスタイル指定です。
中国語版などで使われているTemplate:Infoboxとはlabelnstyle。翻訳時にテンプレートを変える場合は注意してください。
datastyle
全てのデータセルのスタイル指定です。
datastylen
datanセルのスタイル指定です。
中国語版などで使われているTemplate:Infoboxとはdatanstyle。翻訳時にテンプレートを変える場合は注意してください。
belowstyle
最下行のセルだけのスタイル指定です。

クラス

bodyclass
このパラメータは、Infobox全体の「class」属性に挿入されます。デフォルトは infobox です。そのため、このパラメータに bordered と記述すると infobox bordered となるので、表全体に罫線が引かれます。
titleclass
タイトルセルだけのクラス指定です。
subheaderrowclass
subheaderのある行のクラス指定です。
subheaderclass
subheaderのテキストのクラス指定です。
aboveclass
表の最上部のセルだけのクラス指定です。
imagerowclass
画像がある行(captionも含む)のクラス指定です。
imageclass
画像があるセル(captionも含む)のクラス指定です。
rowclassn
headernまたはdatanのある行のクラス指定です。
classn
datanセルのクラス指定です。
belowclass
表の最下行のセルだけのクラス指定です。

マイクロデータ

bodyitemtype
表全体のタイプ (URI) 指定です。
bodyitemref
表全体の参照するスコープ部分以外のID指定です。
rowitempropn
headernまたはdatanのある行全体のプロパティ指定です。
rowitemtypen
headernまたはdatanのある行全体のタイプ (URI) 指定です。
rowitemrefn
headernまたはdatanのある行全体の参照するスコープ部分以外のID指定です。
itempropn
datanセルのプロパティ指定です。
itemtypen
datanセルのタイプ (URI) 指定です。
itemrefn
datanセルの参照するスコープ部分以外のID指定です。
idn
datanセルのID指定です。


組み込み

Infoboxテンプレートのdatan|child=のパラメータを設定したInfoboxテンプレートの構文を記述することでInfobox内に別のInfoboxを組み込むことが出来ます。項目数を拡張した基礎情報テンプレートを作成できるなどの利点があります。|child=を設定しないと二重に罫線が書かれるため見た目がよくありません。

第1サブセクション
ラベル1.1 データ1.1
第2サブセクション
ラベル2.1 データ2.1
最下部テキスト
{{Infobox
| data1 = {{Infobox
	| child = yes
	| title = 第1サブセクション
	| label1 = ラベル1.1
	| data1 = データ1.1
	}}
| data2 = {{Infobox
	| child = yes
	| title = 第2サブセクション
	| label1 = ラベル2.1
	| data1 = データ2.1
	}}
| belowstyle = 
| below = 最下部テキスト
}}

表示例

フォーマット

{{Infobox
| bodyclass      = 
| bodystyle      = 
| bodyitemtype   =
| bodyitemref    =
| titleclass     =
| titlestyle     = 
| title          =
| aboveclass     = 
| abovestyle     = 
| above          = 

| subheaderstyle = 
| subheader      = 
| subheader2     = 
.
.
.

| imagestyle     = 
| captionstyle   = 
| image          = 
| caption        = 
| image2         = 
| caption2       = 
.
.
.

| header1        = 
| label1         = 
| labelstyle1    = 
| data1          = 
| datastyle1     = 
| class1         = 
| id1            = 
| rowitemprop1   = 
| rowitemtype1   = 
| rowitemref1    = 
| itemprop1      = 
| itemtype1      = 
| itemref1       = 

| header2        = 
| label2         = 
| labelstyle2    = 
| data2          = 
| datastyle2     = 
| class2         = 
| id2            = 
| rowitemtype2   = 
| rowitemref2    = 
| itemprop2      = 
| itemtype2      = 
| itemref2       = 
.
.
.

| belowclass     = 
| belowstyle     = 
| below          = 
}}

関連テンプレート