Fandom Developers Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 21: Line 21:
 
# Create <code>Template:RailModule</code> with what you want to display on the Wikia Rail
 
# Create <code>Template:RailModule</code> with what you want to display on the Wikia Rail
   
  +
You can style the rail module with the <code>.railModule</code> class.
You may also want to add more than one modules, that you have to copy the code instead of loading it. Remember to change the pagenames with different titles.
 

Revision as of 21:09, 23 October 2016

AddRailModule adds a custom module to your Wiki's Wikia Rail (side rail).

The info for the module to display is stored in Template:RailModule. You will need to create this template on your wiki containing what you would like to be within the module.

Installation

Template:Script Install/ImportJS

Usage

  1. Create Template:RailModule with what you want to display on the Wikia Rail

You can style the rail module with the .railModule class.