Template:Code Module: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Module Owner: {{{1}}}
<a name="{{{name}}}"></a>
Foo: {{{2}}}
<table style="width:100%">
Bar: {{{3}}}
 
Baz: {{{4}}}
<thead>
  <tr>
    <th style="width:15%; text-align:right; vertical-align:top">
      Module:
    </th>
    <th style="text-align:left">
      {{{name}}} ({{{description}}})
    </th>
  </tr>
</thead>
 
<tbody>
  <tr>
    <th>Owner(s):</th>
    <td>
      {{{owners|''none''}}}
      </a>
    </td>
  </tr>
 
  <tr>
    <th>Peer(s):</th>
    <td>
      {{{peers|''none''}}}
    </td>
 
  </tr>
 
  <tr>
    <th>Source:</th>
    <td>{{{source}}}</td>
  </tr>
 
  <tr>
    <th>Discussion Group:</th>
    <td><a href="http://www.mozilla.org/community/forums/#{{{group}}}">mozilla.{{{group}}}</a></td>
 
  </tr>
 
  <tr>
    <th>Documents:</th>
    <td>{{{docs}}}</td>
  </tr>
 
</tbody>
</table>

Revision as of 16:29, 28 April 2010

<a name="{{{name}}}"></a>

<thead> </thead> <tbody> </tbody>
     Module:
     {{{name}}} ({{{description}}})
Owner(s):
     none
     </a>
Peer(s):
     none
Source: {{{source}}}
Discussion Group: <a href="http://www.mozilla.org/community/forums/#{{{group}}}">mozilla.{{{group}}}</a>
Documents: {{{docs}}}