From Legacy Wiki
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{|width="100%" cellpadding=5 style="border-collapse:collapse; text-align:center;" | {|width="100%" cellpadding=5 style="border-collapse:collapse; text-align:center;" | ||
|- | |- | ||
Line 25: | Line 24: | ||
| | | | ||
}} | }} | ||
− | |style="background:#222222; border:1px solid black;" width="10%"|{{{obj1loc}}} | + | |style="background:#222222; border:1px solid black;" width="10%"|{{#if: {{{obj1loc|}}} |
+ | | {{{obj1loc}}} | ||
+ | | | ||
+ | }} | ||
|style="background:#222222; border:1px solid black; text-align:left;" width="35%" rowspan="4"| {{{description}}} | |style="background:#222222; border:1px solid black; text-align:left;" width="35%" rowspan="4"| {{{description}}} | ||
|- | |- | ||
Line 43: | Line 45: | ||
| | | | ||
}} | }} | ||
− | |style="background:#222222; border:1px solid black;" width="10%"|{{{obj2loc}}} | + | |style="background:#222222; border:1px solid black;" width="10%"|{{#if: {{{obj2loc|}}} |
+ | | {{{obj2loc}}} | ||
+ | | | ||
+ | }} | ||
|- | |- | ||
|style="background:#222222; border:1px solid black;" width="10%"|[[Image:Outcasts_Transparent.gif|link=Outcasts|Outcasts|50px]] | |style="background:#222222; border:1px solid black;" width="10%"|[[Image:Outcasts_Transparent.gif|link=Outcasts|Outcasts|50px]] | ||
Line 60: | Line 65: | ||
| | | | ||
}} | }} | ||
− | |style="background:#222222; border:1px solid black;" width="10%"|{{{obj3loc}}} | + | |style="background:#222222; border:1px solid black;" width="10%"|{{#if: {{{obj3loc|}}} |
+ | | {{{obj3loc}}} | ||
+ | | | ||
+ | }} | ||
|- | |- | ||
|style="background:#222222; border:1px solid black;" width="10%"|[[Image:TCLogoTransparent.gif|link=The_Chapter|The Chapter|50px]] | |style="background:#222222; border:1px solid black;" width="10%"|[[Image:TCLogoTransparent.gif|link=The_Chapter|The Chapter|50px]] | ||
Line 82: | Line 90: | ||
}} | }} | ||
|} | |} | ||
+ | <noinclude> | ||
+ | This template makes it easier to add new WL rounds to the Warfare Cycles pages without needing to mess around with complex tables. Just fill in the missing values in the below template: | ||
+ | |||
+ | Objective IDs (for use in obj1, obj2, obj3 & obj4 parameters) are: | ||
+ | |||
+ | * Hospital | ||
+ | * Shop | ||
+ | * AA | ||
+ | * ERS | ||
+ | * Jammer | ||
+ | * PD | ||
+ | * Sentry | ||
+ | * Uplink | ||
+ | * Station | ||
+ | * Cannon | ||
+ | |||
+ | <pre> | ||
+ | {{PastWFRound | ||
+ | | datestring = | ||
+ | | description = | ||
+ | | startimage = | ||
+ | | buildimage = | ||
+ | | dfstart = | ||
+ | | bodstart = | ||
+ | | ocstart = | ||
+ | | tcstart = | ||
+ | | obj1 = | ||
+ | | obj1loc = | ||
+ | | obj2 = | ||
+ | | obj2loc = | ||
+ | | obj3 = | ||
+ | | obj3loc = | ||
+ | | obj4 = | ||
+ | | obj4loc = | ||
+ | }} | ||
+ | </pre> | ||
+ | </noinclude><noinclude> | ||
+ | [[Category:Templates]] | ||
+ | </noinclude> |
Latest revision as of 08:55, 4 May 2024
This template makes it easier to add new WL rounds to the Warfare Cycles pages without needing to mess around with complex tables. Just fill in the missing values in the below template:
Objective IDs (for use in obj1, obj2, obj3 & obj4 parameters) are:
- Hospital
- Shop
- AA
- ERS
- Jammer
- PD
- Sentry
- Uplink
- Station
- Cannon
{{PastWFRound | datestring = | description = | startimage = | buildimage = | dfstart = | bodstart = | ocstart = | tcstart = | obj1 = | obj1loc = | obj2 = | obj2loc = | obj3 = | obj3loc = | obj4 = | obj4loc = }}