Template:ImageButton
From Echopedia
Revision as of 04:05, 4 September 2022 by NtsFranz (talk | contribs) (Created page with "{{#tag:html| <div class="image_button"> <a href="/wiki/{{{page}}}"> <div style="background-image: url('{{{image}}}');"> {{{text}}} </div> </a> </div> }} <noinclude> <templatedata> { "params": { "text": { "description": "Content of the button", "type": "string", "required": true }, "image": { "description": "full image url", "type": "url", "suggested": true }, "page": {...")
<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>