Template:Header

From Nuclear 14
Revision as of 10:19, 12 June 2024 by Admin (talk | contribs) (Created page with "<div style="background-color: white; box-shadow: 0 0 .3em #999; border-radius: .2em; margin: 1em 0 1em 0; padding: 1px;"> <div style="background: {{{PrimaryColor|#7F7F7F}}}; b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{#if:|[[File:{{{Image}}}|left]][[File:{{{Image}}}|right]]|}}{{{HeaderContent}}}
{{#if:|
{{{SubContent}}}
|}}

Example Usage

{{Header
 |PrimaryColor = #C90000
 |SecondaryColor = #C900004e
 |HeaderContent = Test Maintenance Category
 |Image = Burger.png
 |SubContent = Test Template Sub Text
 |Category1 = Wip
 |Category2 = Slated for removal
 |NoCategory = True  //Useful for displaying an example of a template without applying the categories to the page (Leave blank/do not declare this variable if you want it to be false)
}}
{{#if:Burger.png||}}Test Maintenance Category
{{#if:Test Template Sub Text|
Test Template Sub Text
|}}

{{#if:True||{{#if:Wip||}}{{#if:Slated for removal||}}}}