Template:State Rules: Difference between revisions
Created page with "<div class="state-rules"> == State {{{state|XXXX}}} Guidelines == This document outlines the player-led rules and guidelines for State {{{state|XXXX}}}. These rules are voted upon by the state's leadership and are subject to change. {{{rules}}} </div> <noinclude> This template is used to display the rules for a specific State. === Usage === <code><nowiki>{{State Rules|state=1234|rules=State NUMBER/Rules}}</nowiki></code> * '''<code>state</code>''': The number of the..." Tags: Mobile edit Mobile web edit Advanced mobile edit |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
This document outlines the player-led rules and guidelines for State {{{state|XXXX}}}. These rules are voted upon by the state's leadership and are subject to change. | This document outlines the player-led rules and guidelines for State {{{state|XXXX}}}. These rules are voted upon by the state's leadership and are subject to change. | ||
{{{ | {{:State {{{state|XXXX}}}/Rules}} | ||
</div> | </div> | ||
| Line 11: | Line 11: | ||
=== Usage === | === Usage === | ||
<code><nowiki>{{State Rules|state=1234 | <code><nowiki>{{State Rules|state=1234}}</nowiki></code> | ||
* '''<code>state</code>''': The number of the state. | * '''<code>state</code>''': The number of the state. The template will automatically transclude the contents of the page "State XXXX/Rules". | ||
* ''' | * '''Important:''' Create a page called "State NUMBER/Rules" in the main namespace, changing out "RULES" with your state's number. E.g "State 1234/Rules". Write down the rules using standard wiki markup. | ||
=== Example === | === Example === | ||
{{State Rules | <pre> | ||
| state = 1234 | {{State Rules|state=1234}} | ||
</pre> | |||
</noinclude> | </noinclude> | ||