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 utilities = require ( "Module:Utilities" )
function p.expandTemplate( frame )
mw.log(frame:expandTemplate{ title = 'User:DesignerThan/Sandbox/expandTemplate' })
end
function p.lst( frame )
mw.log('Test')
local strFromTrans = frame:callParserFunction( '#lst', { 'Localization:All/de', 'LoremIpsum' })
mw.log('strFromTrans: |'..strFromTrans..'|')
end
function p.testLocalize( frame )
local retVal = utilities.localize( 'Requirements' )
mw.log('retVal: '..retVal)
end
function p.variableScope( frame )
if ( globalVar == nil ) then
mw.log( 'globalVar == nil')
000
1:0
Template used on this page:
Return to Module:Sandbox.