Predefinição:Tile-halves
Revisão de 19h58min de 19 de julho de 2022 por Paulo.xavier (discussão | contribs) (Paulo.xavier alterou o modelo de conteúdo da página Predefinição:Tile-halves de "wikitexto" para "Javascript")
<includeonly><div class="tile-halves" style="{{{style|}}}">
<div class="tile-top">
<h2>{{{title}}}</h2>
<p>{{{text|}}}</p>
</div>
<div class="tile-bottom link-button read-more" style="width:100%; border:none;">[[{{{link|}}}|{{{linktext|}}}]]</div>
</div></includeonly>
<noinclude>
<templatedata>
{
"params": {
"style": {
"label": "Style",
"description": "(Optional) Extra CSS that will effect the entire tile."
},
"title": {
"label": "Title",
"description": "The heading of the tile."
},
"text": {
"label": "Text",
"description": "The description."
},
"link": {
"label": "Link",
"description": "The page the bottom half will link to"
},
"linktext": {
"label": "Link Text",
"description": "The text that the link will read"
}
},
"format": "block"
}
</templatedata>
{{Note|'''Note:''' A portion of the template above is originated from the [https://runescape.wiki/ RuneScape Wiki] under [https://creativecommons.org/licenses/by-nc-sa/3.0/ CC BY-NC-SA 3.0] license.}}
</noinclude>