Template:InfoboxParser

From Portals of Phereon Wiki
[view | edit | purge]Documentation
Description
Adds affixes to delimiter separated strings (up to 10)
Usage
Using this
{{InfoboxParser|delim=&|prefix=7337|suffix=<br>|limit=3|I am&a&hacker&man}}
Results in this:

7337I am
7337a
7337hacker

Using this
{{InfoboxParser|delim=*|prefix=*|newline=true|I am*a*hacker*man}}
Results in this:

  • I am
  • a
  • hacker
  • man
[view | edit | purge]The above documentation is transcluded fromTemplate:InfoboxParser/doc.