「テンプレート:Infobox」の版間の差分
1行目: | 1行目: | ||
− | <includeonly>{| class="{{{class|infobox}}}" align={{{align|right}}} style="font-size:{{{font-size|89%}}}; {{{text-align|text-align:center | + | <includeonly>{| class="{{{class|infobox}}}" align={{{align|right}}} style="display:table; font-size:{{{font-size|89%}}}; {{{text-align|text-align:center}}}; width:{{{width|260px}}}; max-width:{{{max-width|100%}}}; float:{{{float|right}}}; background-color:{{{bg-color|#FFF}}};" |
{{{title-main|{{!}} colspan="{{{colspan-site|2}}}" style="background-color:{{{title-color|#26ca9b}}}; color:{{{text-color|#FFFFFF}}}; font-size:100%; padding:1em;" {{!}} {{{Title|}}} }}} | {{{title-main|{{!}} colspan="{{{colspan-site|2}}}" style="background-color:{{{title-color|#26ca9b}}}; color:{{{text-color|#FFFFFF}}}; font-size:100%; padding:1em;" {{!}} {{{Title|}}} }}} | ||
|- | |- | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
− | {{!}} colspan= "{{{colspan-site|2}}}" {{!}} [[File:{{{image}}}|{{#if:{{{size|}}} | {{{size}}} | | + | {{!}} colspan= "{{{colspan-site|2}}}" {{!}} [[File:{{{image}}}|{{#if:{{{size|}}} | {{{size}}} | 280px}}]]<br/>{{{caption| }}} |
|{{!}} colspan= "{{{colspan-site|2}}}" {{!}}{{{image-lostmessage|}}} | |{{!}} colspan= "{{{colspan-site|2}}}" {{!}}{{{image-lostmessage|}}} | ||
}} | }} | ||
74行目: | 74行目: | ||
|column2= {{{Row 30 info|}}}|column2 style={{{Row 30 infostyle| {{{Row infostyle|}}} }}} }} | |column2= {{{Row 30 info|}}}|column2 style={{{Row 30 infostyle| {{{Row infostyle|}}} }}} }} | ||
{{Infobox/brick|column1= {{{Row h1 title|}}} |column1 style= {{{Row h1 titlestyle|}}} colspan="{{{colspan-site|2}}}" bgcolor="{{{under-column-color|#62bca9}}}" }} | {{Infobox/brick|column1= {{{Row h1 title|}}} |column1 style= {{{Row h1 titlestyle|}}} colspan="{{{colspan-site|2}}}" bgcolor="{{{under-column-color|#62bca9}}}" }} | ||
− | {{Infobox/brick|column1= {{{Row h1 info|}}} |column1 style= {{{Row h1 infostyle|}}} colspan="{{{colspan-site|2}}}" }} | + | {{Infobox/brick|column1= {{#if:{{{Row h1 title|}}}|{{clear}}}} |
+ | {{{Row h1 info|}}} |column1 style= {{{Row h1 infostyle|}}} colspan="{{{colspan-site|2}}}" }} | ||
{{Infobox/brick|column1= {{{Row h2 title|}}} |column1 style= {{{Row h2 titlestyle|}}} colspan="{{{colspan-site|2}}}" bgcolor="{{{under-column-color|#62bca9}}}" }} | {{Infobox/brick|column1= {{{Row h2 title|}}} |column1 style= {{{Row h2 titlestyle|}}} colspan="{{{colspan-site|2}}}" bgcolor="{{{under-column-color|#62bca9}}}" }} | ||
− | {{Infobox/brick|column1= {{{Row h2 info|}}} |column1 style= {{{Row h2 infostyle|}}} colspan="{{{colspan-site|2}}}" }} | + | {{Infobox/brick|column1= {{#if:{{{Row h2 title|}}}|{{clear}}}} |
+ | {{{Row h2 info|}}} |column1 style= {{{Row h2 infostyle|}}} colspan="{{{colspan-site|2}}}" }} | ||
|- | |- | ||
{{{Row b1| }}} | {{{Row b1| }}} | ||
|- | |- | ||
{{{Row b2| }}} | {{{Row b2| }}} | ||
− | |}</includeonly><noinclude></noinclude> | + | |}</includeonly><noinclude>{{Documentation}}</noinclude> |
2022年2月27日 (日) 02:05時点における最新版
これは基本Infoboxテンプレートです。
説明
Infoboxには最大30行まで追加でき、それぞれにRow x title
、Row x info
パラメーターがあり、記入することができます。x
を対応する番号に置き換えるだけです。
{{Infobox |Title = テスト |image = テスト |Row 1 title = テスト |Row 1 info = テスト |Row 2 title =テスト |Row 2 info = テスト |Row 3 title = テスト |Row 3 info = テスト |Row 4 title = テスト |Row 4 info = テスト |Row 5 title = テスト |Row 5 info = テスト |Row 6 title = テスト |Row 6 info = テスト |Row 7 title = テスト |Row 7 info = テスト |Row 8 title = テスト |Row 8 info = テスト |Row 9 title =テスト |Row 9 info = テスト |Row 10 title = テスト |Row 10 info = テスト |Row 11 title = テスト |Row 11 info = テスト |Row 12 title = テスト |Row 12 info = テスト |Row h1 title = テスト |Row h1 info = テスト }} |
|
パラメータ
- Title: テンプレートの上部に教示されタイトル、ページの名前任意。
- image: テンプレートを説明するイメージ。
- caption: イメージの短い説明文。
- Row x title: テンプレートの左部カラムに教示されるタイトル。
- Row x info: テンプレートの左部カラムに表示される情報。
- Row titlestyle: テンプレートの左部カラムに表示されるタイトルのスタイル(任意)。
- Row infostyle: テンプレートの左部カラムに表示される情報のスタイル(任意)。
- Row hx title: テンプレートの下部カラムに表示されるタイトル(任意)。
- Row hx info: テンプレートの下部カラムに表示される情報(任意)。
- bg-color: テンプレートの背景色(任意)。
- title-color: タイトルの背景色(任意)。
- left-column-color: 左部カラムの背景色(任意)。
- under-column-color: 下部カラムの背景色(任意)。