Mudanças entre as edições de "Usuário:Gurren1"
Ir para navegação
Ir para pesquisar
Etiqueta: Reversão manual |
|||
Linha 1: | Linha 1: | ||
<div class="button-container"> | |||
<button class="content-button" onclick="toggleContent('content1')"> | |||
<img src="URL_DA_IMAGEM_DO_BOTAO1" alt="Botão 1"> | |||
</button> | |||
<button class="content-button" onclick="toggleContent('content2')"> | |||
<img src="URL_DA_IMAGEM_DO_BOTAO2" alt="Botão 2"> | |||
</button> | |||
<button class="content-button" onclick="toggleContent('content3')"> | |||
<img src="URL_DA_IMAGEM_DO_BOTAO3" alt="Botão 3"> | |||
</button> | |||
</div> | |||
<div id="content1" class="content-table" style="display:none;"> | |||
{| class="wikitable" | |||
| | ! Cabeçalho 1 !! Cabeçalho 2 !! Cabeçalho 3 | ||
|- | |- | ||
| | | Dado 1 || Dado 2 || Dado 3 | ||
|} | |||
</div> | |||
| | <div id="content2" class="content-table" style="display:none;"> | ||
{| class="wikitable" | |||
| | ! Cabeçalho A !! Cabeçalho B !! Cabeçalho C | ||
|- | |- | ||
| | | Informação A || Informação B || Informação C | ||
} | |} | ||
</div> | |||
<div id="content3" class="content-table" style="display:none;"> | |||
{| class="wikitable" | |||
! Título X !! Título Y !! Título Z | |||
|- | |||
| Valor X || Valor Y || Valor Z | |||
|} | |||
</div> |