Difference between revisions of "User:Trimoon/sandbox"
From Project: Gorgon Wiki
m (→Favors) |
m (→DPL) |
||
Line 2: | Line 2: | ||
== DIV Table == | == DIV Table == | ||
[[/DIV Table]] | [[/DIV Table]] | ||
− | + | {{/DPL}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== [[Template:Notice/doc]] == | == [[Template:Notice/doc]] == |
Revision as of 16:21, 29 April 2016
Note that this article is still under construction.
It may not function as expected. Check the discussion for info about its current state. |
DIV Table
DPL
See: DPL Manual, DPL Extension Testing Ground
User:Trimoon/sandbox/MAP infobox User:Trimoon/sandbox/MOB infobox User:Trimoon/sandbox/Fire Magic abilities User:Trimoon/sandbox/not SPW User:Trimoon/sandbox/Favors
Template:Notice/doc
Parameters
- Recommended:
|type=
- Notice box header text.
- Default:
|type=Header text
- Recommended:
|info=
- Notice box additional info.
- Default:
|type=Explanation
- Optional:
|image=
- Notice box symbol image.
- Provide the image-filename with extension, or use
|image=no
to completely remove/inhibit the image part. - Default:
|image=Gtk-ok.png
- Optional:
|imageSize=
- Notice box symbol image-size.
- Provide the image-size including the unit, eg:
px
, part. - Default:
|imageSize=50px
- Optional:
|border=
- Notice box left-border-bar definition.
- Use
|border=definition
, wheredefinition
is a valid custom definition for the CSS propertyborder-left
[1]. - Or use
|border=preset
, wherepreset
is one of the predefined names below:- red ⇒
10px solid #b22222
- orange ⇒
10px solid #f28500
- yellow ⇒
10px solid #f4c430
- purple ⇒
10px solid #9932cc
- blue ⇒
10px solid #1e90ff
- green ⇒
10px solid #228b22
- gray ⇒
10px solid #bba
- red ⇒
- Default:
|border=blue
- You don't need to provide the
;
at the end to properly terminate the definition(s) because it will be appended automatically for proper functionality.
- Optional:
|float=side
- Float the Notice box.
- Where
side
can be one of: (Case insensitive)l
orleft
r
orright
n
ornone
- When anything else is provided it will be treated as
none
. - When used it alters the default value for
styleWidth
of|style=
(see below) as following when the effective floating is:- left ⇒
25%
- right ⇒
25%
- none ⇒
50%
- left ⇒
- Optional:
|style=inline-CSS;
- Used to completely override the inline-CSS[2] used in the style-attribute [3] of the table that generates the Notice box.
- Where
inline-CSS;
defaults to: - “
font-size:{{{styleFontSize}}}; margin:{{{styleMargin}}}; border:{{{styleBorder}}}; border-collapse:{{{styleBorderCollapse}}}; background-color:{{{styleBackgroundColor}}}; border-left:{{{border}}}; <optional:[ float:side;]> width:{{{styleWidth}}};
” - To override CSS Properties[1] used in the parts of the default shown above you can use: (their defaults shown as value)
|styleFontSize=95%
|styleMargin=0 auto
|styleBorder=1px #aaa solid
|styleBorderCollapse=collapse
(See: CSS-Property: border-collapse@w3cschools)|styleBackgroundColor=#eee
|styleWidth=80%
(Default value is altered when|float=
(see above) is used.)
- ↑ 1.0 1.1 For a complete listing of CSS Properties, see CSS Properties@w3cschools
- ↑ inline-CSSis a composition of CSS Properties
- ↑ For more info on the style-attribute see info@w3schools.