Difference between revisions of "Template:MessageBox"

From mtgpq wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Mbox
 
{{Mbox
|small = {{{small|}}}
+
|Message = Foo
|image = {{#if:{{{image|}}}|[[Image:{{{image}}}|45px]]|none}}
+
}}
|smallimage = {{#if:{{{image|}}}|[[Image:{{{image}}}|30px]]|none}}
+
 
|text  = {{{text|}}}
+
{{Documentation subpage}}
}}<noinclude>{{documentation}}</noinclude>
+
 
 +
This template provides a simple way of adding a custom banner to an article talk page.
 +
 
 +
== Usage ==
 +
<pre>
 +
{{Messagebox
 +
| image =
 +
| text  =  
 +
}}
 +
</pre>

Revision as of 22:37, 23 August 2018


This template provides a simple way of adding a custom banner to an article talk page.

Usage

{{Messagebox
| image = 
| text  = 
}}