Enjoying the epic content on this wiki?Buy me a coffee! ☕

Template:Infobox archetype: Difference between revisions

From Will to Power Wiki
Created page with "<div class="ot-infobox"> <div class="ot-infobox-title">{{{title|{{PAGENAME}}}}}</div> <div class="ot-infobox-subtitle">{{#if:{{{archetype|}}}|{{{subtitle}}}|{{{subtitle|Unknown}}}}} </div> {{#if:{{{image|}}}|<div class="ot-infobox-image">{{{image}}}</div> }}{{#if:{{{caption|}}}|<div class="ot-infobox-caption">{{{caption}}}</div> }}<table class="ot-infobox-table"> {{#if:{{{power_of|}}}| <tr><th>Power of</th><td>{{{power_of}}}</..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
     }}{{#if:{{{caption|}}}|<div class="ot-infobox-caption">{{{caption}}}</div>
     }}{{#if:{{{caption|}}}|<div class="ot-infobox-caption">{{{caption}}}</div>
     }}<table class="ot-infobox-table">
     }}<table class="ot-infobox-table">
        {{#if:{{{power_of|}}}|
    {{#if:{{{power_of|}}}|
            <tr><th>Power of</th><td>{{{power_of}}}</td></tr>
        <tr><th>Power of</th><td>{{{power_of}}}</td></tr>
        |{{#if:{{{schools|}}}|
    }}
            <tr><th>Schools</th><td>{{{schools}}}</td></tr>
    {{#if:{{{schools|}}}|
        }}}}
        <tr><th>{{{archetype}}} Schools</th><td>{{{schools}}}</td></tr>
    </table>
    }}
</table>
</div><noinclude>[[Category:Infobox Templates]]
</div><noinclude>[[Category:Infobox Templates]]



Latest revision as of 01:56, 25 June 2026

Infobox archetype
Unknown

Example usage

{{Infobox archetype
| title      = 
| subtitle  = 
| archetype  = 
| image      = 
| caption    = 
| schools   = 
| power_of = 
}}