Module:Hatnote inline: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
m (punct.)
(lets do the easy thing to start)
Line 17: Line 17:
if args.inline == nil or yesno(args.inline, true) then
if args.inline == nil or yesno(args.inline, true) then
local subs = {
local subs = {
['^<div'] = '<span',
['<div'] = '<span',
['</div>$'] = '</span>'
['</div>$'] = '</span>'
}
}