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.
 
 
 
 

16 lines
620 B

  1. <%page args="title"/>\
  2. <%! from flask import request, url_for %>\
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6. <meta charset="utf-8">
  7. <title>${title}</title>
  8. <link rel="stylesheet" href="${request.script_root}${url_for('static', file='style.css')}" type="text/css" />
  9. </head>
  10. <body>
  11. <header>
  12. <h1><a href="${request.script_root}">TIF Calculator</a></h1>
  13. <p>Calculate the <a href="https://en.wikipedia.org/wiki/User:The_Earwig/Sandbox/TIF">template influence factor</a> of any page on the English Wikipedia.</p>
  14. </header>
  15. <div id="container">