Also zeppo@lemmy.world. Not a lot of Zeppos out here.

  • 0 Posts
  • 3 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle

  • I’d make a database with one table holding the encounter names, and then another with attributes where each is associated with the IDs of the appropriate encounters. Then select a name, and the associated attributes, print out the name, and then assume you want the output in html, a <ul>, loop over the attributes and print each one starting with <li>, then end with </ul>.