Module:WikiProject banner/sandbox: Difference between revisions

Content deleted Content added
+parse_text function
parse text
Line 357:
end
if args[tf_prefix..'TEXT'] then
text = text .. parse_text(args[tf_prefix..'TEXT'])
else
text = text .. 'This ' .. pagetype .. ' is supported by <b>' .. wikilink(args[tf_prefix .. 'LINK'],args[tf_prefix .. 'NAME']) .. '</b>'
Line 485:
local note_prefix = 'NOTE_' .. k .. '_'
local note = render_note{
text = parse_text(args[note_prefix..'TEXT']),
image_name = args[note_prefix..'IMAGE'],
size = args[note_prefix..'SIZE'],
Line 547:
:tag('td')
:attr('colspan','3')
:wikitext(parse_text(args.BOTTOM_TEXT))
:allDone()
table.insert(rows, bottom_text)