Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Pppery
.
Toggle Highlighting
SQL
use mediawikiwiki_p; select concat("* {{configuration list entry|",replace(page_title,"$",""),"}}") from categorylinks join page on page_id=cl_from where page_namespace=100 and cl_to="MediaWiki_configuration_settings" and not exists (select 1 from categorylinks where cl_from=page_id and cl_to REGEXP "MediaWiki_configuration_settings_removed_in_version_1\\.(\\d|[12]\\d|3[0-4])\\.\\d") and not exists (select 1 from pagelinks join linktarget on lt_id=pl_target_id where pl_from=/*/3106/*/2826/**/ and lt_namespace=100 and lt_title=page_title) and page_title not like "%Math%" -- extension config, shouldn't be in Manual namespace -- Added and removed within one version cycle, so not bothering and page_title != "$wgStructuredChangeFiltersEnableExperimentalViews" and page_title != "$wgStructuredChangeFiltersEnableLiveUpdate" and page_title != "$wgStructuredChangeFiltersEnableSaving" and page_title != "$wgDismissableSiteNoticeForAnons" and page_title != "$wgDisableUserGroupExpiry" and page_title != "$wgParserCacheUseJson" and page_title != "$wgDjvuShell" and page_title != "$wgEnableWANCacheReaper" -- per Krinkle and page_title != "$wgExperimentalLoginPopup" and page_title != "$wgEventLoggingSchemas" -- extension config; and page_title != "Configuration_settings" -- false positive and page_title != "Configuration_settings_(alphabetical)" -- false positive and page_title not like "%Vector%"; use mediawikiwiki_p; select concat("* {{configuration list entry|",replace(page_title,"$",""),"}}") from categorylinks join page on page_id=cl_from where page_namespace=100 and cl_to="MediaWiki_configuration_settings" and not exists (select 1 from categorylinks where cl_from=page_id and cl_to REGEXP "MediaWiki_configuration_settings_removed_in_version_1\\.(\\d|[12]\\d|3[0-4])\\.\\d") and not exists (select 1 from pagelinks join linktarget on lt_id=pl_target_id where pl_from=/**/3106/*/2826/**/ and lt_namespace=100 and lt_title=page_title) and page_title not like "%Math%" -- extension config, shouldn't be in Manual namespace -- Added and removed within one version cycle, so not bothering and page_title != "$wgStructuredChangeFiltersEnableExperimentalViews" and page_title != "$wgStructuredChangeFiltersEnableLiveUpdate" and page_title != "$wgStructuredChangeFiltersEnableSaving" and page_title != "$wgDismissableSiteNoticeForAnons" and page_title != "$wgDisableUserGroupExpiry" and page_title != "$wgParserCacheUseJson" and page_title != "$wgDjvuShell" and page_title != "$wgEventLoggingSchemas" -- extension config; and page_title != "Configuration_settings" -- false positive and page_title != "Configuration_settings_(alphabetical)" -- false positive and page_title not like "%Vector%";
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...