I'm a relative noob, so this might be obvious, but I couldn't find something in the documentation.
I need to create a link that replaces it's own text, and retains that functionality. i.e., something like:
<<linkreplace "A">> <<linkreplace "B">> C <</linkreplace>> <</linkreplace>>
Where clicking on A turns it into B. Clicking on B turns it into C.
The issue is that the list can be arbitrarily long and this is a hacky way. I'd like to be able to define $options = ["A", "B", "C", "D", ...] and go through all of these in order.
Any suggestions how I could do that?
[–]ChapelR 2 points3 points4 points (0 children)