Jump to content

Asitɔtrɔ vayi si wowɔ le "Module:Wikitext Parsing"

Titia vovo: de dzesi tata siwo ƒe vovototowo nedi be yea kpɔ ɖa, eye na tia 'enter' alo kpe si le eɖome.
Gɔmeɖeɖe: (esia) = vovototo tso tata mamlea gbɔ, (xoxoa) = vovototo tso tata si do ŋgɔ gbɔ, s = tɔtrɔ suɛ.

6 Siamlɔm 2024

  • esiaxoxoa 02:3402:34, 6 Siamlɔm 2024 2601:18e:c67e:71e0:3451:f6e0:2c0f:74e4 dzeɖoƒe 17,882 bitewo +17,882 Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising..."