Template:BugBotRule: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(wip, code)
(wip)
Line 18: Line 18:
<li>Action: {{{ Action }}}</li>
<li>Action: {{{ Action }}}</li>
<li>Example: {{{ Example | N/A }}}</li>
<li>Example: {{{ Example | N/A }}}</li>
<li>Defined in: <code><a href="https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}}">{{{ Source }}}</a></code></li>
<li>Defined in: <a href="https://github.com/mozilla/relman-auto-nag/blob/master/auto_nag/scripts/{{{ Source }}}"><code>{{{ Source }}}</code></a></li>
</ul>
</ul>
</includeonly>
</includeonly>

Revision as of 14:01, 12 April 2019

This is the "AutonagRule" template. It should be called in the following format:

{{AutonagRule
  | Rule name    =
  | Purpose      =
  | Action       =
  | Example      =
  | Source       =
}}

Edit the page to see the template text.