View source for Module:TemplateBox
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
require('Module:No globals')
--[[
@exports
usagesample( frame )
argcount( frame )
args2table( args, onGetKey, forCustom )
paramtable( frame )
description( frame )
templatedata( frame )
]]
local p = {}
-- Helper function, not exposed
local function tobool(st)
if type( st ) == 'string' then
return st == 'true'
else
return not not st
end
end
-- Required to determine in which languages the interface texts without langcode are
000
1:0
Template used on this page:
Return to Module:TemplateBox.