Knowledge (XXG)

:AutoWikiBrowser/Kingbotk plugin - Knowledge (XXG)

Source 📝

265:
templating plugin decides it has no work to do we never get to the part of the code where we write out templates and examine their position on the page. If folks find the cleanup features useful I might do some restructuring later on to have the Plugin Manager, the Article object we create for each page, or the first active templating plugin, examine the page for these templates before doing anything else (so we never skip a page where we could clean a template). I might also consider allowing the WPBio plugin or the plugin manager to examine the page for WPBiography|living=yes even if we're not going to be writing one of those templates. However, I felt it more important to get this feature out and tested than start breaking apart the internal structure of the plugin, a structure which allows for new plugins to be added easily and which is a very nice OOP model.
368: 1343:- feedback invited. Fixed a bug where plugin wanted to upload logs even if Upload turned off (I'm amazed nobody reported this?!). Added support for WP India's Gujurat workgroup. Added support for WP India's workgroup importance parameters. Automagically create a WPBio listas= parameter. Various minor logging and assessment bug fixes. Added dynamic edit summaries for article assessments and hopefully fixed any remaining bugs surrounding edit summaries. 1459:
changed without having to restart AWB. Small issues with the first alpha release: This version waits until it has enough lines to do an upload, and does it. So, if you have it set to upload at 500 lines, and the eventual entire output is 501 lines, you'll get 2 pages upload, 500 lines and 1 line. I'll refine this in the next update. Bad page logs not uploaded. Don't change settings once logging has started yet; exit AWB and reload it.
1625:. Some internal changes. Plugin should now merge multiple instances of same template on a page (regardless of name) if they have non-conflicting parameters and is otherwise a bit more lenient towards incorrectly formatted/doubly-added templates. Found a very strange case: page has one valid WPBio template and one bad WPBio template; the latter wasn't being noticed so the page wasn't being skipped as "bad tag". Fixed. 38: 1014:, so errors with the log upload location being incorrect ought to be resolved. Now filter braces from a generic template definition. Major internal changes - now I have access to the AWB codebase too, I've been able to introduce a much more elegant OOP solution. However, the changes run quite deep so watch out for breakage please. 614:
If your WikiProject's template is "generic" (you have a class= parameter and no workgroups, and no need for other customised programatic logic) the plugin now supports your template! Simply enter the name of the template in brackets, any alternate names (redirects), and click a few boxes to configure
1171:
alternate names. Added WP Novels logs location. Fixed a bug in logging causing an extra (superfluous) log page to be created at the end of a run. Nudge timer removed in favour of same feature in new AWB. Tweak to have redlink category talk, template talk etc. increase the New page counter in tagging
264:
As originally designed, when a page is being processed each active templating plugin (WPBiography, WikiProject Albums etc.) gets called by the Kingbotk Plugin Manager and decides if it has any edits to make (and templating plugins which the user hasn't enabled aren't called at all). If every active
1533:
i) Fixed a null-reference bug which was causing an error box to be displayed when clicking Skip on the assessments form. I'm not convinced this feature is robust though so please help me test it. ii) Plugin now checks the AWB edit summary box and if the summary is "clean up" (the AWB default) when
936:
and it won't move WP templates around if they are present. However, for now we don't write new templates into those containers and the redirects to them are hard coded in. Really we need a class in this plugin, or a feature in AWB, to write WikiProjects into existing instances of these containers,
696:
Consider controlling length of edit summaries by using a generic collection of important/unimportant edit summary items, and deciding on which to use at the end of processing the article (currently large category names, more than one template at a time, or multiple parameters are causing the edit
665:
Given the rate of change of WikiProject templates, we may need to consider extending the "generic template" functionality to include adding/changing/removing user-configurable template parameters. Instead of developing plugins for each template, WikiProjects would be encouraged to build and share
1458:
Skipped to v0.9, as current feature set is complete for v1 - just tweaking, small additions, and bugfixes to do. Logging feature significantly improved: logging tab with options and status, reusable logging feature in a new WikiFunctions2.dll, automatic uploading of logs, logging settings can be
1222:
with activepol=yes. Skip article if only change is to add a WPBio listas= parameter. Add option to override the skip behaviour and force the addition of listas. Added code to ensure that the WPBio template is the last to be processed (including after generic templates) to hopefully ensure that
1489:. The WP Australia template has some parameters which can be called with alternate names ("V8", "v8"; "NBL", "nbl"), so I've written an extra (overloaded) "parameter check/add" routine, which can accept an alternate name, for those parameters to call. Plugin now uses the "AndAlso"/"OrElse" 647: 1653:
to stop processing (not tested yet). Added entry for generic plugins and MILHIST to the edit box's context menu; also added submenu for "importance". Some minor internal architectural changes. Updated Physics XML (they now support auto=yes) and tested new settings.
1010:: Fixed bug in wiki-format logger where article name was truncated if it contained a colon. Improved edit summary and parameter handling when dealing with WPBiography child workgroups. Plugin logging now receives notification of username and logged in username 728:
In the longer term, plugins could be used to make AWB more of a bot. Save talk page lists in a database, periodically scan categories and compare against the WPBio living persons category/transclusions. Bot manager, predefined jobs (including creating
732:
I'd like it if making lists was easier. e.g. grab list, display list of subcats with checkboxes, trawl those; remove dupes and incorrect namespaces, convert to talk, remove dupes; and get a category or transclusion list to filter against (semi)
997:: Wikifunctions2.dll has been converted to C# and merged into AWB. Various modifications have been made to the plugin for it to work smoothly with AWB version 4. Note: Please help updating docs and links now wikifunctions2 no longer exists. 717:
Sanity-check parameter values and (in bot mode) log any which need manual inspection. Currently the plugin just ignores parms and values it doesn't know about, and only logs badly misformed tags (those which break its main regular
892:: We now check incoming redirects for templates at runtime. This should help prevent the plugin becoming "stale" if Sam or I aren't around to update it, or if some keen but annoying person creates yet another redirect to, say, 124: 1534:
tagging talk pages it changes it to "Tagging". This is a prelude to the "Set AWB" menu item for setting sensible AWB defaults, which I will implement soon. iii) Removed 2 unused menu items. iv) Added tooltips to menu items.
1440:. Hopefully fixed the date formatting in log entries where user's Windows settings aren't English, by forcing the AWB thread to US English at startup. These edits done by me with Windows set to French were successful: 1111:
The right-hand side of the templating regular expression, immediately after the end of the template name, now has a \b meaning "word boundary". My tests so far are positive but if advise me of any problems
912:, which has been deleted. Fixed a bug: template instances using "_" instead of space weren't being caught. Surprising this didn't bite anybody! WPBiography only (for now): replace boilerplate text left by 3466: 1493:
expressions in places, for efficiency. This shouldn't break anything (hopefully!). Added 3 new boilerplate text buttons to the Comments form. Timer-reset button. Menu item to turn nudging on/off.
861:
Loosened up main template-catching regex to ignore stray vertical bars (e.g. living=yes||activepol=yes will no longer be flagged as a bad tag). All regexes cleaned. Various other minor tweaks.
1935: 132: 1363:. As always when we add a new template, we have to say: we've tested this in a limited fashion only. Please ensure for yourself that it does what you expect before letting it run as a bot. 666:
their own XML settings files. Possibly some WikiProjects will need programatic support still, if the plugin needs to apply more advanced logic to their templating, but I think most won't.
1069:
Filter out illegal-in-page-names characters from upload-jobname (AWB-side routine written by Sam). Some code has been moved from plugin's wikifunctions2 to AWB's wikifunctions. Updated
345:
Before using a new template plugin do a few manual edits first. Some template plugins (WPBio, WPMilHist, WPAustralia, Generic) are very well tested; others might never have been used.
285: 100: 1060:
template; WPBio listas= parameter removed if DEFAULTSORT is present. Added an "estimated time of completion" label to the main Kingbotk plugin tab. Implemented feature requested by
621:
Note that even if your Project's template has workgroups, you can use the plugin on talk pages/categories which don't need a new workgroup parameter to be added. The plugin doesn't
1671:
Added Auto-Stub feature for WPMILHIST. Minor architecture tweaks. Skip stub-class code if processing non main-talk, to get a more succinct edit summary and no stray auto=yes tag.
1904: 1666: 616: 3460: 342:
if a version's release notes says it includes such changes. The author runs tests too but can't test for every eventuality and relies to an extent on the users to test.
89: 1095:
is replaced with collaboration-candidate=yes. "Second chance" regex (the one which looks for bad or additional templates) tightened up a little. Added support for new
1730:
We now get notification from AWB of starting/starting so can log this and properly start/stop the timer. Red link checks/warnings. Non-standard namespace handling.
320:
and this plugin are both very powerful tools. You should familiarise yourself fully with the guidelines, instructions and operation of both tools before using them.
442:
is present (template will be left in situ, or written to the top if new. Plugin doesn't yet write new templates into these containers or otherwise reformat them).
1096: 1079:
regular expression to catch redirects. Implemented Plugins\Kingbotk\Set AWB menu item: click this to turn off a few AWB features which the plugin doesn't need.
1064:: "Build a list of pages that the plugin would change, without making any change. List should be in a format that can be read back into AWB to be processed." 429:
listas= is calculated and added if no DEFAULTSORT key is present (manual mode only; there are too many variations in human naming for this to be done by bots)
385:
Use safe, well tested regular expressions to avoid double tagging, recognise badly formatted tags, and safely integrate new parameters into existing templates
3456: 52:
Either the page is no longer relevant or consensus on its purpose has become unclear. To revive discussion, seek broader input via a forum such as the
2730: 874:
for the important parameters; adding a workgroup e.g. arts when a higher level workgroup already exists e.g. filmbio but flagging this as a change).
195:. The plugin also provides features to assist article reviewers, and ships with a reusable library of functions and objects for use by programmers. 1320: 1274:: Minor: Fixed bug where settings couldn't be reloaded after generic template created with a space in the name. Space is automatically removed. 1847:
Basic template addition/reparameterising for living persons bios. Object orientated design, with the BLP plugin inheriting from a base class.
531: 53: 3540: 2890: 2714: 2394: 743: 329:
The above guidelines doubly apply when doing automated edits, particularly making sure you understand what the plugin does and doesn't do.
180: 148: 140: 3498: 3450: 2986: 2778: 2570: 2490: 2218: 1268:
Minor: Settings files with assessments and cleanup turned on were causing an error because of a change in AWB's user interface. Fixed.
1046:: Sam and I have improved the new AWB logging tab (we're both AWB devs now, so often fixes and improvements for the plugin will happen 3130: 2698: 2602: 2506: 1050:); this version of the plugin will now add log info to that tab. Added code to recognise and tidyup the DEFAULTSORT magic word or the 3418: 3386: 3338: 3258: 3226: 3114: 2970: 2922: 2634: 2426: 2282: 2250: 2234: 2186: 2074: 3610: 3290: 3162: 3002: 2954: 2874: 2762: 2154: 2138: 1894:
Manual assessments: clean up article, inspect it in preview mode, and then open talk page for tagging and applying assessmentgive
3605: 3536: 3514: 3370: 3354: 3322: 3274: 3210: 3066: 2810: 2170: 2106: 2058: 930: 837: 598: 436: 244: 217: 1333:
regex. Added support for WPBio's needs-photo parameter and India's need-image (article assessments), plus some code to handle
937:
add them where needed, rename them when a redirect name is used (with redirect names fetched dynamically), clean them up etc.
683:
Look at whether it would be practical/desirable to have extra params/templates on the manual assessments popup form (per Talk)
3590: 3532: 3482: 3434: 3034: 2938: 2906: 2842: 2826: 2746: 2618: 2586: 2458: 2346: 2090: 2026: 479: 402: 3552: 3402: 3306: 3242: 3178: 3082: 3018: 2724: 2682: 2410: 2378: 2362: 2314: 2298: 2202: 2122: 1714:
in the assessments class. In bot (auto-save) mode, plugin gives AWB a kick if it doesn't send any articles in 10 minutes.
3544: 3194: 3050: 2858: 2794: 2442: 2330: 2266: 2042: 2010: 275: 111: 17: 2666: 2538: 2522: 2474: 926:
templates with "Biography" in the parameters, with an auto=yes parameter. Plugin now recognises shell containers like
847: 625:
parameters it has no knowledge of; rather, if your Project doesn't have a specific plugin you simply won't be able to
551: 459: 254: 227: 3146: 3098: 1645:, per request. Workaround for a bug which occurs when the Cleanup box is checked and the Manual Assessments box is 1473: 1357: 701: 586: 499: 291: 1126:. Expanded context menu to encompass workgroups. Added a simple error displaying form to catch log upload errors. 2650: 1206: 237:
Existing WikiProject templates will always be written back into the shell container it came from if we detect one
3593:). It is now part of the main AWB repository and is maintained by the AWB developers. Source code is available. 951:: Code Tweaks. Change of WPAus to use class=cat rather than class=NA. Fix defaultsort moving bug on talk pages. 2884: 2720: 2708: 2388: 302: 1956:
Modified settings load/save code in line with AWB changes. Plugin can also convert old settings schema to new.
3571:. Of course most modern programs use most or all of these but listing them like this makes me look clever ;) 1249: 3492: 3444: 2980: 2772: 2692: 2564: 2554: 2484: 2212: 1984:
bug is discovered. For general news and notification of updates you need to add the page to your watchlist.
3220: 1772:
Finally, if (and only if) I've moved a template to the top or placed a new template at the top, search for
432:
The template call is reformatted and (if living=yes) moved to the top of the talk page unless a shell like
3124: 2948: 2596: 2500: 1907:", allowing users to define their own template instance without it having to be specifically programmed in 1229: 379:
Work together. Multiple plugins can be active at the same time to allow tagging for more than one project.
3412: 3380: 3332: 3252: 3108: 2964: 2916: 2628: 2420: 2276: 2244: 2228: 2180: 2068: 1686: 1517: 1483: 920: 2688: 1503:(No code changes in plugin DLL). Supply the newest version of AWB (3.0.4.1). Updated settings file for 1089: 906: 336:
well tested, but sometimes new internal changes introduce the risk of something breaking or a new bug.
158: 45: 37: 3376: 3216: 323:
Ensure you have the latest version, or that any upgrades/changes in newer versions don't apply to you.
3284: 3156: 2996: 2944: 2868: 2756: 2148: 2132: 1866: 1814: 1756: 1385: 1327: 1196: 1145: 1054: 896: 868: 3360: 3264: 877:+the changes from the last 2 revisions which were only available in the AWB SourceForge repository. 3548: 3508: 3364: 3348: 3316: 3268: 3204: 3060: 2880: 2804: 2704: 2384: 2164: 2100: 2052: 1776: 1259: 1073: 864:
Bug fixes: Caught 2 causes of trivial edits (Yes/yes, different to Mediawiki but both supported by
1165: 1155: 3584: 3488: 3476: 3440: 3428: 3028: 2976: 2932: 2900: 2836: 2820: 2768: 2740: 2612: 2580: 2560: 2480: 2452: 2340: 2208: 2084: 2020: 1886: 1696: 1639: 1490: 1239: 1216: 1123: 348:
If you've run successful tests on a new version or found a bug please post on the talk page asap.
1834:
and placeholder support for other WikiProjects and for manual Knowledge (XXG) 1.0 assessments.
1649:
checked (cause is still a mystery). Plugin should no longer give AWB a nudge when the user has
367: 3396: 3300: 3236: 3172: 3120: 3076: 3012: 2676: 2592: 2496: 2404: 2372: 2356: 2308: 2292: 2196: 2116: 1945: 1708: 1605: 1433: 1337: 646: 566: 511: 420: 298: 198: 1716:(The newly supported templates don't have right-click context menus in the AWB edit box yet). 3408: 3328: 3248: 3188: 3104: 3044: 2960: 2912: 2852: 2788: 2624: 2436: 2416: 2324: 2272: 2260: 2240: 2224: 2176: 2064: 2036: 2004: 642:
Presents reviewer with an assessment form, with checkbox options for class, importance, etc.
1972:. It's also recommended that you add your username here so that you can be notified of any 317: 3280: 3152: 2992: 2864: 2752: 2660: 2532: 2516: 2468: 2144: 2128: 1571: 1265:
code, has been placed into WikiFunctions2.dll so that other applications may use it too.
371:
Knowledge (XXG) Assessments within AWB. Click on the image to see it in better resolution
314:
This tool is released as is and without warranty. You are RESPONSIBLE FOR YOUR OWN EDITS.
1141:: Various usability tweaks and internal changes. Added two new workgroup parameters for 3504: 3344: 3312: 3200: 3140: 3092: 3056: 2800: 2160: 2096: 2048: 1860: 1831: 1581: 1559: 1549: 1412: 1350: 1271: 1174: 1119: 1061: 990: 962: 948: 913: 811: 707:
The plugin's object model (v0.9) in the Visual Studio Object Browser. Click to enlarge.
560:
Marks parameter and template renaming as minor edits, parameter value changes as major
445:
Marks parameter and template renaming as minor edits, parameter value changes as major
3599: 3580: 3568: 3472: 3424: 3024: 2928: 2896: 2832: 2816: 2736: 2644: 2608: 2576: 2448: 2336: 2080: 2016: 1619: 1507: 1415:: New parameters for WP India. Changes of other code for migration to new AWB version 1406: 1378: 1346: 1316: 1300: 1286: 1223:
living=yes gets top placement (after the templates mentioned in the next paragraph).
1189: 1138: 1039: 1025: 1007: 994: 976: 889: 828: 213:
As of version 2.0, which was released with v4.2 of AWB, the Kingbotk Plugin supports
192: 184: 1953:
Bug fix: Date formatting in log entries where user's Windows settings aren't English
23: 3392: 3296: 3232: 3168: 3072: 3008: 2672: 2400: 2368: 2352: 2304: 2288: 2192: 2112: 279: 3184: 3040: 2848: 2784: 2548: 2432: 2320: 2256: 2032: 2000: 1917: 856: 639:
Loads and optionally cleans articles, then prompts user to (p)review the article
1900:
Check that the article attached to the talk page hasn't been deleted (red link)
84:
General information about the Kingbotk Plugin and directions for installation.
2656: 2528: 2512: 2464: 1028:: Improved ETC timer to take account of skipped pages. Tidied up logging tab. 202: 3136: 3088: 1151:(peerage and baronetcies). Updated WPBiography regular expression to handle 700: 2640: 1289:: Minor: Logging: Improved handling of $ USER and $ CATEGORY keywords. 2544: 188: 3564: 3560: 645: 366: 1891:
Leave the category talk pages in the list and tag with class=Cat
1820:(all parameters) fully supported. Other templates being added. 106:
What the plugin does, how it works, and why you should use it.
3556: 1976:
updates. Note: I hope never to have to message you, as I will
1879: 1409:: New settings code to work with latest AWB, and other tweaks. 32: 1745:
If the template already exists, put it back in the same place
240:
New WikiProject templates will be written into the existing
1762:
with a living=yes parameter, in which case put it at the top
965:: Addition of a couple of parameters for WPNovels and WPAus 1916:
Two new boilerplate text buttons on the Comments form, per
1303:: Improved support for WP Novels. Improved edit summaries. 359:
This plugin comes with several WikiProject-specific tools:
117:
The plugin works inside AWB and is shipped with that tool.
1934:
Logging features split out to a separate independent DLL (
1810:
Much improved architecture, comprehensive user interface.
1172:
mode (previously only new Talk: pages upped the counter).
1635:
Remove importance= parameters from existing instances of
1105:: Migrate Middle-Ages-task-force to Medieval-task-force. 414:
Living=yes is optionally added/replaced if missing or =no
3531:
The plugin makes use of various technologies including:
1844: 1443: 1441: 166: 1469:
Added XML settings file and textbox context menu for
191:
and used by various automated bot accounts including
122: 109: 98: 87: 76: 62: 1319:: Removed special handling of the now long-migrated 979:: Added "open skipped bad pages in browser" option. 44:
This page is currently inactive and is retained for
326:Instructions for automated use with a bot account: 669:Do we want to have the plugin (via AWB?) load the 1885:Implement template positional placement code per 1800:Edit-box context menu additions, UI improvements 1122:: WPMILHIST: Expanded template workgroups as per 290:As of May 2008 the plugin is licenced under the 1913:Added new Milhist, Bio and Australia workgroups 1085:: Added explicit living=no parameter option. 297:Source code can be retrieved by pointing your 1910:Added Milhist, Albums, Songs template plugins 8: 1959:Automated edit summaries in assessments mode 1740:Added code to customise template placement. 1928:Context menu and XML settings for WP Novels 650:The plugin manager's tab (v2.3.3.0) in AWB. 95:Discuss the application and ask questions. 3579:The plugin was conceived and developed by 1987: 902:without telling me :) Removed support for 814:: WPNovels: 19th Century Task Force Added 703:File:Kingbotk plugin in Object Browser.png 382:Have optional user configurable parameters 1728:Added Knowledge (XXG) assessments plugin. 1897:Bot mode: give AWB a kick if freezes up. 747: 673:and look for stub and infobox templates? 572:is replaced with needs-infobox-cover=yes 65: 1255:at the top. This new code, and the old 744:Knowledge (XXG):AutoWikiBrowser/History 1970:add the Plugin page to your watchlist 7: 1567:Made preferred-name regex stricter ( 411:The importance= parameter is removed 1968:If you download the plugin, please 1177:: Expanded WPNovels Context Menu. 859:whose basic regex got me started. 634:Knowledge (XXG) Assessments plugin 604:is replaced with needs-infobox=yes 31: 1615:. Provided XML settings file for 1225:Add code to ensure that we leave 517:is replaced with image-needed=yes 205:rewrote the plugin's code in C#. 1479:. Added new "NBL" parameter for 1109:Major regular expression change: 426:is replaced with needs-photo=yes 332:The template tagging feature is 269:Downloading and using the plugin 36: 18:Knowledge (XXG):AutoWikiBrowser 1887:User_talk:Kingboyk#Bot_tagging 1: 1925:Option to turn nudging on/off 1905:generic WikiProject templates 1830:Development version. Added a 1667:Generic WikiProject templates 816:Changes to Match AWB Changes 617:Generic WikiProject templates 125:Generic WikiProject templates 1980:send out mailing lists if a 1769:Put new templates at the top 1599:3 new WPBiography workgroups 1391:regex. Logging UI bug fixes. 712:Possible future enhancements 532:WikiProject Military history 274:The plugin is supplied with 1613:one new WPMILHIST workgroup 1513:. Supply settings file for 1321:WikiProject British Royalty 3627: 292:GNU General Public Licence 156: 693:The todo comments in code 1577:wasn't being renamed to 1202:: Replace parameterless 697:summary to get chopped). 609:Generic templates plugin 375:All templating plugins: 339:Always run a manual test 3611:AutoWikiBrowser plugins 1456:Auto-uploading of logs. 801:Changes per AWB and WF 779:Now included in AWB SVN 522:Military History plugin 181:AutoWikiBrowser plugins 69:Kingbotk Plugin for AWB 3606:Inactive project pages 1992:Mailing list/user list 1964:Mailing list/user list 931:WikiProjectBannerShell 838:WikiProjectBannerShell 708: 651: 599:Single infobox request 592:is missing, it adds it 557:is missing, it adds it 537:is missing, it adds it 505:is missing, it adds it 485:is missing, it adds it 465:is missing, it adds it 437:WikiProjectBannerShell 408:is missing, it adds it 394:As of version 2.3.1.2 372: 309:Warning and disclaimer 245:WikiProjectBannerShell 218:WikiProjectBannerShell 1865:Multiple plugins per 1704:Changed placement of 1323:and merged into main 706: 688:Other planned changes 649: 619:for more information. 480:WikiProject Australia 403:WikiProject Biography 370: 1782:and if present move 1353:: Added support for 788:Fixed plugin hanging 785:Updated India Plugin 24:User:Kingbotk/Plugin 3549:regular expressions 2721:Dihydrogen Monoxide 1665:Added support for " 1452:11th November 2006 750: 1922:Timer-reset button 1872:Turn plugin on/off 1611:template. Support 1597:Added support for 1429:Added support for 1425:3rd December 2006 848:WikiProjectBanners 768:13 September 2008 748: 709: 652: 552:WikiProject Novels 460:WikiProject Albums 390:WPBiography plugin 373: 363:Templating plugins 255:WikiProjectBanners 228:WikiProjectBanners 133:WikiFunctions2.dll 3527:Technologies used 3523: 3522: 1941:Full support for 1851: 1850: 1474:NovelsWikiProject 1358:NovelsWikiProject 959:9 September 2007 782:Class=FL, C, List 678:Manual assessment 587:WikiProject Songs 500:WikiProject India 155: 154: 61: 60: 22:(Redirected from 3618: 1988: 1950: 1944: 1819: 1813: 1781: 1775: 1761: 1755: 1713: 1707: 1701: 1695: 1691: 1685: 1644: 1638: 1624: 1618: 1610: 1604: 1586: 1580: 1576: 1570: 1564: 1558: 1554: 1548: 1522: 1516: 1512: 1506: 1491:short circuiting 1488: 1482: 1478: 1472: 1438: 1432: 1390: 1384: 1362: 1356: 1342: 1336: 1332: 1326: 1264: 1258: 1254: 1248: 1244: 1238: 1234: 1228: 1221: 1215: 1211: 1207:activepolitician 1205: 1201: 1195: 1170: 1164: 1160: 1154: 1150: 1144: 1094: 1088: 1078: 1072: 1059: 1053: 935: 929: 925: 919: 911: 905: 901: 895: 873: 867: 852: 846: 842: 836: 825:25 January 2008 751: 749:Version history 704: 629:such parameters. 615:the plugin. See 603: 597: 591: 585: 571: 565: 556: 550: 536: 530: 516: 510: 504: 498: 484: 478: 470:Australia plugin 464: 458: 441: 435: 425: 419: 407: 401: 259: 253: 249: 243: 232: 226: 222: 216: 169: 63: 57: 40: 33: 27: 3626: 3625: 3621: 3620: 3619: 3617: 3616: 3615: 3596: 3595: 3577: 3529: 3524: 1993: 1966: 1948: 1942: 1859:Menu items and 1856: 1817: 1811: 1779: 1773: 1759: 1753: 1752:...unless it's 1711: 1705: 1699: 1693: 1689: 1683: 1642: 1636: 1622: 1616: 1608: 1602: 1584: 1578: 1574: 1568: 1562: 1556: 1552: 1546: 1520: 1514: 1510: 1504: 1486: 1480: 1476: 1470: 1436: 1430: 1388: 1382: 1360: 1354: 1340: 1334: 1330: 1324: 1262: 1256: 1252: 1246: 1242: 1236: 1232: 1226: 1219: 1213: 1209: 1203: 1199: 1193: 1168: 1162: 1158: 1152: 1148: 1142: 1092: 1086: 1076: 1070: 1057: 1051: 933: 927: 923: 917: 909: 903: 899: 893: 871: 865: 850: 844: 840: 834: 773:More workgroups 740: 738:Version history 725: 714: 702: 690: 680: 662: 657: 636: 611: 601: 595: 589: 583: 579: 569: 563: 554: 548: 544: 534: 528: 524: 514: 508: 502: 496: 492: 482: 476: 472: 462: 456: 452: 439: 433: 423: 417: 405: 399: 392: 365: 357: 311: 280:downloaded here 278:, which can be 271: 257: 251: 247: 241: 230: 224: 220: 214: 211: 177:Kingbotk plugin 173: 172: 165: 161: 112:AutoWikiBrowser 71: 51: 29: 28: 21: 20: 12: 11: 5: 3624: 3622: 3614: 3613: 3608: 3598: 3597: 3576: 3573: 3528: 3525: 3521: 3520: 3519: 3518: 3502: 3486: 3470: 3454: 3438: 3422: 3406: 3390: 3374: 3358: 3342: 3326: 3310: 3294: 3278: 3262: 3246: 3230: 3214: 3198: 3182: 3166: 3150: 3134: 3118: 3102: 3086: 3070: 3054: 3038: 3022: 3006: 2990: 2974: 2958: 2942: 2926: 2910: 2894: 2881:Doktor Wilhelm 2878: 2862: 2846: 2830: 2814: 2798: 2782: 2766: 2750: 2734: 2718: 2705:Dinosaur puppy 2702: 2686: 2670: 2654: 2638: 2622: 2606: 2590: 2574: 2558: 2542: 2526: 2510: 2494: 2478: 2462: 2446: 2430: 2414: 2398: 2385:Roswell native 2382: 2366: 2350: 2334: 2318: 2302: 2286: 2270: 2254: 2238: 2222: 2206: 2190: 2174: 2158: 2142: 2126: 2110: 2094: 2078: 2062: 2046: 2030: 2014: 1995: 1994: 1991: 1986: 1965: 1962: 1961: 1960: 1957: 1954: 1951: 1939: 1936:WikiFunctions2 1932: 1929: 1926: 1923: 1920: 1914: 1911: 1908: 1901: 1898: 1895: 1892: 1889: 1883: 1876: 1875:Statistics tab 1873: 1870: 1863: 1861:user interface 1855: 1852: 1849: 1848: 1842: 1840: 1836: 1835: 1832:user interface 1828: 1826: 1822: 1821: 1808: 1806: 1802: 1801: 1798: 1796: 1792: 1791: 1790: 1789: 1788: 1787: 1770: 1766: 1765: 1764: 1763: 1747: 1746: 1738: 1736: 1732: 1731: 1725: 1723: 1719: 1718: 1679: 1677: 1673: 1672: 1662: 1660: 1656: 1655: 1633: 1631: 1627: 1626: 1595: 1593: 1589: 1588: 1542: 1540: 1536: 1535: 1531: 1529: 1525: 1524: 1501: 1499: 1495: 1494: 1467: 1465: 1461: 1460: 1453: 1450: 1446: 1445: 1426: 1423: 1419: 1418: 1417: 1416: 1410: 1402: 1399: 1395: 1394: 1393: 1392: 1374: 1371: 1367: 1366: 1365: 1364: 1344: 1312: 1309: 1305: 1304: 1298: 1297:10 March 2007 1295: 1291: 1290: 1284: 1283:17 March 2007 1281: 1277: 1276: 1250:Skiptotoc-talk 1187: 1186:24 March 2007 1184: 1180: 1179: 1136: 1135:30 March 2007 1133: 1129: 1128: 1097:Film workgroup 1037: 1036:14 April 2007 1034: 1030: 1029: 1023: 1022:16 April 2007 1020: 1016: 1015: 1005: 1003: 999: 998: 991:User:Reedy Boy 988: 985: 981: 980: 974: 971: 967: 966: 960: 957: 953: 952: 946: 943: 939: 938: 914:User:SkiersBot 887: 884: 880: 879: 826: 823: 819: 818: 812:User:Reedy Boy 809: 807: 803: 802: 799: 796: 792: 791: 790: 789: 786: 783: 780: 777: 774: 769: 766: 762: 761: 758: 755: 739: 736: 735: 734: 730: 724: 721: 720: 719: 713: 710: 699: 698: 694: 689: 686: 685: 684: 679: 676: 675: 674: 667: 661: 658: 656: 653: 644: 643: 640: 635: 632: 631: 630: 620: 610: 607: 606: 605: 593: 578: 575: 574: 573: 561: 558: 543: 540: 539: 538: 523: 520: 519: 518: 506: 491: 488: 487: 486: 471: 468: 467: 466: 451: 448: 447: 446: 443: 430: 427: 415: 412: 409: 391: 388: 387: 386: 383: 380: 364: 361: 356: 353: 352: 351: 350: 349: 346: 343: 330: 324: 321: 315: 310: 307: 306: 305: 295: 288: 282: 270: 267: 262: 261: 238: 210: 207: 171: 170: 162: 157: 153: 152: 120: 119: 115: 108: 104: 97: 93: 86: 82: 74: 73: 67: 59: 58: 50: 41: 30: 15: 14: 13: 10: 9: 6: 4: 3: 2: 3623: 3612: 3609: 3607: 3604: 3603: 3601: 3594: 3592: 3589: 3586: 3582: 3574: 3572: 3570: 3569:Windows Forms 3566: 3562: 3558: 3554: 3550: 3546: 3542: 3541:encapsulation 3538: 3534: 3526: 3516: 3513: 3510: 3506: 3503: 3500: 3497: 3494: 3490: 3489:usernamekiran 3487: 3484: 3481: 3478: 3474: 3471: 3468: 3465: 3462: 3458: 3455: 3452: 3449: 3446: 3442: 3441:Wall Screamer 3439: 3436: 3433: 3430: 3426: 3423: 3420: 3417: 3414: 3410: 3407: 3404: 3401: 3398: 3394: 3391: 3388: 3385: 3382: 3378: 3375: 3372: 3369: 3366: 3362: 3359: 3356: 3353: 3350: 3346: 3343: 3340: 3337: 3334: 3330: 3327: 3324: 3321: 3318: 3314: 3311: 3308: 3305: 3302: 3298: 3295: 3292: 3289: 3286: 3282: 3279: 3276: 3273: 3270: 3266: 3263: 3260: 3257: 3254: 3250: 3247: 3244: 3241: 3238: 3234: 3231: 3228: 3225: 3222: 3218: 3215: 3212: 3209: 3206: 3202: 3199: 3196: 3193: 3190: 3186: 3183: 3180: 3177: 3174: 3170: 3167: 3164: 3161: 3158: 3154: 3151: 3148: 3145: 3142: 3138: 3135: 3132: 3129: 3126: 3122: 3119: 3116: 3113: 3110: 3106: 3103: 3100: 3097: 3094: 3090: 3087: 3084: 3081: 3078: 3074: 3071: 3068: 3065: 3062: 3058: 3055: 3052: 3049: 3046: 3042: 3039: 3036: 3033: 3030: 3026: 3023: 3020: 3017: 3014: 3010: 3007: 3004: 3001: 2998: 2994: 2991: 2988: 2985: 2982: 2978: 2977:Captain panda 2975: 2972: 2969: 2966: 2962: 2959: 2956: 2953: 2950: 2946: 2943: 2940: 2937: 2934: 2930: 2927: 2924: 2921: 2918: 2914: 2911: 2908: 2905: 2902: 2898: 2895: 2892: 2889: 2886: 2882: 2879: 2876: 2873: 2870: 2866: 2863: 2860: 2857: 2854: 2850: 2847: 2844: 2841: 2838: 2834: 2831: 2828: 2825: 2822: 2818: 2815: 2812: 2809: 2806: 2802: 2799: 2796: 2793: 2790: 2786: 2783: 2780: 2777: 2774: 2770: 2769:MacGyverMagic 2767: 2764: 2761: 2758: 2754: 2751: 2748: 2745: 2742: 2738: 2735: 2732: 2729: 2726: 2722: 2719: 2716: 2713: 2710: 2706: 2703: 2700: 2697: 2694: 2690: 2687: 2684: 2681: 2678: 2674: 2671: 2668: 2665: 2662: 2658: 2655: 2652: 2649: 2646: 2642: 2639: 2636: 2633: 2630: 2626: 2623: 2620: 2617: 2614: 2610: 2607: 2604: 2601: 2598: 2594: 2591: 2588: 2585: 2582: 2578: 2575: 2572: 2569: 2566: 2562: 2561:Bookandcoffee 2559: 2556: 2553: 2550: 2546: 2543: 2540: 2537: 2534: 2530: 2527: 2524: 2521: 2518: 2514: 2511: 2508: 2505: 2502: 2498: 2495: 2492: 2489: 2486: 2482: 2481:Casper Gutman 2479: 2476: 2473: 2470: 2466: 2463: 2460: 2457: 2454: 2450: 2447: 2444: 2441: 2438: 2434: 2431: 2428: 2425: 2422: 2418: 2415: 2412: 2409: 2406: 2402: 2399: 2396: 2393: 2390: 2386: 2383: 2380: 2377: 2374: 2370: 2367: 2364: 2361: 2358: 2354: 2351: 2348: 2345: 2342: 2338: 2335: 2332: 2329: 2326: 2322: 2319: 2316: 2313: 2310: 2306: 2303: 2300: 2297: 2294: 2290: 2287: 2284: 2281: 2278: 2274: 2271: 2268: 2265: 2262: 2258: 2255: 2252: 2249: 2246: 2242: 2239: 2236: 2233: 2230: 2226: 2223: 2220: 2217: 2214: 2210: 2209:Lostintherush 2207: 2204: 2201: 2198: 2194: 2191: 2188: 2185: 2182: 2178: 2175: 2172: 2169: 2166: 2162: 2159: 2156: 2153: 2150: 2146: 2143: 2140: 2137: 2134: 2130: 2127: 2124: 2121: 2118: 2114: 2111: 2108: 2105: 2102: 2098: 2095: 2092: 2089: 2086: 2082: 2079: 2076: 2073: 2070: 2066: 2063: 2060: 2057: 2054: 2050: 2047: 2044: 2041: 2038: 2034: 2031: 2028: 2025: 2022: 2018: 2015: 2012: 2009: 2006: 2002: 1999: 1998: 1997: 1996: 1990: 1989: 1985: 1983: 1979: 1975: 1971: 1963: 1958: 1955: 1952: 1947: 1940: 1937: 1933: 1930: 1927: 1924: 1921: 1919: 1915: 1912: 1909: 1906: 1903:Support for " 1902: 1899: 1896: 1893: 1890: 1888: 1884: 1881: 1877: 1874: 1871: 1868: 1864: 1862: 1858: 1857: 1853: 1846: 1843: 1841: 1838: 1837: 1833: 1829: 1827: 1824: 1823: 1816: 1809: 1807: 1804: 1803: 1799: 1797: 1794: 1793: 1785: 1778: 1771: 1768: 1767: 1758: 1751: 1750: 1749: 1748: 1744: 1743: 1742: 1741: 1739: 1737: 1734: 1733: 1729: 1726: 1724: 1721: 1720: 1717: 1710: 1703: 1698: 1688: 1680: 1678: 1675: 1674: 1670: 1668: 1663: 1661: 1658: 1657: 1652: 1648: 1641: 1634: 1632: 1629: 1628: 1621: 1614: 1607: 1600: 1596: 1594: 1591: 1590: 1583: 1573: 1566: 1561: 1551: 1543: 1541: 1538: 1537: 1532: 1530: 1527: 1526: 1519: 1509: 1502: 1500: 1497: 1496: 1492: 1485: 1475: 1468: 1466: 1463: 1462: 1457: 1454: 1451: 1448: 1447: 1444: 1442: 1439: 1435: 1427: 1424: 1421: 1420: 1414: 1411: 1408: 1405: 1404: 1403: 1401:2 March 2007 1400: 1397: 1396: 1387: 1380: 1377: 1376: 1375: 1373:4 March 2007 1372: 1369: 1368: 1359: 1352: 1348: 1345: 1339: 1329: 1322: 1318: 1315: 1314: 1313: 1311:8 March 2007 1310: 1307: 1306: 1302: 1299: 1296: 1293: 1292: 1288: 1285: 1282: 1279: 1278: 1275: 1273: 1269: 1266: 1261: 1251: 1241: 1231: 1230:skiptotoctalk 1218: 1208: 1198: 1191: 1188: 1185: 1182: 1181: 1178: 1176: 1167: 1157: 1147: 1140: 1137: 1134: 1131: 1130: 1127: 1125: 1121: 1117: 1115: 1110: 1106: 1104: 1100: 1098: 1091: 1084: 1080: 1075: 1068: 1063: 1056: 1049: 1045: 1041: 1038: 1035: 1032: 1031: 1027: 1024: 1021: 1018: 1017: 1013: 1009: 1006: 1004: 1001: 1000: 996: 992: 989: 987:28 July 2007 986: 983: 982: 978: 975: 972: 969: 968: 964: 961: 958: 955: 954: 950: 947: 944: 941: 940: 932: 922: 915: 908: 898: 891: 890:User:Kingboyk 888: 885: 882: 881: 878: 875: 870: 862: 858: 854: 849: 839: 830: 829:User:Kingboyk 827: 824: 821: 820: 817: 813: 810: 808: 805: 804: 800: 798:6 April 2008 797: 794: 793: 787: 784: 781: 778: 775: 772: 771: 770: 767: 764: 763: 759: 757:Release date 756: 753: 752: 746: 745: 737: 733:automatically 731: 727: 726: 722: 716: 715: 711: 705: 695: 692: 691: 687: 682: 681: 677: 672: 668: 664: 663: 659: 654: 648: 641: 638: 637: 633: 628: 624: 618: 613: 612: 608: 600: 594: 588: 581: 580: 576: 568: 562: 559: 553: 546: 545: 542:Novels plugin 541: 533: 526: 525: 521: 513: 507: 501: 494: 493: 489: 481: 474: 473: 469: 461: 454: 453: 450:Albums plugin 449: 444: 438: 431: 428: 422: 416: 413: 410: 404: 397: 396: 395: 389: 384: 381: 378: 377: 376: 369: 362: 360: 355:Specification 354: 347: 344: 341: 340: 335: 331: 328: 327: 325: 322: 319: 316: 313: 312: 308: 304: 300: 296: 293: 289: 287: 283: 281: 277: 273: 272: 268: 266: 256: 246: 239: 236: 235: 234: 229: 219: 208: 206: 204: 200: 196: 194: 190: 186: 182: 178: 168: 164: 163: 160: 151: 150: 146: 143: 142: 138: 135: 134: 130: 127: 126: 121: 118: 114: 113: 107: 103: 102: 96: 92: 91: 85: 81: 80: 75: 72: 70: 64: 55: 49: 47: 42: 39: 35: 34: 25: 19: 3587: 3578: 3537:polymorphism 3530: 3511: 3495: 3479: 3463: 3447: 3431: 3415: 3399: 3383: 3367: 3351: 3335: 3319: 3303: 3287: 3271: 3255: 3239: 3223: 3207: 3191: 3175: 3159: 3143: 3127: 3121:Arbitrarily0 3111: 3095: 3079: 3063: 3047: 3031: 3015: 2999: 2983: 2967: 2951: 2935: 2919: 2903: 2887: 2871: 2855: 2839: 2823: 2807: 2791: 2775: 2759: 2743: 2727: 2711: 2695: 2689:Boricuaeddie 2679: 2663: 2647: 2631: 2615: 2599: 2593:Clyde Miller 2583: 2567: 2551: 2535: 2519: 2503: 2497:Violask81976 2487: 2471: 2455: 2439: 2423: 2407: 2391: 2375: 2359: 2343: 2327: 2311: 2295: 2279: 2263: 2247: 2231: 2215: 2199: 2183: 2167: 2151: 2135: 2119: 2103: 2087: 2071: 2055: 2039: 2023: 2007: 1981: 1977: 1973: 1969: 1967: 1783: 1727: 1715: 1687:WP Australia 1681: 1664: 1650: 1646: 1612: 1598: 1544: 1518:WP Indonesia 1484:WP Australia 1455: 1428: 1308:1.0.0.1 RC3 1294:1.0.0.1 RC4 1280:1.0.0.1 RC5 1270: 1267: 1224: 1173: 1118: 1113: 1108: 1107: 1102: 1101: 1082: 1081: 1066: 1065: 1047: 1044:New features 1043: 1011: 876: 863: 860: 832: 815: 776:Code updates 741: 718:expression). 670: 626: 622: 577:Songs plugin 490:India plugin 393: 374: 358: 338: 337: 333: 263: 212: 199:Magioladitis 197: 179:is a set of 176: 174: 147: 144: 139: 136: 131: 128: 123: 116: 110: 105: 99: 94: 88: 83: 78: 77: 68: 66: 54:village pump 43: 3533:inheritance 3409:RiverStyx23 3377:Ankit Maity 3329:PhnomPencil 3249:Christian75 3217:Rsriaknth05 3105:Shirulashem 2961:Tinucherian 2913:Fabrictramp 2625:AuburnPilot 2417:Parutakupiu 2273:Cyberjunkie 2241:Valentinian 2225:Carabinieri 2177:TheMadBaron 2065:Kevinalewis 1931:Log uploads 1918:User:Plange 1878:Read/write 1815:WPBiography 1786:to the top. 1757:WPBiography 1386:WPBiography 1328:WPBiography 1197:WPBiography 1146:WPBiography 1114:immediately 1083:WPBiography 1055:DEFAULTSORT 897:WPBiography 869:WPBiography 857:User:Madman 660:Version 4++ 294:Version 2.0 183:written by 167:WP:Plugin++ 149:AWB Sandbox 141:AWB Plugins 3600:Categories 3575:Developers 3553:reflection 3545:interfaces 3535:(see also 3281:MrRadioGuy 3153:Extremepro 2993:Amartyabag 2945:Compwhizii 2865:Parent5446 2753:Thadius856 2145:Cbrown1023 2129:Setanta747 1777:Talkheader 1398:1.0.0 RC1 1381:: Updated 1370:1.0.0 RC2 1260:talkheader 1074:talkheader 855:Thanks to 299:Subversion 286:user guide 284:We have a 101:User guide 90:Discussion 48:reference. 46:historical 3505:Kowal2701 3361:Vibhijain 3345:Kosm1fent 3313:Rock drum 3265:run.veran 3201:Kingpin13 3057:Navy Blue 2801:countincr 2161:Mike Peel 2097:Kilo-Lima 2049:Grafikbot 1697:WPMILHIST 1640:WPMILHIST 1413:Reedy Boy 1351:Reedy Boy 1272:Reedy Boy 1240:Skiptotoc 1217:activepol 1175:Reedy Boy 1124:WPMILHIST 1120:Reedy Boy 1103:WPMILHIST 1062:Mike Peel 963:Reedy Boy 949:Reedy Boy 921:stubclass 833:Supports 334:extremely 3591:contribs 3581:Kingboyk 3515:contribs 3499:contribs 3483:contribs 3473:B2322858 3467:contribs 3451:contribs 3435:contribs 3425:Dcheagle 3419:contribs 3403:contribs 3387:contribs 3371:contribs 3355:contribs 3339:contribs 3323:contribs 3307:contribs 3291:contribs 3275:contribs 3259:contribs 3243:contribs 3227:contribs 3211:contribs 3195:contribs 3179:contribs 3163:contribs 3147:contribs 3131:contribs 3115:contribs 3099:contribs 3083:contribs 3067:contribs 3051:contribs 3035:contribs 3025:Newportm 3019:contribs 3003:contribs 2987:contribs 2971:contribs 2955:contribs 2939:contribs 2929:Stepshep 2923:contribs 2907:contribs 2897:Dycedarg 2891:contribs 2875:contribs 2859:contribs 2843:contribs 2833:SkierRMH 2827:contribs 2817:Lantonov 2811:contribs 2795:contribs 2779:contribs 2763:contribs 2747:contribs 2737:Moondyne 2731:contribs 2715:contribs 2699:contribs 2683:contribs 2667:contribs 2651:contribs 2635:contribs 2619:contribs 2609:Vassyana 2603:contribs 2587:contribs 2577:EdBoy002 2571:contribs 2555:contribs 2539:contribs 2523:contribs 2507:contribs 2491:contribs 2475:contribs 2459:contribs 2449:Mcginnly 2443:contribs 2427:contribs 2411:contribs 2395:contribs 2379:contribs 2363:contribs 2347:contribs 2337:Jwillbur 2331:contribs 2315:contribs 2299:contribs 2283:contribs 2267:contribs 2251:contribs 2235:contribs 2219:contribs 2203:contribs 2187:contribs 2171:contribs 2155:contribs 2139:contribs 2123:contribs 2107:contribs 2091:contribs 2081:Halibutt 2075:contribs 2059:contribs 2043:contribs 2027:contribs 2017:Longhair 2011:contribs 1982:critical 1974:critical 1946:WP India 1882:settings 1845:Features 1709:reqphoto 1702:plugins. 1606:musician 1601:and the 1565:plugins. 1498:0.7.1r1 1434:WP India 1407:Kingboyk 1379:Kingboyk 1347:Kingboyk 1338:reqphoto 1317:Kingboyk 1301:Kingboyk 1287:Kingboyk 1190:Kingboyk 1139:Kingboyk 1116:please. 1090:BioCOTWs 1040:Kingboyk 1026:Kingboyk 1008:Kingboyk 1002:1.3.0.0 995:Kingboyk 984:1.4.0.0 977:Kingboyk 970:1.4.0.1 956:1.4.0.3 942:1.4.0.4 907:BioCOTWs 883:1.5.0.0 822:2.0.0.0 806:2.0.0.2 795:2.0.0.3 765:2.1.0.1 754:Version 567:reqphoto 512:reqphoto 421:reqphoto 260:template 193:Kingbotk 185:Kingboyk 159:Shortcut 3457:和平奮鬥救地球 3393:Mjs1991 3297:EdoDodo 3233:Marek69 3169:XLerate 3073:Protonk 3009:Merenta 2673:Boy1jhn 2401:Nmajdan 2369:Mocko13 2353:JP06035 2305:Snowolf 2289:Menasim 2193:Ganeshk 2113:Errabee 1067:Tweaks: 1012:changes 729:lists). 671:article 301:client 3567:, and 3185:Hiding 3041:bsrboy 2849:Krator 2785:Severo 2433:Jogers 2321:SimonD 2257:Stefan 2033:Emt147 2001:Plange 1795:0.3.1 1735:0.3.2 1722:0.4.0 1682:Added 1676:0.5.0 1659:0.6.0 1651:chosen 1630:0.6.1 1592:0.6.2 1572:albums 1545:Added 1539:0.7.0 1528:0.7.1 1464:0.7.2 1449:0.9.0 1422:0.9.1 1183:1.0.1 1132:1.1.0 1048:in AWB 1033:1.2.0 1019:1.2.1 993:& 916:, and 760:Notes 623:remove 189:VB.NET 3561:XHTML 2657:Visor 2529:JodyB 2513:Kimon 2465:DDima 1582:album 1560:album 1550:songs 742:See: 203:Reedy 16:< 3585:talk 3565:GDI+ 3539:and 3509:talk 3493:talk 3477:talk 3461:talk 3445:talk 3429:talk 3413:talk 3397:talk 3381:talk 3365:talk 3349:talk 3333:talk 3317:talk 3301:talk 3285:talk 3269:talk 3253:talk 3237:talk 3221:talk 3205:talk 3189:talk 3173:talk 3157:talk 3141:talk 3137:Xeno 3125:talk 3109:talk 3093:talk 3089:Nips 3077:talk 3061:talk 3045:talk 3029:talk 3013:talk 2997:talk 2981:talk 2965:talk 2949:talk 2933:talk 2917:talk 2901:talk 2885:talk 2869:talk 2853:talk 2837:talk 2821:talk 2805:talk 2789:talk 2773:talk 2757:talk 2741:talk 2725:talk 2709:talk 2693:talk 2677:talk 2661:talk 2645:talk 2629:talk 2613:talk 2597:talk 2581:talk 2565:talk 2549:talk 2533:talk 2517:talk 2501:talk 2485:talk 2469:talk 2453:talk 2437:talk 2421:talk 2405:talk 2389:talk 2373:talk 2357:talk 2341:talk 2325:talk 2309:talk 2293:talk 2277:talk 2261:talk 2245:talk 2229:talk 2213:talk 2197:talk 2181:talk 2165:talk 2149:talk 2133:talk 2117:talk 2101:talk 2085:talk 2069:talk 2053:talk 2037:talk 2021:talk 2005:talk 1978:only 1854:Done 1839:0.1 1825:0.2 1805:0.3 1784:that 1692:and 1620:film 1587:).. 1555:and 1508:Film 1349:and 1161:and 973:n/a 945:n/a 886:n/a 843:and 655:Todo 303:here 223:and 209:News 201:and 175:The 79:Home 3557:XML 3543:), 2641:RHB 1880:XML 1867:DLL 1647:not 1212:or 1166:BIO 1156:Bio 723:Bot 627:add 582:If 547:If 527:If 495:If 475:If 455:If 398:If 318:AWB 276:AWB 250:or 187:in 3602:: 3563:, 3559:, 3555:, 3551:, 3547:, 1949:}} 1943:{{ 1818:}} 1812:{{ 1780:}} 1774:{{ 1760:}} 1754:{{ 1712:}} 1706:{{ 1700:}} 1694:{{ 1690:}} 1684:{{ 1669:". 1643:}} 1637:{{ 1623:}} 1617:{{ 1609:}} 1603:{{ 1585:}} 1579:{{ 1575:}} 1569:{{ 1563:}} 1557:{{ 1553:}} 1547:{{ 1523:. 1521:}} 1515:{{ 1511:}} 1505:{{ 1487:}} 1481:{{ 1477:}} 1471:{{ 1437:}} 1431:{{ 1389:}} 1383:{{ 1361:}} 1355:{{ 1341:}} 1335:{{ 1331:}} 1325:{{ 1263:}} 1257:{{ 1253:}} 1247:{{ 1243:}} 1237:{{ 1233:}} 1227:{{ 1220:}} 1214:{{ 1210:}} 1204:{{ 1200:}} 1194:{{ 1192:: 1169:}} 1163:{{ 1159:}} 1153:{{ 1149:}} 1143:{{ 1099:. 1093:}} 1087:{{ 1077:}} 1071:{{ 1058:}} 1052:{{ 1042:: 934:}} 928:{{ 924:}} 918:{{ 910:}} 904:{{ 900:}} 894:{{ 872:}} 866:{{ 851:}} 845:{{ 841:}} 835:{{ 831:: 602:}} 596:{{ 590:}} 584:{{ 570:}} 564:{{ 555:}} 549:{{ 535:}} 529:{{ 515:}} 509:{{ 503:}} 497:{{ 483:}} 477:{{ 463:}} 457:{{ 440:}} 434:{{ 424:}} 418:{{ 406:}} 400:{{ 258:}} 252:{{ 248:}} 242:{{ 233:: 231:}} 225:{{ 221:}} 215:{{ 3588:· 3583:( 3517:) 3512:· 3507:( 3501:) 3496:· 3491:( 3485:) 3480:· 3475:( 3469:) 3464:· 3459:( 3453:) 3448:· 3443:( 3437:) 3432:· 3427:( 3421:) 3416:· 3411:( 3405:) 3400:· 3395:( 3389:) 3384:· 3379:( 3373:) 3368:· 3363:( 3357:) 3352:· 3347:( 3341:) 3336:· 3331:( 3325:) 3320:· 3315:( 3309:) 3304:· 3299:( 3293:) 3288:· 3283:( 3277:) 3272:· 3267:( 3261:) 3256:· 3251:( 3245:) 3240:· 3235:( 3229:) 3224:· 3219:( 3213:) 3208:· 3203:( 3197:) 3192:· 3187:( 3181:) 3176:· 3171:( 3165:) 3160:· 3155:( 3149:) 3144:· 3139:( 3133:) 3128:· 3123:( 3117:) 3112:· 3107:( 3101:) 3096:· 3091:( 3085:) 3080:· 3075:( 3069:) 3064:· 3059:( 3053:) 3048:· 3043:( 3037:) 3032:· 3027:( 3021:) 3016:· 3011:( 3005:) 3000:· 2995:( 2989:) 2984:· 2979:( 2973:) 2968:· 2963:( 2957:) 2952:· 2947:( 2941:) 2936:· 2931:( 2925:) 2920:· 2915:( 2909:) 2904:· 2899:( 2893:) 2888:· 2883:( 2877:) 2872:· 2867:( 2861:) 2856:· 2851:( 2845:) 2840:· 2835:( 2829:) 2824:· 2819:( 2813:) 2808:· 2803:( 2797:) 2792:· 2787:( 2781:) 2776:· 2771:( 2765:) 2760:· 2755:( 2749:) 2744:· 2739:( 2733:) 2728:· 2723:( 2717:) 2712:· 2707:( 2701:) 2696:· 2691:( 2685:) 2680:· 2675:( 2669:) 2664:· 2659:( 2653:) 2648:· 2643:( 2637:) 2632:· 2627:( 2621:) 2616:· 2611:( 2605:) 2600:· 2595:( 2589:) 2584:· 2579:( 2573:) 2568:· 2563:( 2557:) 2552:· 2547:( 2545:S 2541:) 2536:· 2531:( 2525:) 2520:· 2515:( 2509:) 2504:· 2499:( 2493:) 2488:· 2483:( 2477:) 2472:· 2467:( 2461:) 2456:· 2451:( 2445:) 2440:· 2435:( 2429:) 2424:· 2419:( 2413:) 2408:· 2403:( 2397:) 2392:· 2387:( 2381:) 2376:· 2371:( 2365:) 2360:· 2355:( 2349:) 2344:· 2339:( 2333:) 2328:· 2323:( 2317:) 2312:· 2307:( 2301:) 2296:· 2291:( 2285:) 2280:· 2275:( 2269:) 2264:· 2259:( 2253:) 2248:· 2243:( 2237:) 2232:· 2227:( 2221:) 2216:· 2211:( 2205:) 2200:· 2195:( 2189:) 2184:· 2179:( 2173:) 2168:· 2163:( 2157:) 2152:· 2147:( 2141:) 2136:· 2131:( 2125:) 2120:· 2115:( 2109:) 2104:· 2099:( 2093:) 2088:· 2083:( 2077:) 2072:· 2067:( 2061:) 2056:· 2051:( 2045:) 2040:· 2035:( 2029:) 2024:· 2019:( 2013:) 2008:· 2003:( 1938:) 1869:. 1245:/ 1235:/ 853:. 145:· 137:· 129:· 56:. 26:)

Index

Knowledge (XXG):AutoWikiBrowser
User:Kingbotk/Plugin

historical
village pump
Home
Discussion
User guide
AutoWikiBrowser
Generic WikiProject templates
WikiFunctions2.dll
AWB Plugins
AWB Sandbox
Shortcut
WP:Plugin++
AutoWikiBrowser plugins
Kingboyk
VB.NET
Kingbotk
Magioladitis
Reedy
WikiProjectBannerShell
WikiProjectBanners
WikiProjectBannerShell
WikiProjectBanners
AWB
downloaded here
user guide
GNU General Public Licence
Subversion

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.