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"
Jump to navigation
Jump to search
m (more!) |
m (expand) |
||
Line 1: | Line 1: | ||
==Custom parser functions== | ==Custom parser functions== | ||
− | + | === strc === | |
− | + | ||
− | + | Example:<pre></pre> | |
− | + | → | |
− | + | ||
− | + | === strcount === | |
− | + | ||
− | + | Example:<pre></pre> | |
− | + | → | |
− | + | ||
− | + | === stricount === | |
− | + | ||
− | + | Example:<pre></pre> | |
− | + | → | |
− | + | ||
+ | === stripos === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === stristr === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strlen === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strpos === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strripos === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strrpos === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strsplit === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === strstr === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === sha1 === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === md5 === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === randint === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → | ||
+ | |||
+ | === param === | ||
+ | |||
+ | Example:<pre></pre> | ||
+ | → |
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:
→