Difference between revisions of "Template:Hello World"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude> | |
+ | How to use: <nowiki>{{Hello World|name=Bob}}</nowiki> | ||
+ | </noinclude> | ||
+ | |||
+ | <includeonly> | ||
+ | {{#ifeq: {{{name|}}} | Tom | TOM | NOT TOM }} | ||
+ | |||
+ | <div class="foobar"> | ||
+ | Hello my name is {{{name}}}!!! | ||
+ | </div> | ||
+ | <div class="foobar"> | ||
+ | Hello my name is {{{name}}}!!! | ||
+ | </div> | ||
+ | |||
+ | </includeonly> |
Latest revision as of 04:02, 18 April 2021
How to use: {{Hello World|name=Bob}}