1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 11:51:02 +03:00
gamebookformat/templates/html/take.html

6 lines
142 B
HTML

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