Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Azupedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:07, 18 April 2024 Fire talk contribs created page Module:Str find word (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local str = require('Module:String') local yesno = require('Module:Yesno') local defaultSep = ',' local iMaxWords = 16 local warningIMaxWordsReached = nil local xpLitWordCount = 0 local report -- to be initinated when explain needed -- Initialise the /report subpage. -- only invoked when 'explain' asked local function initReport() report = require('Module:Str find word/report') end -- T...")