Esempio n. 1
0
        internal WPAlbums() : base("Album|Albums|WP Albums|WPAlbums")
        {
            // Specify alternate names only

            TemplateParameters[] @params = new TemplateParameters[-1 + 1];

            _ourSettingsControl = new GenericWithWorkgroups("WikiProject Albums", Prefix, true, @params);
        }
Esempio n. 2
0
        internal WPSongs() : base("WikiProjectSongs|WP Songs|Song|Songs|WPSongs|WikiProject Song")
        {
            // Specify alternate names only

            TemplateParameters[] @params = new TemplateParameters[-1 + 1];

            _ourSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, @params);
        }
Esempio n. 3
0
		internal WPNovels() : base("Novels|WPNovels")
		{
			// Specify alternate names only

			OurSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, @params);
		}
Esempio n. 4
0
        internal WPNovels() : base("Novels|WPNovels")
        {
            // Specify alternate names only

            OurSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, @params);
        }
Esempio n. 5
0
        internal WPAustralia() : base("WPAUSTRALIA|WP Australia|WPAUS|WPAustralia")
        {
            // Specify alternate names only

            _ourSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, _params);
        }
        // Initialisation:
        internal WPMilitaryHistory() : base("WikiProject Military History|MILHIST|Milhist|WP Military History|WikiProject MILHIST|WPMILHIST|WPMilhist|MilHist|Mil Hist")
        {
            // Specify alternate names only

            _ourSettingsControl = new GenericWithWorkgroups(TemplateName, PluginName, false, _params);
        }
Esempio n. 7
0
        internal WPNovels() : base("Novel|Novels|NovelsWikiProject|Novels WikiProject|WPNovels|WPNOVEL")
        {
            // Specify alternate names only

            _ourSettingsControl = new GenericWithWorkgroups(PluginName, Prefix, true, _params);
        }