Difference between revisions of "User:Tobias Alcaraz/wikia.js"

From Mine Blocks Wiki
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!

(Created page with "// Last Edited (testing if it works here). importArticles({ type: 'script', articles: [ 'u:dev:LastEdited/code.js', ] }); // Last edited - CONFIGURATION....")
(No difference)

Revision as of 15:54, 21 January 2016

// 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: []
};