• Internal

    Synchronously render a cached Handlebars template using provided data.

    Parameters

    • path: "systems/pf1/templates/apps/compendium-browser/checkbox-filter.hbs" | "systems/pf1/templates/apps/compendium-browser/minmax-filter.hbs" | "systems/pf1/templates/apps/action-select.hbs" | "systems/pf1/templates/apps/attack-roll-dialog.hbs" | "systems/pf1/templates/apps/item-select.hbs" | "systems/pf1/templates/apps/help-browser.hbs" | "systems/pf1/templates/hud/tooltip.hbs" | "systems/pf1/templates/apps/vision-sharing.hbs" | "systems/pf1/templates/apps/actor-select.hbs" | "systems/pf1/templates/chat/defenses.hbs" | "systems/pf1/templates/actors/parts/actor-summary.hbs" | "systems/pf1/templates/actors/parts/actor-level.hbs" | "systems/pf1/templates/actors/parts/actor-traits.hbs" | "systems/pf1/templates/actors/parts/actor-inventory.hbs" | "systems/pf1/templates/actors/parts/actor-features.hbs" | "systems/pf1/templates/actors/parts/actor-spellbook-front.hbs" | "systems/pf1/templates/actors/parts/actor-spellbook.hbs" | "systems/pf1/templates/actors/parts/actor-skills-front.hbs" | "systems/pf1/templates/actors/parts/actor-skills.hbs" | "systems/pf1/templates/actors/parts/actor-combat.hbs" | "systems/pf1/templates/actors/parts/actor-defenses_tables.hbs" | "systems/pf1/templates/actors/parts/actor-buffs.hbs" | "systems/pf1/templates/actors/parts/actor-attributes.hbs" | "systems/pf1/templates/actors/parts/actor-settings.hbs" | "systems/pf1/templates/actors/parts/actor-settings-ability-scores.hbs" | "systems/pf1/templates/actors/parts/actor-item-summary.hbs" | "systems/pf1/templates/internal/item-search.hbs" | "systems/pf1/templates/internal/table_magic-items.hbs" | "systems/pf1/templates/items/parts/item-actions.hbs" | "systems/pf1/templates/items/parts/item-advanced.hbs" | "systems/pf1/templates/items/parts/item-alignments.hbs" | "systems/pf1/templates/items/parts/item-ammo.hbs" | "systems/pf1/templates/items/parts/item-aura.hbs" | "systems/pf1/templates/items/parts/item-base-types.hbs" | "systems/pf1/templates/items/parts/item-changes.hbs" | "systems/pf1/templates/items/parts/item-class-link.hbs" | "systems/pf1/templates/items/parts/item-contents.hbs" | "systems/pf1/templates/items/parts/item-description.hbs" | "systems/pf1/templates/items/parts/item-sidebar-inputs.hbs" | "systems/pf1/templates/items/parts/item-sidebar-tags.hbs" | "systems/pf1/templates/items/parts/item-sidebar-conditions.hbs" | "systems/pf1/templates/items/parts/item-sidebar-aura.hbs" | "systems/pf1/templates/items/parts/item-links.hbs" | "systems/pf1/templates/items/parts/item-materials-addon.hbs" | "systems/pf1/templates/items/parts/item-materials.hbs" | "systems/pf1/templates/items/parts/item-name.hbs" | "systems/pf1/templates/items/parts/item-notes.hbs" | "systems/pf1/templates/items/parts/item-proficiencies.hbs" | "systems/pf1/templates/items/parts/item-conditions.hbs" | "systems/pf1/templates/items/parts/item-size.hbs" | "systems/pf1/templates/items/parts/item-tag.hbs" | "systems/pf1/templates/items/parts/item-tags.hbs" | "systems/pf1/templates/items/parts/item-weapon-groups.hbs" | "systems/pf1/templates/items/parts/spell-descriptors.hbs" | "systems/pf1/templates/internal/content-source-view.hbs" | "systems/pf1/templates/apps/item-action/action.hbs" | "systems/pf1/templates/apps/item-action/activation.hbs" | "systems/pf1/templates/apps/item-action/template.hbs" | "systems/pf1/templates/apps/item-action/conditionals.hbs" | "systems/pf1/templates/apps/compendium-browser/entries.hbs" | "systems/pf1/templates/chat/roll-ext.hbs" | "systems/pf1/templates/chat/parts/gm-description.hbs" | "systems/pf1/templates/chat/parts/attack-roll-header.hbs" | "systems/pf1/templates/chat/parts/attack-roll-footer.hbs" | "systems/pf1/templates/chat/parts/attack-roll-targets.hbs" | "systems/pf1/templates/chat/parts/item-notes.hbs" | "systems/pf1/templates/internal/spell-description.hbs" | "systems/pf1/templates/internal/token-config_vision.hbs" | "systems/pf1/templates/internal/damage-type-visual.hbs" | "systems/pf1/templates/hud/quick-actions.hbs" | "systems/pf1/templates/apps/level-up/health.hbs" | "systems/pf1/templates/apps/level-up/ability-score.hbs" | "systems/pf1/templates/apps/level-up/fcb.hbs" | "systems/pf1/templates/apps/level-up/summary.hbs" | "systems/pf1/templates/extended-tooltip.hbs"

      The template identifier

    • Optional data: object = {}

      The data provided to the template

    Returns string

    The rendered HTML

    See

    Throws

    If the requested template could not be found in the cache

Generated using TypeDoc