Template

Difference between revisions of "Bot steps/text"

< Template:Bot steps

(Improved the steps list, but did not edit the template itself)
m (Pamputt moved page Template:Bot stepstext to Template:Bot steps/text without leaving a redirect: Part of translatable page "Template:Bot stepstext")
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<noinclude><languages /></noinclude>
 
{| style="float:right;"
 
{| style="float:right;"
 
|
 
|
Line 5: Line 6:
 
| background-title-color = #884DA7
 
| background-title-color = #884DA7
 
| icon =
 
| icon =
| title = [[Template:Bot cycle|<span style="color:white">Bot creation's steps</span>]]
+
| title = [[Template:Bot steps|<span style="color:white"><translate><!--T:11--> Bot creation's steps</translate></span>]]
 
| title-color = white
 
| title-color = white
 
| link =
 
| link =
Line 11: Line 12:
 
| view-text =
 
| view-text =
 
| content =
 
| content =
* [{{{request| }}}] Request opened.
+
* [{{{request| }}}] <translate><!--T:1--> Request opened.</translate>
* [{{{define| }}}] Requirements defined.
+
* [{{{define| }}}] <translate><!--T:2--> Requirements defined.</translate>
* [{{{code| }}}] Script coded.
+
* [{{{code| }}}] <translate><!--T:3--> Script coded.</translate>
* [{{{submit| }}}] Code submited (Pull Request).
+
* [{{{submit| }}}] <translate><!--T:4--> Code submited (Pull Request).</translate>
* [{{{merge| }}}] Code accepted.
+
* [{{{merge| }}}] <translate><!--T:5--> Code accepted.</translate>
* [{{{ping| }}}] Requestee notified.
+
* [{{{ping| }}}] <translate><!--T:6--> Requestee notified.</translate>
* [{{{notification| }}}] Community notified.
+
* [{{{notification| }}}] <translate><!--T:7--> Community notified.</translate>
* [{{{help| }}}] Local help page created.
+
* [{{{help| }}}] <translate><!--T:8--> Local help page created.</translate>
* [{{{wait| }}}] 7 days delay.
+
* [{{{wait| }}}] <translate><!--T:9--> 7 days delay.</translate>
* [{{{active| }}}] Bot activated.
+
* [{{{active| }}}] <translate><!--T:10--> Bot activated.</translate>
{{{isolang|add parameter isolang}}}: {{{requestee|add parameter requestee}}}-{{{botmaster|add parameter botmaster}}}
+
{{{wmlang|<translate><!--T:12--> add parameter wmlang</translate>}}}: {{{requester|<translate><!--T:13--> add parameter requestee</translate>}}}-{{{botmaster|<translate><!--T:14--> add parameter botmaster</translate>}}}
 
}}
 
}}
 
|}
 
|}
<noinclude>
 
This template keeps track of the progress on the various '''steps for bot integration''' on a new wiki. Actual development might slightly differ from the steps shown here.
 
 
== General parameters ==
 
# <code>isolang</code>: code of the target language.
 
# <code>requester</code>: username of the requester.
 
# <code>assigned</code>: username of the developer assigned to the request.
 
# <code>botmaster</code>: username of the botmaster ([[User:Poslovitch]] by default).
 
 
== Steps at creation ==
 
# <code>request</code>: The requester from an external wiki has posted their request on [[LinguaLibre:Bot]]
 
# <code>discussion</code>: The request is taken into account, any additional information that would be needed for development is asked to the requester.
 
# <code>community-approval</code>: The requester ensures that the community of the target wiki is aware and willing to use LinguaLibreBot.
 
# <code>account</code>: The botmaster creates the local LinguaLibreBot account on the target wiki.
 
# <code>code</code>: The developer assigned to the request writes the script.
 
# <code>test</code>: The developer assigned to the request tests their script on the target wiki.
 
# <code>botflag-request</code>: The bot flag for LinguaLibreBot has been requested on the target wiki, either after the tests ran by the developer, or before (in the event that the target wiki requires the intervention of stewarts).
 
# <code>pr-created</code>: The developer creates the pull request on GitHub.
 
# <code>botflag-ok</code>: The bot flag for LinguaLibreBot is granted.
 
# <code>pr-merged</code>: Once the code is tested and the bot flag is applied, the botmaster merges the pull request.
 
# <code>deployed</code>: The botmaster deploys the target wiki integration on Toolforge.
 
# <code>notification</code>: The botmaster or the developer notifies the requester and the community of the target wiki that the bot is active.
 
# <code>tested-real-conditions</code>: The bot has been successfully running on the target wiki for more than a week. Integration of the bot is deemed complete.
 
 
== Template usage ==
 
{| class="wikitable"
 
! Code || Result
 
|-
 
|
 
<pre>
 
{{Bot cycle
 
|request=x
 
|define=x
 
|code=x
 
|submit=x
 
|merge=x
 
|ping=x
 
|notification=
 
|help=
 
|wait=
 
|active=
 
 
|isolang=ori
 
|requestee=Psubhashish
 
|botmaster=Poslovitch,Pamputt
 
}}</pre>
 
|
 
{{Bot cycle
 
|request=x
 
|define=x
 
|code=x
 
|submit=x
 
|merge=x
 
|ping=x
 
|notification=
 
|help=
 
|wait=
 
|active=
 
 
|isolang=ori
 
|requestee=Psubhashish
 
|botmaster=Poslovitch,Pamputt
 
}}
 
|}
 
 
</noinclude>
 

Latest revision as of 10:34, 13 November 2021

Other languages:
Deutsch • ‎English • ‎français • ‎occitan • ‎svenska • ‎македонски • ‎русский • ‎עברית
  • [ ] Request opened.
  • [ ] Requirements defined.
  • [ ] Script coded.
  • [ ] Code submited (Pull Request).
  • [ ] Code accepted.
  • [ ] Requestee notified.
  • [ ] Community notified.
  • [ ] Local help page created.
  • [ ] 7 days delay.
  • [ ] Bot activated.

add parameter wmlang: add parameter requestee-add parameter botmaster