User:TxMasterG Ping/Sandbox/Parser Functions

From Second Life Wiki
< User:TxMasterG Ping‎ | Sandbox
Revision as of 16:39, 29 May 2007 by TxMasterG Ping (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

User:TxMasterG Ping/Sandbox/Parser Functions/Template:TxMasterG Ping Test

To use a parser function you will want to learn how to use a template because they use a similar syntax.

The Syntax

{{functioname: paramater1 | parameter2 | ...}}
{{#functioname: paramater1 | parameter2 | ...}}

Parser Functions can, but do not need to start with a hash symbol. Then they are followed by the function name and a colon (:). Then at least one parameter. Parameters are separated by bar (|) symbols.

If Statements

If statements work based on if a statement evaluated true or false.

{{#if: condition | then | else}}

THIS IS A WORK IN PROGRESS.