Template:H:title/doc: Difference between revisions
(Test) |
(Test) |
||
| Line 14: | Line 14: | ||
*<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| | *<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}}. | ||
=== See also === | === See also === | ||
Revision as of 11:46, 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
|label
|link=yes/no (defaults to "no")
|dotted=yes/no (defaults to "yes")
}}
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.