The table td_templatedescription contains template information to be presented to users that may differ among the galleries (i.e. this information is gallery dependent).
Name | Type | Allow Null | Description |
---|---|---|---|
td_recno | integer | No | Primary key. |
td_te_recno | integer | No | Foreign key referencing the corresponding template te_recno in the te_template table. |
td_ga_recno | integer | No | Foreign key referencing the corresponding gallery ga_recno in the ga_gallery table |
td_tr_recno | integer | Yes | Optional foreign key referencing a transition tr_recno in the tr_transition table. |
td_default | varchar(128) | Yes | Optional default value for transitions not of type ENUMERATION. Normally for MIX and WIPE transitions. |
td_em_recno | integer | Yes | Optional foreign key for the default value for ENUMERATION transition types. Normally EFFECT transition. Reference to a enumeration value em_recno in the em_enumerationmember table. |
td_descriptionupdateddate | Datetime | No | (deprecated) |
Note: The overall template description is stored in three parts / tables:
td_templatedescription: The base template description.
tr_transition: The transition used by the template. In Mosart this equals the transition when taking the template. Normally either Mix, Wipe or Effect.
tdfi_connection: Relation that list all fields (or newsroomtags) used by the templates. A newsroomtag is a template property allowing users to input information to the template. Normally newsroomtags are exposed to the users in the NCS.