Page Template SDL Tridion
The Page Template (PT) defines the overall layout of a page. It is in fact a master page which defines the header, footer and navigation on a particular page type. It also defines where Component Presentations are placed on the page. The picture belows shows what is defined in the Page Template
In addition it defines:
- The HTML header (<title>, <meta>etc)
- JavaScript Includes.
- File extension of the page (asp, jsp xml, xslt etc.)
The page template is used in the static publishing model only.
SDL Tridion Component Presentation
A Component Presentation (CP) is a rendered chunk of a component(content). The rendering is done by a Component Template. A component Presentation is either used as part of a fully rendered Page(see page 2) or it is published to the broker DB (see below). Using different Component Templates you can create different Component presentations from the same Component.
SDL Tridion Component Template
A Component Template or CT is a small program which is used to render (parts of) components based on specified schema’s. In other words programs which create chunks of XHTML. In Tridion parlance these chunks are called Component Presentations.
It is possible to use different CT’s to render the same content. An example might be the rendering of a news article. You might want to present on your homepage a link to a new article. On a news overview page you might want to display the title with a short description of the news content. And there will be a place where the full article is displayed.
This can be achieved by defining three different CTs where each one renders the specific occurrence on the website.
Configuration options for a CT include:
- Linking priority. To get the component links pointing towards the full news article version set the linking priority of this CT to high (or the others to low).
- Template type: Vbscript, Jscript, XSLT, Compound template, .NET.
- Output format: XML, HTML, ASP, JSP etc.
- Publication model: Embedded on a page (static), Dynamic.
- Linked schemas. Components based on these schema will be rendered with the CT. •


