Template:Ambox: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="plainlinks ambox {{#ifeq:{{{type|}}}|delete|ambox-delete|}} {{{class|}}}" style="{{{style|}}}"><tr>
<table class="metadata plainlinks ambox {{#switch:{{{small|}}}
  {{#if:{{{image|}}}
| left = mbox-small-left
     |<!-- Image cell --><td class="ambox-image {{#ifeq:{{{type|}}}|notice|ambox-notice|ambox-{{{type|}}}}}">[[File:{{{image}}}{{!}}{{{imagewidth|56px}}}{{!}}{{{imagealt|}}}]]</td>
}} " style="{{{style|}}}margin:0 10%;border:1px solid #AAAAAA;{{#switch:{{{type|}}}
     |<!-- Blank cell if no image specified --><td class="ambox-empty-cell {{#ifeq:{{{type|}}}|notice|ambox-notice|ambox-{{{type|}}}}}"></td>
| danger    = background:#FFAAAA;border-left:10px #B22222 solid;
  }}<td class="ambox-text">{{{contents}}}</td>
| warning    = background:#FFDDDD;border-left:10px #B22222 solid;
  {{#if:{{{image2|}}}
| caution    = background:#FFFFAA;border-left:10px #F28500 solid;
    | <td class="ambox-image2">[[File:{{{image2}}}{{!}}{{{image2width|56px}}}{{!}}{{{image2alt|}}}]]</td>
| approval  = background:#DDFFDD;border-left:10px #00FF00 solid;
  }}
| proposal  = background:#E4D8FF;border-left:10px #9933CC solid;
</tr></table><!--
| detail    = background:#FBFBFB;border-left:10px #F4C430 solid;
// Auto language tracking
| protection = background:#FBFBFB;border-left:10px #BBBBAA solid;
-->{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{auto lang cat}}|}}<!--
| notice<!-- = default -->
--><noinclude>
| #default  = background:#FBFBFB;border-left:10px #1E90FF solid;
{{Template doc}}
}}{{#if:{{{stacked|}}}|border-top:-1px;}}"><tr>
[[Category:Maintenance templates|Ambox]]
{{#switch:{{{image|}}}
</noinclude>
| blank      <!-- Fall back to "none", since deprecated. -->
 
| none     =
{{ambox | type = notice | contents = '''Lorem ipsum''' dolor sit amet.}}
  <td class="mbox-empty-cell" style="width:1px;border:none;padding:0;"></td><!-- No image. Cell with some width or padding necessary for text cell to have 100% width. -->
| #default =
  <td class="mbox-image" style="border:none;padding:2px 0 2px 0.9em;text-align:center;">{{#switch:{{{small|}}}
  | left    = <!-- Don't use the DIV -->
  | #default = <div style="width:52px;">
  }}{{#if:{{{image|}}}
  | {{{image}}}
  | [[Image:{{#switch:{{{type|}}}
    | danger    = Stop.png{{!}}Danger
    | warning    = Stophand.png{{!}}Warning
    | caution    = Ambox important.svg{{!}}Caution
    | approval  = Good.png{{!}}Approved
    | proposal  = StopClock.png{{!}}Proposal
    | detail    = Ambox style.png{{!}}Detail
    | protection = Full.png{{!}}Protection
     | notice<!-- = default -->
    | #default  = Information.png{{!}}Information
    }}|{{#switch:{{{small|}}}  
    | left    = 20x20px
    | #default = 40x40px
    }}]]
  }}{{#switch:{{{small|}}}
  | left    = <!-- Don't use the /DIV -->
  | #default = </div>
  }}</td>
}}
<td class="mbox-text" style="{{{textstyle|}}}width:100%;border:none;padding:0.25em 0.9em;text-align:center;">{{{text|}}}</td>
{{#if:{{{imageright|}}}
| {{#ifeq:{{{imageright|}}}|none
  | <!-- No image. -->
  | <td class="mbox-imageright" style="border:none;padding:2px 0.9em 2px 0;text-align:center;">{{#switch:{{{small|}}}
    | left    = {{{imageright|}}}
    | #default = <div style="width:{{{imagerightwidth|52}}}px;">{{{imageright|}}}</div>
    }}</td>
  }}
}}
</tr></table><noinclude>{{Ambox/Documentation}}</noinclude>

Latest revision as of 15:10, 7 February 2015

==Documentation==