Changes
From Open Educational Resources
457 bytes added
, 08:37, 13 October 2016
| Line 1: |
Line 1: |
| | <div class="externalimage-holder" style="width:{{{1}}}">{{{2}}}</div> | | <div class="externalimage-holder" style="width:{{{1}}}">{{{2}}}</div> |
| | + | |
| | + | |
| | + | <templatedata> |
| | + | { |
| | + | "params": { |
| | + | "1": { |
| | + | "aliases": [ |
| | + | "size" |
| | + | ], |
| | + | "label": "size", |
| | + | "description": "Describes size of an image in pixels(px)", |
| | + | "example": "100px", |
| | + | "type": "string", |
| | + | "default": "500px" |
| | + | }, |
| | + | "2": { |
| | + | "aliases": [ |
| | + | "link" |
| | + | ], |
| | + | "label": "imagelink", |
| | + | "description": "External link to image to commons", |
| | + | "type": "string", |
| | + | "required": true |
| | + | } |
| | + | }, |
| | + | "description": "Resizes external image" |
| | + | } |
| | + | </templatedata> |