User:Tobias Alcaraz/wikia.js

From Mine Blocks Wiki
< User:Tobias Alcaraz
Revision as of 15:54, 21 January 2016 by Tobias Alcaraz (talk | contribs) (Created page with "// Last Edited (testing if it works here). importArticles({ type: 'script', articles: [ 'u:dev:LastEdited/code.js', ] }); // Last edited - CONFIGURATION....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
// Last Edited (testing if it works here).
importArticles({
    type: 'script',
    articles: [
        'u:dev:LastEdited/code.js',
    ]
});
 
// Last edited - CONFIGURATION.
 
window.lastEdited = {
    avatar: false,
    size: true,
    diff: true,
    comment: true,
    time: 'timestamp',
    lang: 'es',
    namespaces: {
        include: [],
        exclude: []
    },
    pages: []
};