Template:H:title/doc
![]() |
This is a documentation subpage for Template:H:title (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{H:title |spantitle |url (or url=link) |label (or label=text (defaults to link text)) |link=yes/no (defaults to "no") |dotted=yes/no (defaults to "yes") |external=yes/no (defaults to "no") }}
Examples
- {{H:title|Hello|example}} produces example.
- {{H:title|Hello|example|link=yes}} produces example.
- {{H:title|Hello|example|dotted=no}} produces example.
- {{H:title|Hello|example|link=yes|dotted=no}} produces example.
- {{H:title|Hello|example|label=some other display|link=yes|dotted=no}} produces some other display.
- {{H:title|Hello|http://google.com|label=Google search|link=yes|dotted=no|external=yes}} produces Google search.