Template:Specification/doc
From LIMSWiki
Jump to navigationJump to search This is a documentation subpage for Template:Specification. It contains usage information, categories, interlanguage links, and other content that is not part of the original template page. |
Usage
This is the base Specification template used to create specification templates. To create a specification template, add the following code:
{{Specification |idnumber = the ID number |title = the title text |funcdesc = the functional description text |standregref = the standard(s) and regulation(s) that apply, if any |description = {{{the ID number_desc}}} }}
Replace the text after the = sign with the required text. Replace "the ID number" in the {{{the ID number_desc}}} code with the actual ID number.
For example, the following code...
{{Specification |idnumber = 481787 |title = User Management |funcdesc = The system includes system administration ability to create/modify/duplicate users. |standregref = |description = {{{481787_desc}}} }}
...produces:
ID: 481787
Title: User Management
Functional Description: The system includes system administration ability to create/modify/duplicate users.
Standards and Regulatory References:
Application Functional Description:
{{{481787_desc}}}
Note that this template calls on the sub-template Specification/req. To modify the appearance of the text, etc., you'll need to edit that template.