Template:Fig

来自维基学院

Figure {{{number}}} | This is an example caption.
copyright/licensing/attribution info

文档图示 模板文档[查看] [编辑] [历史] [清除缓存]

This template is used to format figures in the 医学维基期刊

Usage[编辑源代码]

Single images[编辑源代码]

{{fig
 |number      = figure number (for supplementary figures use S1, S2 etc.)
 |image       = example.jpg
 |caption     = description and legend of figure
 |attribution = author (name or username) and copyright/lisencing information (CC-BY-SA, public domain etc.)
 |align       = horizontal position (left, right or centre, default = left)
 |size        = width (default = 250px)
 |pad         = padding (default = 10px 10px 15px 0px)
}}

Can also be abbreviated as: {{fig|1|wikipedia-logo.png|capt|attrib|size=100px}} to produce:

Figure 1 | capt
attrib

Multi-part images[编辑源代码]

The template is also fully compatible with multipart figures. It uses the same syntax as {{mulitple image}}. Figures are labelled as parts A, B, C, etc and all captions are listed at the bottom.

{{fig
 |...         = same as for single image version
 |direction   = vertical or horizontal (default = horizontal)
 |image1      = example.jpg
 |caption1    = description and legend of figure
 |alt1        = mouse-over text
 |size1       = width (default = 250px)
 |color1      = colour of multi-part text, so can be set to white for dark images (default = black)
 |top1        = top offset of multi-part text (default = 5px)
 |left1       = left offset of multi-part text (default = 5px)
}}

For example {{fig|2|image1=wikipedia-logo.png|image2=wikipedia-logo.png|caption=capt|caption1=caption1|caption2=caption2|alt1=mouse-over|attribution=attrib|size=100px}} produces:

mouse-over

A

B

Figure 2 | capt A) caption1 B) caption2
attrib

See also[编辑源代码]