Zoywiki/Custom Sidebar: Difference between revisions

From zoywiki.com
Jump to navigation Jump to search
(Created page with "As of 7/27/2013, zoywiki now supports per game side bars. Configuration is easy. All you have to do is create the article for your game such as '''Game/Sidebar''', case sens...")
 
No edit summary
Line 8: Line 8:
<pre>
<pre>
<sidebar>
<sidebar>
{{:GlobalSidebar}}
* Game Name
* Game Name
** GAME|Main Page
** GAME|Main Page

Revision as of 04:00, 28 July 2013

As of 7/27/2013, zoywiki now supports per game side bars.

Configuration is easy. All you have to do is create the article for your game such as Game/Sidebar, case sensitive. your sidebar will appear on all pages that start with your games prefix.

So lets assume your page prefix is GAME. Your Main page should also be GAME. Create page GAME/Sidebar.

This wiki code should get you started towards making custom sidebars. The sidebar syntax is the exact same as the default MediaWiki sidebar.

<sidebar>
* Game Name
** GAME|Main Page
</sidebar>