Module:Lilytest: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 11: Line 11:
local mypath = mw.site.scriptPath
local mypath = mw.site.scriptPath
local myuri = mw.uri.fullUrl( seite.text )
local myuri = mw.uri.fullUrl( seite.text )
local myurl = myuri.protocol .. myuri.host .. myuri.path
local myurl = myuri.protocol .. myuri.host .. myuri.path .. ' tostring ' .. tostring(myuri)
if 1 then
if 1 then
return '\nserver: ' .. myserver .. '\nPfad: ' .. mypath .. '\nfullurl: ' .. myurl
return '\nserver: ' .. myserver .. '\nPfad: ' .. mypath .. '\nfullurl: ' .. myurl