|
|
- <div class="tab biography" data-group="primary" data-tab="description">
- <section class="biography-details">
- <div class="biography-content">
- <label class="details-label">{{localize "PF2E.vehicle.DescriptionHeading"}}</label>
- <span class="biography-content" title="{{localize "PF2E.vehicle.DescriptionHeading"}}">
- {{editor data.details.description target="system.details.description" button=true owner=owner editable=editable}}
- </span>
- </div>
- </section>
- <section class="biography-details">
- <div class="biography-content">
- <label class="details-label">{{localize "PF2E.Source.Label"}}</label>
- <input type="text" name="system.details.publication.title" value="{{data.details.publication.title}}" placeholder="{{localize "PF2E.Source.SourcePlaceholder"}}" />
- </div>
- </section>
- </div>
|