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

Recent changes

More actions

Track the most recent changes to the wiki on this page.

Recent changes optionsBelow are the changes since 27 May 2026, 14:33 (up to 50 shown). (Reset date selection)
Show 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 17:33, 27 May 2026
 
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

27 May 2026

N    14:34  Module:TNTTools/doc diffhist +618 DarkMatterMan4500 talk contribs (Created page with "{{module rating|release}} Contains functions linked to Module:TNT, which at the same time make calls to multilingual tables, located in Commons, for the creation of modules and multilingual templates. TNTTools has: * '''Question functions''': with boolean or numerical indexed return. To be called from other modules or from templates. With: ** Case sensitive option. ** Possibility of '''more than one translated text value'''...")
N    14:34  Module:TNTTools diffhist +2,505 DarkMatterMan4500 talk contribs (Created page with "require('strict') local p = {} local TNT = require('Module:TNT') function p.TNTTabFull (TNTTab) if (string.sub(TNTTab, 1, 5)) ~= 'I18n/' then TNTTab = 'I18n/'..TNTTab end if (string.sub(TNTTab, -4)) ~= '.tab' then TNTTab = TNTTab..'.tab' end return TNTTab end --TNTTabFull function p.TNTTabCommons (TNTTab) return 'Commons:Data:'..p.TNTTabFull(TNTTab) end function p.LnkTNTTab (TNTTab) return ''..p.TNTTabCommons(TNTTab)..'' end local function I18nStr...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.