Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 22:45, 24 May 2026
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

24 May 2026

N    11:59  Template:Int Usage/doc diffhist +10,117 DarkMatterMan4500 talk contribs (Created page with "{{Documentation subpage}} {{Lua|Module:Fallback}} == Usage == Returns a value depending on a given language, using reasonable fallbacks if the contents of the switch does not directly map a value for that language. The given language to test, if it's not specified, is the user interface language of the viewing user. The language of the mapped value to return when there's no match in the switch for the given language (or one of its fallbacks), is English (<span style="...")

22 May 2026

N    14:56  Module:TranslateThis diffhist +2,054 DarkMatterMan4500 talk contribs (Created page with "local insert = table.insert local remove = table.remove local myFrame = mw.getCurrentFrame() local myLang = myFrame:callParserFunction('Int', 'Lang'):lower():gsub('_', '-') local myLangObj = mw.language.new(myLang) local myFallbacks = myLangObj:getFallbackLanguages() for i, lang in ipairs(myFallbacks) do lang = lang:lower():gsub('_', '-') if lang == myLang then remove(myFallbacks, i) break end end insert(myFallbacks, 1, myLang) local p = {}...")
N    14:54  Template:TranslateThis diffhist +97 DarkMatterMan4500 talk contribs (Created page with "<includeonly>{{#invoke:TranslateThis|main}}</includeonly><noinclude>{{documentation}}</noinclude>")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.