Difference between revisions of "Template:Message"

From Mario Fan Games Galaxy Wiki
Line 13: Line 13:
  
 
  <nowiki>{{Message
 
  <nowiki>{{Message
|color = ..
+
|trans = ..
|border = ..
+
|c1 = ..
|image = ..
+
|c2 = ..
 +
|c3 = ..
 +
|img = ..
 
|title = ..
 
|title = ..
 
|desc = ..
 
|desc = ..
|category = ..
+
|cat = ..
 
}}</nowiki>
 
}}</nowiki>
  
| '''|trans''': Pass anything under this, e.g. |trans = y, for c2 to be a gradient moving from black on the left to the given color on the right.
+
: '''|trans''': Pass anything under this, e.g. |trans = y, for c2 to be a gradient moving from black on the left to the given color on the right.
 
: '''|color''', '''|colour''', '''|color1''', '''|colour1''', '''|c1''', : Border and left block. Default: #248
 
: '''|color''', '''|colour''', '''|color1''', '''|colour1''', '''|c1''', : Border and left block. Default: #248
 
: '''|color2''', '''|colour2''', '''|c2''': Background color. Default: #125
 
: '''|color2''', '''|colour2''', '''|c2''': Background color. Default: #125

Revision as of 05:44, 2 January 2011

 Standardwikimessagebox.png Title text

Description text

Usage

This is a parent template, used to create other templates that all look like this one. If you are looking for a specific message, such as Template:Deleteme, they are contained in Category: Messages.

This template should be used directly only for basic messages and very special or individual cases.

{{Message
|trans = ..
|c1 = ..
|c2 = ..
|c3 = ..
|img = ..
|title = ..
|desc = ..
|cat = ..
}}
|trans: Pass anything under this, e.g. |trans = y, for c2 to be a gradient moving from black on the left to the given color on the right.
|color, |colour, |color1, |colour1, |c1, : Border and left block. Default: #248
|color2, |colour2, |c2: Background color. Default: #125
|color3, |colour3, |c3, |border: Border. Default: Same as c1
|image, |img: The image to display on the left, sans brackets.
|title: Text in bold.
|desc: Text under the title, e.g. the reason for including the template (see Template:Deleteme).
|category, |cat: The category / categories to sort a page into. In a child template, add another few <includeonly> tags.