Template:Player Guide: Difference between revisions
Template page
More actions
No edit summary Tag: Manual revert |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<onlyinclude><div class="ww-navbox ww-navbox-stack mw-collapsible {{{state|expanded}}}"> | <onlyinclude><div class="ww-navbox ww-navbox-stack mw-collapsible {{{state|expanded}}}"> | ||
<div class="ww-navbox-title"> | <div class="ww-navbox-title">Player Guide</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
{{ | {{Rules|state={{{state_combat|expanded}}}}} | ||
{{Character Creation|state={{{state_character|expanded}}}}} | {{Character Creation|state={{{state_character|expanded}}}}} | ||
{{Weekly Games|state={{{state_weekly|expanded}}}}} | {{Weekly Games|state={{{state_weekly|expanded}}}}} | ||
</div> | </div> | ||
</div></onlyinclude><noinclude> | </div></onlyinclude><noinclude> | ||
This navbox is used | This navbox is the Player Guide index used at the bottom of rules, character creation, and weekly game pages. It allows players to move between the main gameplay, character creation, and weekly game reference pages without needing to return to the main page. | ||
Usage: | Usage: | ||
<pre>{{ | <pre>{{Player Guide}}</pre> | ||
Optional collapsed version: | Optional collapsed version: | ||
<pre>{{ | <pre>{{Player Guide|state=collapsed}}</pre> | ||
Optional child section states: | Optional child section states: | ||
<pre>{{ | <pre>{{Player Guide|state_combat=collapsed|state_character=expanded|state_weekly=collapsed}}</pre> | ||
</noinclude> | </noinclude> | ||