Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:BuildPage: Difference between revisions

Template page
Add TemplateData for Visual Editor support; fix cost example to use middot
Add funded=yes/no parameter for partially funded builds, additional_requirements field, crest image for funded builds
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
== Usage ==
== Usage ==
A styled page template for '''Bankers Guild Funded Build''' pages. Wraps the build's lore, details, and contribution history in a consistent, attractive layout.
A styled page template for '''Bankers Guild Build''' pages — both '''Funded''' and '''Partially Funded'''. Wraps the build's lore, details, and contribution history in a consistent, attractive layout.


Set <code>funded=no</code> for partially funded builds. This changes the contributions heading to "Contributions so far", removes the Bankers Guild crest, and categorises the page as a partially funded build.
=== Quick Start (Visual Editor) ===
# Open a page in the Visual Editor
# Click '''Insert''' → '''Template'''
# Select '''BuildPage''' from your Favorites
# Fill in the labelled fields — each contribution row has its own Contributor / Source / Amount fields
# Set '''funded''' to "no" for partially funded builds (defaults to "yes")
# Click '''Insert''' to add the template
=== Source Editor Example (Funded) ===
<pre>
<pre>
{{BuildPage
{{BuildPage
|subtitle=A Hearth of Warmth and Sweet Delights
|subtitle=A Hearth of Warmth and Sweet Delights
|quote=Where the oven glows like the moon and each bite carries the sweetness of the stars.
|quote=Where the oven glows and each bite carries sweetness.
|lore=Your build's lore / flavour text goes here. Use standard wikitext formatting (bold, italic, paragraphs etc).
|lore=Your build lore text goes here. Supports bold, italic, links, paragraphs.
|cost=5 Legends · 3 Myths · 9 Sagas
|cost=5 Legends · 3 Myths · 9 Sagas
|location=AVEREAUX – EMBERMOUNT
|location=AVEREAUX – EMBERMOUNT
|build_code=BG.MRS.09
|build_code=BG.MRS.09
|contributions=
|contributor1=Bankers Guild
{{!}} Bankers Guild {{!}}{{!}} Valdraeth {{!}}{{!}} 1 Legend, 5 Myths, 5 Sagas
|source1=Valdraeth
{{!}}-
|amount1=1 Legend, 5 Myths, 5 Sagas
{{!}} Avereaux Nation {{!}}{{!}} National Support Fund {{!}}{{!}} 3 Myths
|balance=PAID IN FULL
|balance=PAID IN FULL
|nation=Avereaux
|nation=Avereaux
}}
</pre>
=== Source Editor Example (Partially Funded) ===
<pre>
{{BuildPage
|funded=no
|subtitle=A Gentle Reawakening, Fur-lined and Fanged
|quote=Death is not the end—it's merely a chance to train your bear.
|lore=Your build lore text goes here.
|cost=60 Legends
|additional_requirements=Fable Weaving (To Obtain Victims Stories) + Oracle Weaving (8 Victims Names Listed)
|location=MORVALIS - Storms Vigil
|build_code=BG.FSM.14A
|contributor1=Ivanov Von Belladonna
|source1=Morvalis
|amount1=5 Sagas
|balance=59 Legends, 19 Myths, 15 Sagas
|nation=Morvalis
}}
}}
</pre>
</pre>
Line 24: Line 53:
! Parameter !! Required !! Description
! Parameter !! Required !! Description
|-
|-
| '''subtitle''' || No || A short tagline or thematic subtitle for the build
| '''funded''' || No || Set to "no" for partially funded builds. Defaults to "yes". Changes heading, crest visibility, and categories.
|-
| '''subtitle''' || No || A short tagline or thematic subtitle
|-
| '''quote''' || No || A flavour quote displayed in italics
|-
|-
| '''quote''' || No || A flavour quote displayed in italics below the subtitle
| '''lore''' || '''Yes''' || The main body text / lore description
|-
|-
| '''lore''' || '''Yes''' || The main body text / lore description of the build
| '''cost''' || No || Cost of construction (use middot · to separate)
|-
|-
| '''cost''' || No || Cost of construction (e.g. "5 Legends {{!}} 3 Myths {{!}} 9 Sagas")
| '''additional_requirements''' || No || Any non-currency requirements (e.g. weaving, faith, essences)
|-
|-
| '''location''' || No || Build location (e.g. "AVEREAUX – EMBERMOUNT")
| '''location''' || No || Build location (e.g. "AVEREAUX – EMBERMOUNT")
Line 36: Line 69:
| '''build_code''' || No || Unique build ID code (e.g. "BG.MRS.09")
| '''build_code''' || No || Unique build ID code (e.g. "BG.MRS.09")
|-
|-
| '''contributions''' || No || Contribution table rows. Each row uses wiki table syntax.
| '''contributor1''' – '''contributor15''' || No || Name of each contributor (up to 15 rows)
|-
| '''source1''' – '''source15''' || No || Source or affiliation for each contributor
|-
| '''amount1''' – '''amount15''' || No || Contribution amount for each contributor
|-
|-
| '''balance''' || No || Remaining balance status (e.g. "PAID IN FULL")
| '''balance''' || No || Remaining balance status (e.g. "PAID IN FULL" or "59 Legends, 19 Myths")
|-
|-
| '''nation''' || No || Nation name, used for categories and back-link
| '''nation''' || '''Yes''' || Nation name, used for categories and back-link
|}
|}


