Duh, sorry for the noise, to answer myself:
<div class="hlist"> * Item 1 * Item 2 * Item 3 </div>
That did the trick, although the list bullets are not consistent anymore.
On Tue, Mar 24, 2015 at 10:22 AM, Bill Traynor btraynor@gmail.com wrote:
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