Difference between revisions of "Template:AARInfobox"
Jump to navigation
Jump to search
Tag: visualeditor-wikitext |
Tag: Undo |
||
Line 1: | Line 1: | ||
<includeonly>{{Infobox military conflict | <includeonly>{{Infobox military conflict | ||
| partof = {{{Metaplot}}} | | partof = {{#if: {{{Metaplot|}}} |[[hasMetaplot::{{{Metaplot}}}]] }} | ||
| image = {{{Image|}}} | | image = {{{Image|}}} | ||
| image_size = {{{ImageSize|}}} | | image_size = {{{ImageSize|}}} | ||
Line 6: | Line 6: | ||
| date = [[hasDate::{{{Date}}}]] | | date = [[hasDate::{{{Date}}}]] | ||
| gm = [[hasGM::{{{GM}}}]] | | gm = [[hasGM::{{{GM}}}]] | ||
| threat = {{{Threat}}} | | threat = {{#if: {{{Threat|}}} |[[ThreatLevelt::{{{Threat}}}]] }} | ||
| place = {{{Location}}} | | place = {{#ifexist: {{{Location}}} | [[FeaturedLocation::{{{Location}}}]] | {{{Location}}} }} | ||
| combatants_header = Factions Involved | | combatants_header = Factions Involved | ||
| combatant1 = [[ShadowHaven]] | | combatant1 = [[ShadowHaven]] | ||
| combatant2 = {{{OppositionFaction|}}} | | combatant2 = {{#ifexist: {{{OppositionFaction|}}} | [[SignificantNPC::{{{OppositionFaction}}}]] | {{{OppositionFaction|}}} }} | ||
| combatant3 = {{{OppositionFaction2|}}} | | combatant3 = {{#ifexist: {{{OppositionFaction2|}}} | [[SignificantNPC::{{{OppositionFaction2}}}]] | {{{OppositionFaction2|}}} }} | ||
| combatant1a = {{{RunnerList}}} | | combatant1a = {{#replace:{{{RunnerList}}}|[[|[[hasRunner::}} | ||
| combatant2a = {{{OppositionUnits|}}} | | combatant2a = {{#replace:{{{OppositionUnits|}}}|[[|[[SignificantNPC::}} | ||
| combatant3a = {{{OppositionUnits2|}}} | | combatant3a = {{#replace:{{{OppositionUnits2|}}}|[[|[[SignificantNPC::}} | ||
| casualties1 = {{{RunnerCasualties|}}} | | casualties1 = {{{RunnerCasualties|}}} | ||
| casualties2 = {{{OppositionCasualties|}}} | | casualties2 = {{{OppositionCasualties|}}} |
Revision as of 07:31, 2 June 2020
UsageThis 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. --> <!-- Required: The date of the run in YYYY-MM-DD format. --> |Date=YYYY-MM-DD <!-- Required: Name of the GM. --> |GM= <!-- Optional: Location where the run took place. If this is a page on the wiki, it will automatically be tagged as a Featured Location. --> |Location= <!-- Required: List of the Runners involved, linking to their pages. Please follow the example below, including the brackets. Any runner losses may also be listed. --> |RunnerList= [[ExamplePC]] <BR> [[ExamplePC2]] <BR> [[ExamplePC3]] |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. --> |Metaplot= <!-- Optional: Include any name of an opposing group in OppositionFaction, any specifics used, and casualties suffered. --> |OppositionFaction= |OppositionUnits= |OppositionCasualties= <!-- Optional: As above, but if there was a secondary opposing group. --> |OppositionFaction2= |OppositionUnits2= |OppositionCasualties2= <!-- 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= |}} |