Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:27, 24 May 2026 DarkMatterMan4500 talk contribs created page Module:Fallback (Created page with "local p = {} -- List the full fallback chain from a language to default (usually English) function p.fblist(lang) local fbtable = mw.language.getFallbacksFor(lang) table.insert(fbtable, 1, lang) --[[ Take a translation from "Mediawiki:<Message-ID>/<language-code>" namespace or from a loaded i18 resource bundle in MediaWiki for its UI messages (also used by the "{{Int:<Message-ID>}}" parser function), before using the provided default value. Requires args.message...")