User:DavidJCobb/Template Sandbox/If
From ZeldaChaos
An attempt at creating a non-ParserFunctions-dependent if statement.
Syntax:
{{if|statement|true|false}}
if = The name of this template
statement = Statement.
true = What to do if statement is non-empty
false = What to do if statement is empty
Usage Example
The phrase you inputted is {{if|{{{input|}}}|"{{{input}}}"|empty}}.