Difference between revisions of "Template:Ambox"

From Nottinghack Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="metadata plainlinks ambox {{#switch:{{{type|}}}
+
<table class="metadata plainlinks ambox {{#switch:{{{type|}}} <!-- all styles present in CSS? -->
 
| speedy    = ambox-speedy
 
| speedy    = ambox-speedy
 
| delete    = ambox-delete
 
| delete    = ambox-delete
Line 8: Line 8:
 
| notice    <!-- notice = default -->
 
| notice    <!-- notice = default -->
 
| #default  = ambox-notice
 
| #default  = ambox-notice
}}" style="{{{style|}}}">
+
}}" style="{{{style|}}} margin-bottom:5px;">
 
<tr>
 
<tr>
 
{{#switch:{{{image|}}}
 
{{#switch:{{{image|}}}
Line 14: Line 14:
 
| none = <td class="mbox-empty-cell"></td>  <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. -->
 
| none = <td class="mbox-empty-cell"></td>  <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. -->
 
| #default =  
 
| #default =  
   <td class="mbox-image"><div style="width: 52px;">
+
   <td class="mbox-image"><div style="width: 52px;"> <!-- all styles present in CSS? -->
 
   {{#if:{{{image|}}}
 
   {{#if:{{{image|}}}
 
   | {{{image}}}
 
   | {{{image}}}
Line 21: Line 21:
 
     | delete    = Ambox deletion.png
 
     | delete    = Ambox deletion.png
 
     | content    = Ambox content.png
 
     | content    = Ambox content.png
     | style      = Edit-clear.svg
+
     | style      = Edit-clear.png
 
     | move      = Ambox move.png
 
     | move      = Ambox move.png
 
     | protection = Ambox protection.png
 
     | protection = Ambox protection.png
Line 50: Line 50:
 
| notice    = <!-- Do nothing, valid "type" -->
 
| 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:Message box parameter needs fixing|Main{{FULLPAGENAME}}]]<!-- Sort on namespace -->
 
| #default  = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[Category:Message box parameter needs fixing|Main{{FULLPAGENAME}}]]<!-- Sort on namespace -->
 +
}}<noinclude>__NOTOC__
 +
==Documentation==
 +
=== Examples ===
 +
 +
Simple usage example:
 +
 +
<pre>
 +
{{ambox | text = Some text.}}
 +
</pre>
 +
 +
{{ambox | text = Some text.}}
 +
 +
Complex example:
 +
 +
<pre>
 +
{{ambox
 +
| type      = style
 +
| image      = [[File:Emblem-question-yellow.svg|40px|alt=Question mark]]
 +
| textstyle  = color: red; font-weight: bold; font-style: italic;
 +
| text      = Text for a big box, for the top of articles.
 
}}
 
}}
 +
</pre>
 +
 +
=== Article message box type examples ===
 +
 +
The following examples use different '''type''' parameters but use no image parameters thus they use the default images for each type. These are taken from Wikipedia so may not be a perfect match for the Nottinghack Wiki.
 +
 +
{{ambox
 +
| type  = speedy
 +
| text  = type=<u>speedy</u> – Speedy deletion issues.
 +
}}
 +
{{ambox
 +
| type  = delete
 +
| text  = type=<u>delete</u> – Deletion issues.
 +
}}
 +
{{ambox
 +
| type  = content
 +
| text  = type=<u>content</u> – Content issues.
 +
}}
 +
{{ambox
 +
| type  = style
 +
| text  = type=<u>style</u> – Style issues.
 +
}}
 +
{{ambox
 +
| type  = notice
 +
| text  = type=<u>notice</u> – Article notices.
 +
}}
 +
{{ambox
 +
| type  = move
 +
| text  = type=<u>move</u> – Merge, split and transwiki proposals.
 +
}}
 +
{{ambox
 +
| type  = protection
 +
| text  = type=<u>protection</u> – Protection notices.
 +
}}
 +
 +
===Resources ===
 +
This template uses styles stored in [[MediaWiki:Common.css]]
 +
 +
[[Category:Page Action Templates]]
 +
[[Category:Utility Templates]]
 +
</noinclude>

Latest revision as of 17:59, 8 May 2019

Documentation

Examples

Simple usage example:

{{ambox | text = Some text.}}

Complex example:

{{ambox
| type       = style
| image      = [[File:Emblem-question-yellow.svg|40px|alt=Question mark]]
| textstyle  = color: red; font-weight: bold; font-style: italic;
| text       = Text for a big box, for the top of articles.
}}

Article message box type examples

The following examples use different type parameters but use no image parameters thus they use the default images for each type. These are taken from Wikipedia so may not be a perfect match for the Nottinghack Wiki.

Resources

This template uses styles stored in MediaWiki:Common.css