View source for Module:TNTTools
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
local TNT = require('Module:TNT')
--local SD = require('Module:SimpleDebug')
function p.TNTTabFull (TNTTab)
if (string.sub(TNTTab, 1, 5)) ~= 'I18n/' then
TNTTab = 'I18n/'..TNTTab
end
if (string.sub(TNTTab, string.len(TNTTab)-3)) ~= '.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
000
1:0
Templates used on this page:
- Template:Autotranslate (view source)
- Template:Fallback (view source)
- Template:Module rating (view source)
- Template:Module rating/i18n/en (view source)
- Template:Ombox (view source)
- Module:Arguments (view source)
- Module:Autotranslate (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:TNTTools/doc (view source)
- Module:Yesno (view source)
Return to Module:TNTTools.