Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User contributions for Khalid

A user with 337 edits. Account created on 20 April 2026.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

21 April 2026

  • 17:3517:35, 21 April 2026 diff hist +3,443 N The First Chapter Created page with "{{Infobox set | name = The First Chapter | image = The First Chapter logo.png | set_symbol = First Chapter symbol.png | set_code = TFC | release_date = August 18, 2023 (LGS)<br>September 1, 2023 (retail) | total_cards = 204 standard + 12 Enchanted | new_mechanics = Storyborn, Floodborn | previous_set = None (first set) | next_set = Rise of the Floodborn }} '''''The First Chapter''''' is the debut set of the ''Disney Lorcana'' trading card game. It was released b..." current
  • 17:3017:30, 21 April 2026 diff hist +3,129 N Template:Infobox company Created page with "<includeonly><table class="infobox" style="width: 22em; font-size: 90%; border-collapse: collapse; border: 1px solid #aaa; background: #f9f9f9; float: right; clear: right; margin: 0 0 1em 1em;"> {{#if:{{{name|}}}|<tr><th colspan="2" style="text-align: center; font-size: 125%; background: #e6e6e6; padding: 0.2em;">{{{name}}}</th></tr>}} {{#if:{{{logo|}}}|<tr><td colspan="2" style="text-align: center;">File:{{{logo}}}|frameless|{{#if:{{{logo_size|}}}|{{{logo_size}}}|200p..."
  • 17:2917:29, 21 April 2026 diff hist +2,876 N Ravensburger Created page with "{{Infobox company | name = Ravensburger AG | logo = Ravensburger logo.png | type = Aktiengesellschaft (AG) | industry = Puzzles, toys, board games, trading card games | founded = May 7, 1883 | founder = Otto Robert Maier | headquarters = Ravensburg, Germany | area_served = Worldwide | key_people = Clemens Maier (CEO) | products = Jigsaw puzzles, board games, Disney Lorcana, Villainous | owner = Maier family (private) | website = [https://www.ravensburger.com ravensburger..." current
  • 17:2417:24, 21 April 2026 diff hist +2,964 N Template:Main other/doc Created page with "{{Documentation subpage}} {{used in system}} {{cascade-protected template}} {{Template shortcut|ns0|mo|ao}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE --> This is the {{tl|main other}} meta-template. This template helps other templates detect if they are on a main space (article) page or some "other" type of page. ===Basic usage=== This template usually takes two parameters, like this: : {{Tlc|main other |{{var|result if in mainspace}} |{{var|result..." current
  • 17:2317:23, 21 April 2026 diff hist +604 N Template:Main other Created page with "{{safesubst:<noinclude/>#switch: <noinclude><!-- If no or empty "demospace" parameter then detect namespace --></noinclude> {{safesubst:<noinclude/>#if:{{{demospace|}}} | {{safesubst:<noinclude/>lc: {{{demospace}}} }} <noinclude><!-- Use lower case "demospace" --></noinclude> | {{safesubst:<noinclude/>#ifeq:{{safesubst:<noinclude/>NAMESPACE}}|{{safesubst:<noinclude/>ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}}..." current
  • 17:2317:23, 21 April 2026 diff hist +1,667 N Template:PAGENAMEBASE/doc Created page with "{{high-risk}} {{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Lorcana Wiki:Wikidata) --> {{lua|Module:String}} == Usage == This template returns the current {{tld|PAGENAME}} minus (text in parentheses) or the final set of parentheses where more than one set exist. e.g. {{tlx|PAGENAMEBASE}} on page Chiton (genus) returns {{PAGENAMEBASE|Chiton (genus)}} ::on Sweet Dreams (Are Made..." current
  • 17:2317:23, 21 April 2026 diff hist +151 N Template:PAGENAMEBASE Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>" current
  • 17:2217:22, 21 April 2026 diff hist +2,308 N Module:Effective protection level/doc Created page with "{{Module rating|protected}} {{cascade-protected template|page=module}} {{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..." current
  • 17:2217:22, 21 April 2026 diff hist +3,660 N Module: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 level..." current
  • 17:2217:22, 21 April 2026 diff hist +4,044 N Module:File link/doc Created page with "{{high-use}} {{Module rating|protected}} {{Lua|Module:Yesno|Module:Arguments}} This module is used to construct wikitext links to files. It is primarily useful for templates and modules that use complicated logic to make file links. Simple file links should be made with wikitext markup directly, as it uses less resources than calling this module. For help with wikitext file markup please refer to the documentation at mediawiki.org. == Usage from wikit..." current
  • 17:2117:21, 21 April 2026 diff hist +2,544 N Module:File link Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in..." current
  • 17:2117:21, 21 April 2026 diff hist +6,628 N Module:Protection banner/doc Created page with "{{High-use}} {{Module rating|protected}} {{Lua|Module:Protection banner/config|Module:File link|Module:Effective protection level|Module:Effective protection expiry|Module:Yesno|Module:Arguments|Module:Message box|Module:Submit an edit request}} This module creates protection banners and padlock icons that are placed at the top of protected pages. Most users will not need to use this module directly. == Usage == For adding protection te..." current
  • 17:2117:21, 21 April 2026 diff hist +27,071 N Module:Protection banner Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and..." current
  • 17:2017:20, 21 April 2026 diff hist +76 N Template:Protection padlock Created page with "{{#invoke:Protection banner|main}}<noinclude> {{documentation}} </noinclude>" current
  • 17:2017:20, 21 April 2026 diff hist +117 N Template:Pp Redirected page to Template:Protection padlock current Tag: New redirect
  • 17:2017:20, 21 April 2026 diff hist +3,493 N Module:Namespace detect/doc Created page with "{{Used in system}} {{Module rating|protected}} {{Lua|Module:Namespace detect/data|Module:Yesno|Module:Arguments|Module:TableTools}} This module allows you to output different text depending on the namespace that a given page is in. It is a Lua implementation of the {{tl|namespace detect}} template, with a few improvements: all namespaces and all namespace aliases are supported, and namespace names are detected automatically for the local wiki..." current
  • 17:1917:19, 21 April 2026 diff hist +5,992 N Module:Namespace detect Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are..." current
  • 17:1917:19, 21 April 2026 diff hist +6,299 N Template:Namespace detect/doc Created page with "{{Documentation subpage}} {{High-risk| approximately 140000 }} {{Lua|Module:Namespace detect}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> This is the {{tl|Namespace detect}} meta-template. It helps other templates detect what type of page they are on. It detects and groups all the different namespaces used on Wikipedia into several types: ; main : Main (..." current
  • 17:1917:19, 21 April 2026 diff hist +173 N Template:Namespace detect Created page with "{{SAFESUBST:<noinclude />#invoke:Namespace detect|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
  • 17:1817:18, 21 April 2026 diff hist +998 N Template:Title disambig text/doc Created page with "{{high-use}} {{Documentation subpage}} {{lua|Module:String}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === : <code>{{Tlx|Title disambig text|''Title (disambig)''}}</code> If page title is of the form ''Title (disambig)'', this function will return ''disambig''. If no parenthetical expression is present, returns an empty string. Write this to use the current page as title: : <code>{{Tlx|Title disambig text|<nowiki>{{PAGENAME}}<..." current
  • 17:1817:18, 21 April 2026 diff hist +24,014 N Module:String/doc Created page with "{{Used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} {{Lmd|String}} This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either prese..." current
  • 17:1817:18, 21 April 2026 diff hist +19,366 N Module:String Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c..." current
  • 17:1717:17, 21 April 2026 diff hist +146 N Template:Title disambig text Created page with "{{safesubst<noinclude/>:#invoke:String|match|{{{1|{{PAGENAME}}}}}|%s%((.-%)?)%)||-1|ignore_errors=true}}<noinclude> {{Documentation}} </noinclude>" current
  • 17:1617:16, 21 April 2026 diff hist +68,691 N Template:Disambiguation/doc Created page with "<noinclude>{{pp-vandalism|small=yes}} </noinclude>{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>Lorcana Wiki:Wikidata<nowiki>]]) --> {{for|the inline tag|Template:Disambiguation needed}} {{High-use}} {{Nosubst}} {{Auto short description|indirect=yes}} {{Dabnav}} {{tsh|Dab|Dis|Disambig}} This is the {{tl|Disambiguation}} template. This is a general-purpose template, to be p..." current
  • 17:1617:16, 21 April 2026 diff hist +37 N Lorcana Wiki:Disambiguation Khalid moved page Lorcana Wiki:Disambiguation to Template:Disambiguation current Tag: New redirect
  • 17:1617:16, 21 April 2026 diff hist 0 m Template:Disambiguation Khalid moved page Lorcana Wiki:Disambiguation to Template:Disambiguation current
  • 17:1317:13, 21 April 2026 diff hist +5,776 N Module:Check for unknown parameters/doc Created page with "{{Used in system}} {{Module rating|g}} {{cascade-protected template|page=module}} {{Lua|Module:If preview|noprotcat=yes}} '''Module:Check for unknown parameters''' is used to check for uses of unknown parameters in a template or module. It may be appended to a template at the end or called directly from a module. == Usage == === From a template === To sort entries into a tracking category by parameter, use: * {{mlx|Check for unknown parameters|check|unknown{{=}}<nowiki..." current
  • 17:1317:13, 21 April 2026 diff hist +4,561 N Module: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 require ('strict'); local p = {} local mapframe_params = { 'coord', 'coordinates', 'id', 'qid', 'mapframe', 'mapframe-area_km2', 'mapframe-area_mi2', 'mapframe-caption', 'mapframe-coord', 'mapframe-coordinates', 'mapframe-custom', 'mapframe-frame-coord', 'mapframe-frame-coordinates', 'mapf..." current
  • 17:1217:12, 21 April 2026 diff hist +7,472 N Template:Template rating/doc Created page with "{{Documentation subpage}} {{hatnote|"Template:Module rating" redirects here. It was merged into this template.}} {{high-use}} {{template rating|general<noinclude>|suppress-pp=true</noinclude>}} {{template redirect|Module rating}} {{lua|Module:Check for unknown parameters|Module:Effective protection level}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == Basic usage: <syn..." current
  • 17:1217:12, 21 April 2026 diff hist +8,093 N Template:Template rating Created page with "<includeonly>{{#if:{{{1|}}}<!-- Escape empty required first unnamed parameter -->|{{#switch:{{Namespace detect|template=t|module=m|demospace={{{demospace|}}}|page={{{demopage|}}}}} |m |t = <!-- ***** IF IN MODULE OR TEMPLATE NAMESPACE ***** -->{{ombox | type = notice | image = {{#switch: {{lc:{{{1|}}}}} | pre-alpha | prealpha | pa | experimental = 40x40px|link=|alt= | alpha | a =..." current
  • 17:1217:12, 21 April 2026 diff hist +3,247 N Template:Mbox/doc Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Cascade-protected template}} {{Used in system}} {{Lua|Module:Message box}} {{Mbox templates (small)}} {{tl|Mbox}} stands for '''M'''ulti-namespace message'''box''', a metatemplate with which namespace-sensitive {{cl|Mbox and messagebox templates|messagebox templates}} can be implemented...." current
  • 17:1117:11, 21 April 2026 diff hist +153 N Template:Mbox Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>" current
  • 17:1117:11, 21 April 2026 diff hist +113 N Template:Module rating Redirected page to Template:Template rating current Tag: New redirect
  • 17:1117:11, 21 April 2026 diff hist +1,427 N Module:Transclusion count/doc Created page with "{{Module rating |beta}} {{high-use}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|fetch|''number of transclusions''|''use + notation''|all-pages=|demo=}}</code> * ''<code>number of transclusions</code>'': is a static number of times the template has been tr..." current
  • 17:1017:10, 21 April 2026 diff hist +2,582 N Module:Transclusion count Created page with "local p = {} function p._fetch(args) local template = nil local return_value = nil -- Use demo parameter if it exists, otherwise use current template name local namespace = mw.title.getCurrentTitle().namespace if args["demo"] and args["demo"] ~= "" then template = mw.ustring.gsub(args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Module namespace temp..." current
  • 17:1017:10, 21 April 2026 diff hist +2,761 N Module:High-use/doc Created page with "{{Module rating|release}} {{High-use}} {{Lua|Module:Effective protection level|Module:Message box|Module:Transclusion count|Module:Yesno}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|info{{=}}|demo{{=}}|form{{=}}|expiry{{=}}}} * ''..." current
  • 17:0917:09, 21 April 2026 diff hist +9,348 N Module:High-use Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local _fetch = require('Module:Transclusion_count')._fetch -- _fetch looks at the 'demo' argument local yesno = require('Module:Yesno') local lang_obj = mw.getContentLanguage() -- this here because the language object is used multiple places in the module local large_count_cutoff = 100000 local approx_num_total_pages = 63000000 local user_subpage_info_page = 'Wikipedia:User pages#SUB'..." current
  • 17:0917:09, 21 April 2026 diff hist +22,482 N Template:Redirect category shell/doc Created page with "{{documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Lorcana Wiki:Wikidata) --> {{hatnote|This template supplements the redirect categorization done by adding rcats individually to redirects and by past usage of the now deprecated {{tl|This is a redirect}} template. Its creation and usage is the direct result of discussions about the benefits and the sho..." current
  • 17:0817:08, 21 April 2026 diff hist +2,254 N Template:Redirect category shell Created page with "__NONEWSECTIONLINK__{{Mbox | name = Redirect category shell | type = move | image = none | style = margin-top: 1.1em; border: solid 1px darkblue; border-left-width: 0.5em; | textstyle = padding-top: 0.9em; padding-bottom: 0.9em; | text = '''This {{Talk other|talk page|page}} is a redirect. <small>The following categories are used to track and monitor this redirect:</small>'''{{#if:{{{h|}}} |{{block in..." current
  • 17:0817:08, 21 April 2026 diff hist +92 N Template:Tlx Redirected page to Template:Template link expanded current Tag: New redirect
  • 17:0717:07, 21 April 2026 diff hist +2,649 N Template:Clear/doc Created page with "{{Documentation subpage}} <!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Lorcana Wiki:Wikidata) --> {{high-use}} {{Nosubst|The markup provided will be confusing to many editors, and as this template provides documentation for itself, there is little justification for substitution.}} {{#ifeq:{{FULLPAGENAME}}|Template:Clear|{{Template shortcut|-||Clr}}}} == Description == This template makes content wait until existing content is completed..." current
  • 17:0717:07, 21 April 2026 diff hist +100 N Template:Clear Created page with "<div style="clear:{{{1|both}}};" class={{{class|}}}></div><noinclude> {{documentation}} </noinclude>" current
  • 17:0617:06, 21 April 2026 diff hist +12,446 N Template:Template link expanded/doc Created page with "<includeonly>{{small |1=Note: This documentation for {{tlx|tlx}} is also transcluded by its derivatives {{tlx|tlxb}}, {{tlx|tlxc}} (<span class="plainlinks">[{{fullurl:Template:Tlx/doc |action=edit}} edit]</span>{{#ifeq:{{SITENAME}}|Meta |). |{{dot}}[[M:template:{{PAGENAMEE}}|master page]]).}}<!--(end small:)-->}}</includeonly><noinclude>{{Documentation subpage}}{{clear}}</noinclude>{{#ifeq:{{BASEPAGENAME}}|Tlx |{{High-risk|2325..." current
  • 17:0617:06, 21 April 2026 diff hist +826 N Module:Template link general/doc Created page with "{{Used in system}} {{Module rating|protected}} {{Lua|Module:Arguments}} Implements {{Template link|Template link general}} and other templates in its family ==Basic usage== <syntaxhighlight lang="wikitext">{{#invoke:Template link general|main}}</syntaxhighlight> This module is used by {{Template link|Template link general}} and related templates to display links to templates. It is similar to {{Template link|Template link}} but with additional formatting options and th..." current
  • 17:0617:06, 21 April 2026 diff hist +4,431 N Module:Template link general Created page with "-- This implements Template:Template link general and various other templates in its family local getArgs = require('Module:Arguments').getArgs local p = {} -- Is a string non-empty? local function _ne(s) return s ~= nil and s ~= "" end local nw = mw.text.nowiki local function addTemplate(s) local i, _ = s:find(':', 1, true) if i == nil then return 'Template:' .. s end local ns = s:sub(1, i - 1) if ns == '' or mw.site.namespaces[ns] then return s else re..." current
  • 17:0517:05, 21 April 2026 diff hist +190 N Template:Template link expanded Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>" current
  • 17:0417:04, 21 April 2026 diff hist +10,029 N Template:High-use/doc Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} {{lua|Module:High-use}} This is the {{tlx|high-use}} message box. It is meant to be put at the top of the documentation subpage for templates. For templates transcluded onto less than 2000 pages, it provides a link to a page with the number of transclusions. Many template users and editors want this info. For templates transcluded onto mor..." current
  • 17:0417:04, 21 April 2026 diff hist +270 N Template:High-use Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>" current
  • 17:0417:04, 21 April 2026 diff hist +581 N Module:Data/doc Created page with "<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-risk|130,000}} {{module rating|protected}} This module allows wikitext to read values from data modules. == Usage == {{#invoke:Data|''Module:ModuleName''|''key1''|''key2''|''key3''|...}} Read data value ''key1''.''key2''.''key3'' from ''Module:ModuleName''. <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> Category:Lorca..." current
  • 17:0317:03, 21 April 2026 diff hist +1,081 N Module:Data Created page with "local mt = {} function mt.__index(t, k) return function(frame) local success, data = pcall(mw.loadData, k) if not success then success, data = pcall(mw.loadJsonData, k) if not success then error("'" .. k .. "' is not a valid data page") end end for i, v in ipairs(frame.args) do local ty = type(data) if ty ~= 'table' then local args = {} for j = 1, i - 1 do args[j] = frame.args[j] end if frame.args.softfail then retur..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)