Template

NPCProfile: Difference between revisions

From Grouse House Wiki

(Created page with "<table class="npc"> <tr class="npc-info"> <td class="npc-name"><b>{{{1}}}</b></td> <td class="npc-pronouns">{{{2}}}</td> </tr> <tr class="npc-imagebio"> <td class="npc-image">{{{3}}}</td> <td class="npc-bio">{{{4}}}</td> </tr> <tr class="npc-imagegallery"> <td class="npc-gallery"> <div class="spoilerButton"><p>Image Gallery</p></div><div class="spoilerContent" style="display:none;"><div class="wolf-gallery">{{{5}}}</div></div> </tr></table>")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="npc">
<table class="npc">
<tr class="npc-info">
<tr class="npc-info">
<td class="npc-name"><b>{{{1}}}</b></td>
<td class="npc-name" colspan=3><b>{{{1}}}</b></td>
<td class="npc-pronouns">{{{2}}}</td>
</tr>
</tr>
<tr class="npc-imagebio">
<tr class="npc-imagebio">
<td class="npc-image">{{{3}}}</td>
<td class="npc-image" colspan=2>{{{3}}}</td>
<td class="npc-bio">{{{4}}}</td>
<td class="npc-bio" rowspan=2><div><p>{{{5}}}</p></div></td>
</tr>
<tr class="npc-pronouns">
<td class="npc-species"><p>{{{2}}}</p></td>
<td><p>{{{4}}}</p></td>
</tr>
</tr>
<tr class="npc-imagegallery">
<tr class="npc-imagegallery">
<td class="npc-gallery">
<td class="npc-gallery" colspan=3>
<div class="spoilerButton"><p>Image Gallery</p></div><div class="spoilerContent" style="display:none;"><div class="wolf-gallery">{{{5}}}</div></div>
<div>{{{6}}}</div>
</tr></table>
</tr></table>

Latest revision as of 21:07, 20 August 2024

{{{1}}}
{{{3}}}

{{{5}}}

{{{2}}}

{{{4}}}