Search Results: Module:Database report/generate docs/doc
Sorry, the article you're looking for isn't specifically available. Here are related topics:
Module:Database report/doc
Jumat, 2025-12-19 22:27:43configure database reports. If your SQL code and other config is static, you probably don't need to use this module. You can directly use {{database report}}...
Click to read more »Module:Database report/facade
Kamis, 2026-01-15 20:24:20"This table is generated by querying the [[wikitech:Help:Toolforge/Database|database replica]] "..(isPeriodic and 'and is periodically updated' or '')...
Click to read more »Module:Database reports/doc
Minggu, 2025-09-07 00:27:26report Database reports/Example report/doc Database reports/Hot articles Database reports/Hot articles/doc Database reports/Hot articles/sandbox Database reports/Hot...
Click to read more »Module:Database reports
Kamis, 2025-09-04 15:45:32-- The subpages of this module are used for storing Lua database report configurations...
Click to read more »Module:User:SD0001/Database report
Rabu, 2025-09-03 11:54:55module for generating {{database report}} configurations. This module provides a class-based interface to create valid database report wikitext configurations...
Click to read more »Module:Database report
Sabtu, 2025-09-20 01:18:09Lua module for generating {{database report}} configurations. This module provides a class-based interface to create database report configurations. Usage...
Click to read more »Module:Database reports/Hot articles/doc
Minggu, 2025-11-16 20:27:28supersedes lists created by User:HotArticlesBot. {{Database report | lua_source = Module:Database reports/Hot articles | lua_arg_project = <!-- Name of...
Click to read more »Module:Database report/facade/doc
Jumat, 2025-09-19 01:02:06This module is used from {{Database report}}....
Click to read more »Module:Database report/navlinks/doc
Kamis, 2025-09-04 03:00:09This module is used from {{Database report/subpage}} and {{Database report/footer}}....
Click to read more »Module:Database report/navlinks
Jumat, 2025-09-05 01:00:36require('Module:Arguments') local p = {} -- Called from {{Database report/footer}} and {{Database report/subpage}} function p.navlinks(frame) local args...
Click to read more »Module:Sandbox/extract database report
Sabtu, 2026-04-11 00:01:07--- Extract values from Database report footers. --- --- Reads saved page wikitext and matches --- "{{Database report/footer|...}}" directly. --- Supports...
Click to read more »Module:Database reports/Long pages by namespace/doc
Sabtu, 2025-09-20 01:48:30User:SDZeroBot/sandbox/Longest pages in File namespace. {{Database report | lua_source = Module:Database reports/Long pages by namespace | lua_function = main...
Click to read more »Module:Database report/preload
Sabtu, 2025-09-06 16:48:31local Report = require('Module:Database report') local p = {} p.main = function() local report = Report:new() report:setSQL('...WRITE YOUR SQL HERE...
Click to read more »Module:Database reports/Hot articles by category/doc
Minggu, 2025-11-16 20:12:39supersedes lists created by User:HotArticlesBot. {{Database report | lua_source = Module:Database reports/Hot articles by category | lua_arg_category...
Click to read more »Module:Database report/editintro/doc
Sabtu, 2025-09-06 16:48:38See Module:Database report for documentation on configuring the report....
Click to read more »Module:Database report/sandbox
Kamis, 2025-09-18 00:12:26Lua module for generating {{database report}} configurations. This module provides a class-based interface to create database report configurations. Usage...
Click to read more »Module:Database reports/Example report
Jumat, 2025-09-05 01:55:36local Report = require('Module:Database report') local p = {} p.main = function() local report = Report:new() report:setSQL("SELECT page_namespace...
Click to read more »Module:Database reports/WikiProject edit count/doc
Minggu, 2025-09-07 09:01:15which is supplied the count in raw form by {{{1}}}. {{Database report | lua_source = Module:Database reports/WikiProject edit count | lua_arg_pap_project_title...
Click to read more »Module:Database reports/Example report/doc
Minggu, 2025-09-07 00:04:42This is an example report configuration using Module:Database report. It is used on User:SDZeroBot/sandbox/Example report....
Click to read more »Module:Database reports/sandbox
Selasa, 2025-09-23 02:38:57local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Database reports/Long pages by namespace
Kamis, 2025-09-18 02:46:52local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Database report/testcases
Jumat, 2025-09-05 00:45:03local Report = require('Module:Database report') local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function...
Click to read more »Module:Database report/facade/sandbox
Jumat, 2025-09-19 03:38:16"This table is generated by querying the [[wikitech:Help:Toolforge/Database|database replica]] "..(isPeriodic and 'and is periodically updated' or '')...
Click to read more »Module:Sandbox/Wnt/FindFeatures/displayDatabase
Minggu, 2019-11-24 06:37:57table.insert(database,{recordname, recordcoord}) end end return database end function getDatabase(pages, pRadius, eRadius) local database = {} local...
Click to read more »Module:Cite taxon/doc
Rabu, 2026-05-20 21:51:15was created to generate {{cite web}} references to the Catalog of Fishes database. The capabilities were extended to handle other fish-related references...
Click to read more »Module:Database reports/WikiProject edit count
Minggu, 2025-09-07 06:33:43local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Taxonbar/conf
Rabu, 2026-05-27 22:31:11local p = {} --Database entry format: { 'parameter name', 'label to display', propertyId in Wikidata or 'URL' } -- ----------------------------------...
Click to read more »Module:Political party
Sabtu, 2026-02-21 23:27:56party_info = data_all[party] end -- Check if database value exists -- * Not even in database - return given error or input -- * No color - return...
Click to read more »Module:Database reports/Hot articles
Kamis, 2025-09-25 21:50:08local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Find sources/templates/Find sources medical
Rabu, 2025-08-13 07:43:22code = 'cochrane', display = 'Cochrane', tooltip = 'Cochrane Database of Systematic Reviews' }, { code = 'doaj', display = 'DOAJ',...
Click to read more »Module:Database reports/Hot articles/sandbox
Selasa, 2025-09-23 23:05:07local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Political party/sandbox
Sabtu, 2026-02-21 21:25:57party_info = data_all[party] end -- Check if database value exists -- * Not even in database - return given error or input -- * No color - return...
Click to read more »Module:Database reports/Hot articles by category
Kamis, 2025-09-25 21:56:16local Report = require('Module:Database report') local Arguments = require('Module:Arguments') local p = {} p.main = function(frame) local args = Arguments...
Click to read more »Module:Find sources/templates/Find sources medical/sandbox
Kamis, 2024-10-17 00:10:11code = 'cochrane', display = 'Cochrane', tooltip = 'Cochrane Database of Systematic Reviews' }, { code = 'doaj', display = 'DOAJ',...
Click to read more »Module:Canada NTS/data/doc
Jumat, 2024-08-30 03:32:22listed in this database with an empty string as their name, "". Total number of published NTS 1:50,000 scale map sheets: 13,230 – this database has 14,138...
Click to read more »Module:Sandbox/Wnt/FindFeatures
Rabu, 2020-02-12 03:54:39-- It uses other modules containing database files, which can be generated by Module:FindFeatures/displayDatabase -- These files can be edited manually...
Click to read more »Module:Transclusion count/doc
Kamis, 2024-03-07 02:07:39template has been transcluded, to use when values cannot be read from the database. This value will be ignored if transclusion data is available for the current...
Click to read more »Module:Transclusion count
Selasa, 2025-08-12 05:36:46tonumber(data[mw.ustring.gsub(template, " ", "_")]) end end end -- If database value doesn't exist, use value passed to template if return_value == nil...
Click to read more »Module:Sandbox/Tom.Reding/conf
Selasa, 2018-04-17 22:27:51local p = {} --Database entry format: { parameter name, label to display, propertyId in Wikidata or URL } -- ----------------------------------------...
Click to read more »Module:Transclusion count/sandbox
Jumat, 2022-11-11 14:40:08tonumber(data[mw.ustring.gsub(template, " ", "_")]) end end end -- If database value doesn't exist, use value passed to template if return_value == nil...
Click to read more »Module:Professional wrestling profiles/testcases
Rabu, 2025-10-01 23:02:44[http://www.profightdb.com/wrestlers/john-cena-350.html Internet Wrestling Database]"); self:preprocess_equals('{{#invoke:Professional wrestling...
Click to read more »Module:Legislationuk/data/doc
Jumat, 2024-08-30 05:07:56This is the database used by Module:Legislationuk....
Click to read more »Module:Unicode data/category/doc
Selasa, 2019-09-17 02:25:01DerivedGeneralCategory.txt and PropertyValueAliases.txt in the Unicode Character Database. The category Cn (Unassigned) is omitted because it is the default for...
Click to read more »Module:Unicode data/blocks/doc
Selasa, 2019-09-24 23:07:20Contains data on Unicode blocks for Module:Unicode data derived from Blocks.txt in the Unicode Character Database....
Click to read more »Module:Taxonbar/confdoc
Sabtu, 2022-10-22 16:10:59local format = string.format for _, db in pairs( conf.databases ) do local prop = db[3] if type(prop) == 'number' and prop > 0 then...
Click to read more »Module:Naval Vessel Register URL/doc
Sabtu, 2025-07-19 01:35:18module generates links to ships in the Naval Vessel Register (nvr.navy.mil) database. Intended to be used by: {{Naval Vessel Register URL}} {{Naval Vessel Register...
Click to read more »Module:Cite taxon
Kamis, 2026-05-21 21:55:53(2024) The Reptile Database, http://www.reptile-database.org, accessed [insert date here citationArgs = { --website="reptile-database.org", website="[[Reptile...
Click to read more »Module:Unicode data/aliases/doc
Kamis, 2022-03-24 14:54:01Unicode character. Generated from NameAliases.txt in the Unicode Character Database using a script at wikt:User:Kephir/Unicode. Unicode alias names and abbreviations...
Click to read more »Module:Unicode data/scripts/doc
Rabu, 2026-03-04 01:57:33module is generated by Module:Unicode data/scripts/make from Scripts.txt and PropertyValueAliases.txt in the Unicode Character Database (version 17.0)....
Click to read more »Module:Cite taxon/sandbox
Jumat, 2025-11-14 23:14:28(2024) The Reptile Database, http://www.reptile-database.org, accessed [insert date here citationArgs = { --website="reptile-database.org", website="[[Reptile...
Click to read more »Module:Unicode data/derived core properties/doc
Selasa, 2019-09-24 23:08:48Module:Unicode data/sandbox. Generated by Module:Unicode data/derived core properties/make from DerivedCoreProperties.txt in the Unicode Character Database....
Click to read more »Module:Taxonbar/doc
Jumat, 2025-08-08 09:06:03Taxonbar, follow instructions at Template:Taxonbar/doc. Parameters and databases are set by Module:Taxonbar/conf. For testcases use: {{Taxonbar | from=QID}}...
Click to read more »Module:Authority control/config
Rabu, 2026-06-03 23:08:08control/auxiliary' p.i18n = { aclink = '[[Help:Authority control|Authority control databases]]', ACmodule = 'Module:Authority control', attentioncat = 'Pages with...
Click to read more »Module:External links/conf/Sports
Kamis, 2026-05-28 05:35:58-- national { prop='P2780', message='[$2 $1] at IAT Database Diving$3', short='[$2 IAT Database Diving]', langcode='de' }, -- Institute for Applied Training...
Click to read more »Module:Authority control/config/sandbox
Kamis, 2026-06-04 00:28:33p.i18n = { aclink = '[[Help:Authority control|Authority control databases]]', ACmodule = 'Module:Authority control', attentioncat = 'Pages with...
Click to read more »Module:Professional wrestling profiles/sandbox
Selasa, 2020-10-06 00:43:30{"iwd", "http://www.profightdb.com/wrestlers/$1.html", "Internet Wrestling Database", "P2829"} } local alone = { {"http://www.cagematch.net/?id=2&nr=$1"...
Click to read more »Module:Sandbox/Peter coxhead/Refgen
Rabu, 2023-05-24 00:19:32has functions which generate references using various "cite taxonomic-database" templates, such as {{Cite POWO}}, using standardized parameters: * taxon...
Click to read more »Module:Slovak municipality/doc
Minggu, 2025-08-17 03:56:05of Template:Slovak municipality. This template use the data from CC-BY database. Original first author: Dušan Kreheľ. Reference implementation is on hrwiki...
Click to read more »Module:Article link count/doc
Minggu, 2026-03-08 05:07:11wiki page, this is especially useful in conjunction with the results of {{Database report}}-based or other internally generated reports that list articles...
Click to read more »Module:External links/conf/Sports/sandbox
Minggu, 2026-03-22 13:18:09-- national { prop='P2780', message='[$2 $1] at IAT Database Diving$3', short='[$2 IAT Database Diving]', langcode='de' }, -- Institute for Applied Training...
Click to read more »Module:Canada NTS/doc
Jumat, 2024-08-30 03:32:35a given set of coordinates, as well as the name of the map sheet. The database of map sheet names can be found in Module:Canada NTS/data, and is sourced...
Click to read more »Module:ISO 3166
Rabu, 2025-10-29 00:55:28--[[----------F I N D N A M E----------]]-- -- Finds the name in the database local function findname(code,cdata,qry) local sqry = p.strip(qry) if...
Click to read more »Module:Professional wrestling profiles
Sabtu, 2025-10-11 08:18:31wikidata = nil } }, { key = "iwd", name = "Internet Wrestling Database", person = { url = "http://www.profightdb.com/wrestlers/%s.html", wikidata...
Click to read more »Module:Unicode data/doc
Jumat, 2025-06-20 06:08:23information is retrieved from data modules generated from the Unicode Character Database, or derived by rules given in the Unicode Specification. It and its submodules...
Click to read more »Module:WikidataIdentifiers
Selasa, 2022-07-05 00:59:54violations for P1367 are at: -- https://www.wikidata.org/wiki/Wikidata:Database_reports/Constraint_violations/P1367#Single_value p.getIdentifierQualifier...
Click to read more »Module:External links/conf/Sports/doc
Selasa, 2025-05-13 12:40:01prop='dbwrestling', message="[$2 ''$1''] at the International Wrestling Database", langcode='en', url='https://www.iat.uni-leipzig.de/datenbanken/dbwrestling/daten...
Click to read more »Module:Wikt-lang/testcases
Sabtu, 2025-06-21 23:26:46sort(language_codes, comp) return language_codes end function p:test_3_all_database_links() local wiktionary_test_patterns = get_test_patterns(true) local...
Click to read more »Module:Authority control/config/staging
Rabu, 2026-06-03 23:06:51control/auxiliary' p.i18n = { aclink = '[[Help:Authority control|Authority control databases]]', ACmodule = 'Module:Authority control', attentioncat = 'Pages with...
Click to read more »Module:Contentious topics/talk notice
Rabu, 2026-05-13 04:06:33box') local categoryDatabase = mw.loadJsonData("Template:Contentious topics/Category database.json") local restrictionsDatabase = mw.loadJsonData("Template:Contentious...
Click to read more »Module:Contentious topics/talk notice/sandbox
Rabu, 2026-05-13 04:01:52box') local categoryDatabase = mw.loadJsonData("Template:Contentious topics/Category database.json") local restrictionsDatabase = mw.loadJsonData("Template:Contentious...
Click to read more »Module:Lockbox
Minggu, 2024-11-10 13:48:34lockbox page), this creates the required entry in the link table in the -- database. When the current title is the grandparent title or up (i.e. we -- are...
Click to read more »Module:Authority control/config/doc
Minggu, 2024-12-29 09:31:41label for the link. remark = a brief explanation of the authority control database, for use on the documentation of Template:Authority control only. The syntax...
Click to read more »Module:Coordinates
Senin, 2026-01-26 03:35:45display elements of {{coord}}. In order to load coordinates into the database, the {{#coordinates:}} parser function must also be called, this is done...
Click to read more »Module:Contentious topics/talk notice/doc
Senin, 2025-09-08 09:33:15of all standard set restrictions Template:Contentious topics/Category database.json is the name of the category added when a restriction is active (without...
Click to read more »Module:Sandbox/Wnt/FindFeatures/doc
Minggu, 2023-11-19 19:34:52prevent the link to the page presently being displayed from being included. Databases for this module are created by {{#invoke:FindFeatures|venus|displaydatabase=yes}}...
Click to read more »Module:Wd/i18n
Rabu, 2025-07-23 02:53:10["external-id"] = "id", -- used for any type of database property ID [aliasesP.title] = "title", [aliasesP...
Click to read more »Module:Coordinates/sandbox
Senin, 2026-01-12 03:40:02display elements of {{coord}}. In order to load coordinates into the database, the {{#coordinates:}} parser function must also be called, this is done...
Click to read more »Module:Naval Vessel Register URL
Senin, 2025-08-11 23:02:19module generates links to ships in the Naval Vessel Register (nvr.navy.mil) database. It is used by Template:Naval Vessel Register URL and Template:Naval...
Click to read more »Module:Find sources/links
Jumat, 2023-11-24 09:47:34search_type=standard&criteria=$1&from_date=2012", display = "Trip Database", description = "Trip Database: Search engine for clinical research evidence.", }, ...
Click to read more »Module:RexxS
Kamis, 2022-11-03 00:49:08violations for P1367 are at: -- https://www.wikidata.org/wiki/Wikidata:Database_reports/Constraint_violations/P1367#Single_value -- Now in [[Module:WikidataIdentifiers]]...
Click to read more »Module:Authority control/data
Kamis, 2026-06-04 00:56:08"label": "ULAN", "remark": "ULAN is an online database using a controlled vocabulary currently containing around 293,000 names...
Click to read more »Module:Taxonbar
Minggu, 2025-12-14 22:45:10true, } --master list of l/c acceptable args for _, d in pairs( conf.databases ) do if d[1] ~= 'Wikidata' then --made obsolete by from acceptableArgs[mw...
Click to read more »Module:Database report/generate docs
Minggu, 2025-09-07 00:25:02--[[ Lua module for generating wikitext documentation from LuaDoc comments. This module parses LuaDoc-style comments from Lua modules and generates comprehensive...
Click to read more »Module:Lockbox/sandbox
Senin, 2020-07-27 04:08:59lockbox page), this creates the required entry in the link table in the -- database. When the current title is the grandparent title or up (i.e. we -- are...
Click to read more »Module:OSM/doc
Kamis, 2022-12-22 11:05:30assigned to them? Well there is a tool to help with this. It has the whole database of Openstreetmap, updated on a minutely basis and it's fast to query, on...
Click to read more »Module:Sandbox/Thayts/Wd/i18n
Rabu, 2020-09-23 01:59:33["external-id"] = "id", -- used for any type of database property ID [aliasesP.title] = "title", [aliasesP...
Click to read more »Module:Sandbox/Urban Versis 32/WEmoji
Kamis, 2022-06-16 09:38:47Initialization -- local p = {}; -- SECTION 2: Emojis list/integrated database -- -- 1-8 p.wp = function(frame) local str = "[[File:Wikipedia-logo-v2...
Click to read more »Module:Infobox gridiron football person/convert
Kamis, 2015-09-10 10:55:34printfd("| CBS = %s", args.CBS) end if args.DatabaseFootball then printfd("| DatabaseFootball = %s", args.DatabaseFootball) end if args.CoachPFR then ...
Click to read more »Module:Sandbox/mikeblas/Mountain table cell/doc
Rabu, 2020-05-27 02:01:59the United States Geological Survey Geographic Names Information System database. The value of this parameter is used to make a reference to the gnis website...
Click to read more »Module:SST/doc
Sabtu, 2026-03-14 02:19:04citation requests a book key, shard, or volume that does not exist in the database, it outputs a visible error and categorizes the page into Category:SSTS...
Click to read more »Module:ISO 3166/sandbox
Selasa, 2025-08-26 00:55:47--[[----------F I N D N A M E----------]]-- -- Finds the name in the database local function findname(code,cdata,qry) local sqry = p.strip(qry) if...
Click to read more »Module:Football squad/doc
Kamis, 2022-03-31 05:16:14This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please...
Click to read more »Module:Infobox gene
Rabu, 2025-02-05 02:58:46reference_sequence_identifiers.database_name:UniProt%20AND%20' ..'rcsb_polymer_entity_container_identifiers.reference_sequence_identifiers.database_accession:' local...
Click to read more »Module:Naval Vessel Register URL/sandbox
Jumat, 2022-10-21 17:00:16module generates links to ships in the Naval Vessel Register (nvr.navy.mil) database. It is used by Template:Naval Vessel Register URL and Template:Naval...
Click to read more »Module:Routelist row
Jumat, 2025-01-03 10:31:57linkTarget, abbr) else link = abbr end if not link then error("Type not in database: " .. args.type) end local sortkey = sortkey(args) local sortedLink =...
Click to read more »Module:Taxonbar/sandbox
Rabu, 2025-12-17 19:42:44true, } --master list of l/c acceptable args for _, d in pairs( conf.databases ) do if d[1] ~= 'Wikidata' then --made obsolete by from acceptableArgs[mw...
Click to read more »Module:Footnotes/whitelist
Sabtu, 2026-05-30 10:57:19{'Duke-RDC'}, ['CITEREFDumbarton_Oaks_Hagiography_Database'] = {'Dumbarton Oaks Hagiography Database'}, ['CITEREFDunbar1969'] = {'Dunbar-Railroads'},...
Click to read more »Module:Find sources/links/sandbox
Kamis, 2024-10-17 00:27:46search_type=standard&criteria=$1&from_date=2012", display = "Trip Database", description = "Trip Database: Search engine for clinical research evidence.", }, ...
Click to read more »Module:European and national party data/Wd/i18n
Sabtu, 2025-06-07 22:53:35["external-id"] = "id", -- used for any type of database property ID [aliasesP.title] = "title", [aliasesP...
Click to read more »Module:Wd/sandbox/i18n
Jumat, 2025-08-08 00:45:21["external-id"] = "id", -- used for any type of database property ID [aliasesP.title] = "title", [aliasesP...
Click to read more »Module:Sandbox/RexxS/Sources/data
Sabtu, 2021-05-01 18:07:55"https://www.ncpedia.org/$1", }, { "Notable Kentucky African Americans Database", "P8156", "https://nkaa.uky.edu/nkaa/items/show/$1", }, { "New Georgia...
Click to read more »Module:Year in various calendars/doc
Kamis, 2023-12-28 21:57:18This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please...
Click to read more »Module:Football map
Minggu, 2022-10-23 11:14:31They can have any name and may also hold data. local p = {} local stadiumDatabase = require( "Module:Football map/data" ) -- configuration module ...
Click to read more »Module:Infobox gene/sandbox
Selasa, 2025-02-04 22:50:47reference_sequence_identifiers.database_name:UniProt%20AND%20' ..'rcsb_polymer_entity_container_identifiers.reference_sequence_identifiers.database_accession:' local...
Click to read more »Module:Sandbox/AdrianoRutzWikidataIB
Senin, 2026-01-19 22:52:02'Module:Weblink' } local function loadDatabase( t, key ) if databasesNames[key] then local m = mw.loadData( databasesNames[key] ) t[key] = m return...
Click to read more »Module:Footnotes/whitelist/sandbox
Kamis, 2026-05-07 19:48:02{'Duke-RDC'}, ['CITEREFDumbarton_Oaks_Hagiography_Database'] = {'Dumbarton Oaks Hagiography Database'}, ['CITEREFDunbar1969'] = {'Dunbar-Railroads'},...
Click to read more »Module:Lang/documentor tool
Senin, 2025-05-12 23:10:52language_code:find('[Ee]rror') then -- Error: Language code not found in database. return make_error(string.format(error_messages["NOT_VALID_LANGUAGE_CODE"]...
Click to read more »Module:Sandbox/Keizers/doc
Senin, 2024-04-08 02:36:42This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please...
Click to read more »Module:Designation/lookup
Selasa, 2026-05-05 10:51:48"nswhr", "nsw shr": "nswhr", "new south wales heritage database": "nswhd", "nsw heritage database": "nswhd", "nsw hd": "nswhd", "northern territory heritage...
Click to read more »Module:SST/shards/F
Senin, 2026-06-08 06:28:31Improvement Plans", ['6'] = "Chapter 6. Airborne Navigation Databases", ['7'] = "Chapter 7. Helicopter Instrument Procedures", ...
Click to read more »Module:Designation/lookup/sandbox
Selasa, 2026-05-05 11:10:47"nswhr", "nsw shr": "nswhr", "new south wales heritage database": "nswhd", "nsw heritage database": "nswhd", "nsw hd": "nswhd", "northern territory heritage...
Click to read more »Module:Sandbox/MJL/ACRedirect
Senin, 2022-10-24 04:11:17'Art research institutes','Biographical dictionaries','Scientific databases', 'Other'} local sections = { ['General'] = {}, ['National...
Click to read more »Module:Lang/documentor tool/sandbox
Jumat, 2025-04-11 14:14:34language_code:find('[Ee]rror') then -- Error: Language code not found in database. return make_error(string.format(error_messages["NOT_VALID_LANGUAGE_CODE"]...
Click to read more »Module:WikiProject banner/doc
Senin, 2026-06-08 17:42:03reports Directory Proposals Deletion Signpost Shortcuts Popular pages Database reports New Changes Watchers Culture and the arts Arts Music Performing...
Click to read more »Module:Footnotes/whitelist/sort/doc
Jumat, 2024-08-30 04:27:10{'Duke-RDC'}, ['CITEREFDumbarton_Oaks_Hagiography_Database'] = {'Dumbarton Oaks Hagiography Database'}, ['CITEREFDunbar1969'] = {'Dunbar-Railroads'},...
Click to read more »Module:Signpost/index/2005
Senin, 2024-04-29 08:13:02{"-1"}, }, { date = "2005-03-21", subpage = "Database disk space", title = "Overloaded database server forces Wikipedia to shut off editing temporarily"...
Click to read more »Module:Cyclone map
Sabtu, 2022-10-22 05:04:38possible option: keep cyclone data in subpage data files --local stormDatabase = require( "Module:Cyclone map/data" ) -- configuration module ...
Click to read more »Module:Val/units/doc
Senin, 2025-05-05 23:59:00000, and scale 1e9 (1×109). After the following entry is saved to the database billion billion 1,000,000,000 1e9 {{val|2|u=billion}} would start sorting...
Click to read more »Module:Taxonbar/sandbox2
Jumat, 2022-10-21 17:01:26overrides local sourcesFound = false for _, params in pairs( conf.databases ) do params[1] = mw.ustring.lower(params[1]) --Wikidata fallback...
Click to read more »Module:Docbunto/references
Rabu, 2024-09-25 13:37:59message:inLanguage", ["mw.message:useDatabase"] = "mw:Extension:Scribunto/Lua reference manual#mw.message:useDatabase", ["mw.message:plain"] =...
Click to read more »Module:Coordinates/sandbox2
Selasa, 2023-05-02 13:56:45display elements of {{coord}}. In order to load coordinates into the database, the {{#coordinates:}} parser function must also be called, this is done...
Click to read more »Module:Citation/CS1/testcases
Jumat, 2024-09-27 08:42:55Lejeune S, Schmidt K |title=Laetrile treatment for cancer |journal=Cochrane Database Syst Rev |issue=2 |pages=CD005476 |year=2006 |pmid=16625640 |doi=10.1002/14651858...
Click to read more »Module:Sandbox/trappist the monk/taxonomy
Rabu, 2025-05-07 01:00:42parser function counter but keeps nonexistent templates out of [[Wikipedia:Database reports/Transclusions of non-existent templates]] -- executing a nonexistent...
Click to read more »Module:Signpost/index/2019
Selasa, 2024-06-25 12:43:51subpage = "Technology report", title = "Actors and Bots", subhead = "Database changes, new scripts, Tech News, and more.", authors = {"DannyS712"}...
Click to read more »Module:Transclusion count/data/C
Minggu, 2026-06-07 12:11:11["Contentious_topics/Arab-Israeli_talk_notice"] = 6100, ["Contentious_topics/Category_database.json"] = 21000, ["Contentious_topics/Restrictions_definition.json"] = 21000...
Click to read more »Module:RSdata5/data
Selasa, 2025-10-14 11:23:55Names Database", notice_year = "2019", rfc = true } }, rsp_last = "2019", summary = "NNDB is a biographical database operated...
Click to read more »Module:Signpost/index/2016
Jumat, 2025-07-18 13:06:09translation gaps", subhead = "More reports surface of pirates' new favorite database: Wikimedia Commons", authors = {"Andreas Kolbe"}, piccy = {credits...
Click to read more »Module:Motd/data/2012
Kamis, 2022-04-14 00:59:59weak]]? [[WP:DIE|''You're weak!'']]]==], [==[[[Dave Barry|→]] [[WP:DBR|Database, ''n.'': the information you lose when your memory crashes.]]]==], [==[[[2010:...
Click to read more »Module:Find sources/doc
Kamis, 2024-10-17 00:11:21for India. The Times of India trip Trip Database: Search engine for clinical research evidence. Trip Database uptodate No description available UpToDate...
Click to read more »Module:Signpost/index/2012
Senin, 2024-04-29 08:13:24power structure and political slant; Wikipedia compared to commercial databases", subhead = "", authors = {"Tilman Bayer", "Piotr Konieczny"}, piccy...
Click to read more »Module:DBR index
Kamis, 2023-06-15 12:06:03local p = {} local title = mw.title.getCurrentTitle() -- The point of this module is to keep the [[WP:PEIS]] lower than is possible -- with nested templates...
Click to read more »Module:Authority control/doc/Wikidata properties table
Selasa, 2023-03-28 23:49:06ID (P245) Union List of Artist Names Artists ULAN ℹ️ ULAN is an online database using a controlled vocabulary currently containing around 293,000 names...
Click to read more »Module:Designation/list/sandbox
Senin, 2026-03-23 20:34:07"New South Wales" }, "nswhd": { "text": "[[New South Wales Heritage Database]]\u003Cbr /\u003E(Local Government Register)", "col": "FFFFFF", "col2":...
Click to read more »Module:Signpost/index/2018
Selasa, 2024-06-25 12:43:48"2018-01-16", subpage = "Technology report", title = "Dedicated Wikidata database servers", subhead = "Plus the latest technology upgrades, tools and news...
Click to read more »Module:Excerpt/testcases
Selasa, 2026-01-27 08:44:15CD−34°8117, GC 16892, HD 107832, HIP 60449, HR 4712, SAO 203420, G 113 G. Cen Database references SIMBAD data x1 Centauri is a star located in the constellation...
Click to read more »Module:Designation/list
Kamis, 2026-05-07 18:40:10"New South Wales" }, "nswhd": { "text": "[[New South Wales Heritage Database]]\u003Cbr /\u003E(Local Government Register)", "col": "FFFFFF", "col2":...
Click to read more »Module:Sandbox/Favonide
Jumat, 2025-03-28 21:50:27display elements of {{coord}}. In order to load coordinates into the database, the {{#coordinates:}} parser function must also be called, this is done...
Click to read more »Module:Signpost/index/2015
Senin, 2024-04-29 08:13:32more than usually severe outage Wikimedia Labs occurred after a massive database corruption implosion on June 17.", authors = {"Resident Mario"}, piccy...
Click to read more »Module:Taxonbar/confdoc/doc
Sabtu, 2022-10-22 16:16:48identifier for a species, in the AmphibiaWeb database antweb P5299 identifier for a taxon in the AntWeb database aoi P5003 identifier for a species of amphibian...
Click to read more »Module:Signpost/index/2014
Senin, 2024-04-29 08:13:30a hub for researchers", subhead = "Wikidata, Wikimedia's free linked database that supplies Wikipedia and its sister projects, is gearing up to submit...
Click to read more »Module:DartsRankings/doc
Kamis, 2025-12-04 22:41:42Players EADC PDCNB Rankings PDCNB Players PDCNB PDCAsia Rankings PDCAsia Players PDCAsia Orgs are interchangeable since they use a combined player database....
Click to read more »Module:Signpost/index/2011
Senin, 2024-04-29 08:13:20date = "2011-06-27", subpage = "News and notes", title = "ArbCom database theft; WikiLove to roll out on the English Wikipedia; brief news", subhead...
Click to read more »Module:ImportProtein/testcases
Sabtu, 2017-08-26 09:34:244F5A_A, 4F5B_A, 4HXJ_A, 4HXJ_B xrefs (non-sequence databases): IPI:IPI00328867, IPI:IPI00641230, UniGene:Hs.195659, PDBsum:1A07...
Click to read more »Module:Sandbox/trappist the monk/layurl/data
Kamis, 2022-01-27 22:05:19Potti"] = true, ["Animal Free Research UK"] = true, ["Animal Genome Size Database"] = true, ["Animal allergy"] = true, ["Animal bite"] = true, ["Animal...
Click to read more »Module:Signpost/index/2005/doc
Minggu, 2024-04-28 03:55:29computer expo Michael Snow ${views7} ${views180} 2005-03-21 Database disk space Overloaded database server forces Wikipedia to shut off editing temporarily...
Click to read more »Module:Signpost/index/2018/doc
Minggu, 2024-04-28 03:56:27is key Evad37 753 1990 2018-01-16 Technology report Dedicated Wikidata database servers Evad37 604 1720 2018-01-16 Traffic report The best and worst of...
Click to read more »Module:Signpost/index/2016/doc
Minggu, 2024-04-28 03:56:29of featured content Armbrust 644 1899 2016-07-04 In the media Terrorism database cites Wikipedia as a source Andreas Kolbe 900 2221 2016-07-04 News and...
Click to read more »Module:Signpost/index/2011/doc
Minggu, 2024-04-28 03:56:34news Jan eissfeldt ${views7} ${views180} 2011-06-27 News and notes ArbCom database theft; WikiLove to roll out on the English Wikipedia; brief news Resident...
Click to read more »Module:Signpost/index/2012/doc
Minggu, 2024-04-28 03:56:33power structure and political slant; Wikipedia compared to commercial databases Tilman Bayer ${views7} ${views180} 2012-01-30 Technology report Why "Lua"...
Click to read more »Module:Sandbox/Was a bee/wd20170930
Sabtu, 2017-10-07 16:37:56"pages(s)" and "chapter" (for books) and "title" and "publication date" (for databases) and also "stated in" local hasExtraParams = false if statement.snaks...
Click to read more »Module:Sandbox/PeaceDeadC/Wd
Jumat, 2022-04-01 19:27:32"pages(s)" and "chapter" (for books) and "title" and "publication date" (for databases) and also "stated in" local hasExtraParams = false if statement.snaks...
Click to read more »