-
Notifications
You must be signed in to change notification settings - Fork 13
Lists
Vincenzo Montanari edited this page Nov 12, 2017
·
3 revisions
Some placeholders use a function to create a fancy list of the values.
If so you use <placeholder>_<separator> where <separator> is the separator that will divide the values.
The default separator is , . If You want to change it you just need to write it after the placeholder. -- are replaced by a space.
I know, this is confusing. But here's an example to help ya.
%pokedex_Magikarp_abilities% will print SwiftSwim, Rattled.
%pokedex_Magikarp_abilities_--and--% will printSwiftSwim and Rattled.
Better now?