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....")
 
(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
// 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: []
 
};
 

Latest revision as of 17:34, 15 January 2017