|
|
Line 1: |
Line 1: |
| '''Please refrain from editing this template if you do not know what you are doing!'''
| | <includeonly><div style="text-align: center;"> |
| == Documentation ==
| | {| class"noticeBox" style="margin-left:auto; margin-right:auto; padding: 0.5rem 1rem; border-style:solid; border-radius: 0.5rem; border-color:{{{border|#000000}}}; border-width:{{{border-width|1px}}}; background:{{{background|#EBEBEB}}};color:{{{textcolor|#000000}}}" |
| This is a customizable notice box that can be used on pages and acts as the foundation for other notice boxes on the wiki.
| | | [[File:{{{image|{{{1|PlaceholderRoss.png}}}}}}|{{{size|64px}}}|link=]] || '''{{{title|{{{2|<span style="color:#FF0000;">Notice</span>}}}}}}'''<br>{{{message|{{{3|<span style="color:#FF0000;">Description missing!}}}}}} |
| | |
| <pre><nowiki>{{Noticebox | |
| |image= | |
| |title=
| |
| |message=
| |
| |size=
| |
| |border=
| |
| |border-width=
| |
| |background= | |
| |textcolor=}}</nowiki></pre>
| |
| | |
| === Example Usage ===
| |
| <pre><nowiki>{{Noticebox|Vrrat_thumbsup.png|VRRat is cool!|Please deliver upon them cheese.|size=16px|border=#F8CC3A|border-width=2px|background=#F5EFDC|textcolor=#000022}}</nowiki></pre>
| |
| | |
| will make:
| |
| {{Noticebox|Vrrat_thumbsup.png|VRRat is cool!|Please deliver upon them cheese.|size=32px|border=#F8CC3A|border-width=2px|background=#F5EFDC|textcolor=#000022}} | |
| | |
| === Template parameters ===
| |
| {| class="wikitable"
| |
| |+ Caption text
| |
| |-
| |
| ! Name !! Variable !! Description !! Default
| |
| |-
| |
| | Image || <code>image=</code><br>Can also be parameter 1.|| Noticebox image. ||[[:File:PlaceholderRoss.png]] [[File:PlaceholderRoss.png|64px|frameless]]
| |
| |- | |
| | Title || <code>title=</code><br>Can also be parameter 2. || the title of the notice box. || <span style="color:#FF0000;">Notice</span> | |
| |-
| |
| | Message || <code>message=</code><br>Can also be parameter 3. || the description of the notice box. || <span style="color:#FF0000;">Description missing</span>
| |
| |-
| |
| | Image size || <code>size=</code> || (Optional) size of the image file|| 64px
| |
| |-
| |
| | border color || <code>border=</code> || (Optional) border of the notice box || #000000
| |
| |-
| |
| | border width || <code>border-width=</code> || (Optional) border width||1px
| |
| |-
| |
| | background color || <code>background=</code> || (Optional) background color of the notice box||#ebebeb
| |
| |-
| |
| | text color || <code>textcolor=</code> || (Optional) font color of the notice box||#000000
| |
| |} | | |} |
| <noinclude>[[Category:Template Documentation]]</noinclude> | | </div></includeonly><noinclude> |
| | {{templatedocs}}[[Category:Templates]][[Category:Templates/Noticeboxes]] </noinclude> |