Difference between revisions of "Template:Organization"
Jump to navigation
Jump to search
m |
(Added documentation.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="organization" style="float:right;padding:10px;width:35%" | <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}}} | ||
Line 17: | Line 17: | ||
| style="background: lightblue" width="30%" | Guilds | | style="background: lightblue" width="30%" | Guilds | ||
| width="70%" | {{{Guilds}}} | | 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 organizationPatron
- The primary Elder God of that organization.Pantheon
- Elder Gods tied to the organizationPolStructure
- 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. |