Template:Code Module: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 63: | Line 63: | ||
</tr> | </tr> | ||
{{#if:{{{url|}}} | |||
| | |||
<tr> | <tr> | ||
<th style="text-align: right; vertical-align: top; width: 150px">URL:</th> | <th style="text-align: right; vertical-align: top; width: 150px">URL:</th> | ||
<td>{{{url|}}}</td> | <td>{{{url|}}}</td> | ||
</tr> | </tr> | ||
}} | |||
<tr> | <tr> |
Revision as of 11:38, 30 September 2010
This is a template for displaying the details of a Module. Use it as follows:
{{Code_Module |name=name_of_module |description=A paragraph of textual description. |owner=Some Name |peers=[mailto:markup@isaccepted.com Mark Up], Other Guy |group=discussion-group-name-without-leading-'mozilla.' |source_dirs=source/directory/from/top/of/tree, another/directory |url=http://www.example.com/relevant/url }}
E.g.
{{Code_Module |name=accessibility |description=Support for platform accessibility APIs. |owner=Alexander Surkov |peers=[mailto:marco.zehe@googlemail.com Marco Zehe], Ginn Chen, David Bolter |group=dev.accessibility |source_dirs=accessible/ |url=http://www.mozilla.org/access/ }}
Which comes out like this:
Name: | accessibility (#) |
---|---|
Description: | Support for platform accessibility APIs. |
Owner: | Alexander Surkov |
Peer(s): | Marco Zehe, Ginn Chen, David Bolter |
Source Dir(s): | accessible/ |
URL: | http://www.mozilla.org/access/ |
Discussion Group: | mozilla.dev.accessibility |
Name: | {{{name}}} ([[Modules#{{{name}}} |#]]) |
---|---|
Description: | {{{description}}} |
Owner: | none |
Peer(s): | none |
Source Dir(s): | |
Discussion Group: | mozilla.{{{group}}} |