Content deleted Content added
Updating published sources: PageCreator: * Comment out "Hassnium", may be a typo. * Don't re-create pages if they have already been created once. * Don't follow redirects to create the pointed-to page. |
Updating published sources: SourceUploader: * Sort directory pages by last modified date. * Use <nowiki><syntaxhighlight></nowiki> instead of <nowiki><source></nowiki>. d::NoWiki: * Add support for <nowiki><syntaxhighlight></nowiki>. General: * Vario |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1:
{{ombox|type=notice|text= Approved 2009-06-19, completed 2009-06-20<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 32]]}}
<
package tasks::PageCreator;
Line 7:
=begin metadata
Bot: AnomieBOT
Task: PageCreator
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 32
Status:
Created: 2009-06-19
OnDemand: true
Line 118:
'Seaborgium' => [ 258, 273 ],
'Bohrium' => [ 260, 275 ],
'Meitnerium' => [ 265, 279 ],
'Darmstadtium' => [ 267, 281 ],
Line 141:
=for info
Approved 2009-06-19, completed 2009-06-20<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 32]]
=cut
sub approved {
return -1;
}
Line 202:
1;
</syntaxhighlight>
|