Jump to content

User:Cyclonenim/monobook.js

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Cyclonenim (talk | contribs) at 10:58, 16 September 2009 (clean up + status). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:Henrik/js/automod.js');

importScript('User:Ioeth/friendly.js');

FriendlyConfig = {
summaryAd                       :       " using [[WP:FRIENDLY|Friendly]]",
topWelcomes                     :       false,
watchWelcomes                   :       false,
markWelcomesAsMinor             :       false,
insertHeadings                  :       true,
welcomeHeading                  :       "== Welcome to Wikipedia! ==",
insertUsername                  :       true,
insertSignature                 :       true,
quickWelcomeMode                :       "auto",
quickWelcomeTemplate            :       "Welcome",
maskTemplateInSummary           :       true,
markSharedAsMinor               :       true,
groupByDefault                  :       true,
watchTaggedPages                :       true,
markTaggedPagesAsMinor          :       true,
        customWelcomeList:      [
                                        {
                                                label: '{{MedWelcome}}: WP:MED Welcome',
                                                value: 'MedWelcome' },

                                        {
                                                label: '{{MedWelcome-anon}}: WP:MED Anon Welcome',
                                                value: 'MedWelcome-anon' }

                                        {
                                                label: '{{User:WilliamH/Welcome|user}}: Welcome user',
                                                value: 'WelcomeUser' }
                                ]
};