All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
721 B

<form class="{{cssClass}} flexcol limited" autocomplete="off">
{{!-- Sheet Header --}}
<header class="sheet-header flexrow">
<img class="profile" src="{{actor.img}}" data-tooltip="{{actor.name}}" data-edit="img"/>
<section class="header-details flexrow">
<h1 class="charname">
<input name="name" type="text" value="{{actor.name}}" placeholder="{{ localize 'DND5E.Name' }}"/>
</h1>
</section>
</header>
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="tab biography">
{{editor biographyHTML target="system.details.biography.value" button=true editable=editable}}
</div>
</section>
</form>