I've added the following snippets to common.js and common.css: https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
And I've got a table written in MW markup that I've added class="wikitable hlist"; to. Now how to I make an unordered list in a table cell appear horizontally?
Right now I have: * Item 1 * Item 2 * Item 3
I need this to render as: * Item 1 * Item 2 * Item 3
Ideally, I'd like to be able to do this as wiki markup. Is that possible? Or do I have to wrap the list in a div?
Thanks Bill