<template>

List of tags

Summary:
The template element declares a template for cards in the deck. Event bindings specified in the template element (e.g. do or onevent) apply to all cards in that deck, although a card element may override the behaviour specified in the template element. In particular:

* DO elements specified in the template element may be overridden in individual cards if both elements have the same NAME attribute value.

* Intrinsic event bindings specified in the template element may be overridden by the specification of an event binding in a card element.

Attributes:
NameData typeMandatoryDefaultDescription
idStringX A unique name for the tag within the deck
classStringX A name of a class of which the tag is a member
onenterforwardHREFX The URI that is loaded when the user navigates into a card using a go task
onenterbackwardHREFX The URI that is loaded when the user navigates back into a card using a prev task
ontimerHREFX The URI that is loaded when the timer expires

Nested tags:
<do> <onevent>