srcgen
Version:
Generate any source for any language and any frameworks from templates with Node JS
14 lines (13 loc) • 483 B
HTML
<html>
<prompt name="STRVALUE">test1</prompt>
<prompt name="LISTVALUE" type="list" choices="javascript:return [
'Use the stick',
'Grab a large rock',
'Try and make a run for it',
'Attack the wolf unarmed'
]">Grab a large rock</prompt>
<prompt name="STRVALUE" message="Message for STRVALUE (primary)" custom="This prompt is primary">test2</prompt>
<prompt name="STRVALUE" message="Message for STRVALUE">test3</prompt>
<table>
</table>
</html>