Käyttäjä:Agony/tools
Wikipedia
Report bug, discuss about tools or tell your improvement idea
Please prefer english as discussion language thank you, other languages are not necessary known by tool administrator or by other users.
Sisällysluettelo |
[muokkaa] Tools
List of lists | |
---|---|
Tool location: | tools.wikimedia.de/~agony/listoflists/ |
Version: | 1.01 |
Last update: | 2007-03-31 |
Description: | List of lists tool fetch list pages from certain wikimedia project using defined prefix. For usage statistics, see separate statistics page. |
Orphan talk pages | |
---|---|
Tool location: | tools.wikimedia.de/~agony/orphantalk/ |
Version: | 1.1 |
Last update: | 2007-04-01 |
Description: | Orphan talk pages tool fetch talk pages that are orphans from certain wikimedia project and from certain talk namespace. For usage statistics, see separate statistics page. If you like, you can translate this tool with translation page. |
Uncategorized templates | |
---|---|
Tool location: | tools.wikimedia.de/~agony/uncattemplates/ |
Version: | 1.05 |
Last update: | 2007-03-18 |
Description: | Tool for finding uncategorized templates is tool meant to fetch out from database templates that do not have category. For usage statistics, see separate statistics page. |
[muokkaa] Common tools documentation
[muokkaa] Language
Language is at least twocharacter long initialize for language (like en, de, es, pt, fi etc.). This should be same what is used in URl.
[muokkaa] Project
Next to language is project select. Notice that not all languages contain necessary all projects.
[muokkaa] Fetch only redirects
In some tools there is possibility to fetch only redirects. If checked, only redirects are fetched.
[muokkaa] Error messages based on language and project
- Language code not accepted, code must be at least two characters
- You haven't typed any language code, or used erroneous (other than two / three character) code
- Database <lang><project>_p does not exist!
- You have used erroneous language code or selected project that does not exist with selected language, check out spelling and project selection and try again
[muokkaa] Only letter
With some tools, you can limit result set by selecting one of predefined letters (0 to 9 and A to Z) or you can type letter you want in box found next to this field identified with or own choice. Technically this mean that query receive one more limit, AND page_title LIKE '<letter>%'.
[muokkaa] Only namespace
Some tools allow you to select namespace where to fetch result set. Technically this mean that query receive limit AND namespace = <namespace>.
[muokkaa] Skip
For this you can skip certain type of titles (like /doc) by filling out skip value. Technically this mean that query receive one more limit, AND page_title NOT LIKE '%<skip>' (or if checked % mark after field, AND page_title NOT LIKE '%<skip>%').
[muokkaa] Prefix / suffix
When tool allow to set prefix, filling out this field set query to fetch only titles that start with prefix. Technically query receive line AND page_title LIKE '<prefix>%' . Note that prefix is also set before only letter -selection. If prefix is set as suffix, it is used at the end of page title. When set as suffix, it technically process query with AND page_title LIKE '%<prefix>' and when using it along with letterchoice , AND page_title LIKE '<letter>%<prefix>' .
[muokkaa] Error messages based on prefix
- Prefix is required
- You haven't typed any prefix but tool require it. Fill out prefix and try again.
[muokkaa] Line format
When tool output lines, you can choose what format tool should use. Format allow use of %s which is replaced (depending tool) with page title or with namespace name.
[muokkaa] No format, just list
With this selected, output have no formats, only plain list where is one page title in one line. This is meant to use for machine-readable purposes.
[muokkaa] Sort
You can sort list by name or by date in ascending (A comes first) or with descending (A comes last) order. Note that if you use by date selection, list will not output heading letters.
[muokkaa] Limit
Limit is the final result set limiter. Dropdown contain some predefined values when 10,000 is absolutely maximum limit (for preventing Toolserver database choke).
[muokkaa] Error messages based on limit
- Limit too low, limit must be between 1 to 10,000
- Some way you have managed to bypass dropdown and set limit below 1, please use dropdown menu
- Limit too high, limit must be between 1 to 10,000
- Once again, you have bypassed dropdown and set limit above 10,000, please use dropdown menu