A tool that evaluates high-risk Wikipedia templates https://tools.wmflabs.org/earwig-dev/tif
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

16 行
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">