forked from public/foundryvtt-reve-de-dragon
		
	- title/alt remplacés par des data-tooltip - description de ce que font les boutons - description des items survolés
		
			
				
	
	
		
			23 lines
		
	
	
		
			541 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			541 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
|   <span draggable="true">
 | |
|   {{#if pack}}
 | |
|   {{!-- draggable="true"  --}}
 | |
|   <a class="content-link"
 | |
|     data-uuid="Compendium.{{pack}}.{{id}}" 
 | |
|     data-pack="{{pack}}" 
 | |
|     {{#if doctype}}data-doctype="{{doctype}}"{{/if}}
 | |
|     data-id="{{id}}"
 | |
|   >
 | |
|   {{else}}
 | |
|   <a class="rdd-world-content-link"
 | |
|     {{#if doctype}}data-doctype="{{doctype}}"{{/if}}
 | |
|     data-id="{{id}}"
 | |
|   >
 | |
|   {{/if}}
 | |
|   {{#if img}}
 | |
|   <img class="in-text-img" src="{{img}}" data-tooltip="{{name}}" />
 | |
|   {{else}}
 | |
|   <i class="fas fa-suitcase"></i>
 | |
|   {{/if}}
 | |
|   {{name}}</a>
 | |
| </span>
 |