Jump to content

Module:Detect singular: Urukurikirane rw'ihindurwa

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (muri iki gihe) = difference with latest revision, (ubushize) = difference with preceding revision, m = minor edit.

27 werurwe 2023

  • muri iki giheubushize 21:5621:56, 27 werurwe 2023 2601:18e:c081:2ff0:2966:7fab:aaa8:8633 ibiganiro byanjye 4.255 bytes +4.255 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local yesNo = require('Module:Yesno') local getPlain = require('Module:Text').Text().getPlain -- function to determine whether "sub" occurs in "s" local function plainFind(s, sub) return mw.ustring.find(s, sub, 1, true) end -- function to count the number of times "pattern" (a regex) occurs in "s" local function countMatches(s, pattern) local _, count = mw.ustring.gsub(s, pattern, '') return count end..."