<templatedata>
<templatedata>
{
{
"description": "A styled page template for Bankers Guild Funded Build pages. Creates a consistent layout with subtitle, flavour quote, lore text, build details table, and contributions table.",
  "description": "A styled page template for Bankers Guild Build pages (both Funded and Partially Funded). Creates a consistent layout with subtitle, flavour quote, lore text, build details table, and contributions table.",
"format": "block",
  "format": "block",
"params": {
  "params": {
"subtitle": {
    "funded": {
"label": "Subtitle",
      "label": "Funded?",
"description": "A short tagline or thematic subtitle displayed in gold below the page title",
      "description": "Set to 'no' for partially funded builds. Defaults to 'yes'. Changes contributions heading, hides the crest, and adjusts categories.",
"example": "A Hearth of Warmth and Sweet Delights",
      "type": "string",
"type": "string",
      "default": "yes",
"suggested": true
      "suggestedvalues": ["yes", "no"],
},
      "suggested": true
"quote": {
    },
"label": "Flavour Quote",
    "subtitle": {
"description": "An italicised flavour quote displayed with decorative curly quotes",
      "label": "Subtitle",
"example": "Where the oven glows like the moon and each bite carries the sweetness of the stars.",
      "description": "A short tagline or thematic subtitle displayed in gold below the page title",
"type": "string",
      "example": "A Hearth of Warmth and Sweet Delights",
"suggested": true
      "type": "string",
},
      "suggested": true
"lore": {
    },
"label": "Lore Text",
    "quote": {
"description": "The main body text describing the build. Supports full wikitext formatting (bold, italic, links, paragraphs).",
      "label": "Flavour Quote",
"type": "content",
      "description": "An italicised flavour quote displayed with decorative curly quotes",
"required": true
      "type": "string",
},
      "suggested": true
"cost": {
    },
"label": "Cost of Construction",
    "lore": {
"description": "The build cost. Use middot (·) to separate currency types. Do NOT use pipe characters (|) here.",
      "label": "Lore Text",
"example": "5 Legends · 3 Myths · 9 Saga",
      "description": "The main body text describing the build. Supports full wikitext formatting (bold, italic, links, paragraphs). This field uses a large resizable text area.",
"type": "string",
      "type": "content",
"suggested": true
      "required": true
},
    },
"location": {
    "cost": {
"label": "Location",
      "label": "Cost of Construction",
"description": "Where the build is located. Typically in ALL CAPS by convention.",
      "description": "The build cost. Use middot (·) to separate currency types. Do NOT use pipe characters.",
"example": "AVEREAUX - EMBERMOUNT",
      "example": "5 Legends · 3 Myths · 9 Sagas",
"type": "string",
      "type": "string",
"suggested": true
      "suggested": true
},
    },
"build_code": {
    "additional_requirements": {
"label": "Unique Build Code",
      "label": "Additional Requirements",
"description": "The Bankers Guild build code. Displayed in a monospace badge.",
      "description": "Any non-currency requirements such as weaving, faith, essences, etc.",
"example": "BG.MRS.09",
      "example": "Fable Weaving + Oracle Weaving",
"type": "string",
      "type": "string"
"suggested": true
    },
},
    "location": {
"contributions": {
      "label": "Location",
"label": "Contributions",
      "description": "Where the build is located. Typically in ALL CAPS by convention.",
"description": "Table rows for the contributions table. Use {{!}} for pipes and {{!}}- for row separators. Each row has three columns: Contributor, Source, Amount. Easier to edit in source mode.",
      "example": "AVEREAUX EMBERMOUNT",
"example": "{{!}} Character Name {{!}}{{!}} Nation {{!}}{{!}} 2 Myths, 5 Sagas",
      "type": "string",
"type": "content",
      "suggested": true
"suggested": true
    },
},
    "build_code": {
"balance": {
      "label": "Unique Build Code",
"label": "Remaining Balance",
      "description": "The Bankers Guild build code. Displayed in a monospace badge.",
"description": "The remaining balance shown in the table footer, e.g. PAID IN FULL or an outstanding amount.",
      "example": "BG.MRS.09",
"example": "PAID IN FULL",
      "type": "string",
"type": "string",
      "suggested": true
"suggestedvalues": ["PAID IN FULL", "FULLY FUNDED"],
    },
"suggested": true
    "nation": {
},
      "label": "Nation",
"nation": {
      "description": "The nation this build belongs to. Used to auto-categorise the page.",
"label": "Nation",
      "type": "string",
"description": "The nation this build belongs to. Used to auto-categorise the page.",
      "required": true,
"example": "Avereaux",
      "suggestedvalues": [
"type": "string",
        "Avereaux",
"required": true,
        "Hammerstadt",
"suggestedvalues": ["Avereaux", "Hammerstadt", "Kairos", "Morvalis", "Portavas", "Syradonia", "The Wonder", "Urdrevan", "Valdraeth"]
        "Kairos",
}
        "Morvalis",
},
        "Portavas",
"paramOrder": ["subtitle", "quote", "lore", "cost", "location", "build_code", "contributions", "balance", "nation"]
        "Syradonia",
        "The Wonder",
        "Urdrevan",
        "Valdraeth"
      ]
    },
    "balance": {
      "label": "Remaining Balance",
      "description": "The remaining balance shown in the contributions table footer.",
      "example": "PAID IN FULL",
      "type": "string",
      "suggestedvalues": [
        "PAID IN FULL",
        "FULLY FUNDED"
      ],
      "suggested": true
    },
    "contributor1": { "label": "Contributor 1", "description": "Name of contributor 1", "type": "string", "suggested": true },
    "source1": { "label": "Source 1", "description": "Source or affiliation of contributor 1", "type": "string", "suggested": true },
    "amount1": { "label": "Amount 1", "description": "Contribution amount from contributor 1", "type": "string", "suggested": true },
    "contributor2": { "label": "Contributor 2", "description": "Name of contributor 2", "type": "string", "suggested": true },
    "source2": { "label": "Source 2", "description": "Source or affiliation of contributor 2", "type": "string", "suggested": true },
    "amount2": { "label": "Amount 2", "description": "Contribution amount from contributor 2", "type": "string", "suggested": true },
    "contributor3": { "label": "Contributor 3", "description": "Name of contributor 3", "type": "string", "suggested": true },
    "source3": { "label": "Source 3", "description": "Source or affiliation of contributor 3", "type": "string", "suggested": true },
    "amount3": { "label": "Amount 3", "description": "Contribution amount from contributor 3", "type": "string", "suggested": true },
    "contributor4": { "label": "Contributor 4", "type": "string" },
    "source4": { "label": "Source 4", "type": "string" },
    "amount4": { "label": "Amount 4", "type": "string" },
    "contributor5": { "label": "Contributor 5", "type": "string" },
    "source5": { "label": "Source 5", "type": "string" },
    "amount5": { "label": "Amount 5", "type": "string" },
    "contributor6": { "label": "Contributor 6", "type": "string" },
    "source6": { "label": "Source 6", "type": "string" },
    "amount6": { "label": "Amount 6", "type": "string" },
    "contributor7": { "label": "Contributor 7", "type": "string" },
    "source7": { "label": "Source 7", "type": "string" },
    "amount7": { "label": "Amount 7", "type": "string" },
    "contributor8": { "label": "Contributor 8", "type": "string" },
    "source8": { "label": "Source 8", "type": "string" },
    "amount8": { "label": "Amount 8", "type": "string" },
    "contributor9": { "label": "Contributor 9", "type": "string" },
    "source9": { "label": "Source 9", "type": "string" },
    "amount9": { "label": "Amount 9", "type": "string" },
    "contributor10": { "label": "Contributor 10", "type": "string" },
    "source10": { "label": "Source 10", "type": "string" },
    "amount10": { "label": "Amount 10", "type": "string" },
    "contributor11": { "label": "Contributor 11", "type": "string" },
    "source11": { "label": "Source 11", "type": "string" },
    "amount11": { "label": "Amount 11", "type": "string" },
    "contributor12": { "label": "Contributor 12", "type": "string" },
    "source12": { "label": "Source 12", "type": "string" },
    "amount12": { "label": "Amount 12", "type": "string" },
    "contributor13": { "label": "Contributor 13", "type": "string" },
    "source13": { "label": "Source 13", "type": "string" },
    "amount13": { "label": "Amount 13", "type": "string" },
    "contributor14": { "label": "Contributor 14", "type": "string" },
    "source14": { "label": "Source 14", "type": "string" },
    "amount14": { "label": "Amount 14", "type": "string" },
    "contributor15": { "label": "Contributor 15", "type": "string" },
    "source15": { "label": "Source 15", "type": "string" },
    "amount15": { "label": "Amount 15", "type": "string" },
    "contributions": {
      "label": "Contributions (legacy)",
      "description": "Legacy format: raw wiki table rows. For new pages, use the numbered Contributor/Source/Amount fields instead.",
      "type": "content",
      "deprecated": "Use the numbered contributor/source/amount fields instead."
    }
  },
  "paramOrder": [
    "funded",
    "subtitle",
    "quote",
    "lore",
    "cost",
    "additional_requirements",
    "location",
    "build_code",
    "nation",
    "balance",
    "contributor1", "source1", "amount1",
    "contributor2", "source2", "amount2",
    "contributor3", "source3", "amount3",
    "contributor4", "source4", "amount4",
    "contributor5", "source5", "amount5",
    "contributor6", "source6", "amount6",
    "contributor7", "source7", "amount7",
    "contributor8", "source8", "amount8",
    "contributor9", "source9", "amount9",
    "contributor10", "source10", "amount10",
    "contributor11", "source11", "amount11",
    "contributor12", "source12", "amount12",
    "contributor13", "source13", "amount13",
    "contributor14", "source14", "amount14",
    "contributor15", "source15", "amount15",
    "contributions"
  ]
}
}
</templatedata>
</templatedata>
 
