Template:FactionTemplate: Difference between revisions
Appearance
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 |
||
| Line 15: | Line 15: | ||
"aliases": [ | "aliases": [ | ||
"Caption" | "Caption" | ||
], | |||
"type": "string" | |||
}, | |||
"allies": { | |||
"aliases": [ | |||
"Location" | |||
], | |||
"type": "string" | |||
}, | |||
"rivals": { | |||
"aliases": [ | |||
"Location" | |||
], | ], | ||
"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> | ||
Revision as of 18:42, 22 March 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title1 | title1 Top title | no description | String | optional |
| image | image | no description | Unknown | optional |
| caption1 | caption1 Caption | no description | String | optional |
| allies | allies Location | no description | String | optional |
| rivals | rivals Location | no description | String | optional |
| location | location Location | no description | String | optional |
| inhabitants | inhabitants Inhabitants | no description | Unknown | optional |
| species | species | no description | String | optional |
{{{title1}}}