Related changes
More actions
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.
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>") | ||||
15 May 2026
| N 16:01 | Template:Doc diffhist +36 DarkMatterMan4500 talk contribs (Redirected page to Template:Documentation) | ||||