Difference between revisions of "Template:Page Notice"

From Shadowlack
Jump to navigationJump to search
(Created page with "<includeonly> <div id="{{{id|page_notice}}}" style="background-color:{{{bgcolor|#dfeff2}}}; margin: 0 1em; padding: 5px; border: 1px solid #aaa;"> {| style="background-color:{...")
 
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
<div id="{{{id|page_notice}}}" style="background-color:{{{bgcolor|#dfeff2}}}; margin: 0 1em; padding: 5px; border: 1px solid #aaa;">
+
<div class="rounded" id="{{{id|page_notice}}}" style="background-color:{{{bgcolor|#dfeff2}}}; margin: 0 1em; padding: 5px; border: 1px solid #aaa;">
 
{| style="background-color:{{{bgcolor|#dfeff2}}}"
 
{| style="background-color:{{{bgcolor|#dfeff2}}}"
 
|-
 
|-

Revision as of 16:26, 15 August 2012


This template is a wrapper for page notices. The following parameters can be used with this template, with all but the text parameter being optional:

{{Page Notice
| id=vfd
| bgcolor=#dfeff2
| icon=Image:Edit-clear.png
| text=This is the text to display in the box.
}}

Which yields:


Edit-clear.png
This is the text to display in the box.