2,691
edits
m (Added a noinclude section so it can be in the templates category) |
(Added documentation.) |
||
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> | [[Category:Templates]]</noinclude> |
edits