View source for Module:TSLoader
From The Blockheads Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
local static = require( 'Module:Static' )
if not static.TSLoader then
static.TSLoader = {}
end
function p.call( name )
if not name then
return nil
end
if not static.TSLoader.loadedTS then
static.TSLoader.loadedTS = {}
end
local pagename = mw.title.getCurrentTitle()
if not static.TSLoader.loadedTS[ pagename ] then
static.TSLoader.loadedTS[ pagename ] = {}
end
if not name:find( '^%w*:' ) then
name = 'Template:' .. name:sub( 1, 1 ):upper() .. name:sub( 2 )
000
1:0
Templates used on this page:
- Template:Documentation header (view source)
- Template:Sandbox other (view source)
- Template:T (view source)
- Template:Template link (view source)
- Template:Yesno (view source)
- Module:Documentation (view source)
- Module:ProcessArgs (view source)
- Module:Static (view source)
- Module:TSLoader (view source)
- Module:TSLoader/doc (view source)
Return to Module:TSLoader.