User contributions for Djpwikiadmin
A user with 739 edits. Account created on 26 March 2019.
31 March 2019
- 22:2422:24, 31 March 2019 diff hist +11,777 N Module:Languages Created page with "local export = {} --[=[ This function checks for things that could plausibly be a language code: two or three lowercase letters, two or three groups of three lowercase le..."
- 22:2022:20, 31 March 2019 diff hist +175 N Module:Utilities/data/doc Created page with "{{documentation needed}}<!-- Replace this with a short description of the purpose of the module, and how to use it. --> <includeonly> Category:Data modules </includeonly>" current
- 22:2022:20, 31 March 2019 diff hist +1,093 N Module:Utilities/data Created page with "local data = {} data.notneeded = { ["und"] = true, ["cmn"] = true, ["ja"] = true, ["zu"] = true, ["nan"] = true, ["yue"] = true, ["ko"] = true, } data.neededhassubpag..."
- 22:1922:19, 31 March 2019 diff hist +3,377 N Module:Utilities/documentation Created page with "This module exports various general utility functions, which can be used by other modules. ==pattern_escape== {{code|lua|pattern_escape(text)}} Escapes the magic characters..."
- 22:1922:19, 31 March 2019 diff hist +8,445 N Module:Utilities Created page with "local export = {} local data = mw.loadData("Module:utilities/data") local notneeded = data.notneeded local neededhassubpage = data.neededhassubpage -- A helper function to e..."
- 22:1722:17, 31 March 2019 diff hist +336 N Module:Links/templates/doc Created page with "==l_term_t== {{temp|#invoke:links/templates|l_term_t}} This is called by the templates {{temp|l}}, {{temp|m}} and {{temp|term}}. It gathers the template parameters and then c..." current
- 22:1722:17, 31 March 2019 diff hist +6,483 N Module:Links/templates Created page with "local export = {} --[=[ Modules used: Module:links Module:languages Module:scripts Module:parameters Module:debug ]=] -- Used in Template:l and..."
- 22:1622:16, 31 March 2019 diff hist +107 N Module:Links/print data/doc Created page with "Prints the items in Module:links/data. <includeonly> Category:Documentation modules </includeonly>" current
- 22:1522:15, 31 March 2019 diff hist +2,050 N Module:Links/print data Created page with "local export = {} local function make_anchor(text, anchor) return '<span id="' .. (anchor or text) .. '">' .. text .. '</span>' end function export.show() local data = mw..." current
- 22:1522:15, 31 March 2019 diff hist +245 N Module:Links/data/doc Created page with "This module contains data used by Module:links. The function at the bottom of the module transforms the tables, so that they contain {{code|lua|2=[item1] = true, [item2]..." current
- 22:1422:14, 31 March 2019 diff hist +3,126 N Module:Links/data Created page with "local data = {} data.high_memory_entries = { "a", "animal", "book", "coffee", "do", "e", "language", "night", "smoke", "son", "sun", "water", "wind", } local U..."
- 22:1222:12, 31 March 2019 diff hist +9,255 N Module:Links/documentation Created page with "This module provides many useful utility functions for creating and processing wikilinks within Wiktionary. It is used by the linking templates {{temp|m}} and {{temp|l}} throu..."
- 22:1122:11, 31 March 2019 diff hist +20,045 N Module:Links Created page with "local export = {} --[=[ Unsupported titles and pages with high memory usage are listed at Module:links/data. Other modules used: Module:script utilities..."
- 22:0822:08, 31 March 2019 diff hist +2,780 N Module:Debug/documentation Created page with "This module is used to debug templates and other modules, and to help track down problems or incorrect usage. ==dump== {{code|lua|dump(value)}} Converts any value (except fo..."
- 22:0722:07, 31 March 2019 diff hist +5,955 N Module:Debug Created page with "local export = {} local escape do local escapes = { ["\a"] = "a", ["\b"] = "b", ["\f"] = "f", ["\n"] = "n", ["\r"] = "r", ["\t"] = "t", ["\v"] = "v", ["\\"] = "\\", ["\"..." current
- 22:0522:05, 31 March 2019 diff hist −99 Template:Catlink/documentation No edit summary current
- 22:0322:03, 31 March 2019 diff hist +335 N Template:Catlink/documentation Created page with "{{documentation subpage}} Creates a category link with the <code>Category:</code> prefix removed. Underscores (<code>_</code>) are replaced with spaces in the link text. * {{..."
- 22:0322:03, 31 March 2019 diff hist +108 N Template:Catlink Created page with "[[:Category:{{{1|}}}|{{#invoke:string|replace|{{{1|}}}|_| }}]]<noinclude> {{documentation}} </noinclude>" current
- 22:0122:01, 31 March 2019 diff hist +595 N Template:Documentation subpage/documentation Created page with "{{documentation subpage}} ===Usage=== This template is intended to be used for template documentation subpages. See Help:Documenting templates and modules. It includes a n..." current
- 22:0022:00, 31 March 2019 diff hist +1,358 N Template:Maintenance box/documentation Created page with "{{documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> ===Usage=== This is designed for use within other templates, and probably..."
- 21:5921:59, 31 March 2019 diff hist +474 N Template:Maintenance box Created page with "<div class="noprint maintenance-box maintenance-box-{{{1|blue}}}" style="background:#{{#switch:{{{1|blue}}}||blue=EEEEFF|red=FFE7DD|yellow=FFFFDD|grey=F0F0F0|orange=FFDD44}};..." current
- 21:5921:59, 31 March 2019 diff hist +1,047 N Template:Documentation subpage Created page with "<includeonly><!-- if not on a /documentation subpage, do nothing -->{{#ifeq:{{FULLPAGENAME}}|Template:documentation|<{{lc:}}!-- dummy comment to prevent a newline from appeari..."
- 21:5821:58, 31 March 2019 diff hist +27 N Template:Tl Redirected page to Template:Temp current Tag: New redirect
- 21:5621:56, 31 March 2019 diff hist −109 Template:Tempn No edit summary current
- 21:5221:52, 31 March 2019 diff hist +10 Template:Tempn/documentation Changed redirect target from Template:Temp/doc to Template:Temp/documentation current Tag: Redirect target changed
- 21:5121:51, 31 March 2019 diff hist +31 N Template:Tempn/documentation Redirected page to Template:Temp/doc Tag: New redirect
- 21:4921:49, 31 March 2019 diff hist +1,184 N Module:Unsubst/documentation Created page with "This module protects templates and modules from being wrongly substituted. == Usage == First, put the following at the beginning of the <code>entry_point</code> function in t..."
- 21:4921:49, 31 March 2019 diff hist +1,789 N Module:Unsubst Created page with "local export = {} local function serialise_frame(title, args) local result = { "{{", title } local use_equals = false for i, value in ipairs(args) do if use_equals or..." current
- 21:4821:48, 31 March 2019 diff hist +205 N Template:Tempn Created page with "{{safesubst:#invoke:template link|format_link|nested=1}}<noinclude>{{documentation}}</noinclude>"
- 21:4821:48, 31 March 2019 diff hist +316 N Template:Wikitag/documentation Created page with "{{documentation subpage}} This template can be used to link to the documentation of any given wiki tag, like {{wikitag|nowiki}}, {{wikitag|references}} or {{wikitag|poem}}. It..." current
- 21:4721:47, 31 March 2019 diff hist +91 N Template:Wikitag Created page with "{{safesubst:<noinclude/>#invoke:wikitag link|show}}<noinclude>{{documentation}}</noinclude>" current
- 21:4321:43, 31 March 2019 diff hist +2,334 N Module:Wikitag link Created page with "local export = {} local doc_table = { -- translusion tags: mw:Transclusion#Transclusion markup ["noinclude" ] = "mw:Transclusion#Transclusion markup"; ["includeon..." current
- 21:4121:41, 31 March 2019 diff hist +3,411 N Template:Temp/documentation Created page with "{{documentation subpage}} The template {{temp|temp}} is intended for use on talk pages and areas of Wiktionary that describe the markup language of wikitext. It displays the n..."
- 21:4021:40, 31 March 2019 diff hist +110 N Template:Temp Created page with "{{safesubst:<noinclude></noinclude>#invoke:template link|format_link}}<noinclude>{{documentation}}</noinclude>" current
- 21:4021:40, 31 March 2019 diff hist +104 N Module:Template link/documentation Created page with "This module implements {{temp|temp}}. <includeonly> Category:General utility modules </includeonly>"
- 21:3921:39, 31 March 2019 diff hist +13,895 N Module:Template link Created page with "local export = {} local date_and_time = "mw:Help:Magic words#Date and time" local technical_metadata = "mw:Help:Magic words#Technical metadata" local tech_meta_another_pa..." current
- 21:3721:37, 31 March 2019 diff hist +911 N Template:Code/documentation Created page with "{{documentation subpage}} This is a convenience template, which formats a short inline snippet of code with syntax highlighting of a given language. The language is specified..."
- 21:3621:36, 31 March 2019 diff hist +270 N Template:Code Created page with "{{#tag:syntaxhighlight<!-- -->|{{{|{{{2}}}}}}<!-- -->|lang={{#switch:{{{1}}}<!-- -->|js=javascript<!-- -->|py=python<!-- -->|#default={{#ifeq:{{{1|}}}||text|{{{1}}}}}<!--..." current
- 21:3521:35, 31 March 2019 diff hist +2,378 N Module:Fun/documentation Created page with "<code>fun</code> stands for "functional", but also functional programming can be fun. This library contains some typical metafunctions for functional programming, such as {{co..."
- 21:3521:35, 31 March 2019 diff hist +6,168 N Module:Fun Created page with "local export = {} local ustring = mw.ustring local libraryUtil = require "libraryUtil" local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMul..." current
- 21:3421:34, 31 March 2019 diff hist +2,681 N Module:Array/doc Created page with "Returns an array constructor that produces a table that has a number of functions available as methods: the <code>table</code> library functions, and various vanilla Lua funct..." current
- 21:3221:32, 31 March 2019 diff hist +5,989 N Module:Array Created page with "local Array = {} local array_constructor -- Copy table library so as not to unexpectedly change the behavior of code that -- uses it. local array_methods = mw.clone(table) -..."
- 21:3121:31, 31 March 2019 diff hist +48 N Template:Documentation Created page with "{{#invoke:documentation|show|hr={{{hr|above}}}}}" current
- 21:3021:30, 31 March 2019 diff hist +24,728 N Module:Documentation Created page with "local export = {} -- it is either here, or in Module:ugly hacks, and it is not in ugly hacks. function export.CONTENTMODEL() return mw.title.getCurrentTitle().contentMod..." current
- 21:2721:27, 31 March 2019 diff hist +2,398 N Module:Table/documentation Created page with "This module provides functions for dealing with Lua tables. All of them, except for two helper functions, take a table as their first argument. Some functions are available a..."
- 21:2721:27, 31 March 2019 diff hist +16,204 N Module:Table Created page with "--[[ ------------------------------------------------------------------------------------ -- table (formerly TableTools) --..."
- 21:2521:25, 31 March 2019 diff hist +7,937 N Module:Parameters/documentation Created page with "This module provides processing and checking of template arguments. ==process== {{code|lua|process(args, params, return_unknown)}} Processes arguments with a given list of p..."
- 21:2421:24, 31 March 2019 diff hist +967 N Module:String/documentation 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 mixtur..."
- 21:2321:23, 31 March 2019 diff hist +7,176 N Module:Parameters Created page with "local export = {} -- A helper function to escape magic characters in a string -- Magic characters: ^$()%.[]*+-? local plain = require("Module:string").pattern_escape -- A he..."
- 21:2221:22, 31 March 2019 diff hist +19,024 N Module:String Created page with "local str = {} -- Cannot include null byte. local UTF8_char = "[\1-\127\194-\244][\128-\191]*" --[[ ulen Counts UTF-8 characters. Faster than mw.ustring.len. Assumes that..." current