Ben 10 Fan Fiction Wiki
Register
Advertisement
Ben 10 Fan Fiction Wiki
Tutorials
AdvancedOasisUI - BackToTopButton - MarkForDeletion - RelatedDiscussionsModule - RevealAnonIP - SearchButtonV2 - VisualSpellCheck - Wikimarks


RelatedDiscussionsModule is a handy script that requires almost no customization.

Installation[]

To install RelatedDiscussionsModule, simply add:

importArticles({
    type: "script",
    articles: [
        "u:dev:RelatedDiscussionsModule/code.js"
    ]
});

to your global.js on Community Central to affect all wikis or your wikia.js on this wiki to affect only this wiki. You can only have one importArticles call in each console page, so add just:

        "u:dev:RelatedDiscussionsModule/code.js"

if you already have one. Note that if you haven't yet used any script articles you will also need to copy the "type:script articles[]" section.

Customization[]

The only customization for this script is language localization. Please see here for more details.

Usage[]

This script moves the Related Discussions at the bottom of every main namespace page to a module in the rail.

Clear Cache[]

Before this script can begin working, you must clear your cache by doing the following based on your browser.

  • Internet Explorer, Firefox, Chrome: Press Ctrl+F5.
  • Opera: Go to Tools→Preferences.
  • Konqueror and Safari: Click Reload.


This tutorial was created by Paperluigi ttyd.

Advertisement