Template:HelloWorld/doc: Difference between revisions
StringhamDB (talk | contribs) No edit summary |
StringhamDB (talk | contribs) No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Purpose == | == Purpose == | ||
== Usage == | == Usage == | ||
== Parameters == | == Parameters == | ||
=== Examples === | === Examples === | ||
{| cellspacing=" | {| cellspacing="0" border="1" | ||
| | !style="width:50%"|You type | ||
!style="width:50%"|You get | |||
| | |||
|- | |- | ||
| {{ | | | ||
| {{HelloWorld}} | <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.
|