HTML Layout

VeinIF require certain HTML elements with properties to be present.

Required

HTML elements with id listed in the table bellow is required

  • paragraph

  • choices

  • items

Property

Description

id = "paragraph"

Serve as a container for paragraph

id = "choices"

Serve as a container for choices

id = "items"

Serve as a container for items

Optional

Property

Description

class = "yourName"

All elements with this class will show the player's name (if it has been set)

class = "playerPronouns"

Element with this class will show the player's pronouns (if it has been set)

Last updated

Was this helpful?