Template:Infobox Trial: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Never show "req sub", will check this doesn't break stuff)
(Added several new optional parameters to provide similar information as Infobox TF.)
Line 3: Line 3:
|name        = Infobox Trial
|name        = Infobox Trial
|above        = {{{name|{{red|Missing Name}}}}}
|above        = {{{name|{{red|Missing Name}}}}}
|image        = {{{image|}}}
|image        = {{{image|}}}


|header1  =  
|header1  =  
|label1  = Team Size
|label1  = Contact
|data1    = {{#if: {{{size}}} | {{{size}}} players | {{red|Missing Team Size}}}}
|data1    = {{{contact|}}}
|header2  =  
|header2  =  
|label2  = Badge
|label2  = Zone
|data2   = {{{badge|{{red|Missing Badge}}}}}
|data2   = {{{zone|}}}
|header3  =  
|header3  =  
|label3  = Enemy Groups
|label3   = Team Size
|data3   = {{#if: {{{enemies}}}|{{nowrap|{{{enemies}}}}}|{{red|Missing Enemy List}}}}
|data3    = {{#if: {{{size}}} | {{{size}}} players | {{red|Missing Team Size}}}}
|header4 =  
|header4
|label4   = Incarnate XP
|label4  = [[Coordinates]]
|data4   = {{{incarnate xp|}}}
|data4    = {{#if: {{{x|}}} | {{coords|{{{x}}}|{{{y}}}|{{{z}}}}} }}
|header5  =
|label5  = Level Range
|data5    = {{{levels|}}}
|header6  =
|label6  = [[Merit Rewards|Merits]]
|data6    = {{{merits|}}}
|header7  =
|label7  = [[Incarnate Shard Component|Shards]]
|data7    = {{{shards|}}}
|header8  =
|label8  = [[Incarnate Thread Component|Threads]]
|data8    = {{{threads|}}}
|header9  =
|label9  = [[Astral Merit|Astrals]]
|data9    = {{{astrals|}}}
|header10  =
|label10  = Badge
|data10  = {{{badge|{{red|Missing Badge}}}}}
|header12  =
|label12   = Enemy Groups
|data12   = {{#if: {{{enemies}}}|{{nowrap|{{{enemies}}}}}|{{red|Missing Enemy List}}}}
|header13 =  
|label13   = Incarnate XP
|data13   = {{{incarnate xp|}}}


|below =  
|below =  
}}</includeonly><noinclude>{{Documentation}}</noinclude>
}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 17:48, 10 September 2020

[edit] [purge] Documentation

Usage

The Lambda Sector Trial
Team Size 8-16 players
Badge Badge it lambda complete.png Lambda Leader
Enemy Groups
Incarnate XP Physical
v  d  e
  • name: Required. Name of Trial
  • type: Optional. Alignment or style of trial (e.g: Hero, Villain, Co-Op, Incarnate)
  • image: Optional. Map or zone image
  • contact: Optional. Contact for the trial if they exist.
  • zone: Optional. The zone the contact appears in
  • x/y/z: Optional. Contact coordinates.
  • size: Required. Range for team size
  • levels: Optional. Range for levels.
  • merits: Optional. Reward Merits awarded on completion.
  • shards: Optional. Incarnate Shards awarded on completion.
  • threads: Optional. Incarnate Threads awarded on completion.
  • astrals: Optional. Astral Merits awarded on completion.
  • enemies: Required. Enemies list, using {{Enemy EnemyName}} format
  • badge: Required. Badge for completing normal trial run
  • incarnate xp: Optional. Which type of Incarnate Experience is awarded
{{Infobox Trial
 |name= The Lambda Sector Trial
 |type= Incarnate
 |image=
 |size=8-16
 |enemies={{Enemy Imperial Defense Force}}{{Enemy Praetorians}}
 |badge=[[Lambda Leader Badge|Lambda Leader]]
 |incarnate xp=[[Incarnate Experience|Physical]]
 |sub=y
 }}


For ease of use, the following may be copied and pasted into an article:

{{Infobox Trial
|name=
|type=
|image=
|contact=
|zone=
|x=
|y=
|z=
|size=
|levels=
|merits=
|shards=
|threads=
|astrals=
|enemies=
|badge=
|incarnate xp=
}}