Template:CampaignEntry

From FreeSpace Wiki
Jump to: navigation, search


Instructions

Template for simplifying the usage of the campaign page. Except for the initial template call line every other line within the template must begin with vertical bar (or 'pipe') character. After the initial template call the rest of lines are to filled in the following order:

  • Name (and link to wikipage) of the campaign
  • Type of the campaign release
  • Requirements (and possible wiki links to them)
  • Missions
  • Notes
  • Description


Example in wiki markup language

{{CampaignEntry
|[[Cardinal Spear]]
|Yes
|[[FSPort]]
|8
|V M
|The Cardinal Fleet had been laid ruin, and the crew of the GTD Agamemnon was being hunted by a Vasudan general. It was too late for victory, but not too late for vengeance...}}

Example in with explanations

{{CampaignEntry       <-- Template start marker and the name of the template we are using
|[[Cardinal Spear]]   <-- Link to page within FreeSpace wiki named 'Cardinal Spear'
|Yes                  <-- Release information
|[[FSPort]]           <-- Link to page within FreeSpace wiki named 'FSPort'
|8                    <-- Number of missions
|V M                  <-- Notes (explained in the campaign list page)
|...}}                <-- Campaign description and the template end marker

For more detailed information see the MediaWiki Handbook