Template:MyTemplate0/doc: Difference between revisions

From FamilySearch Wiki
(Created page with '{{documentation subpage}} ==Purpose== The {{tlx|MyTemplate0}} is my first template. ==Usage== Use MyTemplate0 by pasting the following code into your wiki page: {{tlx|MyTempla…')
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
| Notes
| Notes
|-
|-
| {{tlx|MyTemplate0}}
| {{tlx|HelloWorld}}
| {{MyTemplate0}}
| {{HelloWorld}}
| Displays the template string.
| Displays the actual variable used in the wikitext.
|}
|}
==Peer Review==
*Reviewed by Steve Cotrell on 2/8/2011 at 3AM.
*Reviewed by Thomas Lerman on 2/9/2011 at 8PM.
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
[[Category:Help templates|{{PAGENAME}}]]
[[Category:Help templates|{{PAGENAME}}]]

Revision as of 15:35, 9 February 2011

Purpose[edit source]

The {{MyTemplate0{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}} is my first template.

Usage[edit source]

Use MyTemplate0 by pasting the following code into your wiki page:

{{MyTemplate0{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}{{{7}}}{{{8}}}{{{9}}}{{{10}}}{{{11}}}...}}

Parameters[edit source]

There are no parameters at this time.

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.