Template:Basic Status: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> <div style="border: 3px solid #C00000; padding: 10px; margin: 20px 0;"> This template is to be used to add additional status-related elements to a document, disp...") |
No edit summary |
||
Line 23: | Line 23: | ||
'''Example usage:''' | '''Example usage:''' | ||
<pre><nowiki>{{Template:Basic Status | <pre><nowiki>{{Template:Basic Status | ||
|status= | |status=Draft | ||
|version=1.0 | |version=1.0 | ||
|authors= | |authors=Ricky Fearon | ||
|applicableto=Supportworks ESP 7. | |applicableto=Supportworks ESP 7.6.x | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
Line 42: | Line 42: | ||
<td>{{{version|0.0.0}}}</td> | <td>{{{version|0.0.0}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Authors:</th> | <th>Authors:</th> | ||
<td>{{{authors}}}</td> | <td>{{{authors|Hornbill Support}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Applicable to:</th> | <th>Applicable to:</th> | ||
<td>{{{applicableto}}}</td> | <td>{{{applicableto|Supportworks ESP}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> |
Revision as of 17:42, 9 April 2015
This template is to be used to add additional status-related elements to a document, displayed as a table giving the document status (for example, draft), version (for example 1.0) and authors (for example, David Bailey).
It can optionally be used with the "Standard" and "Standard (no Table of Contents" PDF styles in the publishing system.
Template variables:
Name | Default | Description |
---|---|---|
status | Draft | Document status. |
version | 0.0.0 | Document version. |
authors | List of document authors. | |
applicableto | Versions of Supportworks this document applies to. |
Example usage:
{{Template:Basic Status |status=Draft |version=1.0 |authors=Ricky Fearon |applicableto=Supportworks ESP 7.6.x }}
Status: | Draft |
---|---|
Version: | 0.0.0 |
Authors: | Hornbill Support |
Applicable to: | Supportworks ESP |