Template:InfoboxParser/doc

From Portals of Phereon Wiki
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