Mudanças entre as edições de "Widget:Gb"

De Wiki Gla
Ir para navegação Ir para pesquisar
 
(6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
 
  <widget>
<includeonly>
  <div style="background:#21223a; border-radius:10px; padding:15px; width:350px; color:#f1e9d3; font-family:sans-serif;">
<div style="background:#22232a; border-radius:12px; padding:12px; width:330px; max-width:95%; border:2px solid #383946; font-family: 'Segoe UI', sans-serif; color:white; box-shadow:0 0 10px #19191f;">
    <div style="display:flex; align-items:center; margin-bottom:10px;">
  <div style="display:flex; flex-direction:row; align-items:flex-start; gap:12px;">
      <div style="width:60px; height:60px; border-radius:8px; overflow:hidden; background:#252736; margin-right:10px;">
    <div style="flex-shrink:0;">
         <img src="{{{imagem|https://via.placeholder.com/60}}}" alt="Imagem da criatura" style="width:60px; height:60px;">
      <div style="position:relative; width:94px; height:132px;">
         <img src="{{{imagem|https://via.placeholder.com/94x132?text=Criatura}}}" style="width:94px; height:132px; border-radius:8px; object-fit:cover; border: 2px solid #383946;" alt="Imagem da criatura">
        <div style="position:absolute; top:6px; right:6px;">
          {{#if:{{{favorita|}}}|<span style="font-size:20px; color:#e14658;">&#10084;</span>|}}
        </div>
      </div>
    </div>
    <div style="flex:1">
      <div style="font-size:1.2em; font-weight:bold; margin-bottom:3px;">
        {{{nome|Nome da Criatura}}}
      </div>
      <div style="font-size:0.97em; color:#aad2fa; margin-bottom:6px;">
        <span style="font-size:0.9em;">{{{tipo|Tipo}}}</span>
       </div>
       </div>
       <div>
       <div>
         '''Habitat:''' {{{habitat|Desconhecido}}}<br />
         <div style="font-size:1.3em; font-weight:bold; color:#f7de72;">{{{nome|Criatura}}}</div>
         '''Perigo:''' {{{perigo|?}}}
        <div style="font-size:1em; color:#b0b0b0;">{{{tipo|Tipo desconhecido}}}</div>
        <div style="font-size:0.94em; color:#67b06a; margin-top:2px;">{{{habitat|Habitat desconhecido}}}</div>
         <div style="font-size:0.97em; color:#e55a5a;">Perigo: {{{perigo|?}}}</div>
       </div>
       </div>
     </div>
     </div>
  </div>
    <div style="margin-top:10px;">
  <div style="margin-top:10px;">
      <div style="background:#171821; border-radius:8px; padding:8px 10px; margin-bottom:6px;">
    <div style="background:#171821; border-radius:8px; padding:8px 10px; margin-bottom:6px;">
        <span style="font-weight:bold; color:#f7de72;">Drops</span><br />
      <span style="font-weight:bold; color:#f7de72;">Descrição</span><br />
        <span style="font-size:0.98em;">{{{drops|Sem drops.}}}</span>
      <span style="font-size:0.98em;">{{{descricao|Sem descrição.}}}</span>
       </div>
    </div>
    {{#if:{{{ultima_vista|}}}|
    <div style="background:#171821; border-radius:8px; padding:7px 10px; margin-bottom:2px;">
      <span style="font-weight:bold; color:#f7de72;">Última Vista:</span>
      <span style="margin-left:4px; font-size:0.97em;">
        <span style="color:gold;">&#9679;</span> {{{ultima_vista}}}
       </span>
    </div>
    |}}
    {{#if:{{{primeira_aparicao|}}}|
    <div style="background:#171821; border-radius:8px; padding:7px 10px;">
      <span style="font-weight:bold; color:#f7de72;">Primeira Aparição:</span>
      <span style="margin-left:4px; font-size:0.97em;">
        <span style="color:gold;">&#9679;</span> {{{primeira_aparicao}}}
      </span>
     </div>
     </div>
    |}}
   </div>
   </div>
</div>
  </widget>
</includeonly>
 
  ----
 
  ==Predefinição:Bestiario==
  <pre>
  {{#invoke:Widget|render|Gb
  |nome={{{nome|}}}
  |imagem={{{imagem|}}}
  |tipo={{{tipo|}}}
  |habitat={{{habitat|}}}
  |perigo={{{perigo|}}}
  |drops={{{drops|}}}
  }}
  </pre>

Edição atual tal como às 06h23min de 16 de novembro de 2025

 <widget>
       <img src="https://via.placeholder.com/60" alt="Imagem da criatura" style="width:60px; height:60px;">
Criatura
Tipo desconhecido
Habitat desconhecido
Perigo: ?
       Drops
Sem drops.
 </widget>
 
 ----
 
 ==Predefinição:Bestiario==
  {{#invoke:Widget|render|Gb
  |nome={{{nome|}}}
  |imagem={{{imagem|}}}
  |tipo={{{tipo|}}}
  |habitat={{{habitat|}}}
  |perigo={{{perigo|}}}
  |drops={{{drops|}}}
  }}