Difference between revisions of "Template:Hello World"

From Timko Family
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Good bye!!!
+
<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}}