Difference between revisions of "User:Ericb/Sandbox"

From MHWiki
(update status)
m (snoop to see if extensions ever get enabled)
Line 1: Line 1:
It looks like this wiki lacks Extension:ParserFunctions, which means no <nowiki>{{#if:test|if text|if empty}}</nowiki>.  But I managed to work around that with my [[Template:If]], using double template nesting.
+
It looks like this wiki lacks Extension:ParserFunctions, which means no <nowiki>{{#if:test|if text|if empty}}</nowiki>.  But I managed to work around that with my [[Template:If]], using double template nesting.  Once ParserFunctions are turned on, this should display 'hello world': {{#if:|text|hello}} {{#if:text|world|there}}.
  
 
Next project(s):
 
Next project(s):
 
* Finish linking to Larry's Loot Lexicon via [[Template:MHinfo]] - still to go: [[Crafting Items]], [[Special]], and [[Collectibles]].
 
* Finish linking to Larry's Loot Lexicon via [[Template:MHinfo]] - still to go: [[Crafting Items]], [[Special]], and [[Collectibles]].

Revision as of 18:32, 11 February 2013

It looks like this wiki lacks Extension:ParserFunctions, which means no {{#if:test|if text|if empty}}. But I managed to work around that with my Template:If, using double template nesting. Once ParserFunctions are turned on, this should display 'hello world': {{#if:|text|hello}} {{#if:text|world|there}}.

Next project(s):