Template:HelloWorld/doc: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Documentation subpage}}
== Purpose  ==
== Purpose  ==
The {{tlx|HelloWorld}} template has been created as an example for a RootsTech presentation.
The {{tl|HelloWorld}} template has been created as an example for a RootsTech presentation.
 
== Usage  ==
== Usage  ==
Create a new HelloWorld by using the following code.  
Create a new HelloWorld by using the following code.  


{{tlx|HelloWorld|text}}
{| style="background: none repeat scroll 0% 0% transparent;"
|-
| <pre>&lt;includeonly&gt;{{HelloWorld
&#124; text
}}&lt;/includeonly&gt;
&lt;noinclude&gt;
</pre>
|}


HelloWorld can be customized by using the main parameters.
HelloWorld can be customized by using the main parameters.
== Parameters ==
== Parameters ==
There is on parameter that can be used to create a custom HelloWorld.
There is on parameter that can be used to create a custom HelloWorld.
;text: (optional) This is the text that you would want displayed in the HelloWord phrase.
;text: (optional) This is the text that you would want displayed in the HelloWord phrase.
=== Examples  ===
=== Examples  ===
{| cellspacing="1" cellpadding="1" border="1"
{| cellspacing="0" border="1"
|-
!style="width:50%"|You type
| Entered
!style="width:50%"|You get
| Produces
| Notes
|-
|-
| {{tlx|HelloWorld}}
|
| {{HelloWorld}}
<pre>
| Displays the actual variable used in the wikitext.
{{HelloWorld}}  
</pre>
|
{{HelloWorld}}
|-
|-
| {{tlx|HelloWorld | Gus}}
|
| {{HelloWorld | Gus}}
<pre>
| Replaces wikitext variable with passed-in string.
{{HelloWorld|John Henry}}  
|}
</pre>
[[Category:Templates|{{PAGENAME}}]]
|
[[Category:Help templates|{{PAGENAME}}]]
{{HelloWorld|John Henry}}

Revision as of 12:54, 4 February 2011

Purpose[edit source]

The {{HelloWorld}} template has been created as an example for a RootsTech presentation.

Usage[edit source]

Create a new HelloWorld by using the following code.

<includeonly>{{HelloWorld
| text
}}</includeonly>
<noinclude>

HelloWorld can be customized by using the main parameters.

Parameters[edit source]

There is on parameter that can be used to create a custom HelloWorld.

text
(optional) This is the text that you would want displayed in the HelloWord phrase.

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.