Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Scout Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:10, 2 September 2025 Featherless talk contribs created page Module:Languages (Created page with "-- Ported from https://wiki.openstreetmap.org/wiki/Module:Languages on Sep 2, 2025. local p = {} local config = mw.loadData("Module:Languages/config") local siteLanguage = mw.getContentLanguage() --- Returns the language pseudonamespace in the title of a page in the main --- namespace, or nil if the title contains no pseudonamespace. function p.pseudoNamespaceFromTitle(title) local pseudoNS = title.text:match("^(%w%w%w?):") or title.text:match("^(%w%w%w?%-%w%w%w?%w?...")