Template:NBox2
This template allows for the easy creation of Notice Box templates. It shouldn't normally be used directly on content or file pages.
This template uses TemplateStyles, located at Template:NBox/styles.css.
Example
{{NBox2
| shadow = yes
| boxbackground = FAFFF4
| image = Nate OR Run.png
| imagesize = 32px
| background = E3CED0
| image2 = Rosa OR Run.png
| image2size = 32px
| background2 = E3CED0
| title = This image is animated.
| text = Both Nate and Rosa are animated in this template; however, some older browsers are limited to showing only the first frame of animated PNG files. If neither Trainer is moving in your browser, '''do not''' change the image.
}}
TemplateData
A template that allows for the easy creation of Notice Box templates. It shouldn't normally be used directly on content or file pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Background | boxbackground | Background color of the notice box. Don't include "#".
| String | optional |
| Border | border | The color of the border. Don't include "#". Don't use if using the "Shadow" parameter.
| String | suggested |
| Shadow | shadow | If a drop shadow is desired, use this parameter. Don't use if using the "Border" parameter.
| Boolean | optional |
| Image | image | The first image to display. Don't include "File:".
| File | required |
| Image size | imagesize | The size of the first image. Must include "px".
| String | optional |
| Image background | background | The color of the background behind the first image. Don't include "#".
| String | suggested |
| Image 2 | image2 | The second image to display. Don't include "File:".
| File | required |
| Image 2 size | image2size | The size of the first image. Must include "px".
| String | optional |
| Image 2 background | background2 | The color of the background behind the first image. Don't include "#".
| String | suggested |
| Title | title | Optional. The title of the notice box. | String | suggested |
| Text | text | The text in the notice box. | String | required |