Template:Ombox: Difference between revisions

    From Nonbinary Wiki
    m>Davidgothberg
    (3px -> 4px margin. The boxes were stacking a bit tight.)
    m (22 revisions imported from templatewiki:Template:Ombox)
     
    (17 intermediate revisions by 9 users not shown)
    Line 1: Line 1:
    <table class="plainlinks" style="margin: 4px 10%; border-collapse: collapse; background: #f9f9f9;
    {{#invoke:Message box|ombox}}<noinclude>
    {{#switch:{{{type|}}}
    {{documentation}}
    | speedy    = border: 2px solid #b22222; background: #fee;
    <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
    | delete    = border: 2px solid #b22222;
    | content    = border: 1px solid #f28500;
    | style      = border: 1px solid #f4c430;
    | move      = border: 1px solid #9932cc;
    | protection = border: 2px solid #bba;
    | notice          <!-- notice = default -->
    | #default  = border: 1px solid #aaa;
    }} {{{style|}}}">
    <tr>
    {{#ifeq:{{{image|}}}|none
    | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 1px;"></td>
    | <td style="border: none; padding: 2px 0px 2px 0.9em; text-align: center;">
      {{#if:{{{image|}}}
      | {{{image}}}
      | {{#switch:{{{type|}}}
        | speedy    = [[Image:Imbox speedy deletion.png|40x40px]]
        | delete    = [[Image:Imbox deletion.png|40x40px]]
        | content    = [[Image:Imbox content.png|40x40px]]
        | style      = [[Image:Imbox style.png|40x40px]]
        | move      = [[Image:Imbox move.png|40x40px]]
        | protection = [[Image:Imbox protection.png|40x40px]]
        | notice          <!-- notice = default -->
        | #default  = [[Image:Imbox notice.png|40x40px]]
        }}
      }}</td>
    }}
    <td style="border: none; padding: 0.25em 0.9em; width: 100%; {{{textstyle|}}}"> {{{text}}} </td>
    {{#if:{{{imageright|}}}
    | <td style="border: none; padding: 2px 0.9em 2px 0px; text-align: center;"> {{{imageright}}} </td>
    }}
    </tr>
    </table><noinclude>
     
    <!-- {{pp-template|small=yes}} -->
    {{Documentation}}
    <!-- Add categories and inter-wikis to the /doc subpage, not here! -->
    </noinclude>
    </noinclude>

    Latest revision as of 09:59, 16 November 2019

    Template documentation[create]