Template:Custominfobox/doc

From GlyGen Wiki
Jump to navigation Jump to search

Common parameters

The box below shows the most common parameters that are accepted by {{Custominfobox}} template. The purpose of each is described below.

{{Custominfobox
| type         = serious/content/style/merge/move/blank/warning/delete/speedy/protection/notice by default
| stylebox     = border: 2px solid #B66D31; border-radius: 15px; background-color: #f28500;
| borderwidth  = 1px; 
| borderstyle  = solid/dashed/any border-style values; 
| borderradius = 15px/10px/5px;/any border-radius values;
| bordercolor  = #B66D31;/orange;/any border-color values;
| boxcolor     = #f28500/orange;/any background values;
| image        = none/blank/[[Image:Some image.svg|40px]]
| imageright   = [[Image:Some image.svg|40px]]
| text         = This is your custom tesxt.
| message      = warning/expand/attention/several message templates are available
| detail       = with: my details/any text
| signature    = Your Signature
| date         = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}/Nov 22, 2019
}}

default template

Default Mirage template {{Customeinfobox}}

results in

type

The | type = parameter defines the colour of the left bar, and the image that is used by default. The type is chosen not on aesthetics but is based on the type of issue that the template describes. Multiple typestyles are available

  | type = serious
  | type = content
  | type = style
  | type = merge
  | type = move
  | type = warning
  | type = delete
  | type = speedy
  | type = protection
  | type = notice/#default

Multiple typestyles are available and their default images are shown below.

If no type parameter is given the template defaults to |type=notice.

style

You can customize a infobox style by adding CSS3 to the stylebox parameter below.

{{Custominfobox
| stylebox = border: 2px solid #B66D31; border-radius: 15px; background-color: #f28500;
| text     = You can add any CSS3 style to the stylebox parameter.
}}

Also you can change {{Custominfobox}} style by using parametrs below.

{{Custominfobox
| borderwidth  = 2px; 
| borderstyle  = solid; 
| borderradius = 10px;
| bordercolor  = #B8E0FF; 
| boxcolor     = #E7F5FF;
| text         = This is a custom info box style
}}
results in

image

You can choose a specific image to use for the template by using the image parameter. | image = none/blank/[[Image:Some image.svg|40px]]

Images available on Custominfobox
| serious    = [[Image:Stop hand nuvola.svg|40px]]
| content    = [[Image:Emblem-important.svg|40px]]
| style      = [[Image:Broom icon.svg|40px]]
| merge      = [[Image:Merge-split-transwiki default.svg]]
| move       = [[Image:Ambox_move.png|40px]]
| blank      = [[Image:Spacer.gif]]
| warning    = [[File:Ambox warning orange.svg|40px]]
| delete     = [[File:Ambox warning red.svg|40px]]
| speedy     = [[File:Ambox warning red.svg|40px]]
| protection = [[Image:Ambox_protection.png|40px]]
| notice     = [[Image:Info non-talk.png|40px]]
| #default   = {{{image|[[Image:Info non-talk.png|40px]]}}}
results in
  • No parameter = means that no image parameter is given and template uses a default image. In this case |type = notice.
{{Custominfobox
| text = Template uses a default image. 
}}
results in
  • An image = usual width of an image is 40px - 50px.
  • none = means that no image is used. image = none
results in
  • blank = means that no image is used but an empty area the same size as a default image is used, which means that text in the message box gets aligned well with other article message boxes. image =
results in

imageright

To display image at the right parameter imageright can be used imageright = [[Image:Some image.svg|40px]]

{{Customeinfobox
| imageright = [[Image:Emblem-important.svg|40px]]
| text       = This is | imageright = [[Image:Emblem-important.svg|40px]]
}}
results in

message

text
detail

To add your specific detail message, you have to call parameter |detail=

Type {{Custominfobox|detail=the information on this page is inaccurate}}

This code will add period at the end of your message. {{#ifeq:{{{punctuation|{{{period|}}}}}}|no||.}}

results in

signature

To add a signature to parameter signature = .

{{Custominfobox
| text      = This is your custom text
| signature = Tatiana
}}
results in

date

Either one of these | date = parameters which will display date.

{{Custominfobox
| date = {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
| date = Nov 22, 2019
}}
results in