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 <[email protected]> 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

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to