Confirmed users
1,255
edits
m (css) |
(css) |
||
Line 13: | Line 13: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly><h3 style="font-weight: unset; margin-bottom: 0; font-size: 130% | </noinclude><includeonly><h3 style="font-weight: unset; margin-bottom: 0; font-size: 130%; "> {{{ Rule name }}}</h3> | ||
<table style="text-indent: 0.5em; border-collapse: collapse; text-align: left; width: calc(100% - 20px); margin: 0 10px;"> | <table style="text-indent: 0.5em; border-collapse: collapse; text-align: left; width: calc(100% - 20px); margin: 0 10px;"> | ||
<tr> | <tr> | ||
<th style="border: 1px solid lightskyblue; background-color: lightskyblue; width: 8em;">Purpose</th> | <th style="border: 1px solid lightskyblue; background-color: lightskyblue; width: 8em; padding: 0 0.5em;">Purpose</th> | ||
<td style="border: 1px solid lightskyblue;">{{{ Purpose }}}</td> | <td style="border: 1px solid lightskyblue; padding: 0 0.5em;">{{{ Purpose }}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th style="border: 1px solid lightskyblue; background-color: greenyellow">Action</th> | <th style="border: 1px solid lightskyblue; background-color: greenyellow; padding: 0 0.5em;">Action</th> | ||
<td style="border: 1px solid lightskyblue;">{{{ Action }}}</td> | <td style="border: 1px solid lightskyblue; padding: 0 0.5em;">{{{ Action }}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th style="border: 1px solid lightskyblue; background-color: aliceblue;">Example</th> | <th style="border: 1px solid lightskyblue; background-color: aliceblue; padding: 0 0.5em;">Example</th> | ||
<td style="border: 1px solid lightskyblue;">[https://bugzil.la/{{{Example}}} Bug {{{Example}}}]</td> | <td style="border: 1px solid lightskyblue; padding: 0 0.5em;">[https://bugzil.la/{{{Example}}} Bug {{{Example}}}]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th style="border: 1px solid lightskyblue;">Code</th> | <th style="border: 1px solid lightskyblue; padding: 0 0.5em;">Code</th> | ||
<td style="border: 1px solid lightskyblue;"><code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></td> | <td style="border: 1px solid lightskyblue; padding: 0 0.5em;"><code>[https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}} {{{ Source }}}]</code></td> | ||
</tr> | </tr> | ||
{{#if:{{{Note|}}}| | {{#if:{{{Note|}}}| | ||
<tr> | <tr> | ||
<th style="border: 1px solid lightskyblue; background-color: lightyellow;">Note</th> | <th style="border: 1px solid lightskyblue; background-color: lightyellow; padding: 0 0.5em;">Note</th> | ||
<td style="border: 1px solid lightskyblue;">{{{ Note }}}</td> | <td style="border: 1px solid lightskyblue; padding: 0 0.5em;">{{{ Note }}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</includeonly> | </includeonly> |