Module:Infobox military conflict: Difference between revisions

Change span class=xxx to div to fix Linter div-span-flip error.
m (1 revision imported)
(Change span class=xxx to div to fix Linter div-span-flip error.)
Line 94: Line 94:
:done()
:done()
:tag('td')
:tag('td')
:tag('span')
:tag('div')
:addClass('location')
:addClass('location')
:wikitext(self.args.place or '{{{place}}}') -- hack so that people who don't know Lua know that this parameter is required
:wikitext(self.args.place or '{{{place}}}') -- hack so that people who don't know Lua know that this parameter is required
Anonymous user