</noinclude><includeonly><div class="build-page{{#ifeq:{{{funded|yes}}}|no| pfb-page}}">
</noinclude><includeonly><div class="build-page">
{{#ifeq:{{{funded|yes}}}|no||<div class="build-page-crest">[[File:Bankers Guild Seal.png|150px|center|link=|alt=Bankers Guild Seal]]</div>}}
<div class="build-page-header">{{#if:{{{subtitle|}}}|
<div class="build-page-header">{{#if:{{{subtitle|}}}|
<div class="build-page-subtitle">{{{subtitle}}}</div>}}{{#if:{{{quote|}}}|
<div class="build-page-subtitle">{{{subtitle}}}</div>}}{{#if:{{{quote|}}}|
Line 132: Line 263:
<div class="build-page-details">
<div class="build-page-details">
{{{!}} class="wikitable build-details-table"
{{{!}} class="wikitable build-details-table"
! Cost of Construction
! Cost of Construction {{!}} {{{cost}}}
{{!}} {{{cost}}}
{{#if:{{{additional_requirements|}}}|
{{!}}-
! Additional Requirements {{!}} {{{additional_requirements}}}}}
{{!}}-
{{!}}-
! Location
! Location {{!}} {{{location}}}
{{!}} {{{location}}}
{{!}}-
{{!}}-
! Unique Build Code
! Unique Build Code {{!}} <code>{{{build_code}}}</code>
{{!}} <code>{{{build_code}}}</code>
{{!}}}
{{!}}}
</div>}}}}}}{{#if:{{{cost|}}}|{{#ifeq:{{#if:{{{location|}}}|1|0}}{{#if:{{{build_code|}}}|1|0}}|00|
</div>}}}}}}{{#if:{{{cost|}}}|{{#ifeq:{{#if:{{{location|}}}|1|0}}{{#if:{{{build_code|}}}|1|0}}|00|
<div class="build-page-details">
<div class="build-page-details">
{{{!}} class="wikitable build-details-table"
{{{!}} class="wikitable build-details-table"
! Cost of Construction
! Cost of Construction {{!}} {{{cost}}}
{{!}} {{{cost}}}
{{#if:{{{additional_requirements|}}}|
{{!}}-
! Additional Requirements {{!}} {{{additional_requirements}}}}}
{{!}}}
{{!}}}
</div>}}}}
</div>}}}}


