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
Create BuildPage template for styled Bankers Guild funded build pages
 
Fix table syntax + numbered contribution fields (contributor1-15/source1-15/amount1-15) for VE, backward compat with legacy contributions param
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
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 Funded Build''' pages. Wraps the build's lore, details, and contribution history in a consistent, attractive layout.


=== 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
# Click '''Insert''' to add the template
=== Source Editor Example ===
<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
|contributor2=Avereaux Nation
|source2=National Support Fund
|amount2=3 Myths
|balance=PAID IN FULL
|balance=PAID IN FULL
|nation=Avereaux
|nation=Avereaux
Line 24: Line 34:
! Parameter !! Required !! Description
! Parameter !! Required !! Description
|-
|-
| '''subtitle''' || No || A short tagline or thematic subtitle for the build
| '''subtitle''' || No || A short tagline or thematic subtitle
|-
|-
| '''quote''' || No || A flavour quote displayed in italics below the subtitle
| '''quote''' || No || A flavour quote displayed in italics
|-
|-
| '''lore''' || '''Yes''' || The main body text / lore description of the build
| '''lore''' || '''Yes''' || The main body text / lore description
|-
|-
| '''cost''' || No || Cost of construction (e.g. "5 Legends {{!}} 3 Myths {{!}} 9 Sagas")
| '''cost''' || No || Cost of construction (use middot · to separate)
|-
|-
| '''location''' || No || Build location (e.g. "AVEREAUX – EMBERMOUNT")
| '''location''' || No || Build location (e.g. "AVEREAUX – EMBERMOUNT")
Line 36: Line 46:
| '''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")
|-
|-
| '''nation''' || No || Nation name, used for categories and back-link
| '''nation''' || '''Yes''' || Nation name, used for categories and back-link
|}
|}


<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.",
  "format": "block",
  "params": {
    "subtitle": {
      "label": "Subtitle",
      "description": "A short tagline or thematic subtitle displayed in gold below the page title",
      "example": "A Hearth of Warmth and Sweet Delights",
      "type": "string",
      "suggested": true
    },
    "quote": {
      "label": "Flavour Quote",
      "description": "An italicised flavour quote displayed with decorative curly quotes",
      "type": "string",
      "suggested": true
    },
    "lore": {
      "label": "Lore Text",
      "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": "content",
      "required": true
    },
    "cost": {
      "label": "Cost of Construction",
      "description": "The build cost. Use middot (·) to separate currency types. Do NOT use pipe characters.",
      "example": "5 Legends · 3 Myths · 9 Sagas",
      "type": "string",
      "suggested": true
    },
    "location": {
      "label": "Location",
      "description": "Where the build is located. Typically in ALL CAPS by convention.",
      "example": "AVEREAUX – EMBERMOUNT",
      "type": "string",
      "suggested": true
    },
    "build_code": {
      "label": "Unique Build Code",
      "description": "The Bankers Guild build code. Displayed in a monospace badge.",
      "example": "BG.MRS.09",
      "type": "string",
      "suggested": true
    },
    "nation": {
      "label": "Nation",
      "description": "The nation this build belongs to. Used to auto-categorise the page.",
      "type": "string",
      "required": true,
      "suggestedvalues": [
        "Avereaux",
        "Hammerstadt",
        "Kairos",
        "Morvalis",
        "Portavas",
        "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",
      "description": "Name of contributor 4",
      "type": "string"
    },
    "source4": {
      "label": "Source 4",
      "description": "Source or affiliation of contributor 4",
      "type": "string"
    },
    "amount4": {
      "label": "Amount 4",
      "description": "Contribution amount from contributor 4",
      "type": "string"
    },
    "contributor5": {
      "label": "Contributor 5",
      "description": "Name of contributor 5",
      "type": "string"
    },
    "source5": {
      "label": "Source 5",
      "description": "Source or affiliation of contributor 5",
      "type": "string"
    },
    "amount5": {
      "label": "Amount 5",
      "description": "Contribution amount from contributor 5",
      "type": "string"
    },
    "contributor6": {
      "label": "Contributor 6",
      "description": "Name of contributor 6",
      "type": "string"
    },
    "source6": {
      "label": "Source 6",
      "description": "Source or affiliation of contributor 6",
      "type": "string"
    },
    "amount6": {
      "label": "Amount 6",
      "description": "Contribution amount from contributor 6",
      "type": "string"
    },
    "contributor7": {
      "label": "Contributor 7",
      "description": "Name of contributor 7",
      "type": "string"
    },
    "source7": {
      "label": "Source 7",
      "description": "Source or affiliation of contributor 7",
      "type": "string"
    },
    "amount7": {
      "label": "Amount 7",
      "description": "Contribution amount from contributor 7",
      "type": "string"
    },
    "contributor8": {
      "label": "Contributor 8",
      "description": "Name of contributor 8",
      "type": "string"
    },
    "source8": {
      "label": "Source 8",
      "description": "Source or affiliation of contributor 8",
      "type": "string"
    },
    "amount8": {
      "label": "Amount 8",
      "description": "Contribution amount from contributor 8",
      "type": "string"
    },
    "contributor9": {
      "label": "Contributor 9",
      "description": "Name of contributor 9",
      "type": "string"
    },
    "source9": {
      "label": "Source 9",
      "description": "Source or affiliation of contributor 9",
      "type": "string"
    },
    "amount9": {
      "label": "Amount 9",
      "description": "Contribution amount from contributor 9",
      "type": "string"
    },
    "contributor10": {
      "label": "Contributor 10",
      "description": "Name of contributor 10",
      "type": "string"
    },
    "source10": {
      "label": "Source 10",
      "description": "Source or affiliation of contributor 10",
      "type": "string"
    },
    "amount10": {
      "label": "Amount 10",
      "description": "Contribution amount from contributor 10",
      "type": "string"
    },
    "contributor11": {
      "label": "Contributor 11",
      "description": "Name of contributor 11",
      "type": "string"
    },
    "source11": {
      "label": "Source 11",
      "description": "Source or affiliation of contributor 11",
      "type": "string"
    },
    "amount11": {
      "label": "Amount 11",
      "description": "Contribution amount from contributor 11",
      "type": "string"
    },
    "contributor12": {
      "label": "Contributor 12",
      "description": "Name of contributor 12",
      "type": "string"
    },
    "source12": {
      "label": "Source 12",
      "description": "Source or affiliation of contributor 12",
      "type": "string"
    },
    "amount12": {
      "label": "Amount 12",
      "description": "Contribution amount from contributor 12",
      "type": "string"
    },
    "contributor13": {
      "label": "Contributor 13",
      "description": "Name of contributor 13",
      "type": "string"
    },
    "source13": {
      "label": "Source 13",
      "description": "Source or affiliation of contributor 13",
      "type": "string"
    },
    "amount13": {
      "label": "Amount 13",
      "description": "Contribution amount from contributor 13",
      "type": "string"
    },
    "contributor14": {
      "label": "Contributor 14",
      "description": "Name of contributor 14",
      "type": "string"
    },
    "source14": {
      "label": "Source 14",
      "description": "Source or affiliation of contributor 14",
      "type": "string"
    },
    "amount14": {
      "label": "Amount 14",
      "description": "Contribution amount from contributor 14",
      "type": "string"
    },
    "contributor15": {
      "label": "Contributor 15",
      "description": "Name of contributor 15",
      "type": "string"
    },
    "source15": {
      "label": "Source 15",
      "description": "Source or affiliation of contributor 15",
      "type": "string"
    },
    "amount15": {
      "label": "Amount 15",
      "description": "Contribution amount from contributor 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": [
    "subtitle",
    "quote",
    "lore",
    "cost",
    "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>
</noinclude><includeonly><div class="build-page">
</noinclude><includeonly><div class="build-page">
<div class="build-page-header">{{#if:{{{subtitle|}}}|
<div class="build-page-header">{{#if:{{{subtitle|}}}|
Line 56: Line 442:
<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}}}
{{!}}-
{{!}}-
! 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}}}
{{!}}}
{{!}}}
</div>}}}}
</div>}}}}


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


