Difference between revisions of "Template:AARInfobox"

From ShadowHaven Reloaded
Jump to navigation Jump to search
 
Line 9: Line 9:
| place      =  {{#ifexist: {{{Location}}} | [[FeaturedLocation::{{{Location}}}]] | {{{Location}}} }}
| place      =  {{#ifexist: {{{Location}}} | [[FeaturedLocation::{{{Location}}}]] | {{{Location}}} }}
| combatants_header = Factions Involved
| combatants_header = Factions Involved
| combatant1  = [[ShadowHaven]] {{#if: {{{Ally|}}} |<BR>[[SignificantNPC::{{{Ally}}}]] }}{{#if: {{{Ally2|}}} |<BR>[[SignificantNPC::{{{Ally2}}}]] }}
| combatant1  = [[ShadowHaven]] {{#if: {{{Ally|}}} |<BR>[[SignificantNPC::{{{Ally}}}]] }}{{#if: {{{Ally2|}}} |<BR>[[SignificantNPC::{{{Ally2}}}]] }}{{#if: {{{Ally3|}}} |<BR>[[SignificantNPC::{{{Ally3}}}]] }}{{#if: {{{Ally4|}}} |<BR>[[SignificantNPC::{{{Ally4}}}]] }}
| combatant2  = {{#ifexist: {{{OppositionFaction|}}} | [[SignificantNPC::{{{OppositionFaction}}}]] | {{{OppositionFaction|}}} }}
| combatant2  = {{#ifexist: {{{OppositionFaction|}}} | [[SignificantNPC::{{{OppositionFaction}}}]] | {{{OppositionFaction|}}} }}
| combatant3  = {{#ifexist: {{{OppositionFaction2|}}} | [[SignificantNPC::{{{OppositionFaction2}}}]] | {{{OppositionFaction2|}}} }}
| combatant3  = {{#ifexist: {{{OppositionFaction2|}}} | [[SignificantNPC::{{{OppositionFaction2}}}]] | {{{OppositionFaction2|}}} }}

Latest revision as of 17:19, 15 November 2022

Usage

This template is intended to make AAR creation just a little bit easier.


{{AARInfobox|
<!-- Unless otherwise stated, it should no longer be necessary to tag anything here with wiki markup or use any brackets. -->

<!-- Required: The date of the run in YYYY-MM-DD format. -->
|Date=YYYY-MM-DD

<!-- Required: Name of the GM. -->
|GM=

<!-- Required: Location where the run took place. If this is a page on the wiki, it will automatically be tagged as a Featured Location. -->
|Location=

<!-- Optional: Any factions who were allied to the runners -->
|Ally=
|Ally2=

<!-- Required: List of the Runners involved. Please follow the example below, separating each runner's name with a vertical bar as seen below. NPC allies may also be included. -->
|RunnerList= {{AARCharacterList|Runner1|Runner2|Runner3|Runner4}}
|RunnerCasualties= 
<!-- Optional: The threat level of the run. Put please try and add this whenever possible. -->
|Threat=

<!-- Optional: If the run is a part of a Metaplot, put the name of the metaplot here in plain text. You may list up to 3 metaplots if the run is a part of multiple metaplots -->
|Metaplot=
|Metaplot2=
|Metaplot3=
|Metaplot4=
|Metaplot5=

<!-- Optional: Include any name of an opposing group in OppositionFaction, any specifics used, and casualties suffered. -->
|OppositionFaction=
|OppositionUnits={{AARCharacterList|Character1|Character2}}
|OppositionCasualties=

<!-- Optional: As above, but if there was a secondary opposing group. -->
|OppositionFaction2=
|OppositionUnits2=
|OppositionCasualties2=

<!-- Optional: As above, but if there was a secondary opposing group. -->
|OppositionFaction3=
|OppositionUnits3=
|OppositionCasualties3=

<!-- Optional: As above, but if there was a secondary opposing group. -->
|OppositionFaction4=
|OppositionUnits4=
|OppositionCasualties4=

<!-- Optional: As above, but if there was a secondary opposing group. -->
|OppositionFaction5=
|OppositionUnits5=
|OppositionCasualties5=

<!-- Optional: This will add an image to the infobox if you have one. You can specify the size and a caption. -->
|Image=
|ImageSize=
|ImageCaption=

<!-- Optional: Any extra special notes you wish to add to the end -->
|Notes=
|}}