Template:DescendantSidePanel: Difference between revisions

Template page
No edit summary
(added portrait and full image options)
Line 1: Line 1:
<div class="side-panel" style="border:1px solid #ccc; padding:10px; width:300px; float:right; margin-left:10px;">
<onlyinclude><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;">
= Portrait =
        [[File:{{{image|Profile_Unknown.jpg}}}|320px|center|alt={{{name|Default Name}}}]]
[[File:{{{portrait_image|Profile_Unknown.jpg}}}|320px|center|alt={{{name|Default Name}}}]]
    </div>
= Full =
[[File:{{{full_image|Profile_Unknown.jpg}}}|320px|center|alt={{{name|Default Name}}}]]
<headertabs />
     <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>
Line 15: Line 17:
         <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
|portrait_image=???
|full_image=???
|description=???
|passive_name=???
|skill1=???
|skill2=???
|skill3=???
|skill4=???
|sex=???
|introdruced=???
}}
</pre>
Omit not used parameters from template invoke
</center>
</noinclude>

Revision as of 04:26, 2 June 2024

[edit]
Default Name
[edit]
Default Name

Description: Brief Blurb

Passive: Unknown - Brief description text of passive

Skill 1: Unknown

Skill 2: Unknown

Skill 3: Unknown

Skill 4: Unknown

Sex: Male/Female

Introduced: Patch when released


How to use:

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

Omit not used parameters from template invoke