Template:H:title/doc: Difference between revisions
(Add new options) |
(Adjust example) |
||
| Line 17: | Line 17: | ||
*<nowiki>{{H:title|Hello|example|dotted=no}}</nowiki> produces {{H:title|Hello|example|dotted=no}}. | *<nowiki>{{H:title|Hello|example|dotted=no}}</nowiki> produces {{H:title|Hello|example|dotted=no}}. | ||
*<nowiki>{{H:title|Hello|example|link=yes|dotted=no}}</nowiki> produces {{H:title|Hello|example|link=yes|dotted=no}}. | *<nowiki>{{H:title|Hello|example|link=yes|dotted=no}}</nowiki> produces {{H:title|Hello|example|link=yes|dotted=no}}. | ||
*<nowiki>{{H:title|Hello|example|some other display|link=yes|dotted=no}}</nowiki> produces {{H:title|Hello|example|some other display|link=yes|dotted=no}}. | *<nowiki>{{H:title|Hello|example|some other display|link=yes|dotted=no}}</nowiki> produces {{H:title|Hello|example|some other display|link=yes|dotted=no}}. | ||
*<nowiki>{{H:title|Hello|http://google.com|Google search|link=yes|dotted=no}}</nowiki> produces {{H:title|Hello|http://google.com|Google search|link=yes|dotted=no}}. | *<nowiki>{{H:title|Hello|http://google.com|Google search|link=yes|dotted=no|external=yes}}</nowiki> produces {{H:title|Hello|http://google.com|Google search|link=yes|dotted=no|external=yes}}. | ||
=== See also === | === See also === | ||
Revision as of 11:56, 17 March 2010
|
|
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[edit source]
{{H:title
|spantitle
|link
|label (optional, uses link if not specified)
|link=yes/no (defaults to "no")
|dotted=yes/no (defaults to "yes")
|external=yes/no (defaults to "no")
}}
Examples[edit source]
- {{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|some other display|link=yes|dotted=no}} produces some other display.
- {{H:title|Hello|http://google.com|Google search|link=yes|dotted=no|external=yes}} produces Google search.