v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Help:Parser functions"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (more!)
m (expand)
Line 1: Line 1:
 
==Custom parser functions==
 
==Custom parser functions==
* strc
+
=== strc ===
* strcount
+
 
* stricount
+
Example:<pre></pre>
* stripos
+
&rarr;
* stristr
+
 
* strlen
+
=== strcount ===
* strpos
+
 
* strripos
+
Example:<pre></pre>
* strrpos
+
&rarr;
* strsplit
+
 
* strstr
+
=== stricount ===
* sha1
+
 
* md5
+
Example:<pre></pre>
* randint
+
&rarr;
* param
+
 
 +
=== stripos ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== stristr ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strlen ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strpos ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strripos ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strrpos ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strsplit ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== strstr ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== sha1 ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== md5 ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== randint ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;
 +
 
 +
=== param ===
 +
 
 +
Example:<pre></pre>
 +
&rarr;

Revision as of 01:41, 20 February 2014

Custom parser functions

strc

Example:


strcount

Example:


stricount

Example:


stripos

Example:


stristr

Example:


strlen

Example:


strpos

Example:


strripos

Example:


strrpos

Example:


strsplit

Example:


strstr

Example:


sha1

Example:


md5

Example:


randint

Example:


param

Example: