forked from public/foundryvtt-reve-de-dragon
Post to chat pour les acteurs
This commit is contained in:
7
templates/post-actor.html
Normal file
7
templates/post-actor.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="post-item">
|
||||
{{#if img}}
|
||||
<img class="chat-icon" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<p>{{> 'systems/foundryvtt-reve-de-dragon/templates/common/compendium-link.hbs' pack=pack id=id name=name doctype=doctype}}</p>
|
||||
<p class="card-content">{{{system.description}}}</p>
|
||||
</div>
|
Reference in New Issue
Block a user