Template
Difference between revisions of "Bot steps/text"
< Template:Bot steps
Line 34: | Line 34: | ||
# <code>ping</code>: Requestee get notified : all is ready | # <code>ping</code>: Requestee get notified : all is ready | ||
# <code>help</code>: Requestee or else creates a local <nowiki>[[Help:LinguaLibre]]</nowiki> on target wiki. This page contains and extremely brief, general purpose definition of LinguaLibre, the bot, as well as a redirect toward support: [[LinguaLibre:Bot]]. | # <code>help</code>: Requestee or else creates a local <nowiki>[[Help:LinguaLibre]]</nowiki> on target wiki. This page contains and extremely brief, general purpose definition of LinguaLibre, the bot, as well as a redirect toward support: [[LinguaLibre:Bot]]. | ||
− | # <code>notification</code>: Requestee posts on his local wiki's forum a variation of the following...<br>''<nowiki>== Lilibot coming ==</nowiki><br>Hi everyone. A while back we noticed LinguaLibre, a Wikimedia project, have been uploading load of audio recording in {language}. Adding those audios to our wiki can be supported by their bot, LinguaLibre Bot. Also, we engaged with their team to tinker their bot for that purpose. We are waiting the green lights from the developer, testing via small edits, and we will run this bot in few a few weeks. Also, please if you see edits coming in from "LinguaLibre bot", thanks to sample its edits, and report to us [[:LinguaLibre:LinguaLibre:Bot]] for Q&A or else. Do I forget something ? A place where to also announce this arrival ? Please tell me. Sincerely <nowiki>~~~~</nowiki> and the LinguaLibre's team ;)"'' | + | # <code>notification</code>: Requestee posts on his local wiki's forum a variation of the following...<br>''<nowiki>== Lilibot coming ==</nowiki><br>Hi everyone. A while back we noticed LinguaLibre, a Wikimedia project, have been uploading load of audio recording in {language}. Adding those audios to our wiki can be supported by their bot, LinguaLibre Bot. Also, we engaged with their team to tinker their bot for that purpose. We are waiting the green lights from the developer, testing via small edits, and we will run this bot in few a few weeks. Also, please if you see edits coming in from "LinguaLibre bot", thanks to sample its edits, and report to us <nowiki>[[:LinguaLibre:LinguaLibre:Bot]]</nowiki> for Q&A or else. Do I forget something ? A place where to also announce this arrival ? Please tell me. Sincerely <nowiki>~~~~</nowiki> and the LinguaLibre's team ;)"'' |
# <code>wait</code>: Wait 7 days (recommended). | # <code>wait</code>: Wait 7 days (recommended). | ||
# <code>active</code>: Activate the bot with edit msg linking to the <code>help</code> page. | # <code>active</code>: Activate the bot with edit msg linking to the <code>help</code> page. |
Revision as of 00:45, 12 November 2021
|
The steps for bot developements are a list of identified, necessary and/or best practice steps in order to develop a proper LinguaLibre bot's localization.
Steps at creation
request
: Requestee from external wiki post a request on LinguaLibre:Botdiscuss
: Discuss the localized requirementscode
: Develop the scripttest
: Test the script, runs under close supervision, bot master awaiting feedbacks and ready to fix.pullrequest
: Review the Pull Requestmerge
: Merge the Pull Requestping
: Requestee get notified : all is readyhelp
: Requestee or else creates a local [[Help:LinguaLibre]] on target wiki. This page contains and extremely brief, general purpose definition of LinguaLibre, the bot, as well as a redirect toward support: LinguaLibre:Bot.notification
: Requestee posts on his local wiki's forum a variation of the following...
== Lilibot coming ==
Hi everyone. A while back we noticed LinguaLibre, a Wikimedia project, have been uploading load of audio recording in {language}. Adding those audios to our wiki can be supported by their bot, LinguaLibre Bot. Also, we engaged with their team to tinker their bot for that purpose. We are waiting the green lights from the developer, testing via small edits, and we will run this bot in few a few weeks. Also, please if you see edits coming in from "LinguaLibre bot", thanks to sample its edits, and report to us [[:LinguaLibre:LinguaLibre:Bot]] for Q&A or else. Do I forget something ? A place where to also announce this arrival ? Please tell me. Sincerely ~~~~ and the LinguaLibre's team ;)"wait
: Wait 7 days (recommended).active
: Activate the bot with edit msg linking to thehelp
page.
Steps along life
Other status are also possible :
paused
: when a bot had already been created, demonstrated, but is in pause. With a comment.blocked
: when the bot is blocked, for various reason. Please notify LinguaLibre:Bot and point to the relevant discussions.test
: bot returns in test phase.retired
: when a bot is retired.
Template usage
Code | Result | |
---|---|---|
{{Bot cycle |request=x |define=x |code=x |submit=x |merge=x |ping=x |notification= |help= |wait= |active= }} |
|