template>新幹線 |
template>Forged admire |
1行目: |
1行目: |
| <table style="{{{style|}}}" class="plainlinks ambox {{#switch:{{{type|}}}
| | |
| | protection = ambox-protection
| |
| | speedy = ambox-speedy
| |
| | serious = ambox-serious
| |
| | content = ambox-content
| |
| | style = ambox-style
| |
| | merge = ambox-merge
| |
| | notice <!-- notice = default -->
| |
| | #default = ambox-notice
| |
| }} {{#if:{{{section|}}} <!-- 節フラグ:指定すると節用のスタイルを適用 -->
| |
| | ambox-section
| |
| }} {{#if:{{{printable|}}} <!-- 印刷フラグ:指定すると印刷時にも表示 -->
| |
| |
| |
| | noprint <!-- 規定値は印刷時非表示 -->
| |
| }}" {{#if:{{{background|}}} <!-- 背景色 -->
| |
| | style="background-color:{{{background}}}"
| |
| }}>
| |
| <tr>
| |
| <td class="ambox-image">
| |
| {{#ifeq:{{{image}}}|none
| |
| | <!-- 画像無しの場合の空白セル: テキスト用セルの幅を100%にするために必要 -->
| |
| | <div class="ambox-imagecontainer">{{#if:{{{image-file|}}}
| |
| | [[ファイル:{{{image-file}}}|{{#if:{{{section|}}}
| |
| |{{{image-size-section|25}}}
| |
| |{{{image-size|40}}}
| |
| }}px]]
| |
| | {{#switch:{{{image|}}}
| |
| | protection | speedy | serious | content | style | merge | notice <!-- 既定画像用キーワード -->
| |
| | <!-- 空白または未定義 --> = [[ファイル:{{#switch:{{#if:{{{image|}}}|{{{image}}}|{{{type|}}}}}
| |
| | speedy = Ambox speedy deletion.png
| |
| | serious = Ambox deletion.png
| |
| | content = Ambox content.png
| |
| | style = Ambox style.png
| |
| | merge = Ambox move.png
| |
| | protection = Ambox protection.png
| |
| | notice <!-- notice = default -->
| |
| | #default = Ambox notice.png
| |
| }}|{{#if:{{{section|}}}
| |
| |{{{image-size-section|25}}}
| |
| |{{{image-size|40}}}
| |
| }}px]]
| |
| | blank = [[ファイル:No image.svg]]
| |
| | #default = {{{image}}}
| |
| }}
| |
| }}</div>
| |
| }}</td>
| |
| <td class="ambox-text">{{#if:{{{section|}}}|{{{text-section|{{{text}}}}}}|{{{text}}}}}</td>
| |
| {{#if:{{{imageright|}}}{{{imageright-file|}}}|
| |
| <td class="ambox-imageright"><div class="ambox-imagecontainer"> {{#if:{{{imageright-file|}}}
| |
| | [[ファイル:{{{imageright-file}}}|{{#if:{{{section|}}}
| |
| |{{{imageright-size-section|{{{image-size-section|25}}}}}}
| |
| |{{{imageright-size|{{{image-size|40}}}}}}
| |
| }}px]]
| |
| | {{{imageright}}}
| |
| }} </div></td>
| |
| }}
| |
| </tr>
| |
| </table><noinclude>{{Documentation}}
| |
| <!-- カテゴリと言語間リンクはここではなく、/doc サブページに追加してください --></noinclude>
| |