Module:Portal toolbox: Difference between revisions

Content deleted Content added
add support for parameter "template"; clean up
m simplify
Line 27:
:wikitext('[[' .. pagename .. '|' .. (text or pagename) .. ']]')
row:tag('td')
:wikitext(right or edit(frame, pagename))
end
 
Line 56:
if text == nil then
text = a
end
if right == nil then
right = edit(frame, pagename)
end
row_function(frame, tbl, pagename, text, right)