Créer un acteur depuis /nom

This commit is contained in:
Vincent Vandemeulebrouck
2022-07-22 01:31:21 +02:00
parent d51243d74f
commit 46f5cb67f6
3 changed files with 37 additions and 9 deletions

View File

@ -0,0 +1,16 @@
<h4>Proposition de nom: {{nom}}</h4>
<span class="chat-card-button-area">
<a class="button-creer-acteur chat-card-button"
data-nom='{{nom}}'
data-type='personnage'
>
Créer un Personnage</a>
</span>
<span class="chat-card-button-area">
<a class="button-creer-acteur chat-card-button"
data-nom='{{nom}}'
data-type='creature'>
Créer une créature</a>
</span>