Изменения

например
Строка 26: Строка 26:  
function p.main(frame)
 
function p.main(frame)
 
local args = copy(frame.args)
 
local args = copy(frame.args)
tag =  args._tag or 'code'
+
local tag =  args._tag or 'code'
sep =  args._sep or '→'
+
local sep =  args._sep or '→'
nwt = mw.html.create(tag):tag(tag)
+
local nwt = mw.html.create(tag):tag(tag)
content = '{{'
+
local content = '{{'
 
+
local tname = ''
 +
 
if args._template then
 
if args._template then
 
tname = args._template
 
tname = args._template
Анонимный участник