Edit the ContactInformationTemplate
so that a contact's family members each get their own bullet point, nested underneath the Family
bullet point, listing their name and phone number, like this:
- Family:
- JohnDoe: 888-555-9999
- EmilyDoe: 888-555-1111
Tip: You'll need to use HTML for the inner bulleted list, as wikitext lists can't be interleaved successfully with $list
widgets. While it's possible to make everything show up correctly while still writing the outer bulleted list in wikitext, if you're struggling with the formatting, it may be easier to switch the outer list to an HTML list as well.
As a reminder, to nest lists in HTML, put another <ul>
opening tag inside an <li>
tag.
Go to answer: Ex:AllFamilyInformation/answer