Difference between revisions of "Template:Basic Cover"

From support-works
Jump to navigation Jump to search
Line 29: Line 29:
 
<ul class="information">
 
<ul class="information">
 
   <li class="title">{{{title|My title}}}</li>
 
   <li class="title">{{{title|My title}}}</li>
   {{#if: {{{type|}}} | <li class="type">{{{type}}}</li>}}
+
   {{#if: {{{type|test}}} | <li class="type">{{{type}}}</li>}}
 
</ul>
 
</ul>
 
{{#if: {{{htl|}}} |
 
{{#if: {{{htl|}}} |

Revision as of 16:13, 9 April 2015

This template is to be used by default for non-specialised documents (for example, Release Notes). It provides for a front cover with two variables (document title and document type - type is optional), a Hornbill logo and a brief copyright statement.

It should be used with the "Standard" and "Standard (no Table of Contents)" PDF styles in the publishing system.

Template variables:

Name Default Description
title My title Document title.
type Document type.
htl Set if you want a HTL cover

Example usage:

{{Template:Basic Cover
|title=Supportworks ESP 7.3.9
|type=Release Notes
}}


  • My title
  • {{{type}}}

750px