Changes

m
no edit summary
Line 1: Line 1:  +
<table style="{{{style|}}}" class="plainlinks ambox ambox-type-{{{type|notice}}}">
 +
<tr>
 +
<td>{{{image|}}}
 +
</td>
 +
<td class="mbox-text" style="{{{textstyle|}}}">{{{text}}}</td>
 +
</tr>
 +
</table>
 +
 
<noinclude>
 
<noinclude>
==Documentation==
+
{{documentation}}
To be used on articles when the content has issues.
+
[[Category:Templates]]
 
  −
===Sample Code===
  −
<pre>
  −
{{Ambox
  −
|type = protection
  −
|title = This page is locked because of an edit war.
  −
|message = If you want to discuss the issue, please check this thread.
  −
|user_act = Edit war between:
  −
|users = [[Special:Contributions/190.27.112.124|190.27.112.124]] and [[Special:Contributions/69.120.133.5|69.120.133.5]]
  −
}}
  −
</pre>
  −
 
  −
===Parameters===
  −
* '''type''' (required) List of types can be seen below
  −
* '''title''' (optional) The bold text in the description
  −
* '''message''' (optional) The normal text that comes after title
  −
* '''user_act''' (optional) Phase before the users e.g. "Proposed by: "
  −
* '''users''' (required) List of involved users and links to their profiles
  −
 
  −
 
  −
==Types==
  −
===construction===
  −
{{Ambox
  −
|type = construction
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===translation===
  −
{{Ambox
  −
|type = translation
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===delete===
  −
{{Ambox
  −
|type = delete
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===cleanup===
  −
{{Ambox
  −
|type = cleanup
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===notice===
  −
{{Ambox
  −
|type = notice
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===move===
  −
{{Ambox
  −
|type = move
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===protection===
  −
{{Ambox
  −
|type = protection
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
===renovate===
  −
{{Ambox
  −
|type = renovate
  −
|message = This is your custom message for this ambox.
  −
|users = [[User:McDerp|McDerp]]
  −
}}
  −
 
  −
 
  −
==Implementation==
   
</noinclude>
 
</noinclude>
<div style="{{{style|}}}" class="plainlinks ambox ambox-type-{{{type|}}}">
  −
<div class="ambox-image">
  −
{{#switch:{{{type|}}}
  −
|construction = [[File:AMBox_construction.png|40px|link=]]
  −
|translation = [[File:AMBox_translation.png|40px|link=]]
  −
|delete = [[File:AMBox_warning.png|40px|link=]]
  −
|cleanup = [[File:AMBox_cleanup.png|40px|link=]]
  −
|notice = [[File:AMBox_information.png|40px|link=]]
  −
|move = [[File:AMBox_move.png|40px|link=]]
  −
|protection = [[File:AMBox_protection.png|40px|link=]]
  −
|renovate = [[File:AMBox_construction.png|40px|link=]]
  −
|#default = [[File:Wiki.png|40px|link=]]
  −
}}
  −
</div>
  −
<div class="ambox-content">
  −
<span class="ambox-title">
  −
{{#if: {{{title|}}}|{{{title|}}}|
  −
{{#switch:{{{type|}}}
  −
|construction = This article is under construction
  −
|translation = This article needs translation
  −
|delete = This article is currently marked for deletion
  −
|cleanup = This article needs cleanup
  −
|notice = Notice
  −
|move = This article is suggested to be moved or merged
  −
|protection = This article's protection level should be discussed
  −
|renovate = This article is being renovated in a sandbox page
  −
|#default = Notice
  −
}}
  −
}}
  −
</span>
  −
<span class="ambox-description">{{{message|}}}</span>
  −
<div class="ambox-promoter">
  −
{{#if: {{{user_act|}}}|{{{user_act|}}}|
  −
{{#switch:{{{type|}}}
  −
|construction = Adopted by:
  −
|translation = Requested by:
  −
|delete = Marked by:
  −
|cleanup = Requested by:
  −
|notice = Posted by:
  −
|move = Marked by:
  −
|protection = Posted by:
  −
|renovate = Adopted by:
  −
|#default = By:
  −
}}
  −
}} {{{users|}}}</div>
  −
<div class="ambox-learn">[[Template:Ambox|Learn more about Amboxes]]</div>
  −
</div>
  −
<div class="ambox-clear"></div>
  −
</div>
 
5,421

edits