Template:ImageButton: Difference between revisions
From Echopedia
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
{{#tag:html| | {{#tag:html| | ||
Revision as of 17:25, 4 September 2022
<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>