Difference between revisions of "Template:Message"

From X-Cart 4 Classic
Jump to: navigation, search
Line 3: Line 3:
 
|
 
|
 
{|style="background:none;border:none;margin:0;padding:0;vertical-align:middle;"
 
{|style="background:none;border:none;margin:0;padding:0;vertical-align:middle;"
|{{{icon|}}}
+
|{{{icon|[[Image:Information.gif|50px]]}}}
 
|{{{text}}}
 
|{{{text}}}
 
|}
 
|}

Revision as of 15:20, 5 June 2012

Information.gif {{{text}}}

The message template, is used to format other templates. It uses the class=message css tag within MediaWiki:Common.css

Usage

{{Message|icon=[[Image:Information.gif|50px]]|text=This is a test}}

Creates;

Information.gif This is a test