User:LaluShi/common.js: Difference between revisions
From Growtopia Wiki
More actions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:AjaxRC.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:QuickComments/advanced.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:LastEdited/code.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: "script", | |||
articles: [ | |||
'u:dev:AjaxDelete/code.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:FastFileDelete.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:BackToTopButton/code.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:DisplayTimer/code.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:Tooltips.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:CategoryQuickRemove.js', | |||
] | |||
}); | |||
importArticles({ | |||
type: 'script', | |||
articles: [ | |||
'u:dev:MediaWiki:AjaxRename/code.js', | |||
] | |||
}); | }); | ||
Latest revision as of 17:01, 20 September 2024
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:AjaxRC.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:QuickComments/advanced.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:LastEdited/code.js',
]
});
importArticles({
type: "script",
articles: [
'u:dev:AjaxDelete/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:FastFileDelete.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:BackToTopButton/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:DisplayTimer/code.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:Tooltips.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:CategoryQuickRemove.js',
]
});
importArticles({
type: 'script',
articles: [
'u:dev:MediaWiki:AjaxRename/code.js',
]
});