Template:Noticebox: Difference between revisions

From VRChat Wiki
m (Protected "Template:Noticebox": High-risk template or module: This template is the foundation for all other notice boxes. Vandalism could cause cascading issues. Any proposed edits to this template should be reviewed and heavily tested to ensure it would not break any other notice boxes. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
m (Patch Aries)
Tag: Manual revert
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><div style="text-align: center;">
<includeonly>
{| 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}}}"
{| 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|3px}}}; background:{{{background|#EBEBEB}}};color:{{{textcolor|#000000}}}"
| <div style="padding-right:1em;">[[File:{{{image|{{{1|PlaceholderRoss.png}}}}}}|{{{size|64px}}}|link=]]</div> || '''{{{title|{{{2|<span style="color:#FF0000;">Notice</span>}}}}}}'''<br>{{{message|{{{3|<span style="color:#FF0000;">Description missing!}}}}}}
| <div style="padding-right:1em;">[[File:{{{image|{{{1|PlaceholderRoss.png}}}}}}|{{{size|64px}}}|link=]]</div> || '''{{{title|{{{2|<span style="color:#FF0000;">Notice</span>}}}}}}'''<br>{{{message|{{{3|<span style="color:#FF0000;">Description missing!}}}}}}
|}
|}
</div></includeonly><noinclude>
</includeonly><noinclude>
{{templatedocs}}[[Category:Templates]][[Category:Templates/Noticeboxes]] </noinclude>
{{templatedocs}}[[Category:Templates]][[Category:Templates/Noticeboxes]] </noinclude>

Latest revision as of 23:26, 23 August 2024

Please refrain from editing this template if you do not know what you are doing!

Documentation

This is a customizable notice box that can be used on pages and acts as the foundation for other notice boxes on the wiki.

{{Noticebox
|image=
|title=
|message=
|size=
|border=
|border-width=
|background=
|textcolor=}}

Example Usage

{{Noticebox|Vrrat_thumbsup.png|VRRat is cool!|Please deliver upon them cheese.|size=16px|border=#F8CC3A|border-width=2px|background=#F5EFDC|textcolor=#000022}}

will make:

Vrrat thumbsup.png
VRRat is cool!
Please deliver upon them cheese.


Template parameters

Caption text
Name Variable Description Default
Image image=
Can also be parameter 1.
Noticebox image. File:PlaceholderRoss.png PlaceholderRoss.png
Title title=
Can also be parameter 2.
the title of the notice box. Notice
Message message=
Can also be parameter 3.
the description of the notice box. Description missing
Image size size= (Optional) size of the image file 64px
border color border= (Optional) border of the notice box #000000
border width border-width= (Optional) border width 1px
background color background= (Optional) background color of the notice box #ebebeb
text color textcolor= (Optional) font color of the notice box #000000