Template:PlaceImage: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
(Created page with "<includeonly>{{FloatRight |{{RoundImage |pic={{{pic}}} |width={{{cropx}}} |height={{{cropy}}} }} }} </includeonly> <noinclude> <templatedata> { "description": "Crop an image, float it right", "params": { "pic": { "label": "the image", "required": true, "suggested": true, "description": "A full File with [[File:]]" }, "cropx":{ "label":"cropx", "required": true,...") |
No edit summary |
||
Line 5: | Line 5: | ||
|height={{{cropy}}} | |height={{{cropy}}} | ||
}} | }} | ||
}} | }}</includeonly> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> |
Latest revision as of 21:12, 25 October 2022
Crop an image, float it right
Parameter | Description | Type | Status | |
---|---|---|---|---|
the image | pic | A full File with [[File:]] | Unknown | required |
cropx | cropx | The width of the containing div add units | Unknown | required |
cropy | cropy | The height of the containing div add units | Unknown | required |
Example
{{PlaceImage|pic=[[File:Absalom.jpg|560x320px]]|cropx=560px|cropy=310px}}