सबै सार्वजनिक अभिलेखहरू
अन्वेषणमा जानुहाेस्
खाेजमा जानुहाेस्
परमेश्वरको मण्डली विश्वकोशको सबै उपलब्ध लगहरूको प्रविष्टिहरूको मिल्दो जुल्दो प्रदर्शन। तपाईं अझै विस्तारको लागि लगको प्रकार, प्रयोगकर्ता नाम (अक्षर संवेदनशील), वा प्रभावित पृष्ठ (अक्षर संवेदनशील) छान्न सक्नुहुन्छ।
- ०७:१०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Error/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{High-use|80000}} {{Module rating|protected}} This module implements {{Tl|Error}}. It creates an html message with class "error". Please, see the documentation page there for usage instructions. == See also == * Module:Warning * Module:If preview<includeonly> {{Sandbox other|| Category:Error-handling modules }}</includeonly>")
- ०७:१०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Error पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
- ०७:१०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Effective protection level/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Module rating|protected}} {{used in system}} This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria: * The page being pending-changes protected: autoconfirmed * The page being a JavaScript or CSS subpage in userspace, or in the MediaWiki namespace: interfaceadmin * The page being in the MediaWiki namespace: sysop * The page being a JSON subpage in userspace: sysop * The page being protec...")
- ०७:०९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Effective protection level पृष्ठ सिर्जना गर्नुभयो (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
- ०७:०९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Effective protection expiry पृष्ठ सिर्जना गर्नुभयो (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
- ०७:०९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Documentation/styles.css पृष्ठ सिर्जना गर्नुभयो (Created page with "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bott...")
- ०७:०८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Documentation/config पृष्ठ सिर्जना गर्नुभयो (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- ०७:०२, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Documentation पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- ०७:००, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Distinguish पृष्ठ सिर्जना गर्नुभयो (Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools --initialize lazily local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.distinguish(frame) mArguments = require('Module:Arguments') mTableTools = require('Module:TableTools') local args = mArguments.getArgs(frame) local selfref = args.selfref local text = args.text a...")
- ०६:५९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Delink पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module de-links most wikitext. require("strict") local p = {} local getArgs local function delinkReversePipeTrick(s) if s:match("^%[%[|.*[|\n]") then -- Check for newlines or multiple pipes. return s end return s:match("%[%[|(.*)%]%]") end local function delinkPipeTrick(s) -- We need to deal with colons, brackets, and commas, per Help:Pipe trick. -- First, remove the text before the first colon, if any. if s:match(":") then s = s:match("%[%[.-...")
- ०६:५९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:DateI18n पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[ __ __ _ _ ____ _ ___ _ ___ | \/ | ___ __| |_ _| | ___ _| _ \ __ _| |_ ___|_ _/ |( _ ) _ __ | |\/| |/ _ \ / _` | | | | |/ _ (_) | | |/ _` | __/ _ \| || |/ _ \| '_ \ | | | | (_) | (_| | |_| | | __/_| |_| | (_| | || __/| || | (_) | | | | |_| |_|\___/ \__,_|\__,_|_|\___(_)____/ \__,_|\__\___|___|_|\___/|_| |_| This module is intended for processing of date strings. Please do not modify this code wi...")
- ०६:५९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Date पृष्ठ सिर्जना गर्नुभयो (Created page with "-- Date functions for use by other modules. -- I18N and time zones are not supported. local MINUS = '−' -- Unicode U+2212 MINUS SIGN local floor = math.floor local Date, DateDiff, diffmt -- forward declarations local uniq = { 'unique identifier' } local function is_date(t) -- The system used to make a date read-only means there is no unique -- metatable that is conveniently accessible to check. return type(t) == 'table' and t._id == uniq end local function is_...")
- ०६:५८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Cs1 documentation support पृष्ठ सिर्जना गर्नुभयो (Created page with "require('strict'); local getArgs = require ('Module:Arguments').getArgs; local cfg = mw.loadData ('Module:Citation/CS1/Configuration'); -- load the configuration module local whitelist = mw.loadData ('Module:Citation/CS1/Whitelist'); -- load the whitelist module local exclusion_lists = { -- TODO: move these tables into a separate ~/data module and mw.loadData() it ['cite book'] = { ['agency'] = true, ['air-date'] = true, ['arxiv'] = true,...")
- ०६:५८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Coordinates पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...")
- ०६:५८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Color contrast/colors पृष्ठ सिर्जना गर्नुभयो (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- ०६:५८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Color contrast पृष्ठ सिर्जना गर्नुभयो (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- ०६:५५, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/styles.css पृष्ठ सिर्जना गर्नुभयो (Created page with "Protection icon the following line controls the page-protection icon in the upper right corner it must remain within this comment {{sandbox other||{{pp-template}}}}: Overrides Some wikis do not override user agent default styles for HTML <cite> and <q>, unlike en.wp. On en.wp, keep these the same as MediaWiki:Common.css. The word-wrap and :target styles were moved here from Common.css. On en.wp, keep these the same as Template:Citation/styles.css.: ...")
- ०६:४१, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[ History of changes since last sync: 2023-08-12 2023-08-26: Upgrade numeric names maintenance message to error; see Help talk:Citation Style 1#Category:CS1 maint: numeric names: authors list 2023-08-28: add Greek character sort keys for error/maint messages in non-article namespaces; see Help_talk:Citation_Style_1#Sorting_drafts_to_back_of_categories 2023-08-31: improve global |display-<namelist>= handling; see Help_talk:Citation_Style_1#improve_global_configuration...")
- ०६:४०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Whitelist/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--History of changes since last sync: 2023-08-12 --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported paramete...")
- ०६:४०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Whitelist पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: true - these parameters are valid and supported parameters false - these parameters are deprecated but still supported tracked - these parameters are valid and supported parameters tracked in an eponymous properties category nil - thes...")
- ०६:४०, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Utilities/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--History of changes since last sync: 2022-01-22 local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work...")
- ०६:३९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Utilities पृष्ठ सिर्जना गर्नुभयो (Created page with "local z = { error_cats_t = {}; -- for categorizing citations that contain errors error_ids_t = {}; -- list of error identifiers; used to prevent duplication of certain errors; local to this module error_msgs_t = {}; -- sequence table of error messages maint_cats_t = {}; -- for categorizing citations that aren't erroneous per se, but could use a little work prop_cats_t = {}; -- for categorizing cit...")
- ०६:३९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Suggestions पृष्ठ सिर्जना गर्नुभयो (Created page with "-- Please insert new suggestions in alphabetical order -- The form is ['incorrect'] = 'correct', suggestions = { ['ASIN-TLD'] = 'asin-tld', -- old parameter name ['abruf'] = 'access-date', -- German ['abruf-verborgen'] = 'access-date', -- German ['accessmonth'] = 'access-date', ['accesso'] = 'access-date', -- Italian ['accessyear'] = 'access-date', ['acessodata'] = 'access-date', -- Brazilian Portuguese ['ad...")
- ०६:३८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Identifiers/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--History of changes since last sync: 2023-08-12 2023-09-02: add maint cat for unflagged free-to-read dois; see Help_talk:Citation_Style_1#Recognize_free_DOI_prefixes --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- tab...")
- ०६:३८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Identifiers/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{sandbox other||{{#lst:Module:Citation/CS1/doc|header}}}} This page renders and performs error checking on the various named identifiers supported by Module:Citation/CS1. {{#lst:Module:Citation/CS1/doc|module_components_table}}")
- ०६:३८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Identifiers पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, set_message, select_one, -- functions in Module:Citation/CS1/Utilities substitute, make_wikilink; local z; -- table of tables defined in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[-...")
- ०६:३८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Date validation/sandbox/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This module contains routines that support the {{cs1}} and {{cs2}} date formats for citations on Wikipedia. In particular, this module contains a suite of functions that validate date formats and content for the variety of date-holding parameters associated with cs1|2 citations. {{#lst:Module:Citation/CS1/doc|module_components_table}}")
- ०६:३७, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Date validation/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--archive-date= / timestamp check to use internal reformatter for i18n; emit suggested date; see Help_talk:Citation_Style_1#|archive-date=_/_|archive-url=_timestamp_mismatch --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Mod...")
- ०६:३६, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Date validation/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This module contains routines that support the {{cs1}} and {{cs2}} date formats for citations on Wikipedia. In particular, this module contains a suite of functions that validate date formats and content for the variety of date-holding parameters associated with cs1|2 citations. {{#lst:Module:Citation/CS1/doc|module_components_table}}")
- ०६:३६, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Date validation पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local add_prop_cat, is_set, in_array, set_message, substitute, wrap_style; -- imported functions from selected Module:Citation/CS1/Utilities local cfg; -- table of tables imported from selected Module:Citation/CS1/Configuration --[[--------------------------< F I L E - S C O P E D E C L A R A T I O N S >--------------------------------...")
- ०६:३६, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Configuration/sandbox/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This configuration file contains various data that controls the functioning of Module:Citation/CS1 and hence the way that Lua-based citations are generated. It has several sections among which are: # translation tables that contain most of the literal strings that may be included in Lua-based citation. If editors are copying this Module to another wiki using a language other than English, then they should translate each of th...")
- ०६:३६, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Configuration/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[ History of changes since last sync: 2023-08-12 2023-08-18: Swiss German fix; see Help_talk:Citation_Style_1#Breaking_change_in_handling_of_language=Swiss_German? 2023-08-25: Make extra text in volume non-hidden as it is kept clear these days 2023-08-26: Upgrade numeric names maintenance message to error; see Help_talk:Citation_Style_1#Category:CS1_maint:_numeric_names:_authors_list 2023-08-28: add Greek character sort keys for error/maint messages in non-article na...")
- ०६:३५, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Configuration/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{#lst:Module:Citation/CS1/doc|header}} This configuration file contains various data that controls the functioning of Module:Citation/CS1 and hence the way that Lua-based citations are generated. It has several sections among which are: # translation tables that contain most of the literal strings that may be included in Lua-based citation. If editors are copying this Module to another wiki using a language other than English, then they should translate each of th...")
- ०६:२९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/Configuration पृष्ठ सिर्जना गर्नुभयो (Created page with "local lang_obj = mw.language.getContentLanguage(); -- make a language object for the local language; used here for languages and dates --[[--------------------------< S E T T I N G S >-------------------------------------------------------------- boolean settings used to control various things. these setting located here to make them easy to find ]] -- these settings local to this module only local local_digits_from_mediawiki = false;...")
- ०६:२९, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/COinS/sandbox पृष्ठ सिर्जना गर्नुभयो (Created page with "--History of changes since last sync: 2023-08-12 --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I...")
- ०६:२८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/COinS पृष्ठ सिर्जना गर्नुभयो (Created page with "--[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- ]] local has_accept_as_written, is_set, in_array, remove_wiki_link, strip_apostrophe_markup; -- functions in Module:Citation/CS1/Utilities local cfg; -- table of configuration tables that are defined in Module:Citation/CS1/Configuration --[[--------------------------< M A K E _ C O I N S _ T I T L E >----------------------------------------...")
- ०६:२८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "<section begin=header /> {{sandbox other|| {{#switch:{{FULLPAGENAME}} |Module:Citation/CS1={{high-risk |article-space=yes |no-percent=yes}} {{Uses TemplateStyles|Module:Citation/CS1/styles.css}} |Module:Citation/CS1/Configuration={{high-risk |article-space=yes |no-percent=yes}} |Module:Citation/CS1/Whitelist={{high-risk |article-space=yes |no-percent=yes}} |Module:Citation/CS1/Date validation={{high-risk |article-space=yes |no-percent=yes}} |Module:Citation/CS1/Identifie...")
- ०५:५६, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Citation/CS1 पृष्ठ सिर्जना गर्नुभयो (Created page with "require ('strict'); --[[--------------------------< F O R W A R D D E C L A R A T I O N S >-------------------------------------- each of these counts against the Lua upvalue limit ]] local validation; -- functions in Module:Citation/CS1/Date_validation local utilities; -- functions in Module:Citation/CS1/Utilities local z = {}; -- table of tables in Module:Citation/CS1/Utilities local identifiers; -- f...")
- ०५:५५, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Check for unknown parameters/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Used in system|in MediaWiki:Abusefilter-warning-DS}} {{Module rating|p}} {{Lua|Module:If preview|noprotcat=yes}} This module may be appended to a template to check for uses of unknown parameters. Unlike many other modules, this module is ''not'' implemented by a template. == Usage == === Basic usage === <syntaxhighlight lang="wikitext"> {{#invoke:Check for unknown parameters|check |unknown=Category:Some tracking category |arg1|arg2|arg3|argN}} </syntaxhighlig...")
- ०५:५५, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Check for unknown parameters पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the original wikitext...")
- ०५:५४, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/shared/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Module rating |protected}} {{used in system}} {{Lua|Module:Namespace detect/data}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''function_name''}}</code> <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>")
- ०५:५४, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/shared पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...")
- ०५:५४, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/data/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "This module is used in conjunction with the category handler module to manage categories; it is a very important template used on millions of pages. {{Module rating|protected}} {{used in system}} {{Lua|Module:Category handler/config|Module:Category handler/shared|Module:Category handler/blacklist}}")
- ०५:५३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/data पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...")
- ०५:५३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/config/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Module rating |protected}} {{used in system}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''function_name''}} <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>")
- ०५:५३, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/config पृष्ठ सिर्जना गर्नुभयो (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...")
- ०५:४८, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/blacklist/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Module rating |protected}} {{used in system}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''function_name''}}</code> <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | <!-- Categories below this line, please; interwikis at Wikidata --> }}</includeonly>")
- ०५:४७, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/blacklist पृष्ठ सिर्जना गर्नुभयो (Created page with "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...")
- ०५:४५, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler/doc पृष्ठ सिर्जना गर्नुभयो (Created page with "{{Used in system}} {{Module rating|p}} {{Lua|Module:Category handler/data|Module:Category handler/shared|Module:Category handler/blacklist|Module:Yesno|Module:Arguments}} This module implements the {{tl|category handler}} template. The category handler template helps other templates to automate both categorization and category suppression. For information about using the category handler template in other templates, please see the '''[...")
- ०५:४४, २१ सेप्टेम्बर २०२३ Pyc1948 वार्तालाप मेरो योगदानहरूले मोड्युल:Category handler पृष्ठ सिर्जना गर्नुभयो (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...")