Difference between revisions of "User:TxMasterG Ping/Sandbox/Parser Functions"

From Second Life Wiki
Jump to navigation Jump to search
m
 
m (quicK IX)
Line 1: Line 1:
{{/Template:TxMasterG Ping Test
{{../Template:TxMasterG Ping Test
|editable=true|timeline=work in progress}}
|editable=true|timeline=work in progress}}



Revision as of 16:40, 29 May 2007

This is a file in TxMasterG Ping's Sandbox!

Feel free to add to this page if you would like.


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.