Difference between revisions of "Template:Organization"

From Archives of Lusternian Lore
Jump to navigation Jump to search
(Added documentation.)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="organization" align="right" width="300"
<includeonly>{| class="organization" style="float:right;padding:10px;width:35%"
|-
|-
! colspan="2" style="background: darkblue; color:white" | {{{orgName}}}
! colspan="2" style="background: darkblue; color:white" | {{{orgName}}}
|-
| style="background: lightblue" width="30%" | Leader
| width="70%" | {{{currLeader}}}
|-
| style="background: lightblue" width="30%" | {{{govName}}}
| width="70%" | {{{currGov}}}
|-
|-
| style="background: lightblue" width="30%" | Patron
| style="background: lightblue" width="30%" | Patron
Line 21: Line 15:
| width="70%" | {{{GoveStyle}}}
| width="70%" | {{{GoveStyle}}}
|-
|-
| style="background: lightblue" width="30%" | Villages
| style="background: lightblue" width="30%" | Guilds
| width="70%" | {{{currVillages}}}
| width="70%" | {{{Guilds}}}
|}
|}</includeonly><noinclude>
Template for making a side box of organization info. Use on the main page for a city or commune.
==Parameters==
*<code>orgName</code> - name of organization
*<code>Patron</code> - The primary [[Elder God]] of that organization.
*<code>Pantheon</code> - Elder Gods tied to the organization
*<code>PolStructure</code> - Found by in-game from the command <tt>POLITICS <orgName></tt>. Traditionally <tt>Religious</tt>, <tt>Commercial</tt>, or <tt>Conquest</tt>.
*<code>GoveStyle</code> - Found by in-game from the command <tt>POLITICS <orgName></tt>. Traditionally <tt>Benign</tt>, <tt>Neutral</tt>, or <tt>Despotic</tt>.
*<code>Guilds</code> - Guilds within the organization.
 
==Example==
<pre>
{{Organization
|orgName = Ancient Jojobo
|Patron = [[Aslarn]]
|Pantheon = [[Aslarn]], [[Rahm]], [[Lorella]]
|PolStructure = Radiant
|GoveStyle = Roaring
|Guilds = some lions and spirits because mortals don't exist yet.
}}</pre>
appears as
{{Organization
|orgName = Ancient Jojobo
|Patron = [[Aslarn]]
|Pantheon = [[Aslarn]], [[Rahm]], [[Lorella]]
|PolStructure = Radiant
|GoveStyle = Roaring
|Guilds = some lions and spirits because mortals don't exist yet.
}}
[[Category:Templates]]</noinclude>

Latest revision as of 00:58, 25 July 2022

Template for making a side box of organization info. Use on the main page for a city or commune.

Parameters

  • orgName - name of organization
  • Patron - The primary Elder God of that organization.
  • Pantheon - Elder Gods tied to the organization
  • PolStructure - Found by in-game from the command POLITICS <orgName>. Traditionally Religious, Commercial, or Conquest.
  • GoveStyle - Found by in-game from the command POLITICS <orgName>. Traditionally Benign, Neutral, or Despotic.
  • Guilds - Guilds within the organization.

Example

{{Organization
|orgName = Ancient Jojobo
|Patron = [[Aslarn]]
|Pantheon = [[Aslarn]], [[Rahm]], [[Lorella]]
|PolStructure = Radiant
|GoveStyle = Roaring
|Guilds = some lions and spirits because mortals don't exist yet.
}}

appears as

Ancient Jojobo
Patron Aslarn
Divine Pantheon Aslarn, Rahm, Lorella
Political Structure Radiant
Governance Style Roaring
Guilds some lions and spirits because mortals don't exist yet.