Template:MessageBox/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:Templates" |
No edit summary |
||
Line 1: | Line 1: | ||
=How to use this Template= | |||
To make an entry for a Message Box, use the Template call <pre>{{MessageBox}}</pre> | |||
===Example Use Case=== | |||
You must specify the image and any text for the message box. An example is below: | |||
<pre>{{MessageBox | |||
|img=[[File:FileName.png]] | |||
|Title text goes here | |||
|Body text goes here | |||
}} | |||
</pre> | |||
{{MessageBox | |||
|img=[[File:Thieving_icon.png]] | |||
|We do some stealing | |||
|I'm stealing I'm stealing I'm stealing I'm stealing I'm stealing I'm stealing | |||
}} | |||
[[Category:Templates]] | [[Category:Templates]] |
Latest revision as of 23:50, 15 August 2025
How to use this Template
To make an entry for a Message Box, use the Template call
{{MessageBox}}
Example Use Case
You must specify the image and any text for the message box. An example is below:
{{MessageBox |img=[[File:FileName.png]] |Title text goes here |Body text goes here }}