Template:Ambox: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Myudelson (talk | contribs)
No edit summary
Myudelson (talk | contribs)
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="metadata plainlinks ambox
<noinclude>
<span style="color:red;font-weight:bold">If you don't know what you are doing, DO NOT edit this page!<span>
</noinclude>
<table width="500" border="0" cellspacing="2" cellpadding="10" style="margin-left:50px; border:1px solid #aaaaaa; border-left:10px solid
{{#switch:{{{type|}}}
{{#switch:{{{type|}}}
| speedy    = ambox-speedy
| clean      = #f4c430
| delete    = ambox-delete
| exclamation = #f28500
| content    = ambox-content
| notice     = #1e90ff
| style     = ambox-style
| move      = ambox-move
| protection = ambox-protection
| notice    <!-- notice = default -->
| notice    <!-- notice = default -->
| #default   = ambox-notice
| #default   = #1e90ff
}}" style="{{{style|}}}">
}};">
<tr>
<tr>
{{#ifeq:{{{image|}}}|none
<td>
| <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td style="border: none; padding: 0px; width: 1px;"></td>
{{#switch:{{{type|}}}
| <td class="mbox-image"><div style="width: 52px;">
| clean       = [[Image:Ambox_style.png|40x40px]]
  {{#ifeq:{{{image|}}}|blank
| exclamation = [[Image:Imbox_content.png|40x40px]]
  | &nbsp;
| notice     = [[Image:Ambox_notice.png|40x40px]]
  | {{#if:{{{image|}}}
| notice    <!-- notice = default -->
    | {{{image}}}
| #default   = [[Image:Ambox_notice.png|40x40px]]
    | {{#switch:{{{type|}}}
      | speedy    = [[Image:Ambox speedy deletion.png|40x40px]]
       | delete    = [[Image:Ambox deletion.png|40x40px]]
      | content    = [[Image:Ambox content.png|40x40px]]
      | style     = [[Image:Ambox style.png|40x40px]]
      | move      = [[Image:Ambox move.png|40x40px]]
      | protection = [[Image:Ambox protection.png|40x40px]]
      | notice    <!-- notice = default -->
      | #default   = [[Image:Ambox notice.png|40x40px]]
      }}
    }}
  }}</div></td>
}}
<td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td>
{{#if:{{{imageright|}}}
| <td class="mbox-imageright"><div style="width: 52px;"> {{{imageright}}} </div></td>
}}
}}
</tr>
</td>
</table><!-- Detect and report usage with faulty "type" parameter:
<td style="width:100%">{{{text|}}}</td>
-->{{#switch:{{{type|}}}
</tr>
<!-- No type fed, is also valid input -->
</table>
| speedy
<noinclude>
| delete
==Relevant links==
| content
* [http://en.wikipedia.org/wiki/Help:Template wiki Help:Template]
| style
* [http://en.wikipedia.org/wiki/Template:Ambox wiki Template:Ambox]
| move
* [http://www.mediawiki.org/wiki/Extension:ParserFunctions mediawiki Extension:ParserFunctions]
| protection
| notice    =    <!-- Do nothing, valid "type" -->
| #default  = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[Category:Wikipedia message box parameter needs fixing|{{main other|Main:}}{{FULLPAGENAME}}]]<!-- Sort on namespace -->
}}<noinclude>
 
{{pp-template|small=yes}}
{{Documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 18:54, 16 February 2009

If you don't know what you are doing, DO NOT edit this page!

Relevant links