Կաղապարի նկարագրություն

Օգտագործում

Պարզ օգտագործման օրինակ՝

{{imbox | տեքստ = Որևէ տեքստ:}}


Կոմպլեքսային օրոնակ՝

{{imbox
| type = տեսակ
| պատկեր = [[Պատկեր:Emblem-question-yellow.svg|40px]]
| style = width: 400px; 
| textstyle = color: red; font-weight: bold; font-style: italic;
| տեքստ = The message body text.
}}

Image message box types

The following examples use different type parameters but use no image parameters thus they use the default images for each type.

Ուրիշ պատկերներ

The default images shown above are mostly for convenience. In many cases it is more appropriate to use more specific images. These examples use the image parameter to specify an image other than the default images.

Հատուկ

Ուրիշ պարամետրների կոմբինացիաներ՝

Պարամետրներ

Բոլոր պարամետրների ցանկ՝

{{imbox
| type = speedy / delete / content / style / notice / 
          move / protection / license / featured
| պատկեր = none / [[Image:Some image.svg|40px]]
| պատկեր_աջից = [[Image:Some image.svg|40px]]
| style = CSS value
| textstyle = CSS value
| տեքստ = The message body text.
| ներքևում = More text or another imbox.
}}

type

If no type parameter is given the template defaults to type notice. That means it gets a blue border.

պատկեր

No parameter = If no image parameter is given the template uses a default image. Which default image it uses depends on the type parameter.
An image = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (But the message box can handle images of any size.) For example:
image = [[Image:Gnome-dev-camera.svg|40px]]
none = Means that no image is used.

պատկեր_աջից

No parameter = If no պատկեր_աջից parameter is given then no image is shown on the right side.
An image = Should be an image with usual wiki notation. 40px - 50px width are usually about right depending on the image height to width ratio. (But the message box can handle images of any size.) For example:
imageright = [[Image:Nuvola apps bookcase.png|40px]]
Anything = Any other object that you want to show on the right side.

style

An optional CSS value used by the entire message box table. Without quotation marks " ". For example:
style = margin-bottom: 0.5em;

textstyle

An optional CSS value used by the text cell. For example:
textstyle = text-align: center;

տեքստ

The message body text.

նեքրևում

A full width area below the images and text area. Can take a text or any kind of object, for instance another imbox:
below = {{imbox | type = content | text = This license tag is deprecated. }}

Technical details

Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was created long before that, and that is why it is named "imbox" as in "image message box".

If you need to use special characters in the text parameter then you need to escape them like this:

{{imbox
| տեքստ  = <div>
Equal sign = and a start and end brace { } work fine as they are. 
But here is a pipe {{!}} and two end braces <nowiki>}}</nowiki>. 
And now a pipe and end braces <nowiki>|}}</nowiki>.
</div>
}}

Տես նաև

There are several meta-templates in the mbox family:

  • {{ambox}} – For article message boxes.
  • {{tmbox}} – For talk page message boxes.
  • {{imbox}} – For file (image) page message boxes.
  • {{cmbox}} – For category message boxes.
  • {{ombox}} – For other pages message boxes.
  • {{mbox}} – Has namespace detection, for message boxes that are used on several types of pages and thus need to change style depending on what page they are used on.

Closely related meta-templates:

  • {{fmbox}} – For header and footer message boxes.
  • {{dmbox}} – For disambiguation and set index message boxes.
  • {{asbox}} – For article stub message boxes.