</div>{{#if:{{{nation|}}}|
</div>{{#if:{{{nation|}}}| [[Category:{{{nation}}}]]}}[[Category:Funded Builds]][[Category:Bankers Guild Builds]]</includeonly>
[[Category:{{{nation}}}]]}}[[Category:Funded Builds]][[Category:Bankers Guild Builds]]</includeonly>

Latest revision as of 11:28, 15 March 2026

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.

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. Click Insert to add the template

Source Editor Example

{{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
|contributor2=Avereaux Nation
|source2=National Support Fund
|amount2=3 Myths
|balance=PAID IN FULL
|nation=Avereaux
}}

Parameters

Parameter Required Description
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)
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")
nation Yes Nation name, used for categories and back-link

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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
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
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

Name of contributor 4

Stringoptional
Source 4source4

Source or affiliation of contributor 4

Stringoptional
Amount 4amount4

Contribution amount from contributor 4

Stringoptional
Contributor 5contributor5

Name of contributor 5

Stringoptional
Source 5source5

Source or affiliation of contributor 5

Stringoptional
Amount 5amount5

Contribution amount from contributor 5

Stringoptional
Contributor 6contributor6

Name of contributor 6

Stringoptional
Source 6source6

Source or affiliation of contributor 6

Stringoptional
Amount 6amount6

Contribution amount from contributor 6

Stringoptional
Contributor 7contributor7

Name of contributor 7

Stringoptional
Source 7source7

Source or affiliation of contributor 7

Stringoptional
Amount 7amount7

Contribution amount from contributor 7

Stringoptional
Contributor 8contributor8

Name of contributor 8

Stringoptional
Source 8source8

Source or affiliation of contributor 8

Stringoptional
Amount 8amount8

Contribution amount from contributor 8

Stringoptional
Contributor 9contributor9

Name of contributor 9

Stringoptional
Source 9source9

Source or affiliation of contributor 9

Stringoptional
Amount 9amount9

Contribution amount from contributor 9

Stringoptional
Contributor 10contributor10

Name of contributor 10

Stringoptional
Source 10source10

Source or affiliation of contributor 10

Stringoptional
Amount 10amount10

Contribution amount from contributor 10

Stringoptional
Contributor 11contributor11

Name of contributor 11

Stringoptional
Source 11source11

Source or affiliation of contributor 11

Stringoptional
Amount 11amount11

Contribution amount from contributor 11

Stringoptional
Contributor 12contributor12

Name of contributor 12

Stringoptional
Source 12source12

Source or affiliation of contributor 12

Stringoptional
Amount 12amount12

Contribution amount from contributor 12

Stringoptional
Contributor 13contributor13

Name of contributor 13

Stringoptional
Source 13source13

Source or affiliation of contributor 13

Stringoptional
Amount 13amount13

Contribution amount from contributor 13

Stringoptional
Contributor 14contributor14

Name of contributor 14

Stringoptional
Source 14source14

Source or affiliation of contributor 14

Stringoptional
Amount 14amount14

Contribution amount from contributor 14

Stringoptional
Contributor 15contributor15

Name of contributor 15

Stringoptional
Source 15source15

Source or affiliation of contributor 15

Stringoptional
Amount 15amount15

Contribution amount from contributor 15

Stringoptional
Contributions (legacy)contributions

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

Contentdeprecated