Output links in an HTML ul element.mal2html.links.ul

Output links in an HTML ul element.

Parameters <code>links</code>

A list of links, as from a template in mal-link.

<code>role</code>

A space-separated list of link roles, used to select the appropriate title.

<code>bold</code>

Whether to bold the link titles.

<code>nodesc</code>

Whether to omit descriptions.

This is a common formatting template used by some links element handlers. It outputs an HTML ul element and calls mal2html.links.ul.li on each link to output a list item with a link.

This template handles link sorting.

Calls Templates