HRWiki:Sandbox
From Homestar Runner Wiki
Revision as of 00:22, 31 December 2010 by It's dot com (Talk | contribs)
The Sandbox is an HRWiki namespace page designed for testing and experimenting with wiki syntax. Feel free to try your skills at formatting here: click on edit, make your changes, and click 'Save page' when you are finished. Content added here will not stay permanently. If you need help editing, see Help:Editing.
{{#if: true | TRUE | FALSE }}
TRUE
{{#if: false | TRUE | FALSE }}
TRUE
{{#if: 0 | TRUE | FALSE }}
TRUE
{{#if: | TRUE | FALSE }}
FALSE
{{#if: 1 > 2 | TRUE | FALSE }}
TRUE
{{#if: 3 > 2 | TRUE | FALSE }}
TRUE
{{#ifexpr: true | TRUE | FALSE }}
Expression error: Unrecognised word "true"
{{#ifexpr: false | TRUE | FALSE }}
Expression error: Unrecognised word "false"
{{#ifexpr: 0 | TRUE | FALSE }}
FALSE
{{#ifexpr: 1 | TRUE | FALSE }}
TRUE
{{#ifexpr: | TRUE | FALSE }}
FALSE
{{#ifexpr: 1 > 2 | TRUE | FALSE }}
FALSE
{{#ifexpr: 3 > 2 | TRUE | FALSE }}
TRUE
