## Macro title: My Macro
## Macro has a body: Y or N
## Body processing: Selected body processing option
## Output: Selected output option
##
## Developed by: IT Solutions Dep
## Date created: dd/mm/yyyy
## Installed by: My Name


## @param URL:title=Url|type=string|required=true|desc=Enter include URL
## @param width:title=Width|type=string|required=true|desc=IFrame width (% or px)
## @param height:title=Height|type=string|required=true|desc=IFrame height (% or px)
## @param id:title=ID|type=string|required=true|desc=IFrame ID


<iframe src="http://nytimes.com" height="$paramheight" width="$paramwidth" id="$paramid"></iframe>