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.
 
 
 
 

11 lines
493 B

  1. <%! from datetime import datetime %>\
  2. <% this_year = datetime.now().year %>\
  3. </div>
  4. <footer>
  5. Copyright &copy; 2016${"&ndash;" + str(this_year) if this_year > 2016 else ""} <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
  6. <a href="https://github.com/earwig/template-influence-factor">Source Code</a> &bull; \
  7. <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
  8. </footer>
  9. </body>
  10. </html>