forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			514 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			514 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div>
 | 
						|
  <img class="chat-icon" src="{{img}}" alt="{{typeName}}" />
 | 
						|
  <h4>Table aléatoire: {{typeName}}</h4>
 | 
						|
  <div>{{sourceCompendium}}</div>
 | 
						|
  <br>
 | 
						|
</div>
 | 
						|
<div>
 | 
						|
  <ul class="flexcol item-list alterne-list">
 | 
						|
    {{#each table as |row|}}
 | 
						|
    <li class="select-target item list-item" >
 | 
						|
      <span>{{row.min}}{{#unless (eq row.min row.max)}}-{{row.max}}{{/unless}} :  </span>
 | 
						|
      <span>{{linkCompendium @root.sourceCompendium row.document.id row.document.name}}</span>
 | 
						|
    </li>
 | 
						|
    {{/each}}
 | 
						|
  </ul>
 | 
						|
</div>
 |