{{#if:{{{contributions|}}}|
{{#if:{{{contributor1|}}}|
<div class="build-page-contributions">
=== {{#ifeq:{{{funded|yes}}}|no|Contributions so far|Contributions}} ===
{{{!}} class="wikitable" style="width:100%;"
! Contributor !! Source !! Amount
{{!}}-
{{!}} {{{contributor1|}}} {{!}}{{!}} {{{source1|}}} {{!}}{{!}} {{{amount1|}}}{{#if:{{{contributor2|}}}|<tr><td>{{{contributor2|}}}</td><td>{{{source2|}}}</td><td>{{{amount2|}}}</td></tr>}}{{#if:{{{contributor3|}}}|<tr><td>{{{contributor3|}}}</td><td>{{{source3|}}}</td><td>{{{amount3|}}}</td></tr>}}{{#if:{{{contributor4|}}}|<tr><td>{{{contributor4|}}}</td><td>{{{source4|}}}</td><td>{{{amount4|}}}</td></tr>}}{{#if:{{{contributor5|}}}|<tr><td>{{{contributor5|}}}</td><td>{{{source5|}}}</td><td>{{{amount5|}}}</td></tr>}}{{#if:{{{contributor6|}}}|<tr><td>{{{contributor6|}}}</td><td>{{{source6|}}}</td><td>{{{amount6|}}}</td></tr>}}{{#if:{{{contributor7|}}}|<tr><td>{{{contributor7|}}}</td><td>{{{source7|}}}</td><td>{{{amount7|}}}</td></tr>}}{{#if:{{{contributor8|}}}|<tr><td>{{{contributor8|}}}</td><td>{{{source8|}}}</td><td>{{{amount8|}}}</td></tr>}}{{#if:{{{contributor9|}}}|<tr><td>{{{contributor9|}}}</td><td>{{{source9|}}}</td><td>{{{amount9|}}}</td></tr>}}{{#if:{{{contributor10|}}}|<tr><td>{{{contributor10|}}}</td><td>{{{source10|}}}</td><td>{{{amount10|}}}</td></tr>}}{{#if:{{{contributor11|}}}|<tr><td>{{{contributor11|}}}</td><td>{{{source11|}}}</td><td>{{{amount11|}}}</td></tr>}}{{#if:{{{contributor12|}}}|<tr><td>{{{contributor12|}}}</td><td>{{{source12|}}}</td><td>{{{amount12|}}}</td></tr>}}{{#if:{{{contributor13|}}}|<tr><td>{{{contributor13|}}}</td><td>{{{source13|}}}</td><td>{{{amount13|}}}</td></tr>}}{{#if:{{{contributor14|}}}|<tr><td>{{{contributor14|}}}</td><td>{{{source14|}}}</td><td>{{{amount14|}}}</td></tr>}}{{#if:{{{contributor15|}}}|<tr><td>{{{contributor15|}}}</td><td>{{{source15|}}}</td><td>{{{amount15|}}}</td></tr>}}
{{!}}-
! Remaining Balance: {{!}}{{!}} colspan="2" {{!}} '''{{{balance|}}}'''
{{!}}}
</div>|{{#if:{{{contributions|}}}|
<div class="build-page-contributions">
<div class="build-page-contributions">
=== Contributions ===
=== {{#ifeq:{{{funded|yes}}}|no|Contributions so far|Contributions}} ===
{{{!}} class="wikitable" style="width:100%;"
{{{!}} class="wikitable" style="width:100%;"
! Contributor !! Source !! Amount
! Contributor !! Source !! Amount
Line 157: Line 300:
{{{contributions}}}
{{{contributions}}}
{{!}}-
{{!}}-
! Remaining Balance: {{!}}{{!}} colspan="2" {{!}} '''{{{balance|}}}'''
! Remaining Balance: {{!}}{{!}} colspan="2" {{!}} '''{{{balance|}}}'''
{{!}}}
{{!}}}
</div>}}
</div>}}}}


</div>{{#if:{{{nation|}}}|
</div>{{#if:{{{nation|}}}| [[Category:{{{nation}}}]]}}{{#ifeq:{{{funded|yes}}}|no|[[Category:Partially Funded Builds]]|[[Category:Funded Builds]]}}[[Category:Bankers Guild Builds]]</includeonly>
[[Category:{{{nation}}}]]}}[[Category:Funded Builds]][[Category:Bankers Guild Builds]]</includeonly>

Latest revision as of 19:41, 16 April 2026

Usage

A styled page template for Bankers Guild Build pages — both Funded and Partially Funded. Wraps the build's lore, details, and contribution history in a consistent, attractive layout.

Set funded=no for partially funded builds. This changes the contributions heading to "Contributions so far", removes the Bankers Guild crest, and categorises the page as a partially funded build.

Quick Start (Visual Editor)

  1. Open a page in the Visual Editor
  2. Click InsertTemplate
  3. Select BuildPage from your Favorites
  4. Fill in the labelled fields — each contribution row has its own Contributor / Source / Amount fields
  5. Set funded to "no" for partially funded builds (defaults to "yes")
  6. Click Insert to add the template

Source Editor Example (Funded)

{{BuildPage
|subtitle=A Hearth of Warmth and Sweet Delights
|quote=Where the oven glows and each bite carries sweetness.
|lore=Your build lore text goes here. Supports bold, italic, links, paragraphs.
|cost=5 Legends · 3 Myths · 9 Sagas
|location=AVEREAUX – EMBERMOUNT
|build_code=BG.MRS.09
|contributor1=Bankers Guild
|source1=Valdraeth
|amount1=1 Legend, 5 Myths, 5 Sagas
|balance=PAID IN FULL
|nation=Avereaux
}}

Source Editor Example (Partially Funded)

{{BuildPage
|funded=no
|subtitle=A Gentle Reawakening, Fur-lined and Fanged
|quote=Death is not the end—it's merely a chance to train your bear.
|lore=Your build lore text goes here.
|cost=60 Legends
|additional_requirements=Fable Weaving (To Obtain Victims Stories) + Oracle Weaving (8 Victims Names Listed)
|location=MORVALIS - Storms Vigil
|build_code=BG.FSM.14A
|contributor1=Ivanov Von Belladonna
|source1=Morvalis
|amount1=5 Sagas
|balance=59 Legends, 19 Myths, 15 Sagas
|nation=Morvalis
}}

Parameters

Parameter Required Description
funded No Set to "no" for partially funded builds. Defaults to "yes". Changes heading, crest visibility, and categories.
subtitle No A short tagline or thematic subtitle
quote No A flavour quote displayed in italics
lore Yes The main body text / lore description
cost No Cost of construction (use middot · to separate)
additional_requirements No Any non-currency requirements (e.g. weaving, faith, essences)
location No Build location (e.g. "AVEREAUX – EMBERMOUNT")
build_code No Unique build ID code (e.g. "BG.MRS.09")
contributor1contributor15 No Name of each contributor (up to 15 rows)
source1source15 No Source or affiliation for each contributor
amount1amount15 No Contribution amount for each contributor
balance No Remaining balance status (e.g. "PAID IN FULL" or "59 Legends, 19 Myths")
nation Yes Nation name, used for categories and back-link

A styled page template for Bankers Guild Build pages (both Funded and Partially Funded). Creates a consistent layout with subtitle, flavour quote, lore text, build details table, and contributions table.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Funded?funded

Set to 'no' for partially funded builds. Defaults to 'yes'. Changes contributions heading, hides the crest, and adjusts categories.

Suggested values
yes no
Default
yes
Stringsuggested
Subtitlesubtitle

A short tagline or thematic subtitle displayed in gold below the page title

Example
A Hearth of Warmth and Sweet Delights
Stringsuggested
Flavour Quotequote

An italicised flavour quote displayed with decorative curly quotes

Stringsuggested
Lore Textlore

The main body text describing the build. Supports full wikitext formatting (bold, italic, links, paragraphs). This field uses a large resizable text area.

Contentrequired
Cost of Constructioncost

The build cost. Use middot (·) to separate currency types. Do NOT use pipe characters.

Example
5 Legends · 3 Myths · 9 Sagas
Stringsuggested
Additional Requirementsadditional_requirements

Any non-currency requirements such as weaving, faith, essences, etc.

Example
Fable Weaving + Oracle Weaving
Stringoptional
Locationlocation

Where the build is located. Typically in ALL CAPS by convention.

Example
AVEREAUX – EMBERMOUNT
Stringsuggested
Unique Build Codebuild_code

The Bankers Guild build code. Displayed in a monospace badge.

Example
BG.MRS.09
Stringsuggested
Nationnation

The nation this build belongs to. Used to auto-categorise the page.

Suggested values
Avereaux Hammerstadt Kairos Morvalis Portavas Syradonia The Wonder Urdrevan Valdraeth
Stringrequired
Remaining Balancebalance

The remaining balance shown in the contributions table footer.

Suggested values
PAID IN FULL FULLY FUNDED
Example
PAID IN FULL
Stringsuggested
Contributor 1contributor1

Name of contributor 1

Stringsuggested
Source 1source1

Source or affiliation of contributor 1

Stringsuggested
Amount 1amount1

Contribution amount from contributor 1

Stringsuggested
Contributor 2contributor2

Name of contributor 2

Stringsuggested
Source 2source2

Source or affiliation of contributor 2

Stringsuggested
Amount 2amount2

Contribution amount from contributor 2

Stringsuggested
Contributor 3contributor3

Name of contributor 3

Stringsuggested
Source 3source3

Source or affiliation of contributor 3

Stringsuggested
Amount 3amount3

Contribution amount from contributor 3

Stringsuggested
Contributor 4contributor4

no description

Stringoptional
Source 4source4

no description

Stringoptional
Amount 4amount4

no description

Stringoptional
Contributor 5contributor5

no description

Stringoptional
Source 5source5

no description

Stringoptional
Amount 5amount5

no description

Stringoptional
Contributor 6contributor6

no description

Stringoptional
Source 6source6

no description

Stringoptional
Amount 6amount6

no description

Stringoptional
Contributor 7contributor7

no description

Stringoptional
Source 7source7

no description

Stringoptional
Amount 7amount7

no description

Stringoptional
Contributor 8contributor8

no description

Stringoptional
Source 8source8

no description

Stringoptional
Amount 8amount8

no description

Stringoptional
Contributor 9contributor9

no description

Stringoptional
Source 9source9

no description

Stringoptional
Amount 9amount9

no description

Stringoptional
Contributor 10contributor10

no description

Stringoptional
Source 10source10

no description

Stringoptional
Amount 10amount10

no description

Stringoptional
Contributor 11contributor11

no description

Stringoptional
Source 11source11

no description

Stringoptional
Amount 11amount11

no description

Stringoptional
Contributor 12contributor12

no description

Stringoptional
Source 12source12

no description

Stringoptional
Amount 12amount12

no description

Stringoptional
Contributor 13contributor13

no description

Stringoptional
Source 13source13

no description

Stringoptional
Amount 13amount13

no description

Stringoptional
Contributor 14contributor14

no description

Stringoptional
Source 14source14

no description

Stringoptional
Amount 14amount14

no description

Stringoptional
Contributor 15contributor15

no description

Stringoptional
Source 15source15

no description

Stringoptional
Amount 15amount15

no description

Stringoptional
Contributions (legacy)contributions

Legacy format: raw wiki table rows. For new pages, use the numbered Contributor/Source/Amount fields instead.

Contentdeprecated