Difference between revisions of "Category:Wikipedia Templates"

From Robowiki
Jump to navigation Jump to search
m (Creating Page)
 
m (<pre> --> <tt>)
Line 1: Line 1:
 
==Parser Function Replacements==
 
==Parser Function Replacements==
  
Due to the absence of [http://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] on this MediaWiki, the following are workaround templates, with <pre><nowiki>{{#if}}</nowiki></pre> and <pre><nowiki>{{#switch}}</nowiki></pre> being the most commonly used.
+
Due to the absence of [http://www.mediawiki.org/wiki/Extension:ParserFunctions Extension:ParserFunctions] on this MediaWiki, the following are workaround templates, with <tt><nowiki>{{#if}}</nowiki></tt> and <tt><nowiki>{{#switch}}</nowiki></tt> being the most commonly used.
  
 
* {{#expr}} : Not coded yet
 
* {{#expr}} : Not coded yet
* {{tl|if}} : Replaces <pre><nowiki>{{#if}}</nowiki></pre>
+
* {{tl|if}} : Replaces <tt><nowiki>{{#if}}</nowiki></tt>
 
* {{#ifeq}} : Not coded yet
 
* {{#ifeq}} : Not coded yet
 
* {{#ifexist}} : Not coded yet
 
* {{#ifexist}} : Not coded yet
 
* {{#ifexpr}} : Not coded yet
 
* {{#ifexpr}} : Not coded yet
* {{tl|switch}} : Replaces <pre><nowiki>{{#switch}}</nowiki></pre>
+
* {{tl|switch}} : Replaces <tt><nowiki>{{#switch}}</nowiki></tt>
 
* {{tl|time}} : Not coded yet
 
* {{tl|time}} : Not coded yet
 
* {{tl|rel2abs}} : Not coded yet
 
* {{tl|rel2abs}} : Not coded yet
 
* {{tl|titleparts}} : Not coded yet
 
* {{tl|titleparts}} : Not coded yet
 
* {{tl|iferror}} : Not coded yet
 
* {{tl|iferror}} : Not coded yet

Revision as of 15:10, 20 September 2008

Parser Function Replacements

Due to the absence of Extension:ParserFunctions on this MediaWiki, the following are workaround templates, with {{#if}} and {{#switch}} being the most commonly used.

  • {{#expr}} : Not coded yet
  • {{if}} : Replaces {{#if}}
  • {{#ifeq}} : Not coded yet
  • {{#ifexist}} : Not coded yet
  • {{#ifexpr}} : Not coded yet
  • {{switch}} : Replaces {{#switch}}
  • {{time}} : Not coded yet
  • {{rel2abs}} : Not coded yet
  • {{titleparts}} : Not coded yet
  • {{iferror}} : Not coded yet