All text spinner tags below are removed from generated content (replaced by computed content).
But your HTML tags stay in the result. This permit to spin HTML pages and any type of textual content.
All tags, except the root spinner tag, can be nested as in HTML. The deeper and wider you nest, the more possible variations you get !
All whitespaces matter ! You can use this possibility to help you to separate items.
The spinner tag, mark the content part to spin. All spinner's tags must be inside.
It's just a container. It does nothing.
The spinning result: <p>foo bar</p>.
The choice tag, take one item in the list.
There is no theoretical limit to the number of variants you can include. You can add void items.
The spinning result may be Hi or Hello with an equal probability.
The shuffle tag randomly shuffle items.
You can shuffle letters, words, paragraphs or whatever you need.
The spinning result may be car, motorbike, ... or motorbike, car, ... with an equal probability.
The tag tag permit to generate HTML tag randomly.
You can add HTML attributes to the tag tag. All added attributes are preserved except spinner's attributes.
The spinning result may be <strong class="myclass">foo bar</strong>, <em class="myclass">foo bar</em> or just foo bar with an equal probability.
The const tag, take alternatively one item in the list. No random here !
At each spin compute, the spinner take the next item in the list. At the end, it start again from the beginning.
The spinning result will be Hi at the first compute and Hello at the next.
The list tag, take some items in the list randomly. Order doesn't matter.
It take a number of items between min and max set in attributes.
The spinning result will be Bonjour, Hello, , Guten tag, , Guten tag, Bonjour, and many other combinations.
You need more options than the tags above. Explain us your need and we may add new specific one.
To request for a new tag, you need to register.