Jump to content

We are doing some maintenance on the Timeless Skin, Please do not mind any changes to pages or CSS! Today is Sunday June 21, 2026!

Template:FactionTemplate: Difference between revisions

From Zee Bawx Wiki
Created page with "<noinclude> <templatedata> { "params": { "image": { "type": "unknown" }, "title1": { "aliases": [ "Top title " ], "type": "string" }, "caption1": { "aliases": [ "Caption" ], "type": "string" }, "location": { "aliases": [ "Location" ], "type": "str..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
             "aliases": [
             "aliases": [
                 "Caption"
                 "Caption"
            ],
            "type": "string"
        },
"allies": {
            "aliases": [
                "Allies"
            ],
            "type": "string"
        },
"rivals": {
            "aliases": [
                "Rivals"
             ],
             ],
             "type": "string"
             "type": "string"
Line 37: Line 49:
         "image",
         "image",
         "caption1",
         "caption1",
"allies",
"rivals",
         "location",
         "location",
         "inhabitants",
         "inhabitants",
Line 47: Line 61:
<div class="infobox-title">{{{title1}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title1}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">{{{image}}}</div>}}
<div class="infobox-image">{{{image}}}</div>}}
<table class="infobox-table">{{#if:{{{location|}}}|<tr>
<table class="infobox-table">{{#if:{{{allies|}}}|<tr>
    <th>Allies</th>
    <td>{{{allies}}}</td>
</tr>}}{{#if:{{{rivals|}}}|<tr>
    <th>Rivals</th>
    <td>{{{rivals}}}</td>
</tr>}}{{#if:{{{location|}}}|<tr>
     <th>Location</th>
     <th>Location</th>
     <td>{{{location}}}</td>
     <td>{{{location}}}</td>

Latest revision as of 20:39, 22 March 2025

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
title1title1 Top title

no description

Stringoptional
imageimage

no description

Unknownoptional
caption1caption1 Caption

no description

Stringoptional
alliesallies Allies

no description

Stringoptional
rivalsrivals Rivals

no description

Stringoptional
locationlocation Location

no description

Stringoptional
inhabitantsinhabitants Inhabitants

no description

Unknownoptional
speciesspecies

no description

Stringoptional
{{{title1}}}