编辑“︁Module:TSLoader”︁
来自互联网一战博物馆
Iopk123451(留言 | 贡献)2025年9月15日 (一) 17:20的版本 (创建页面,内容为“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 ):…”)
警告:您正在编辑该页面的旧版本。如果您发布该更改,该版本后的所有更改都会丢失。