Predefinição:Tile-halves: mudanças entre as edições

De Wiki NBS
Ir para navegação Ir para pesquisar
(Criou página com '<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...')
 
(Paulo.xavier alterou o modelo de conteúdo da página Predefinição:Tile-halves de "wikitexto" para "Javascript")
Etiqueta: Mudança de modelo de conteúdo
(Sem diferença)

Edição das 20h58min de 19 de julho de 2022

<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>