Difference between revisions of "Module:DPLlua"
Jump to navigation
Jump to search
(Created page with "-- <nowiki> local dpl = {} local libraryUtil = require( 'libraryUtil' ) local checkType = libraryUtil.checkType local checkTypeForNamedArg = libraryUtil.checkTypeForNamedArg dpl.pipe = '¦' local dataContentMarker = '`#@@#`' local allIncludedParamNames = {} -- Custom function for splitting a string because mw.text.split() is waaay too slow local function split( str, pattern, plain ) local res = {} local continue = true local startIndex = 1 while continue do loca...") |
(Blanked the page) Tag: Blanking |
||
Line 1: | Line 1: | ||
Latest revision as of 07:57, 5 March 2022
Documentation for this module may be created at Module:DPLlua/doc