User:Nardog/AutoTestcases
From Wikipedia, the free encyclopedia
This script fills in the "Preview page with this template" field with the closest /testcases page that exists when editing a template or module.
(21 months ago)
| Description | Autofills "Preview page with this template" with the most relevant /testcases page that exists |
|---|---|
| Updated | June 10, 2024 (21 months ago) |
| Browsers | Chrome, Firefox, etc. |
| Source | User:Nardog/AutoTestcases.js |
For example, if you're editing "Template:Foo/bar/baz" or "Template:Foo/bar/baz/sandbox", it checks for
- Template:Foo/bar/baz/testcases
- Template:Foo/bar/testcases
- Template:Foo/testcases
and if any of them exist, it fills in the field with whichever comes first.
If you're editing "Module:Foo/bar" or "Module:Foo/bar/sandbox", it checks for
- Module talk:Foo/bar/testcases
- Module talk:Foo/testcases
- Template:Foo/bar/testcases
- Template:Foo/testcases
and if any of them exist, it fills in the field with whichever comes first.
If you're editing "Module:Foo/testcases", it fills in the field with "Module talk:Foo/testcases" even if it doesn't exist.
If the field is not empty when the script is run, it doesn't do anything.
Installation
Add the following to your common.js or global.js:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/AutoTestcases.js&action=raw&ctype=text/javascript');
Or you may enable the script installer in Preferences → Gadgets and click "Install" in the infobox on this page.