Changes

Jump to: navigation, search

MediaWiki:Common.js

1,117 bytes added, 7 years ago
add namespaces for LastEdited to display on
/* update this (replace the timestamp with 5 tildes) whenever this page is edited
this simplifies checking if new code has cleared server caches */
console.log('MediaWiki:Common.js last updated: 0414:2918, June 1122, 2016 (UTC)');
 
/* dev:LastEdited customization - see [[w:c:dev:LastEdited#Customization]] for documentation/more options */
window.lastEdited = {
namespaces: { /* [[User:Dinoguy1000/namespaces]] has a full list */
include: [ 114, 115, /* Portal */
100, 101, /* Card Gallery */
102, 103, /* Card Rulings */
104, 105, /* Card Errata */
106, 107, /* Card Tips */
108, 109, /* Card Trivia */
112, 113, /* Card Appearances */
116, 117, /* Card Lores */
118, 119, /* Card Artworks */
120, 121, /* Card Names */
128, 129, /* Card Sets */
122, 123, /* Set Card Lists */
124, 125, /* Set Card Galleries */
126, 127, /* Set Card Ratios */
130, 131, /* Transcript */
302, 303, /* Property (SMW) */
306, 307, /* Form (SMW) */
308, 309, /* Concept (SMW) */
370, 371 /* Filter */ ]
}
};
/* Load Dev scripts and whatnot */

Navigation menu