Article object
Taxonomy: synonyms
Element or context:
<list>
A taxonomy synonym is composed of a list or two or more nested lists. Taxnonomy synonyms may or may not contain labels.
Requirements:
- Put the entire synonym (with or without labels) in a <list> with attribute 'list-content' set to "tax-synonym".
- Put each line item in the synonym within <list-item> tags.
- If the synonym contains labels, then put the label contents within a <label> inside the <list-item>.
Example: taxonomy synonym with labels
In display:
![](tax-synonym.png)
Markup:
<list list-content="tax-synonym"> <list-item><label>=</label><p>Dimeropygidae Cooper and Williams 1935</p> <list list-content="tax-synonym"> <list-item><label>≡</label><p>Toernquistiidae Hupé1953</p></list-item> </list> </list-item> </list>