Template:DescendantSidePanel: Difference between revisions

Template page
No edit summary
(Add passive skill link)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<onlyinclude>
<div class="side-panel" style="border:1px solid #ccc; padding:10px; width:300px; float:right; margin-left:10px;">
<div class="side-panel" style="border:1px solid #ccc; padding:10px; width:300px; float:right; margin-left:10px;">
    <div class="featured-image" style="text-align:center;">
<div class="tabs">
        [[File:{{{image|Profile_Unknown.jpg}}}|218px|center|alt={{{name|Default Name}}}]]
<tabber>
    </div>
|-|Portrait = [[File:{{{portrait_image|Profile_Unknown.jpg}}}|320px|center|alt={{{name|Default Name}}}]]
|-|Full= [[File:{{{full_image|Profile_Unknown.jpg}}}|320px|center|alt={{{name|Default Name}}}]]
</tabber>
</div>
     <div class="stats" style="margin-top:10px;">
     <div class="stats" style="margin-top:10px;">
         <p><strong>Description:</strong> {{{description|Brief Blurb}}}</p>
         <p><strong>Description:</strong> {{{description|Brief Blurb}}}</p>
         <p><strong>Passive:</strong> {{{passive_name|[[Unknown]]}}} -  {{{passive_description|Brief description text of passive}}}</p>
         <p><strong>Passive:</strong> [[{{{passive_name|Unknown}}}]]</p>
         <p><strong>Skill 1:</strong> {{{skill1|[[Unknown]]}}}</p>
         <p><strong>Skill 1:</strong> [[{{{skill1|Unknown}}}]]</p>
         <p><strong>Skill 2:</strong> {{{skill2|[[Unknown]]}}}</p>
         <p><strong>Skill 2:</strong> [[{{{skill2|Unknown}}}]]</p>
         <p><strong>Skill 3:</strong> {{{skill3|[[Unknown]]}}}</p>
         <p><strong>Skill 3:</strong> [[{{{skill3|Unknown}}}]]</p>
         <p><strong>Skill 4:</strong> {{{skill4|[[Unknown]]}}}</p>
         <p><strong>Skill 4:</strong> [[{{{skill4|Unknown}}}]]</p>
     </div>
     </div>
     <div class="General Info" style="margin-top:10px;">
     <div class="General Info" style="margin-top:10px;">
         <p><strong>Sex:</strong> {{{sex|M/F?}}}</p>
         <p><strong>Sex:</strong> {{{sex|Male/Female}}}</p>
         <p><strong>Introduced:</strong> {{{introduced|Patch when released}}}</p>
         <p><strong>Introduced:</strong> {{{introduced|Patch when released}}}</p>
     </div>
     </div>
</div>
</div>
</onlyinclude>
<noinclude>
<center>
How to use:
<pre style="text-align:left">
{{DescendantSidePanel
|image=???
|description=???
|passive_name=???
|skill1=???
|skill2=???
|skill3=???
|skill4=???
|sex=???
|introdruced=???
}}
</pre>
Omit not used parameters from template invoke
</center>
</noinclude>

Latest revision as of 15:08, 27 June 2024

Default Name
Default Name

Description: Brief Blurb

Passive: Unknown

Skill 1: Unknown

Skill 2: Unknown

Skill 3: Unknown

Skill 4: Unknown

Sex: Male/Female

Introduced: Patch when released


How to use:

{{DescendantSidePanel
|image=???
|description=???
|passive_name=???
|skill1=???
|skill2=???
|skill3=???
|skill4=???
|sex=???
|introdruced=???
}}

Omit not used parameters from template invoke