Permanently protected template

Template:Mbox: Difference between revisions

From The HILLSIDE
Jump to navigation Jump to search
en>Davidgothberg
Changed "text = {{{text|}}}" to "text = {{{text}}}" so that the empty box displays "{{{text}}}".
en>Happy-melon
note deprecated type values to prevent confusion
Line 1: Line 1:
{{
<table class="metadata plainlinks ambox
  {{namespace detect
{{#switch:{{{type|}}}
  | demospace = {{{demospace|}}}
| speedy    = ambox-speedy
  | main      = ambox
| delete    <!-- this value is **deprecated**, please don't use it! -->
  | talk     = tmbox
| serious    = ambox-delete
  | image    = imbox
| content    = ambox-content
  | category  = cmbox
| style     = ambox-style
  | other     = ombox
| move      <!-- this value is **deprecated**, please don't use it! -->
   }}
| merge      = ambox-move
| type      = {{{type|}}}
| protection = ambox-protection
| image      = {{{image|}}}
| notice     <!-- notice = default -->
| imageright = {{{imageright|}}}
| #default   = ambox-notice
| style      = {{{style|}}}
}}" style="{{{style|}}}">
| textstyle  = {{{textstyle|}}}
<tr>
| text      = {{{text}}}
{{#ifeq:{{{image|}}}|none
| small     = {{{small|}}}
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 1px;"></td>
| smallimage = {{{smallimage|}}}
| <td class="ambox-image"><div style="width: 52px;">
| smallimageright = {{{smallimageright|}}}
  {{#ifeq:{{{image|}}}|blank
| smalltext  = {{{smalltext|}}}
  | &nbsp;
}}<noinclude>
  | {{#if:{{{image|}}}
    | {{{image}}}
    | {{#switch:{{{type|}}}
      | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
      | delete    <!-- this value is **deprecated**, please don't use it! -->
      | serious    = [[Image:Ambox deletion.png|40x40px]]
      | content    = [[Image:Ambox content.png|40x40px]]
      | style      = [[Image:Ambox style.png|40x40px]]
      | move      <!-- this value is **deprecated**, please don't use it! -->
      | merge     = [[Image:Ambox move.png|40x40px]]
      | protection = [[Image:Ambox protection.png|40x40px]]
      | notice    <!-- notice = default -->
      | #default  = [[Image:Ambox notice.png|40x40px]]
      }}
    }}
  }}</div></td>
}}
<td class="ambox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
{{#if:{{{imageright|}}}
| <td class="ambox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td>
}}
</tr>
</table><noinclude>


{{pp-template|small=yes}}
{{pp-template|small=yes}}

Revision as of 20:48, 17 August 2008

<templatestyles src="Module:Documentation/styles.css"></templatestyles>

Template documentation