Module:Hatnote inline: Difference between revisions
forcing style that will eventually be in the class
m>SMcCandlish (changing to inline version with span) |
m>SMcCandlish (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 |