Difference between revisions of "Template:Notice/doc"

From Project: Gorgon Wiki
Jump to: navigation, search
m (SVG can't be used on this wiki)
m (Changed default to blue, Ambox's notice is blue also see Template:Ambox#CSS)
Line 10: Line 10:
 
* '''info=''' - Notice box additional info (default: Explanation)
 
* '''info=''' - Notice box additional info (default: Explanation)
 
* '''image=''' - ''Optional'' Notice box symbol image (default: <code>[[[[:File:Gtk-ok.png]]|50px]]</code>)
 
* '''image=''' - ''Optional'' Notice box symbol image (default: <code>[[[[:File:Gtk-ok.png]]|50px]]</code>)
* '''border=''' - ''Optional'' Notice box border bar color (default <span style="background-color:#228b22;">&nbsp; &nbsp;</span>: <code>10px solid #228b22</code>)
+
* '''border=''' - ''Optional'' Notice box border bar color (default see below)
 
*:Border options
 
*:Border options
 
*:* red - <span style="background-color:#b22222;">&nbsp; &nbsp;</span>: <code>10px solid #b22222</code>
 
*:* red - <span style="background-color:#b22222;">&nbsp; &nbsp;</span>: <code>10px solid #b22222</code>
Line 16: Line 16:
 
*:* yellow - <span style="background-color:#f4c430;">&nbsp; &nbsp;</span>: <code>10px solid #f4c430</code>
 
*:* yellow - <span style="background-color:#f4c430;">&nbsp; &nbsp;</span>: <code>10px solid #f4c430</code>
 
*:* purple - <span style="background-color:#9932cc;">&nbsp; &nbsp;</span>: <code>10px solid #9932cc</code>
 
*:* purple - <span style="background-color:#9932cc;">&nbsp; &nbsp;</span>: <code>10px solid #9932cc</code>
*:* blue - <span style="background-color:#1e90ff;">&nbsp; &nbsp;</span>: <code>10px solid #1e90ff</code>
+
*:* blue - <span style="background-color:#1e90ff;">&nbsp; &nbsp;</span>: <code>10px solid #1e90ff</code> ''(default)''
 
*:* green - <span style="background-color:#228b22;">&nbsp; &nbsp;</span>: <code>10px solid #228b22</code>
 
*:* green - <span style="background-color:#228b22;">&nbsp; &nbsp;</span>: <code>10px solid #228b22</code>
 
*:* gray - <span style="background-color:#bba;">&nbsp; &nbsp;</span>: <code>10px solid #bba</code>
 
*:* gray - <span style="background-color:#bba;">&nbsp; &nbsp;</span>: <code>10px solid #bba</code>

Revision as of 04:20, 24 April 2016

Description
A simple notice box.
Dependencies
Syntax
Type {{Notice|parameters}} somewhere.
Parameters
  • type= - Notice box header text (default: Header text)
  • info= - Notice box additional info (default: Explanation)
  • image= - Optional Notice box symbol image (default: [[File:Gtk-ok.png|50px]])
  • border= - Optional Notice box border bar color (default see below)
    Border options
    • red -    : 10px solid #b22222
    • orange -    : 10px solid #f28500
    • yellow -    : 10px solid #f4c430
    • purple -    : 10px solid #9932cc
    • blue -    : 10px solid #1e90ff (default)
    • green -    : 10px solid #228b22
    • gray -    : 10px solid #bba
  • style= - Optional Completely override the inline-CSS used for the Notice box, defaults to:
    font-size:{{{styleFontSize}}}; width:{{{styleWidth}}}; margin:{{{styleMargin}}}; border:{{{styleBorder}}}; border-collapse:{{{styleBorderCollapse}}}; background-color:{{{styleBackgroundColor}}}; border-left:{{{border}}}
  • Partially override the inline-CSS used for the Notice box. (Optional)
    • styleFontSize= (default: 95%)
    • styleWidth= (default: 80%)
    • styleMargin= (default: 0 auto)
    • styleBorder= (default: 1px #aaa solid)
    • styleBorderCollapse= (default: collapse)
    • styleBackgroundColor= (default: #eee)
Sample output
{{Notice|type=Notice box|info=Does not use the {{t|Ambox}} template and could be considered a simpler alternative, since it doesn't have a CSS dependency.}}
gives...
Gtk-ok.pngNotice box
Does not use the {{Ambox}} template and could be considered a simpler alternative, since it doesn't have a CSS dependency.


See also