Template:HelloWorld/doc: Difference between revisions

From FamilySearch Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
== Purpose  ==
== Purpose  ==
The {{tl|HelloWorld}} template has been created as an example for a RootsTech presentation.
The {{tlx|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.  


<code>
<code>
<includeonly>
<nowiki>
{{HelloWorld
{{HelloWorld
| text
| text
}}
}}
</includeonly>
</nowiki>
</code>
</code>
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="0" border="1"
{| cellspacing="1" cellpadding="1" border="1"
!style="width:50%"|You type
|-
!style="width:50%"|You get
| Entered
| Produces
| Notes
|-
|-
|
| {{tlx|HelloWorld}}
<pre>
| {{HelloWorld}}
{{HelloWorld}}  
| Displays the actual variable used in the wikitext.
</pre>
|
{{HelloWorld}}
|-
|-
|
| {{tlx|HelloWorld | Gus}}
<pre>
| {{HelloWorld | Gus}}
{{HelloWorld|John Henry}}  
| Replaces wikitext variable with passed-in string.
</pre>
|}
|
{{HelloWorld|John Henry}}

Revision as of 15:47, 7 February 2011

Purpose[edit source]

The {{HelloWorld{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}} template has been created as an example for a RootsTech presentation.

Usage[edit source]

Create a new HelloWorld by using the following code.

{{HelloWorld | text }} 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]

Entered Produces Notes
{{HelloWorld{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}}

Hello, {{{1}}}! Welcome to the world of wiki.


Displays the actual variable used in the wikitext.
{{HelloWorld {{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}}

Hello, Gus! Welcome to the world of wiki.


Replaces wikitext variable with passed-in string.