template>新幹線 |
|
(20人の利用者による、間の42版が非表示) |
1行目: |
1行目: |
| <table style="{{{style|}}}" class="plainlinks ambox {{#switch:{{{type|}}}
| | {{#invoke:Message box|ambox}}<!-- |
| | protection = ambox-protection
| | 誤った "type" パラメータの使用法の検出と報告: |
| | serious = ambox-serious
| | -->{{#switch:{{{type|}}} |
| | content = ambox-content
| | | <!-- タイプが与えられないのも、有効な入力 --> |
| | style = ambox-style
| | | speedy |
| | merge = ambox-merge
| | | delete |
| | notice = ambox-notice
| | | content |
| | #default = ambox-notice
| | | style |
| }} {{#if:{{{section|}}} <!-- 節フラグ: 指定すると節用のスタイルを適用 -->
| | | move |
| | ambox-section
| | | protection |
| }} {{#if:{{{printable|}}} <!-- 印刷フラグ: 指定すると印刷時にも表示 -->
| | | notice = <!-- 有効な "type" なので何もしない --> |
| |
| | | #default = <div style="text-align: center;">このメッセージボックスは無効な "type={{{type|}}}" パラメータを使用しており、修正が必要です。</div><!-- 現状ではカテゴライズされるのを防ぐためコメントアウト [[Category:Wikipedia message box parameter needs fixing|{{Main other|Main:}}{{FULLPAGENAME}}]] --><!-- 名前空間でソート --> |
| | noprint <!-- 規定値は印刷時非表示 -->
| | }}<noinclude>{{Documentation}} |
| }}" {{#if:{{{background|}}} <!-- 背景色 -->
| | <!-- カテゴリはここではなく/doc サブページに、言語間リンクはウィキデータ追加してください --></noinclude> |
| | 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 | serious | content | style | merge | notice <!-- 既定画像用キーワード -->
| |
| | <!-- 空白または未定義 --> = [[画像:{{#switch:{{#if:{{{image|}}}|{{{image}}}|{{{type|}}}}}
| |
| | protection = Crystal Clear action lock.png
| |
| | serious = Stop hand nuvola.svg
| |
| | content = Emblem-important.svg
| |
| | style = Broom icon.svg
| |
| | merge = Merge-split-transwiki default.svg
| |
| | notice = Info non-talk.svg
| |
| | #default = Info non-talk.svg
| |
| }}|{{#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> | |