Template:FactionTable: Difference between revisions
From Archaelund Wiki
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
<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: | <td style="width:40%; padding:0;"> | ||
=== Notable members: === | === Notable members: === | ||
{{#if:{{{Members|}}}|{{ListFormat|{{{Members}}}|UList}}|''There are no entries yet.''}} | {{#if:{{{Members|}}}|{{ListFormat|{{{Members}}}|UList}}|''There are no entries yet.''}} | ||
</td> | </td> | ||
<td style="width: | <td style="width:60%; padding:0;"> | ||
=== Related quests (reputation gain): === | === Related quests (reputation gain): === | ||
{{#if:{{{Quests|}}}|{{ListFormat|{{{Quests}}}|UList}}|''There are no entries yet.''}} | {{#if:{{{Quests|}}}|{{ListFormat|{{{Quests}}}|UList}}|''There are no entries yet.''}} | ||
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
| Name | Required | Description | Values |
|---|---|---|---|
| Image | Yes | The emblem of the faction. | image name (including file extension) |
| Description | Yes | The general description of the faction. | arbitrary text |
| Members | No | A list of notable members of this faction. | a semicolon-separated list of [[Member]]s |
| Quests | No | A 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