Template:HelloWorld/doc: Difference between revisions
StringhamDB (talk | contribs) (Created page with '== Purpose == == Usage == == Parameters == === Examples ===') |
StringhamDB (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
=== Examples === | === Examples === | ||
{| cellspacing="0" border="1" | |||
!style="width:50%"|You type | |||
!style="width:50%"|You get | |||
|- | |||
| | |||
<pre> | |||
{{HelloWorld}} | |||
</pre> | |||
| | |||
{{HelloWorld}} | |||
|- | |||
| | |||
<pre> | |||
{{HelloWorld|John Henry}} | |||
</pre> | |||
| | |||
{{HelloWorld|John Henry}} | |||
Revision as of 11:46, 4 February 2011
Purpose[edit source]
Usage[edit source]
Parameters[edit source]
Examples[edit source]
| You type | You get |
|---|---|
{{HelloWorld}}
|
Hello, {{{1}}}! Welcome to the world of wiki.
|
{{HelloWorld|John Henry}}
|
Hello, John Henry! Welcome to the world of wiki.
|