1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-05 16:14:29 +03:00
gamebookformat/templates/html/take.html
Pelle Nilsson ddf6ed3046 Codewords set in HTML.
Feel bad about how copy-pasted codewords are from items.
Ideally the same code would handle both. Not now though.
2013-06-07 22:03:28 +02:00

6 lines
124 B
HTML

<span class="itemtake">%(inner)s</span>
<script>
if (this.gamebook) {
gamebook.takeItem(%(nr)d, "%(inner)s");
}
</script>