Template:MainPageBox: Difference between revisions

The Two Worlds Wiki - Documenting Two Worlds since 2008.
Jump to navigation Jump to search
Vampire Huntress Legend Series Wiki>Korra II A Royal
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
     | <h2>{{{heading}}}</h2>
     | <h2>{{{heading}}}</h2>
}}
}}
{{#if: {{{lede|}}}
{{#if: {{{body|}}}
    | <p class="MainPageBody">{{{body}}}</p>
    | {{#ifeq: {{{lede|}}}{{{partial|}}}
    | <div class="MainPageBody">{{{body}}}</div>
        | true
        | <p class="MainPageBody">{{{body}}}</p>
        | <div class="MainPageBody">{{{body}}}</div>
    }}
}}
}}
</div><noinclude>
</div><noinclude>

Latest revision as of 15:37, August 28, 2022

{{{heading}}}

Usage[edit source]

{{MainPageBox
|lede     =
|class    =
|heading  =
|body     =
}}