Mudanças entre as edições de "Predefinição:Questlog"
Ir para navegação
Ir para pesquisar
(Criou página com '{{#ifeq:{{{npc|}}}|{{PAGENAME}}| <table width="92%"> <tr> <td style="vertical-align:top;"> <div style="background-color:#F2F2F2; line-height:20px; border-rad...') |
|||
| Linha 1: | Linha 1: | ||
{{#ifeq:{{{npc|}}}|{{PAGENAME}}| | {{#ifeq:{{{npc|}}}|{{PAGENAME}}| | ||
<table width="92%"> | <table width="92%" style="margin-bottom: 1em;" class="questlog-wrapper"> | ||
<tr> | |||
<td style="vertical-align: top; {{#ifeq:{{{npc|}}}|{{PAGENAME}}|width:100%;|width:120px;}}"> | |||
<!-- Sem imagem --> | |||
</td> | | | ||
[[Arquivo:{{{npc|SemImagem}}}.png|64px|link=]] | |||
}} | |||
</td> | |||
<td style="vertical-align: top; width:100%;" class="questlog-bubble"> | |||
<div style="background-color:#F2F2F2; border-radius:6px; box-shadow:0 0 6px #B2B2B2; padding:10px; color: inherit;" class="questlog-text"> | |||
{{{texto|Sem informações de diálogo.}}} | |||
</div> | |||
<div style="margin-top: 10px; font-family: sans-serif;"> | |||
<!-- Diálogos --> | |||
{{#if:{{{resposta1|}}}| | |||
<div class="label">Resposta</div> | |||
<div style="margin-top:8px;" class="questlog-resp"><b style="color:#0055aa;">Você:</b> {{{resposta1}}}</div> | |||
<div style="margin-left:1em; margin-top:2px;" class="questlog-text"><b>{{{npc|NPC}}}:</b> {{{dialogo1}}}</div> | |||
}} | |||
{{#if:{{{resposta2|}}}| | |||
<div class="label">Resposta</div> | |||
<div style="margin-top:8px;" class="questlog-resp"><b style="color:#0055aa;">Você:</b> {{{resposta2}}}</div> | |||
<div style="margin-left:1em; margin-top:2px; class="questlog-text""><b>{{{npc|NPC}}}:</b> {{{dialogo2}}}</div> | |||
}} | |||
{{#if:{{{resposta3|}}}| | |||
<div class="label">Resposta</div> | |||
<div style="margin-top:8px;" class="questlog-resp"><b style="color:#0055aa;">Você:</b> {{{resposta3}}}</div> | |||
<div style="margin-left:1em; margin-top:2px; class="questlog-text""><b>{{{npc|NPC}}}:</b> {{{dialogo3}}}</div> | |||
}} | |||
</div> | |||
{{#if:{{{recompensa|}}}| | |||
<div class="label">Itens Recebidos</div> | |||
<div style="margin-top:10px; text-align:left;" class="questlog-items"> | |||
<b>Recompensas:</b><br> | |||
{{#arraymap:{{{recompensa}}}|,|@|[[Arquivo:@|32px]] }} | |||
</div> | |||
}} | |||
</td> | |||
</tr> | |||
</table> | </table> | ||