Hector and Estavio down in Moorcroft Manor now sell pickups. The vending list template would have generated the wrong image names, so I created new templates for vendors who sell pickups (similar to the recipe list template).
I feel the vending list template is painful to use. It is hard to insert new items in the middle of the list or resort the list, and if the list gets bigger, one has to change the template so it can handle more cases. So I tried a new approach with this one, the usage is:
{{Pickup list/start}}
{{Pickup list/item|(first item name)|(fist item cost)}}
{{Pickup list/item|{second item name)|(second item cost)}}
...
{{Pickup list/end}}
Is this a good/bad idea, any thoughts?