User:Quibik/Montage
Appearance
Documentation
This is a personal sandbox for developing a template that creates multiple-image montages using only ingredient images. That is: no need to create and upload new images such as the ones at Commons:Category:Montages.
The maximal size of the montage is 5×5 images (at the moment).
Parameters
- align – align the montage left, right or center
- border – CSS border value of each sub-image; defaults to "1px solid black"
- caption – caption of the image
- width – width of the whole montage (without a px suffix)
- imagei_j – filename of the ij sub-image
- ratioi_j – ratio of the width and height of the subimage; can be easily added by using {{subst:#expr: width / height }}
- alti_j – alt text of the sub-image
Todo
(still under consideration)
- scale – an alternative to width; renders the image at the default thumbnail size by using the "upright=" tag
- direction – whether the images are grouped into rows or columns (defaults to horizontal)
Examples
Code example
{{User:Quibik/Montage | align = center | width = 400 | caption = Some of the [[National Treasures of Japan]] | image1_1 = Kofukuji toukondo.jpg | ratio1_1 = 1.3333333333333 | alt1_1 = Kofukuji Eastern Golden Hall | image1_2 = ElevenFaced Kannon Domyoji.jpg | ratio1_2 = 0.76026637069922 | alt1_2 = Eleven-faced Kannon (ekadaza mukha) | image1_3 = Momohatozu Huizong.JPG | ratio1_3 = 0.91829268292683 | alt1_3 = Pigeon on a peach branch, by Emperor Huizong of Song Northern Song Dynasty | image2_1 = Kagenkei GongStand Kofukuji.JPG | ratio2_1 = 0.70555555555556 | alt2_1 = Buddhist ritual gong stand (kagenkei) | image2_2 = Kaen type vessel of Sasayama-iseki.jpg | ratio2_2 = 0.75 | alt2_2 = Kaen type vessel found from Sasayama | image2_3 = NikkoKaramonHaidenHonden.jpg | ratio2_3 = 1.5 | alt2_3 = Karamon (Chinese gate), Haiden (prayer hall), and Honden (Main hall) at Toshogu }}
See also
- {{Multiple image}}