Fandom Developers Wiki
Advertisement

PageEditInfo is a script that places PageCreator and LastEdited before the article, allowing them to be used site-wide. The script can be configured to either only load PageCreator or only load LastEdited.

Installation

Importing multiple scripts? This quick guide shows how to combine the imports.
  • For site-wide use, an administrator can add the line below to the wiki's MediaWiki:ImportJS page.
dev:PageEditInfo/code.js
  • For personal use, add the code snippet below to your global.js page (for use on all wikis) or your common.js page on your wiki (for use on a single wiki). Note that personal JS must be enabled for your account.
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:PageEditInfo/code.js',
    ]
});

Configuration

Import PageCreator and LastEdited in order for this script to work. However, you may only import one if you so desire.

Advertisement