A tool that evaluates high-risk Wikipedia templates https://tools.wmflabs.org/earwig-dev/tif
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
537 B

  1. <%include file="/support/header.mako" args="title='Error &ndash; TIF Calculator'"/>
  2. <h2>Error!</h2>
  3. <p>An error occurred. If it hasn't been reported (<a href="https://github.com/earwig/template-influence-factor/issues">try to check</a>), please <a href="https://github.com/earwig/template-influence-factor/issues/new">file an issue</a> or <a href="mailto:wikipedia.earwig@gmail.com">email me</a>. Include the following information:</p>
  4. <div id="error">
  5. <pre>${traceback | trim,h}</pre>
  6. </div>
  7. <%include file="/support/footer.mako"/>