Template:FactionTable: Difference between revisions

From Archaelund Wiki
(Created page with "<onlyinclude><includeonly> <table style="width:100%; margin:0 auto;"> <tr style="vertical-align:top;"> <td style="width:109px; text-align:right; padding:0;">[[File:{{{Image|}}}|94px|link=]]</td> <td style="padding:0 0 0 15px;">{{{Description|}}} <table style="width:100%; text-align:left;"> <tr style="vertical-align:top;"> <td style="width:50%; padding:0;"> === Notable members: === {{ListFormat|{{{Members|}}}|UList}} </td> <td style="width:50%; padding:0;"> === Related qu...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
<table style="width:100%; margin:0 auto;">
<table style="width:100%; margin:0 auto;">
<tr style="vertical-align:top;">
<tr style="vertical-align:top;">
<td style="width:109px; text-align:right; padding:0;">[[File:{{{Image|}}}|94px|link=]]</td>
<td style="width:94px; text-align:right; padding:0;">[[File:{{{Image|}}}|94px|link=]]</td>
<td style="padding:0 0 0 15px;">{{{Description|}}}
<td style="padding:0 0 0 15px;">{{{Description|}}}
<table style="width:100%; text-align:left;">
<table style="width:100%; text-align:left;">
<tr style="vertical-align:top;">
<tr style="vertical-align:top;">
<td style="width:50%; padding:0;">
<td style="width:40%; padding:0;">
=== Notable members: ===
=== Notable members: ===
{{ListFormat|{{{Members|}}}|UList}}
{{#if:{{{Members|}}}|{{ListFormat|{{{Members}}}|UList}}|''There are no entries yet.''}}
</td>
</td>
<td style="width:50%; padding:0;">
<td style="width:60%; padding:0;">
=== Related quests (reputation gain): ===
=== Related quests (reputation gain): ===
{{ListFormat|{{{Quests|}}}|UList}}
{{#if:{{{Quests|}}}|{{ListFormat|{{{Quests}}}|UList}}|''There are no entries yet.''}}
</td>
</td>
</tr>
</tr>
Line 20: Line 20:
</includeonly></onlyinclude>
</includeonly></onlyinclude>
{{Documentation}}
{{Documentation}}
[[Category:Special Templates]]
[[Category:Faction Templates]]

Latest revision as of 11:39, 31 December 2024

Description

This template is intended for use on the Factions page of the Wiki. It generates a subtable containing an image, a description, and information on members and quests.

Usage

{{FactionTable
|Image = 
|Description = 
|Members = 
|Quests = 
}}

Parameters

NameRequiredDescriptionValues
ImageYesThe emblem of the faction.image name (including file extension)
DescriptionYesThe general description of the faction.arbitrary text
MembersNoA list of notable members of this faction.a semicolon-separated list of [[Member]]s
QuestsNoA list of quests which are related to this faction. The corresponding reputation gain or loss can be given in parentheses.a semicolon-separated list of [[Quest]]s

View/Edit documentation page