Module:Hatnote inline: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(changing to inline version with span)
(forcing style that will eventually be in the class)
Line 201: Line 201:
end
end
return string.format(
return string.format(
'<span class="%s">%s</span>',
'<span style="font-style:italic;" class="%s">%s</span>',
table.concat(classes, ' '),
table.concat(classes, ' '),
s
s