Template:MangaBox

link={{{2}}}
[[{{{2}}}|{{{2}}}]]

Template documentation
Note: portions of the template sample may not be visible without values provided.

This template is used on Browse:Manga to create the character image boxes. It is used within {{ColorBox}} and {{ContentGrid}} templates to set the correct width.

Syntax

The following syntax is used (see TemplateData below for full parameters):

{{MangaBox| 1 | 2 | 3 | s= | h= | w= | l= | m= | css= }}

TemplateData

Template used on Browse:Manga to display manga volume covers

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Image1

Image name (include file extension, don't include "File:")

Example
Pokemon Adventures volume 1 VIZ cover.jpg
Filerequired
Link2

The article to link to

Example
Pokémon Adventures volume 1
Page namerequired
Link label3

Optional. Text to be displayed instead of article title

Example
Volume 1
Stringsuggested
Image sizes

Size of the image (Must include "px")

Default
90px
Stringoptional
Widthw

Optional. The width of the box. (Must include "px")

Stringoptional
Heighth

The height of the box (Must include "px")

Default
140px
Stringoptional
Line heightl

Sets the line-height css parameter for the text.

Default
100%
Stringoptional
Marginm

Optional. Sets the bottom margin for the box (Must include "px")

Stringoptional
Other CSScss

Any other CSS to include

Example
border: 1px solid #000;
Stringoptional