Help choosing task categories
I have restarted my efforts at getting SuggestBot running on Persian Wikipedia. Currently I need some help understanding what maintenance categories are available for grabbing articles we can suggest. I have written up a talk page entry on English Wikipedia for this, since the right-to-left typing made it really difficult. Feel free to translate it to Persian and post it here though, that might help me get more information.
Link to English talk page: en:User talk:SuggestBot/Persian task categories
Regards, Nettrom (بحث) ۱۷ آوریل ۲۰۱۴، ساعت ۱۷:۲۷ (UTC)
- With help from User:Yamaha5 some of the categories were corrected and I have set up SuggestBot with 10 categories to start, and 3 articles per category. A test edit to my userspace was successful, all that is left now is some translation help, which I will request in a separate thread below. Thanks again for the help
- Nettrom (بحث) ۲۴ آوریل ۲۰۱۴، ساعت ۱۹:۴۶ (UTC)
- Thank you for your time. I translated کاربر:SuggestBot/Templates/Regulars.
- Would you please setup talk request?Yamaha5 (بحث) ۲۴ آوریل ۲۰۱۴، ساعت ۲۰:۰۱ (UTC)
Translating SuggestBot to Persian
To localize SuggestBot to Persian, several pages needs translation:
Page | Translated? | Notes |
---|---|---|
کاربر:SuggestBot | Partially | |
کاربر:SuggestBot/Templates/Regulars | ||
کاربر:SuggestBot/Templates/Requests | ||
کاربر:SuggestBot/Requests | No | Instructions for getting a single set of suggestions |
کاربر:SuggestBot/Getting suggestions regularly | No | Instructions for subscribing to get suggestions periodically |
کاربر:SuggestBot/userbox |
If any of these pages should be moved to have better localized titles, please do so and I will update SuggestBot's configuration to handle it.
I have uploaded the relevant parts of SuggestBot's configuration to my bitbucket repository, it's a Python file that can be found here: Config.py The following parts of the configuration have strings that can be translated to Persian:
Key | Notes |
---|---|
EDIT_COMMENT | The edit comment SuggestBot uses when posting suggestions |
REPLACE_COMMENT | Edit comment used when SuggestBot removes a template from a user page, e.g. when the user adds the request template to their user page instead of their talk page. |
TEMPLATES | Must be updated if template titles are localized. |
CONFIG_TEMPLATES | Same as for TEMPLATES. |
TEMPLATE_STOPLIST | Same as for TEMPLATES. |
REQUEST_TEMPLATES | Same as for TEMPLATES. |
EMPTY_PLACEHOLDER | Used by the bot to save an otherwise empty page after removing the request template. |
TEMPLATE_PARAMETERS | Names of template parameters for the "config" and "userbox" templates. |
ONCE_MONTHLY | Parameter value for "frequency" to request suggestions once a month. |
TWICE_MONTHLY | Parameter value for "frequency" to request suggestions twice a month. |
WEEKLY | Parameter value for "frequency" to request suggestions once a week. |
RE_YES | Regular expression to match a parameter value of "yes". |
RE_NO | Regular expression to match a parameter of "no". |
Let me know if there are questions and I will help out! Nettrom (بحث) ۲۴ آوریل ۲۰۱۴، ساعت ۲۰:۳۳ (UTC)