Template:Basic Cover: Difference between revisions

From support-works
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
</noinclude>
</noinclude>


<div class="basic-cover">
{{ #if: {{{param||}}} || param is defined and non-empty || param is undefined or empty}}
<ul class="information">
  <li class="title">{{{title|My title}}}</li>
  {{ #if: {{{type|}}} | <li class="type">{{{type}}}</li> }}
</ul>
{{ #if: {{{htl|}}} |
[[Image:HornbillTechnologiesLogo.png|750px]]
<p class="copyright">© Hornbill Technologies Limited, {{CURRENTYEAR}}</p>
|
[[Image:HornbillLogo.png|750px]]
<p class="copyright">© Hornbill Service Management Limited, {{CURRENTYEAR}}</p>
}}
 
</div>

Revision as of 16:19, 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
}}


param is defined and non-empty