Template:ImageButton

From Echopedia


<templatedata>

{

"params": {

"text": {

"description": "Content of the button",

"type": "string",

"required": true

},

"image": {

"description": "full image url",

"type": "url",

"suggested": true

},

"page": {

"description": "Name of the page to link to",

"type": "wiki-page-name",

"required": true

}

},

"description": "A large link button with an image background",

"maps": {

"text": {}

},

"format": "block",

"paramOrder": [

"text",

"page",

"image"

]

}

</templatedata>