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

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
<templatestyles src="Infobox/style.css"/>
<templatestyles src="Infobox/style.css"/>
<div class="infobox-container" style="width:{{{width|320px}}}">
<div class="infobox-container" style="width:{{{width|320px}}}">
  <div class="infobox-title-area">
<div class="infobox-title-area">
    <dl>
<dl>
      <dt style="font-size:20px; overflow-wrap: break-word;">{{{title}}}</dt>
<dt style="font-size:20px; overflow-wrap: break-word;">{{{title}}}</dt>
      {{#if:{{{subtitle|}}}|<dt style="font-size:15px; overflow-wrap: break-word;">{{{subtitle}}}</dt>}}
{{#if:{{{subtitle|}}}|<dt style="font-size:15px; overflow-wrap: break-word;">{{{subtitle}}}</dt>}}
    </dl>
</dl>
  </div><table class="infobox-table">     {{#if:{{{image|}}}|
</div><table class="infobox-table">{{#if:{{{image|}}}|
      <tr>
<tr>
        <th class="Center" colspan="2">[[File:{{{image}}}|320px]]</th>
<th class="Center" colspan="2">[[File:{{{image}}}|320px]]</th>
      </tr>
</tr>
    }}
}}
    {{{content}}}
{{{content}}}
  </table>
</table>
</div>
</div>
<noinclude>
<templatedata>
{
"params": {
"width": {},
"title": {},
"subtitle": {},
"image": {},
"content": {}
},
"format": "block"
}
</templatedata>
</noinclude>