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 difference)
|
Revision as of 13:23, 24 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}}