Knowledge

:Village pump (technical)/Archive 84 - Knowledge

Source 📝

4360:+------------------+ | name | +------------------+ | Abenaki | | Abipón | | Achi | | Acholi | | Aja | | Akatek | | Akha | | Alabama | | Alagwa | | Ambelau | | Anuak | | Apiacá | | Aragonese | | Argobba | | Arikara | | Atayal | | Awakatek | | Aweer | | Ayi | | Babuza | | Bai | | Bariba | | Basay | | Basketo | | Biloxi | | Birhor | | Bit | | Bonda | | Buru | | Burunge | | Buyang | | Cahuilla | | Carib | | Cebuano | | Chaga | | Chamalal | | Chané | | Chewa | | Chokwe | | Chopi | | Cuman | | Daasanach | | Datooga | | Daza | | Dhivehi | | Digo | | Dimasa | | Dinka | | Djabugay | | Dorze | | Edo | | Embu | | Enets | | Fipa | | Fur | | Ga | | Garifuna | | Gogo | | Gorowa | | Grebo | | Gros_Ventre | | Gumuz | | Gusii | | Gwere | | Hehe | | Herero | | Hiligaynon | | Hong_Kong | | Igbo | | Ikwerre | | Inupiat | | Inuvialuk | | Iraqw | | Jakaltek | | Jur_Modo | | Kaingang | | Kallawaya | | Kamba | | Kambaata | | Kanoé | | Kanuri | | Karajá | | Karamojong | | Karbi | | Kavalan | | Kayeli | | Khanty | | Kharia | | Kiga | | Kipchak | | Kissi | | Kombe | | Kongo | | Konso | | Krio_Dayak | | Kru | | Krumen | | Kunama | | Kven | | Kw'adza | | Kwama | | Kwavi | | Kwegu | | Lahu | | Lai | | Lak | | Lengue | | Leonese | | Lisela | | Logba | | Logo | | Luguru | | Luhya | | Maasai | | Maguindanao | | Mal_Paharia | | Male | | Mambwe | | Mandar | | Mangbetu | | Mararit | | Marathi | | Masaba | | Masalit | | Masbateño | | Matumbi | | Mbugwe | | Meitei | | Mi'kmaq | | Mian | | Midob | | Mocoví | | Moru | | Mossi | | Mozabite | | Mundari | | Murle | | Mursi | | Ndau | | Ngbandi | | Ngizim | | Nkoroo | | Northern_Ndebele | | Nso | | Nuer | | Nung | | Nupe | | Nyakyusa | | Nyangatom | | Nyaturu | | Nzema | | Ogba | | Oldest | | Olu'bo | | Opata | | Oropom | | Paiwan | | Pangasinan | | Pare | | Pitjantjatjara | | Plain | | Pokomo | | Pumi | | Puyuma | | Q'anjob'al | | Rakhine | | Rama | | Rendille | | Rohingya | | Romblomanon | | Rukai | | Saek | | Saho | | Saisiyat | | Samburu | | Sauria_Paharia | | Secoya | | Serer | | Shatt | | Shawia | | She | | Shilha | | Shilluk | | Shubi | | Siraya | | Siwi | | Slavey | | Sonjo | | Sumo | | Sungor | | Surigaonon | | Tagalog | | Tanchangya | | Tehuelche | | Tektitek | | Telugu | | Temein | | Tima | | Tingal | | Tiv | | Toposa | | Tsou | | Tugen | | Tujia | | Tumbuka | | Ulch | | Urhobo | | Uw_Oykangand | | Uyghur | | Vedda | | Venda | | Vengo | | Warao | | Waray | | Wellemmedan | | Wiyot | | Yaaku | | Yaghnobi | | Yalunka | | Yanesha' | | Yaruro | | Yeyi | | Yugh | | Zaghawa | | Zarma | | Zenaga | | Äynu | +------------------+ 227 rows in set (30.77 sec) 3112:
4-tilde (~) live username signature at the TOP OF THE PAGE you are editing: that way, during edit-preview, you can see if you get logged out after being away several hours (or days). If you forget to remove the 4-tilde (~ ~ ~ ~) signature in an article, don't worry: someone else will remove it for you, soon enough (tolerance for Knowledge's 2-month and 6-month vandalism hacks has made people tolerant of even simple mistakes). It is more important for you to keep edits attributed to your username than leaving a few signatures in articles, where most people really just skip over that when they are reading. It is not unusual for an article to be viewed "27,000" times before people fix spelling or grammar. Most people come to read topic details, regardless of typos. Anyway, please try to use your login username when you want to keep track. -
10936:}} 4 times for every title with "(" and hence, using {str_len} 5 times for every such title. Because {Str_find} uses 99 {str_left} (with {padleft}) for every string searched, then {Italic_title} is using 450 calls to {padleft} for every title containing left paren "(" in the title. {Italic_title} always invokes {str_find} 1 or more times, so that's at least 35,303,000 calls to {padleft}, plus 350 more uses of {padleft} for each italiziced name with "(" in the title, probably nearly 30 million. So, {Italic title} is using more than 64 million calls to padleft. Based on a sample of 10,000 italicized titles, where 2336 titles had parentheses "()", the indication is that 82,500 articles using {Italic title} have "()". Hence, the processing for "()" adds nearly 82,500 x 350 = 28,875,000 more calls to {padleft}. I have mentioned this under 1665:, nested hundreds deep, plus defining local variables (including line, word or page counters). Those features can be provided by a relatively simple one-pass preprocessor. The expansion limit of 40 nested templates is an unfortunate choice for the current complex template processing. I would raise to 60 (or perhaps 100). Regardless, it should be easy to allow a simple macro scripting language which defines local variables: we know templates consider "{{{x|25.0}}}" to be local when "x" defaults, but MediaWiki cannot retain that value of x as "25.0" for use later, only when passed into a template. I am not advocating we require macros to have 3983:
the real changes to see during a diff. Decades ago, people realized how the size of the multi-line diff-bracket affects the comparison to re-sync lines, so that diff-bracket needs to be a user-specified option, especially in lists where the data is similar, and the diff-bracket is the wrong size so that old lines, which should be considered unchanged, are instead shown as part of a larger difference. There are so many simple changes which could be made to simplify double-checking of edits, but perhaps copy 2 revisions of a page to your PC and use diff-tools to compare versions in your disk files (and count the number of changes, etc.). -
7791:
incidental consequence of server upgrades planned at that time, but maybe that hasn't been the case. In general though, parser functions are not designed for accurate arithmetic, and I would suggest that it is probably best to avoid using them in ways that would require very precise arithmetic. (They actually could be tweaked to make roundoff errors quite rare at the expense of some precision and more expensive operations, but developers where against those efforts. Actually, some developers were generally opposed to anything that would make parser math more useful, on the grounds that they didn't want to encourage its use.)
5916:
preserved. You can't go to the patrol log and find the rcid that was patrolled, or even the revision that was patrolled (without manually noting the patrol timestamp and checking it against the article's edit history). The rcid eventually dies anyway and (presumably) is reused for another edit some time down the road. So, why can't we just mark a page as patrolled without providing an rcid? That would solve the problem of articles being unpatrollable after 30 days without the resource problems posed by extending the rcid expiration time.
10050:, but is not easy reading. Some 28 rules must be applied to a character string (in memory), using the 19 bidi-types in the above linked table, while interpreting paragraph breaks, linebreaks and looking at neighboring character properties. A group of rules is specific for LtoR numbers in RtoL scripts, but as you write an "F" or so might break the logic. (detail: in LRO and RLE &tc, O=override, E=embed, and 'Pop Directional Format' (pop) is the general closing bidi-bracket for the latest (closest, deepest nested) LRx/RLx bidi-bracket). - 9286:. Think of Knowledge as an exercize in spaznology: just how spastic can things be and yet the human mind can still get results with it. Of course, some day, parameters could be changed to allow outer square-brackets, "" as easier to read when nested: {{mytemplate||}]}}. However, meanwhile, all the excessive nested "{{{{{}}}{{}}}}}" are proof of the human mind's ability to overcome adversity and make progress. Even then, we would remember the days when people seeing unreadable "{{{{}}}{{{}{}{{}}}}" was a test for normalcy. - 13075:
new users who don't carefully read the instructions think that by placing the hangon tag they can remove the original speedy tag. They can't , but for the hangon tag to continue to list in the category makes sure we deal with the articles just the same. (The only problem is when someone adds a hangon tag to contest a prod or an AfD nomination, & thus gets the article listed in speedy also, which was certainly not their intent. When we admins see that, we just remove the tag & if necessary, explain what to do.)
11631:" to match either the literal "p" or its hex-code. A #switch can have over 1,400 values in the branches. Long term, I think we need to change the NewPP preprocessor to allow metacharacters, such as the UNIX "\b" or "\t" for a space or a tab, at least to treat some entities such as " " as the 1-character value   with string length of 1. Currently, using " " is a 5-character string (&-#-3-2-;), and " " is a 6-character string until displayed. UNIX has used the backslash "\" as the 9681:!), just the basics for users new to Commons upload of "free" images. They are improving secure login to allow returning to non-secure browser windows (but any celebrities had best continue editing with secure-post mode). A lot of clerical changes: it's mostly like re-arranging deck chairs (or coal shovels) on the Titanic, rather than building new ships to solve major concerns. Bigger changes usually happen to templates or policies than to the MediaWiki features. Remember, last year we removed the 6913:]" with a spelling problem. Also, remember the bots which were fixing the spelling errors in vandalism jokes? Bots were just flooding WP with more useless revisions, of properly worded vandalism, as the Most Smartest Bots. Meanwhile, we DO NOT want bots polishing bad articles to "unsmoke" them; instead, "bad grammar predicts bad data" and we want to find poorly written articles to improve all of their content, and references, not just the grammar. From that viewpoint, bad grammar is a 5353:
rounding "1.5444086342 sq mi" to "1.5 sq mi", two rounds to "1.54", three to "1.544", and so on. Everything outputted should be correct, it just depends on the amount of precision you want. If you choose to not include that parameter, then the template makes an assumption that you want the same number of significant digits output as the figure you input. So, if you input "4.5328 km2", it will output "1.7501 sq mi". Hope this answers your question.
2854: 240: 8498: 8669:
blocked person should not edit with any username while blocked, but their other username(s) do not record the stigma of the blocked username, and so appear to be quiet users who rarely enter quarrels. Also, the use of "noinclude" tags allows an article to be included within another article where the no-included portions will be omitted there. Editing an article that way should be addressed at the Village Pump Policy discussion (
3826:
Perhaps, but that's not what's needed: http%3A%2F%2Fwww.google.co.uk%2Fsearch%3Fq%3D%22David%2BAllen%2BGreen%22%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dorg.mozilla%3Aen-GB%3Aofficial%26client%3Dfirefox-a%23q%3D%22David%2BAllen%2BGreen%22%26oe%3Dutf-8%26rls%3Dorg.mozilla%3Aen-GB%3Aofficial%26client%3Dfirefox-a%26um%3D1%26ie%3DUTF-8%26tbo%3Du%26tbs%3Dnws%3A1%26source%3Dog%26sa%3DN%26hl%3Den%26tab%3Dwn%26fp%3Dacdf426d122b1dae
12672: 9787:
on essays to improve performance, such as making {Cite web} & {Cite book} run 4x times faster & smaller, which are 95% the wikitext of scholar's articles. Also, we need to avoid those large bottom navboxes which are causing "50,000" articles to reformat all the time. Over 1.1 million navboxes are typically doubling the size of "every" article on Wikpedia (it should be running twice as slow for everyone). --
10755:@ Gary: no, it happens occasionally (I'd say once or thrice a month). It could be a Safari-dependent thing - a semi-random rendering mistake, a weird undocumented 'feature' that I'm somehow triggering accidentally (and yeah, it's not a tab key thing - that would take it to the 'minor edit' checkbox first). Unfortunately I can't replicate it on demand; I was just hoping someone else had a clue about it. -- 8673:), to see if there are restrictions to using "noinclude" tags in an article. Some people think cancer (or earthquakes) are God's punishment, so as usual, be careful when contacting a short-term user, where there is little edit history to check for mental stability. As you might know, the U.S. has a severe mental health crisis, with handguns everywhere, and Knowledge is a target website, aka a 12358: 10603: 5441: 3292: 3252: 3174: 12035:, based on the brightness formula: ((Red value * 299) + (Green value * 587) + (Blue value * 114)) / 1000. The brightness of tan is: 191.352 compared to the brightness of red: 76, a difference of 115, not the required 125, so redlinks would likely be considered invalid brightness in note boxes. The focus needs to be on "almost passing" the guideline, as an acceptable approach. - 9585:. I'm in the UK and the problem does get worse as the day goes on(likely as more US traffic). At times I get a 50% fail rate to posting. I rarely do a 'show preview' anymore because the fail rate is high. I just submit and if it fails.....after about 15 seconds, hit back and submit again. I've only double posted once. Still it's not a fun way to edit. Regards, 11609:: IPA-number -- symbol -- Unicode-decimal-value. E.g. the font does display well through Unicode-HTML-reference (but that same code does not return the IPAsym article name, as is the issue here). After this thread, the solution must be: editor expected to enter all three out of three. That will do, we'll just have to instruct (document for ) the editor. - 12135:" as a valid alternate spelling. If most people set their screenreaders to announce font colors, then perhaps let users know that multi-color signatures will be cumbersome to hear. When a committee designs an unworkable language feature, it typically has a real-world patch to become usable, so expect font settings to continue in that manner. - 8460:, i.e. any substring that doesn't follow a word character (a–z, A–Z, 0–9, or "_", IIRC), and consists of any of the protocols in $ wgUrlProtocols followed by one or more of any character other than controls (U+0000–U+001F or U+007F), space, square brackets, less-than, greater-than, double-quote. Then post-process each found string as follows: 431:
on ..." box, normally full-width extreme bottom showing squeezed to the width of the left margin (the strip with the Knowledge globe at top); browser default font in use. Images also take longer to load. Page saves usually take two or three attempts to go through. This has been happening for about 24 hours. --
5302:. In that case an editor should look at the whole article to see if the ref is used elsewhere and either remove other uses or copy the body of the reference to an other use (assuming is isn't already copied but that's rare). And yes, after clicking Save you see the same public version as everybody else. 13701:
There are many bots that make thousands of edits a day. But sure, it could be made to only work once a month or once a week (weekly would probably be best at any rate). Many articles on publicly-traded companies contain well-out-of-date financial info. I'm more interested to know if it is technically
13074:
But that's just a subcategory--listing it there automatically lists int in the main category also. And so it should. Some of us who patrol speedy check the critical subcategories first, some go by the time the speedy was placed, some--like myself--go through it alphabetically. Just as Kww said, many
11676:
a five-character string, in the HTML source as well as in wikitext. There are some situations where you do want to be able to evaluate it as one character, and some situations where you wouldn't. Introducing new behaviour for previously-unmagic notation is dangerous, and would require a huge amount
10703:
The Save Page button should always be activated when hitting Enter on the Edit Summary because it appears first in the HTML, even though there are three submit buttons on the edit page (Save Page, Show Preview, Show Changes). I've never had the problem that you are describing. Has this been happening
9786:
I suspected the developers are testing new MediaWiki 1.17 on some servers, but maybe not. I didn't see any great, giant new features in 1.17, but all computer-math is showing 15/16 digit precision, rather than some having 12/13 digits, a few weeks ago (so that indicates system upgrades). I am working
9384:
div. Since the outer div has the original non-reduced font size, it causes the the calculated column width to be slightly wider then those using the refbegin templates, which delays triggering the 'next' column. Basically, to get three columns back, you need to decrease the column width (on my 1280px
8668:
Many editors, seemingly new with a new account name, are actually experienced editors who might be editing a controversial area, afraid of repercussions with their other username(s). Some admins have blocked a person's username for 1 week or 1 month when disagreeing with other editors. Technically, a
6639:
I checked the collection and it renders fine (manually, not through the "webinterface"). I believe the problem is the sheer size of the collection: fetching the resources and rendering took ~50 minutes on an otherwise idle machine. Currently there is a time limit of 60 minutes after which render jobs
6584:
Emil is right, but to answer your question, editcounts and all change every second. That means, pages using these templates will have to purge constantly. Not good... The only way to program new ones would be if you had commit access to mediawiki, or if you developed your own extension. But you could
5948:
Thanks. So it appears that the only way to make this happen is to extend the rcid expiration time, and it sounds like the side effects from doing that would be too troublesome to justify making the change for this purpose. I just wanted to make sure there wasn't a practical way to make this happen,
5352:
To expand on Emil's answer, the answer lies in the 0 and 1 in each template you used. This is the degree of rounding you want to use. So, when you want to round to zero significant digits, you are saying you want to round "1.5444086342 sq mi" to "2 sq mi". If you choose one significant digit, you are
4426:
Thank you for bringing this up. Basically, the issue is "Knowledge sockpuppets of x" categories, where a user had their real name as their Knowledge name and now when someone (presumably employers) do a google search of them, the Knowledge page comes up. The linked discussion above is the second such
3982:
In general, articles should have smaller paragraphs, so that less text is show in the diff before-versus-after blocks. A trick I have used is to save as 2 separate edits: the first edit adds line breaks or adjusts the blank lines (most people don't care about extra line breaks); then the 2nd edit has
3018:
edits by you, you don't need checkuser to find these edits. You just need to figure out what IPs you'd have used during those eras (which Checkuser couldn't find anyway). Generally ISPs have a limited IP subset range (depending on ISP and market). It can range from (generally) a pool of about 256 IPs
1759:
There is no fixed plan atm. The holdup is the lack of an experienced developer that has enough skill, free time and a thick enough skin to actually take on such a huge project. Most volunteer devs are only casual contributors doing patch work and other small incremental work. Paid devs have plenty of
13311:
and there's an advantage in trying to check the new ones , for this gets the worst problematic material deleted fastest. (of course, it also gets some things deleted too fast when they're still under construction.) Perhaps we should make the option to go from the end a little more prominent , to get
12921:
It's less than 2000 pages at the moment, but I'm not keeping up. I've done some manual trimming, but it's time-consuming. Garion, the redirects on my list are commonly things that I'm watching for a reason, e.g., to make sure that they stay redirects. Δ, thanks for the offer. I'll probably email
9448:
One thing that can sometimes make a difference (here in the UK anyway) is the server that you log in through. In the normal course of things the secure server is very slightly slower than the normal server, but if the normal server goes dead slow you may find that the secure server is running at its
8845:
How can I monitor the meta: namespace to see if someone creates the pages there? AFAIK I've only ever used the en wikipedia, but somehow I have logons for some others also. I've no idea how they came about but it bothers me that these things happen without me realising what happened. Can I remove my
8466:
Consider the characters comma, semicolon, backslash, period, colon, exclamation point, and question mark. If the string doesn't contain a left parenthesis, also consider right-parenthesis. Remove any of these characters from the end of the string, e.g. change "http://www.example.com/?foo=1!?!?!," to
8445:
You might be able to simplify this somewhat without too many problems, but AFAICT this is the procedure MediaWiki follows to find bare links: First you have to expand templates and avoid considering text involved in quite a bit of other wiki markup (e.g. internal links, bracketed external links, and
7790:
Last time I looked into it (two years ago maybe?), the precision of parser function arithmetic actually depended on which server did the processing. Some servers were giving 15/16 decimal digits while others gave 12/13 (I think?). I understood at the time that 15/16 would become the standard as an
5930:
A page can't be marked as patrolled after it's removed from the recentchanges table because there's nothing left to patrol after that. You're not actually patrolling the page or revision, you're patrolling the recentchanges entry for the revision. That's why you need rcid: it corresponds to rc_id in
5213:
That is a correct analysis. The section-edit-preview looks only at one section, so it has no idea of dependent refs in other sections. Obviously the whole-page-version that is the article itself takes into account all the sections, and therefore finds the error, giving you the big red letters. It is
4930:
I never zoom on anything, but I did see this on another computer which I had never logged in on before (and indeed hadn't, I clicked edit as an anon). So its Javascript and others notice it? That's all I needed to know. The edit screen thing isn't happening right now after I restarted Firefox, but I
1314:
I would speculate that (as this was a public computer subject to less-than-tender use) the scroll-wheel-click is sticking, and it may sometimes be difficult or impossible to turn off the scrolling mode. If the button is stuck and the mouse can't return to its normal mode, you won't be able to click
10769:
All I can say is it's probably something on your end, as something has got to seriously be out of whack for the page to be served that way to your browser. Meaning, even if your browser rendered the page strangely, the order of the submit buttons shouldn't change. For instance, maybe it's a Firefox
10146:
Thank you both. In this case, the unicode characters worked to override each temperature word and retain the flow of the surrounding Arabic text: using "‮F°&#x202C" reversed the text as "°F" without disturbing the nearby Arabic text. They have a special symbol for "F" Fahrenheit, but
6101:
I can't duplicate this - I'm using chrome 8.0.552.224 on Windows Vista - tried both the "regular" and "incognito" modes with both my regular account and this one. Perhaps it's a different version of Chrome - can you give your version & the OS that you're working with and perhaps someone with a
5795:
Nothing seems to be wrong with the RegXs. The script works when I put it into my console... I also imported it... Works fine.... (I'm using chrome). Normally these problems are caused by a syntax error elsewhere (If there's a syntax error in your monobook/vector js, it won't even be imported.), but
3059:
page. The last hardware program I wrote was for a 300 baud modem so I'm a bit dated in my computer skills. I'll just have to hit up the whatismyip.com site, which is what I've already been doing when I have the time. Trouble is, they expect me to actually work when I'm at work so that cuts down the
1782:
There was an objection to using things like Lua because they create a dependency on an executable or a PHP extension that would need to be compiled. This would make Knowledge content unusable on some crappy shared hosting service where users don't have shell access or PHP is restricted from running
1310:
on the mouse. This puts the cursor into a scrolling mode, where if you move the cursor to the top or bottom of your screen it will scroll the page of text up or down. This scrolling mode can be turned off with another click of the scroll wheel. Testing under Internet Explorer 8 on Windows Vista,
430:
bring something back, it's usually failed to bring in all the CSS classes, so the page appearance is screwed. Examples include: infobox frameless and showing at upper left instead of upper right; navbox showing without content (as if collapsed and unable to expand); the "This page was last modified
9867:
I have also had an unusual number of connection time outs, 'server not available' messages, and general slowness of response, over the same recent periods as mentioned by the posters above. These problems are only related to WMF sites. I connect from Thailand using MacOS with FFox and Safari
9685:
censorship which warned people not to tell others about new articles: now if you write a new article and tell 9 people, you can't be accused of conspiracy to provide too much valuable information. I think we will need to have a 2nd Knowledge, which can risk major new features without the fear that
9668:
I also noticed terribly slow response time, the past few days, where perhaps 1 in 10 edit-previews would time-out (So, I made mirror edits in a text-editor window to avoid losing all edits due to time-out). The developers might have restricted user resources, for a few days, in preparation for the
7747:
So, the specific problem is when floor(2.0) yields "1" due to the internal value for 2.0 really being 1.999999999999997 (or such). The fix adds 1E-9 (0.000000001) as being floor(2.0+1E-9) yielding "2" as intended. Internally, adding 1.999999999999997+1E-9 generates x=2.000000001 with floor(x)=2. I
13780:
True that some bots can make a huge amount of edits, but I think that few of them constantly update the same page over and over again. I was just thinking how useless it might be to have a history page for a rarely edited article filled to the brim with updates by a single bot. (I do realize that
12144:
Can I ask whether you've tried reading this page with the greenscreen gadget enabled? If not, please do so: go to your preferences and check the box labeled ""Use a black background with green text on the Monobook skin"". Then come back and read your comment above, and perhaps you'll understand
11263:
It might be a good idea to adjust the brightness of whichever screen you are using, on a day/night basis, to reduce eyestrain. Perhaps lower the brightness during dark hours. Also, avoid facing bright windows behind a computer, as focusing on computer screens might cause more intense viewing than
6936:
Second, bad article with good grammar is (slightly) better than bad article with bad grammar. If you see an article, you can identify whether it's good or bad regardless of the quality of its grammar. And I don't think any significant amount of searching for grammar errors is going on, apart from
6852:
Perhaps hundreds of thousands of misuses of then and than. The main problem though is people are often quoted using them incorrectly, and we shouldn't misquote them. I suppose something like AWB will need to be used though. Can we just put people on alert to this? It is probably the most serious,
5049:
has a feature where you can replace a deprecated parameter name with another. But before you fire it up and do such a run, consider whether it is really worth it. One reason could be that the parameter name was causing too much confusion that resulted in editors adding the wrong kind of data. For
4738:
They're automatic, it's tested when you try to load the delete form. The method used to estimate the revision count is somewhat inaccurate, and in a database which is changing as rapidly as wikipedia's, it can fluctuate rapidly. The data will also be being selected from a randomly-chosen one of
3111:
Trilobitealive, before you login again, click on "login for 30 days" BEFORE entering your username, to remain all day or a month. If you cannot risk 30-day login, then logout after several hours, and re-login to avoid a login timeout which stores your IP address. Also, when you edit a page, put a
13242:
Oops. I should have clarified that. There are over 1,000 users patrolling the front of the list and only a handful patrolling the back of the list. So several hundred articles fall off the end and aren't reviewed each month. If the list is reversed, then maybe more people would patrol at the end
10372:. Whoever tried to remove it manually didn't notice that, and edited the part inside the comment instead of the text that was actually being rendered. I think I reverted it to the last good revision for you, but someone should probably read it over to make sure more crap didn't sneak in earlier. 8731:
1.17), but not yet according to the WP release id. That type of title issue is one of their efforts: to handle text after quotemarks in a URL, or reject other bad data, but not specifically for images, so perhaps someone else knows more. Watch for the MediaWiki version to switch to 1.17xxx (this
7728:
to handle ranges of billions without exceeding the tiny expansion limit of 40 nested if-else or nested templates. The rewrite uses the math function floor(x), which implicitly uses extreme precision, because "floor(2.0)" gives "1" when the internal value of 2.0 is just a tiny amount below 2. The
5915:
Is it technically feasible to remove the requirement that a valid rcid is required for marking a page as patrolled? I understand that an rcid is required to correlate the page to the recentchanges table, but I still don't understand what purpose that serves. That information doesn't seem to be
4630:
Thanks. I'm wondering what would cause that message to appear and disappear. That same talk page, five minutes beforehand, did not display the over-5000-message. Then suddenly it did. And then later it didn't again (or, rather, the archive that page's edits were moved to didn't). That's why I'm
1603:
left unfixed, I might add, precisely in order to allow string manipulation) to cut off bits of the strip marker, meaning it is not recognised as complete and is not replaced with its processed contents. I can't show you what the end of the strip markers looks like because if you leave the whole
2139:
Nobots should be a temporary fix only. There are a few cases (Monocieous/Monecieous springs to mind) where it has been hard work getting the interwikis sorted "permanently" but in my opinion it is worth it to avoid having a growing number of articles with crufty bot-directive templates on them.
1583:
block is seen by the preprocessor, and snipped out and replaced by a strip marker; the control character you see at the start of the marker (there's one at the end as well) is there precisely to be impossible to generate in actual text; it is impossible to create a 'fake' strip marker in raw
10241:
Its from the commercial website www.keymanweb.com by Tavultesoft. It loads external JS and has the potential for keylogging, but seems wider used than just here. If you want to be sure, you need to do a full review of the code (i don't have the time). How much do you trust the company ? :D
3722:
I don't like that idea: it would make those tools to show up in even more places, and thus it would be sent for even more people who can't use it at all! Edittools only works for those who have javascript, so it should only be dowloaded by users with javascript, preferably using AJAX,
12890:
I gave up trying to manage my watchlist when it got past 2,000. It's one of the few major MediaWiki features I never use. The issue is that there are always some gadget(s) or program(s) that I don't realize has an auto-add-to-watchlist setting and I run a couple thousand pages in it.
8349:
As OP demonstrates, the correct use is {{#formatdate:2011-01-24}} (international standard), not to use a different regional format. We have many pages other than articles, including interface pages and pages explaining how {{#formatdate}} works. Presumably there are all affected too.
2513:
Well you have explained the function of safesubst: to me well enough, I have looked at that documentation page a number of times, and improved what I could, but it never explained the salient point of safesubst: so I could never improve the wording, it's good to see it getting done
1817:", but have parameters (set with values when a template is invoked), perhaps a new parser function {{#set: x|25.0}} could be created to simply insert "25.0" into parameter {{{x}}} as if it had been passed into the template. That would allow storing partial calculations, or setting 93:
The PDF comes up for me, but it says at the top "WARNING: Article could not be rendered - ouputting plain text. Potential causes of the problem are: (a) a bug in the pdf-writer software (b) problematic Mediawiki markup (c) table is too wide". Is this the same issue you're getting?
7699:
The expressions above bare little resemblance to what you are describing (where are the 1E-9, 100000, etc.). Why are you attempting calculations to this precision using parser functions? Why do you expect them to perform better than standard 64-bit IEEE floating-point arithmatic?
3131:
notice when it's grey. This means I've become logged out; and when this happens, I start Knowledge on another browser tab, log in there, return to my first tab, click "Show preview" and the save button turns green again, so I can safely save with the edit attributed to my login.
2943:
Thanks. That was what I was afraid of. I don't want to apply to become an admin or to get more user rights, (I still don't know what to do with Reviewer rights for instance) I just want to try to keep up with my own edits. Will look at the link you gave on the logged out issue.
9416:
Knowledge is often slow, even down sometimes. It happens to all of us. If you're only having the problem with Knowledge and have cleared your cache etc., then that just simply makes it more likely that the website and not your browser, Internet connection, etc. is the problem.
8143:. Literally all that template does is wrap its input in that titled span. If you don't want the content to be in the span, don't call the template. Calling the template to wrap the span, then looking for another mechanism to undo that effect, is totally circular processing. 9336:
Out of interest, is the image archive for international Wikipedias hosted on the same servers as the English? I ask as it might be cost-saving to combine the image archives to one giant one for all languages. This sounds large but would save duplicate uploads across versions.
2732:
Thanks DJ, I did not know about that tool. I am curious though about building a parameter to point to a start and an end within a clip. That tool saves the file separately, which takes up a lot of space. Is messing around with the script something someone is willing to do?
4427:
request that has been made, the first of which I noticed when going through empty categories at one point, and the second having been this one when someone e-mailed me about it. Even though it's a deleted page, it would be nice to have something there preventing indexing.
13538:
No, they can be sent whenever you make a request, as long as you update them whenever the server happens to send back a new one. Most HTTP toolkits will actually handle that automatically for you, anyway, and every one of them will send those cookie with every request.
11015:
In particular, the yellow "n" is very difficult to see against the background colour of this page (the orange "e" isn't much better). The background is a pale greenish-blue here, but other talk pages differ: you shouldn't make assumptions about the background colour of
9375:
Reflist was overhauled some two months ago in order to make plain references look the same as reflist. This means some recoding in the CSS for reflist as well. The problem seems to be that reflist is now wrapped in two nested divs, with the smaller font size set in the
2369:", i.e. making "safesubst:" the default value of the parameter with an empty name. Of course, that does allow someone to do {{subst:hello world|=}} to give wikitext like in #1 or {{hello world|=garbage}} to really screw things up, but it's unlikely anyone would do that. 9508:
As a UK user, I've experienced the same problem, and tried the secure server. However, on every WP page I go to, I have to dismiss the MS "do you only want to view the secure content" pop-up. Can this be overcome just for WP? (I'd like the pop-up to remain for other
7954:
next I edit out (delete) the opening tag, the missing (i.e. unshown) content is visible again. Still quite distressing for a semi-pro like me. At least, with a spoiled table I see some effects. Now to learn something extra, if I propose "this tag requires closing tag
1783:
other programs. So any scripting language would need to be implemented in pure PHP, even though we wouldn't use that implementation. Personally, I think that's stupid. But, its unclear whether that restriction is still in effect, or who would make the decision on it.
9922:
Q, if the problem were my ISP/connection/location, or similar, this would not be the place to discuss it. I posted the message to discover if the problem might be with the servers or their software. Fortunately the problem has not recurred since I reported it above.
8160:
I can live with the "no". I think your word 'circular' is not correct ("circular" as in "tail-baiting" calling? Or even "recursive"?), I understand it to mean "once enveloped, you cannot un-envelop; even 2nd envelop cannot undo the 1st envelop". Thanx for answering.
2547:
immediately before the template name, without intervening spaces or newlines. I've carried out some tests, and found that there are some fairly simple rules, but these rules vary depending upon whether it's templates, or variables/parser functions. These rules are:
1236:
technical things, not for solving your IT problems. If you think someone needs to be told, tell them yourself - it has nothing to do with Knowledge. The cursor you describe sounds like the middle button scroll function, so you were probably using the mouse wrongly.
9943:
It happens to me too with increasing frequency. Fortunately I notice before pressing the 'save page' button, because the skin goes back to the vector default, whereas I, wisely, use monobook which is far more stable and has a much more practical interface.
13575:
difference anyway. Although I do note that when I query that page logged out the Content-Length is 19924, while logged in it is 21329 due to extra Javascript variables and such; in your transcript the Content-Length is 22171, which might indicate that your login
6324:
If I can throw my hat in the ring, I'm not getting the issue on Chrome 9 for Ubuntu. Are you sure the solution isn't to actually file a bug with Chrome? Also, if I can patronize everybody and remind you to turn on cookies, and also clear your cache and cookies.
5849:
If the answer to #1 or #2 is "No", is there any other workaround that is possible? For instance, is it possible to modify the patrolling mechanism such that it doesn't require a valid rcid? Or, at the very least, it doesn't require a valid rcid if one doesn't
2474:
correctly, it seems that subst and safesubst both allow template replacement during the pre-save transform (PST) phase (i.e. substitution), but safesubst additionally allows template replacement during the parsing phase (i.e. transclusion) where subst doesn't.
11995:" which the center is between (so clueless). Now that computer experts are involved, it is still backward, and they should allow word "hue" (to avoid spelling bias against "colour"), plus denote non-nested tags perhaps as "<#" to use "<#font hue=red: --> 6912:, it is likely just the smoke indicating more problems in an article; hence, searching for grammar problems is a great way to find articles needing major rework (assuming the subject is worth your time). Even when quoted, perhaps consider adding "]<b/: --> 6483:
SERVERNAME returns the name of the server the page is stored on. After all, magic words are resolved into HTML on every purge. en.m.wiki is basically a (legitimate) mirror site of wikipedia with a different stylesheet. So it'll return en.wiki no matter what.
10151:
has the temperature-range conversions which they have been wanting for nearly a year now. Considering the mind-boggling differences between the Arabic Knowledge and enwiki, this 1-day one-year solution was as you said, "‮Amazing‬" ("Amazing"). Thanks again.
7767:
The formulation is somewhat confusing: the internal value of 2.0 is exactly 2, the problem is that the round function can give an internal result deviating from the actual round number, which does not affect the displayed result, but can affect subsequent
8892:. You cannot remove those accounts (you can perhaps have them renamed and then avoid visiting the site again, but I honestly can't see much of a point in that). I don't think it's possible (question 4) to watch for that; you'll have to watch Prefixindex. 7916:
It doesn't "throw it away", per se. The parser sees an opening tag, and starts bundling up all the containing text until it finds a closing tag, then it hands the text off to the processing function for references to do with it as it wishes... which
4467:
Not quite correct. Any category that has ever had any pages in it will return 200, even if it is now empty; a category page for a category that has never had any pages in it will return 404 under the same conditions as pages in "normal" namespaces.
12540: 9171:
sense, because it is breaking the logic. So it would take sense away. The wikitable doc is quite clear about what happens with information, pipes and newlines in their positions. The parser is not weird, it's just doing that job of interpreting.
12577:
I see only one "assist", too. I can't think of any reason why that word would appear twice for you; it shouldn't be a cache problem, either, since "assist assist" hasn't appeared in the article before, at least not in the past few dozen edits.
10391:
In order for SineBot to detect your signature as a proper signature, it has to contain a link to your user or talk page. The bot has no way of knowing that you have changed your username, you should fix the links to point to your current user
11233:
Oh yes, forgot to add this as well: The boxes which constitute the front page seem to be hard coded as being white rather than transparent, making it pretty hard on the eyes while this gadget is enabled. Is there any way to fix this as well?
8618:
I would say that this is pure testing by a newbie. They've spotted this menu thing below the "Save page" button, changed it from "Insert" to "Wiki markup", and then clicked a few things, not really realising what they were doing. Give them a
6896:" to warn of the most common issues, and link that essay in various places, as part of larger edits. We want to avoid clogging Knowledge with 1-word revisions, because all are kept (so far) to show copyright authorship, despite my plans for " 1572:
More like "kids, don't play with things you don't understand". The way the preprocessor, and the parser, work is to chop out bits of wikitext that they've finished processing, and replace them with strip markers: {{padleft:|40|<nowiki/:
11827:
Oops, you're right, it's already on Commons. I've seen this error previously and as far as I recall you could make it go away by changing the file name (removing spaces or something). Somehow that did not seem to do the trick here, though.
10161:
You might want to consider using templates to insert those characters. Allows easy changes, and {{LRO}} is probably easier to read than &#x202E; and friends. (perhaps we should add a magicword/tag or something to MediaWiki itself ?
1656:
Well, conditional text formatting and typesetting is based on comparing text and making calculations, such as counting lines-per-page or incrementing header numbers in a Table of Contents. I don't know what else to say, except perhaps:
6937:
trying to fix just them plus some mostly automated fixes (most likely using AWB). So, no, grammar errors shouldn't be kept in articles, they should be fixed. Correcting only small mistakes is bad, not correcting anything is even worse.
12124:
I agree that HTML5 still has major design problems, but most browsers seem to keep working anyway. Hopefully, those screenreaders will be fixed to match the real world, and accept changing a font without using the end-tag "</font:
5207: 13822:
Yes but why? Constantly updating information like this is not what an encyclopaedia is for. If people want stock info they should go to a stock market website. If they want financial news they should consult a financial news agency.
13669:
Sounds like the bot would have to make thousands of edits a day. It makes more sense to just put market capitalization values "as of January 1" or the last quarter, instead of transforming Knowledge into an up-to-date stock ticker.
1909:
No, I don't see any reason to believe this is a virus, just Google giving poor site links (as mentioned in their article it's an automated process, it's possible someone is abusing it somehow to purposely make it give those links)
10066:}}{{convert/{{#if:1|-}}|{{FORMATNUM:10|R}}|{{#ifeq:{{#expr:20*0}}|0|0}}|20|C|F||r={{#ifeq:{{{sp}}}|us|er|re}}|d=LoffAoffDbSoff|s=}}‬PDF. The ()-bracket are kept too. Will be more difficult when there are Arabic words etc in: say " 7603:
Thank you so much! I don't know why it would not work for me. I am currently doing a whole load of Star Trek related books, that general one and one specifically for each series. Ifyou are interested let me know on my talk page.
11639:" as the 1 character "p" rather than the current literal 9 characters. Worrying about performance, I would expect the preprocessor to just place 1 character in the text, rather than 88-character marker text which "<nowiki: --> 11513:. There is nothing I may "want" in behaviour. We "expect" in behaviour. When I encounter pipe-problems, sometimes I can handle them (e.g. by using the template {{!}}). But that is understandable logic to me by now (I use that in 9645:"The server at en.wikipedia.org is taking too long to respond." is part of the error message. What someone mentioned as "50% fail rate" is sometimes the norm, regardless of weekend/weekday or time of day or night. Frustrating. 8385:
Thanks for your confidence in Knowledge however these questions are out of scope and should be targetted to a Linux forum. Of course it is possible but I haven't a clue which libraries you would need, or if any one has done it.
8235:
Well, I don't understand what to do. The instructions are not explicit enough and they don't directly address my problem. I've tried putting that text into the icon display HTML code in various ways and none of them suffice.
6396:
Looks like it is already collapsed by default. As for hiding it on the mobile site, you could use the {{SERVERNAME}} magic word to check. In other words, wrap the whole template in {{#ifeq:|{{SERVERNAME}}|en.m.wikipedia.org|
12514: 5859:. There isn't any point to marking a page not on Special:Newpages as patrolled because Special:Newpages is the only place where "patrolled" status is actually displayed. There's the patrol log, but since it doesn't show what 5775:<a href="/wikipedia/en/search/?title=User:Nageh&action=rollback&from=Nageh&token=f5dd1ccb2e4d62fe2b0760da5d52f9e4%2B%5C" title=""Rollback" reverts edit(s) to this page of the last contributor in one click": --> 12546:
The message is a note added by a user, not an automatically generated tag - it won't go away until explicitly removed. I've done so, now. In future, please do feel free to remove the notices when the issue's been resolved!
13354:
or more simply, those who consider themselves such experts should be encouraged to go from the back. When I patrol, if I want to do something easy, I look at the front, if I'm up to actual thinking, I look at the back.
1967:(or not - language)), while the rest all rank higher than 100. But it seems that sitelinks are based more on the architecture of the site itself. Of course, Google are rather secretive about how they actually get them.. - 9837:
Thanks, Wikid, I was about to contact my ISP. I know that citation templates slow things down (I wish we could find a way to stop encouraging people to use them), but which are the navboxes that are causing the problem?
5768:
No errors or warnings pertaining to the user scripts. I can even verify that the script's addOnloadHook() function is in the onloadFuncts array, and I can call it from there but nothing happens. I tried to have a look at
1261:
I wasn't doing anything wrong. The mouse was broken. I was trying to get some advice on what might be wrong. And the problem, whatever it did, DID affect Knowledge use; therefore it is a legitimate Knowledge technical
13062: 5161:
does with disambiguators. If it's always "foo" and "bar", just have the template take the number and append the "foo" or "bar" in the template. Otherwise you could take the number and the unit as separate parameters.
5502:, so if you want me to change it, I shall. Actually you don't need to be a MATH guru to do this. I have hardly any experience at all using LaTeX (none on Knowledge)... You just need to know the basic markup. Try it! 9296: 6438:
Hrm, you're right. That seems like a bug to me. Does that seem like a bug to anyone else? If you're browsing wikipedia on the en.m.wikipedia.org server, then {{SERVERNAME}} should resolve to en.m.wikipedia.org,
8887:
To add to the answer to 2, you can watch non-existent pages. As for 3, when you log in to this Wiki and then visit another Wikimedia Wiki (such as meta), an account will automatically be created for you. See also
1699:", but have parameters (set when a template is invoked), perhaps a new parser function {{#set: x|25.0}} could be created to simply insert "25.0" into parameter {{{x}}} as if it had been passed into the template. - 10030:. The special characters LRE, RLE, LRO, RLO, PDF ('pop') can control/overrule the F-property 'latin'. They are ‮invisible‬, but just take a look how they work. ‮Amazing‬, innit? ‮10–20 °C (50–68 °F)‬. Need more?- 8456:. $ wgUrlProtocols is most likely an array of strings; escape any regexp metacharacters and join them all together separated by "|" (call this "$ protocols"). Then you pull out everything matching the PCRE regex 11799:
execute(NULL) #6 /usr/local/apache/common-local/wmf-deployment/includes/Wiki.php(254): SpecialPage::executePath(Object(Title)) #7 /usr/local/apache/common-local/wmf-deployment/includes/Wiki.php(64): MediaWiki-:
8849:
How can I monitor for creation of any new subpages with any other name? It seems the watchlist can't catch all possible future subpages, and having to check Special:PrefixIndex periodically is not really a nice
5567:
Look like this is being used to list different versions of a reference. Only the actual version being used as a source should be directly cited. The other versions would be better in a further reading section.
4404:
treated no differently to extant ones; all edit screens are noindexed, whether or not they are deleted, and no view pages are, whether or not they are deleted. I generally agree with you that they should be.
8949:
Yeah, you're right, it doesn't seem to work for that. It will show new page creations, which I took to be what HumphreyW was concerned about. Obviously, pages that one knows about can simply be watchlisted.
8288:
where it was disabled and the server admin log: January 2: 11:48 logmsgbot: hashar synchronized php-1.5/wmf-config/InitialiseSettings.php '18479 - Set $ wgUseDynamicDates = false for the English Knowledge'
4041:
The default diff-bracket seems larger than I remembered: it is displaying TWO unchanged lines above and below the changed line, where a blank line can count as one of the unchanged lines. I made 2 edits to
1948: 13269:
I doubt they'd be willing to change it. It's newest-to-oldest probably because every single page listing edits on Knowledge are newest-to-oldest (Recent Changes, history pages, even nomination pages like
10927:
Okay, it appears the average string length for {str_len} is the average length of italicized article titles: 19 characters (based on a sample of 10,000 titles). The titles are those "353,026" pages using
2309:
We can't just throw "subst:" in the template code, becuase that would subst it as soon as we saved the template. We have to hide that subst until the template is actually used, e.g. with <includeonly:
6219:
Hmm, well I'm also using chrome (10.0.634.0), I have no problems, and I don't recall having any in the past. If it is a bug with chrome it's a bug with chrome, nothing we can do. It isn't in my version.
9385:
wide screen, it jumps to three columns at 27em). I did anticipate this, but didn't think the difference would be this big. Perhaps the inconsistency can be removed, but I need my thinking hat for that.
8322:
The consensus was that we should not use date autoformatting in articles. Among other reasons, in general, it does not work. For example, the commas can't be made to work right if the American style is
13529:
enwiki_session (and possibly centralauth_session) should only be sent when making edits and doing other stuff that requires tokens - you get a new one every time you fetch an edit (or whatever) token.
9494:) This problem is alleviated by using the secure server since those scripts etc. that are usually served by bits.wikimedia.org in the non-secure environment are served directly from the secure server. 9282:
text. As another example, when a person cannot read "{{template|{{{{x}}}{{{y}}{{{z}}}{{{q|{{{qq}}}}}}}}}}}" then you know they are normal; when a person cannot read "{{{{{1}}}}}" then they have normal
4725:
So does anyone know how these messages are generated, i.e. are they always automatically generated, or can they be added manually? The reason I'm wondering is because they appear then disappear again.
9673:
1.17) which has numerous tiny changes to slightly adjust internal data structures, and totally remove some sections of deprecated code (rather than just leave it, who cares). Some group has created a
4818: 3023:
while rebooting your modem, or check a website that keeps historical data on you (gmail keeps a bit), you can discern the range to some degree, and then use a Knowledge scanner (or the CIDR gadget in
11079:. I don't think quotation marks are needed with the one-word colors. The Firefox browser doesn't use color=0, so put color=black for "20", but Firefox also allows omitting each end-tag </span: --> 8873:
Okay, good, that basically answers all of 1 and 2 and the first part of 3. Just leaving the question of those other rogue logons and monitoring any other new subpages someone might decide to create.
10338:
Perfect! I'll have to take a look at what you did to fix. I really appreciate it, the double collapsible w/columns was a bit ambitious for me. Looks great, thanks again to both for taking a look.
1271:
And when I say "turn it blue", that should be obvious. If I want to delete a section of text from Knowledge, I turn it blue. The mouse is supposed to do that. It did not.18:21, 6 January 2011 (UTC)
12131:" has been misspelled as "email" in over 90% of webpages, so years ago, Google started matching either spelling as being the same word. It would make sense for all dictionaries to formally define " 11802:
performRequestForTitle(Object(Title), NULL, Object(OutputPage), Object(User), Object(WebRequest)) #9 /usr/local/apache/common-local/live-1.5/index.php(3): require('/usr/local/apac...') #10 {main}
9302:
Yes, you would need to upload a local copy. Download the image to your computer, then reupload it as a logo to en.wikipedia, and make sure to use the appropriate liscensing and fair use tags. --
5855:
1. Yes and no. There is no technical limitation that prevents it from being set higher than 30 days, but this is unlikely to happen. This was discussed in October, the reasons are given in detail
4046:" while aligning the infobox keywords, and the 2nd edit forced a line break to trigger a diff; note how the differing text is surrounded by 2 unchanged lines (paragraphs) above and 2 lines below: 8696: 11793:
Internal Error key 'pvtmmk3paxdmo1izgpl340zprg0bp73.' is not in a proper format Backtrace: #0 /usr/local/apache/common-local/wmf-deployment/includes/upload/UploadBase.php(557): UploadStash-: -->
1637:
Other advice would be: "Don't expect a markup language to make a good programming language". Markup languages are designed for presentation; calculations and comparisons are secondary features.
9491:
This problem is probably being caused by difficulties connecting to bits.wikimedia.org, responsible for serving various site scripts, due to routing issues – are you in the UK, by any chance? (
4739:
enwiki's five slave databases rather than the master, each of which will be lagging a slightly different length of time behind the master database, which can explain instantaneous variations.
8980:
I guess it's too late: I see you didn't actually talk about Recentchangeslinked. Of course, transcluding the prefixindex and then checking it is not much more efficient than just checking it.
7524: 5856: 11427:(or copypasting), it is recognized by "#switch:", when entered by &#x0070;, it is not recognised. "p" is an easy example, non-US-keyboard chars (like ð) have the same behaviour/problem. - 7929:
tag, it syntax-highlights the rest of the page, or an unclosed table puts the rest of the text into a table cell, this error turns the rest of the page into contents of a tag. It's only for
7005:
It was affecting my research and editing of Knowledge. Anyway, I've managed to reset the blessed thing so that it behaves itself. Thanks anyways, will remember that page next time I need it.
12096:
tag, clearly indicates that it "Requires start and end tags"; I don't know where you got your HTML-history from, but it's not accurate. The most recent version of HTML, HTML5, has moved to
1341:
Right, but we have a symptom of a problem which is actually affecting the ability to use Knowledge. At least in a search for what might be causing such a problem, this section might come up.
9677:
upload screen for Wikimedia Commons, with a cartoon explaining the process (I'll bet the upload-cartoon doesn't cover analyzing a fair-use rationale to comply with changes to international
6903: 3878: 4881:
It "flashes" because that's when the browser loads the JavaScript, which applies formatting changes to the sidebar and edit box. It is especially noticeable when the page is slow to load.
4075:
The following is a list of all “X” where articles “X people” and “X language” exist, neither is a redirect and “X” is not a disambiguation page, generated using a query on the toolserver.
12088:
if you want to save some characters. You do need the tags to be properly nested, as Graham says, you're causing no end of problems for users of screendreaders etc otherwise. Wikid, the
12107:
The signature string is stored in a 255-byte database field, and increasing the size would require a database schema change, which I very much doubt will happen even if you ask for it.
9810:
I don't believe this is the case: although some servers may have been taken out of rotation for other reasons, testing 1.17 is unlikely to be one of them. 1.17 is still in code review.
7900:, this joke throws away all following text? Wow. That's the worst typo I can think of. Not even an error "no closing tag" or so, or nullifying the effect. Anyway, thanx for the answer. - 6929:
First, I can see only one problem with lots of small edits – it's flooding watchlists. And even that is just a minor problem. There really aren't any technical problems with that. Also,
13029:
That's quite purposeful. An extremely high percentage of users accidentally replace the CSD nomination with the hangon template, and keeping the category makes sure that admins notice.—
12705: 10697: 8829: 6390: 3976: 11654:
Wikid: way beyond my scope, but I get the idea. For now, I am OK with the explanation by User:Dragons flight: "rendered in the browser", i.e. after the template is solved. That's it. -
11150:
assume that all target users have the same browser, nor even that some browser quirks are universal. It's not good HTML to leave any tag unclosed, with very few exceptions: within the
8556:; that should display the name of the currently-selected banner in the upper-left corner of the page, and you can see if the grey bar shows up in combination with a particular banner. 11345: 4059:. I don't know who to contact to help sort out their priorities as to what features should be preferences. I'm still in shock about the 40-depth expansion limit in the 21st century! - 3906: 2347:" to work like we want it to, because that would break other things. So "safesubst:" was created to be like subst except that it doesn't screw things up when used like in #3. So now " 2246: 1599:. At the end of the preprocessor stage, all the strip markers are replaced with their contents, and all is well. Except here, where you have horribly abused a bug in padleft (a bug 10410:
tildes? Three tildes only produces your signature without a timestamp. Your signature does not contain a timestamp, which is causing signbot to think you're not signing your posts.
7895:
Sure it wasn't needed, except temporarily to check refs (in preview) when editing a single section (I should have deleted it afterwards). And indeed, I saw the closing <.../: -->
5272:
Although be aware that then you have the opposite problem: if you remove the last in-page reference without also removing the LDR definition, you'll get a different big red error.
2533: 10271:
You need to add the parameters group1=whatever, group2=whatever, to have each sub navbox show up. I don't really see the point of that #if parser, so you might as well remove the
8470:
Remove any whitespace characters and U+00AD, U+1806, U+200B, U+2060, U+FEFF, U+034F, U+180B, U+180C, U+180D, U+200C, U+200D, or U+FE00–U+FE0F from the hostname portion of the URL.
8302:
Can we file another bug then? I assumed we wanted formatting for links turned off, but still allow {{#formatdate}} when we wanted it (e.g. interface messages, newsletters, etc.).
7866:. The inclusion of a beginning reference tag has the software looking for a closing reference tag, and when it's not found will produce this type of issue. In addition, the tag 5054: 4585:
of db row count, rather than an exact value (which could be an expensive query in its own right for enormous pages), so it's more order-of-magnitude than a precision measurement.
3009: 2995: 5863:, its not particularly useful for newpage patrol. An rcid is required to match the page to the corresponding entry in the recentchanges table for the edit that created the page. 12738: 12618:
It's browser dependent. You'll probably need a browser that supports regular expression searches in order for it to do what you want, or you could just do each search manually.
12294:
No, there are no error messages, the screen is just frozen, but otherwise works normally. Interestingly, this does not happen when I am simply browsing around without editing.
8379: 6893: 5882:
The October discussion was begun by a user based on my initiative. The suggestions for an extension beyond 30 days was turned down by consensus, but not on technical grounds. --
1943:
I did wonder about that as well =p. All the topics are fairly high interest, "Sodomia" and "Khagendra Thapa Magar" seem the oddest, ranking just 807 and 3884 in traffic (so not
1183: 5398:
Sorry - hadn't tried that before out of daftness: login via the secure server was no problem, it worked fine. What could be the reason why it didn't work via the normal route?
2522:" to work like we want it to, because that would break other things." I believe it would be worth a fair amount of breakage to do away with the subst:/safesubst: distinction. 1306:
The usual term for 'turn it blue' which people will recognize is 'highlight'. To produce the cursor you describe (a dot with an arrow above and below), usually one clicks the
13157: 8112: 2909: 4443:
Filing this in bugzilla, if there isn't already a bug for it, would be a good first step towards getting this noticed and fixed. I would expect it to be a very simple fix.
10932:
to italicize films, books, albums (etc.), up to the left-paren. "(" suffix. So, I think I found Template:Italic_title is the "elephant in the room" of string usage, using {{
5958: 5943: 5317: 5214:
unlikely to be a major problem for long though: a human volunteer or a bot will probably come and fix it in a timely fashion, though fixing the error yourself saves time. -
9456:" link at upper right, you get to the login screen for the normal server. If you don't actually log in there but read down the page, you'll see "Consider logging in on the 8736: 6532:
that will resolve to your edit count or anything similar to that. At least, none that I'm aware of. There are templates which will create a link to an edit counter, like
2508: 2273: 10064:
So would this solve it: the number & dimension sequence must be LtoR in Arab. Simple would be: the template outputs: LRO‭{{#ifeq:|on|<span style="display:none": -->
9987: 5473: 1963:
seeming to be the most interesting term, shot up in volume just recently, with news reference volume staying very similar. Of course that could be unrelated to Knowledge.
217: 12127:" and keep going. I realize the omission of end-tags thwarts the use of nested font styles, but it needs to be expected, and so span tags limit the font scope. The word " 9969: 5500: 11763:
It's a known IE8 bug. Right-click right next to the text to get the proper menu, or "middle"-click (press the wheelbutton) the link to open it in a new tab immediately.
11596: 11423:
an "IPA character". But Unicode does not know or handle an "IPA character" differently: to you, me & Unicode it is just a regular "p". The point is: when entered by
10806: 9608: 9499: 8588: 6567: 6551: 5407: 5294:. As you say, preview doesn't reveal the problem. The only hint of the problem when you edited the section would have been that the reference in the wiki source started 2184: 2168: 1179: 12755: 4009:) and facilitate hiding them in one’s monobook.css. That would make the line-number headings unreliable however, so you probably would want to suppress those as well. ― 2903: 2872: 2402:
in it's simplest inception, as that is the core piece of information that is missing form the documentation. For example, it is completely unclear what this code does:
1315:
or highlight normally. The problem you were experiencing almost certainly had nothing to do with Knowledge, but was rather a hardware problem on the public computer.
196:
I have been frustrated by that on Firefox as well. Is there any workaround, or is this an inherent Firefox issue? I never get the problem with other search bars on FF.
13747: 13453: 12149:
is not resetting to the browser default, it is imposing black text, whether or not that's what users want, and regardless of whether that's even accessible to users.
11677:
of testing on old and current revisions. Implementing it through a parser function or similar provides the same functionality without impacting on existing wikitext.
9083: 8584: 6640:
are killed - and that's what probably happened. Could you please check if splitting the collection in two parts works? I will check if I can increase the time limit.--
5997: 5513: 5403: 2821: 1429: 9612: 6976: 6334: 4567: 4553: 4031: 3087: 1626:
Thank you for describing the complex internal processing of the inserted markers. I will use that to explain to the "kids" so they can better understand the issues. -
1413: 1383: 10916: 10235: 9186:
How exactly does it make sense to put content that is inside a table above it? Why is the behavior here different from what a brower does when it sees <table: -->
8706: 4696:
when someone history-merged 4,000 null revisisions into the main page in order to bring it over the threshold? Tim manually purged them from the database, IIRC...
3278: 2151: 1452: 232: 191: 13727: 8882: 8864: 8395: 7550: 6579: 6035: 6017: 5424: 5311: 5245: 3144: 2971: 2953: 2934: 1324: 443: 13811: 13719: 13696: 13499: 13404: 13206: 12931: 12912: 11274: 10315: 10298: 10128:
is there a browser style directive (or some template ), which does not introduce hidden text, but can directly format text as left-to-right in the Arabic Knowledge
9519: 9503: 9492: 5743: 4876: 4788: 4779: 4095: 3713: 2134: 13584:, that will tell us for sure whether you're logged in or not because it will serve an HTTP 302 redirect to either your userpage or the userpage of the IP address. 12572: 12556: 9699:
Aha. Yes, I experienced being logged out too. It seemed to me that it happens after leaving Safari (I use FF and Saf), with (or without?) FF open & logged in.
9368: 9331: 9317: 9048: 9035: 7800: 6862: 6847: 6384: 6356: 5373: 5218: 4940: 4925: 4912:
If you have multiple tabs open and change the "zoom" on one of them, the JS takes a bit to catch up with the resolution. That's when I really notice this issue.
4751: 4597: 4510: 3116: 3069: 3050: 3036: 2786: 2772: 2746: 2723: 2204: 349: 129: 13517: 13425: 13304: 13264: 13237: 13024: 12947: 12658: 12644: 12468: 12432: 12119: 11566: 11552: 10379: 9598: 9404: 8931: 8917: 7613: 7598: 7581: 6941: 6663: 6649: 6470: 6282: 6073: 5711:
Windows 7, IE, Monobook. As I said over at the help desk, the gray bar starts appearing for me whenever something triggers IE to switch to "compatibility view".
4907: 4808: 4733: 4515:
The pre-save-transform parser is not applied to the contents of tags; subst and signatures don't work either for the same reason. It is indeed the longstanding
4013: 3942: 3846: 3821: 3510: 2835: 2805: 2054: 1252: 1220: 158: 115: 50: 13847: 13838: 13477: 12508: 11543:
HTML entities are decoded by the browser. Mediawiki never knows what the encoding means. This behavior is desirable in some cases, and is unlikely to change.
11217: 11010: 10764: 10746: 9589: 8855:*.cs and *.js pages in userspace are automatically protected by Mediawiki. They can only be edited / created by the corresponding user and/or administrators. 8486: 5002: 4989: 4531: 4455: 4417: 4389: 3797: 3772: 2690: 13765: 13443: 12799: 12452: 12350: 12314: 12285: 12161: 12139: 12057: 11782: 11757: 11470: 11324: 11310: 11256: 11037: 10864: 9822: 9731: 9472: 8417: 6881: 6679: 6634: 6409: 6230: 5925: 5877: 5345: 4851: 4837: 4708: 3747: 3704: 3693: 1871: 1709: 1630: 1621: 515: 501: 406: 370: 12699: 11689: 11526: 11504: 11109: 11085: 10988: 10796: 10730: 10350: 10333: 9881: 9846: 9791: 9654: 9346: 8975: 8962: 8690: 8539: 8521: 8268: 8170: 8155: 8078: 8060: 7968: 7945: 6921: 5696: 5614: 4654: 4631:
wondering whether these messages are automatically generated, and what causes the change. I've noticed the same issue with other user talk pages in the past.
4063: 3987: 3158: 2598: 2087: 1976: 1938: 482: 469: 13006: 12975: 12725: 12666: 12195: 12039: 12024: 11749: 11731: 11268: 10156: 9953: 9911: 9568: 9554: 9486: 9443: 9342: 9207:
sees. And it tidies it by moving the misplaced text above the table. Which happens to match what Firefox does with it, BTW; other browsers may interpret the
8783: 8745: 8106: 7909: 7890: 7752: 7715: 7014: 6996: 6685: 6675: 6659: 6600: 6248: 6087: 5821: 5807: 5600: 5579: 5560: 5412:
Do you have over-zealous security software configured to zap all cookies on sight, and which is running constantly? The loss of a cookie can cause logout. --
5267: 4859: 4759: 4436: 1923: 1677:
macro processing. We just need simple math, string operations, reliable if-logic comparisons, and local variables to hold the results to display on a page. -
1142: 1119: 13571:
I see no indication in that transcript that the server ignored the cookies, and only the first query (for Special:WhatLinksHere/Template:Oscoor) would show
12804:
Watchlist bankruptcy isn't usually invoked because of a technical restriction, but when someone finds they are having trouble managing their watchlist (see
12604: 12388: 12374: 12046:
We aren't discussing "all of Knowledge", just this signature. If there are problems in other areas, then those need to be discussed and fixed as needed. ---
10828: 10139: 9932: 8944: 8905:
just as if it were a template. That means you can list every page in your userspace if you want to, and look for random page creations you don't recognize.
8896: 8365: 8344: 8200: 6796: 6758: 6495: 6214: 6196: 6180: 6127: 6111: 5910: 5891: 5790: 5763: 5648: 5628: 3539: 3496: 3476: 3445: 3236: 3216: 2622: 2081: 1681: 1651: 317: 299: 279: 13663: 13606: 13366: 12822: 12245: 11119:
element. They are only required in HTML element attributes when the attribute data contains any character other than letters, digits, period or minus. So,
10945: 10910: 10897: 9805: 9690: 8819: 8803: 8613: 8244: 8230: 7835: 7824: 7777: 7060: 7046: 6744: 6452: 6433: 5735:
Windows 7, IE, "old style" mode. I had just asked about this at the help desk and they pointed me here. I'll follow the advice here and see what happens. ←
5201: 5139: 5117: 5031: 4683: 4668: 4617: 4475: 3124: 2920: 2644: 2482: 2100: 2035: 1998: 1825: 1754: 1703: 1517: 1169: 13639: 13533: 13038: 12773: 12000: 11837: 11822: 11801:
handleSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest)) #8 /usr/local/apache/common-local/wmf-deployment/index.php(117): MediaWiki-: -->
11663: 11645: 11436: 11412: 10881: 10059: 10039: 9717: 9636: 9290: 8639: 7567: 6264: 5720: 5682: 5091: 4639: 3644: 3613: 3590: 3559: 2457: 2429: 2381: 1797: 1157: 258: 13323: 12988: 12812:- but I was well beyond that number (I think close to 17000) when I declared watchlist bankruptcy last October, so that figure is probably a bit dated. – 12253: 12233: 11699: 10674: 10657: 10259: 10227: 10179: 10115: 9227: 9218: 9198: 9153: 8984: 8563: 8031: 7876:
was already on the "Notes" section, which will reflect all of the correctly formatted reference tags above it, so the inclusion of the <reference: -->
7831:
Thanks for the background details. I had suspected some of the servers were running precision as 12/13 digits, with other servers running 15/16 digits. -
6954: 5665: 2220: 1896: 1777: 1404:
Yes, but it seems to be a problem that's easily fixed — replace the defective hardware. There isn't anything that needs to be done on Knowledge's end.
1201: 13653: 13615: 13555: 13546: 12877: 12847: 12534: 12009:
Except that markup isn't closing the font tags properly, leaving the text in blue or green until they are closed. The colors in this signature fail per
11936: 11904: 11891: 11863: 11618: 11588: 11102:
to be so faint that other editors have to guess which letter it is? I know what I would guess, and I believe it's not in line with the username policy.
10485: 10429: 10213: 9978:
It looks like a rogue server. Can you identify the server which showed you as logged out? (View source, and look at the "Served by" at the very bottom)
8760: 8431: 8019: 8005: 6317: 6162: 6146: 6095: 5279: 5169: 3968: 1584:
wikitext. The contents of the block are processed (escaped in this case to prevent any further parsing) and stored separately in the parser output. A
1195: 13049: 8317: 7841: 6729: 6715: 5585: 1437:
If someone pours coffee on their keyboard they would also find it difficult to edit Knowledge. That doesn't mean that it should concern us in any way.
474:
I've got the same problem - I also use Firefox. I've tried unchecking and then checking the refTools option in My preferences but this hasn't helped.--
84: 13126: 13086: 13069: 12868:& would revert people endlessly to keep it so. (This is why he is a "now-departed user".) In any case, a short watchlist is a happy watchlist. -- 12785: 11996:" where the pound-sign "#" would indicate to omit the closing "/font" tag. Anyway, it seems like we need a WP essay about shortening signature text. - 10399: 9708:
Re my report below about being logged out, I use Firefox, but do have IE open and minimised in order to run AWB, which I do from my NSH002 account. --
9223:
Yes, you're right; not sure what I did wrong when I tested that syntax in Firefox before. In that case, the behavior makes a little more sense to me.
8297: 8278: 13646:
If you don't pass the cookies for a read request, then MediaWiki won't see you as being logged in and you won't get the advantages of apihighlimits.
11103: 10642: 10595: 10576: 10539: 10502: 9995: 8603:. The code would've rendered a short blurb about how much they've rasised since inception (had you transcluded the article page). Ask them maybe =] – 4867:
In fact, occasionally when I load or refresh article pages on Knowledge, I have seen that different right menu appear for a flash on many computers.
3740: 3166: 1818: 327: 286: 166: 13611:
I recommend you check whether you are still logged in in this fashion. It is pointless for read requests to attach cookies unless you want a token.
8901:
With regard to subpages, take a look at my main userpage (it's in my sig) to see what I do; the short, surprising answer is that you can transclude
9278:
Try to imagine neat uses for the wiki-weird features, such as omitting the bar "|" on a column allows shoving text above the table, as the feature
8940:, for example (my userpage is just a transclusion of the prefixindex). This shows no results, even though I edited a userspace page of mine today. 8923: 8874: 8187:, same template for all namespaces, not a specific one for user pages, buts uses magic words to identify namespace and change message accordingly. 12833: 12437:
Yes, it's ImageMagick. The parameters for calling it will be in svn somewhere - you could check related bugzilla issues which may lead you there.
8835:
My guess is that anyone can simply create a subpage under my user page. And assuming that is correct then is there something I can do to stop the
12957: 9741: 8674: 7627: 6808: 5688: 5606: 4502: 2636: 1468: 1226: 11794:
stashFile('/tmp/phpOmEzJy', Array, NULL) #1 /usr/local/apache/common-local/wmf-deployment/includes/upload/UploadBase.php(569): UploadBase-: -->
8492: 12778:
There also is a way to easily check in your watchlist if articles are redirects. That always gets rid of a couple of hundred articles for me.
9747:
Yes, in various locations, for over 5 days, while we ran other websites quickly. Sometimes, 1-in-10 edit previews would time-out (leading to,
9410: 3874: 2049: 11635:
to denote text metacharacters because file path names used the forward slash ("/"). Using that method, prepending a backslash could denote "
8092:
It can be done on an individual basis as needed, but just exempting userspace in general would mostly defeat the purpose of the blacklists.
4481: 1102:
Seems like a very limited usecase. We shouldn't add JS to Common.js for millions of users for features of little use to the 'common' user. —
7033: 5796:
your vector.js looks fine (and you haven't touched it for months, which rules out the possibility completely). Maybe it's a firefox error?
3951:
which also explains it a bit. If you put a URL in the box there, check 'URL-Safe Encoding' and then the 'covert' button that does similar.
2471: 525: 11851:
Excessive signature length is usually seen as disruptive. More information on the signature guidelines regarding length are available at
10218:
This should be fixed once the cache clears (5 minutes). Had to remove a superfluous div that was not included in the collapse definition.
9722:
I had similar issues with firefox, only it was 100% logging me out. Switching to rekonq solved the problem. Not sure what was going on.
8573: 3501:
My user page is protected all the time. My talk page, however, where the harassment occurs is not always protected (I prefer it to remain
3074:
Splarka's suggestion actually isn't too hard. In my (limited) knowledge, I usually just replace the last placeholder with an asterisk (on
13385:
But no one does. I've seen the same pages stuck there for months because they're BLP or sticky stuff. We should tell the people watching
13149: 9897: 8594: 2278:
I understand it, but I'm not sure how to rewrite it to make it clear. I can try to explain it to you, maybe between us we can rewrite it.
11601:, all input does so (either by character, or by "IPA number" -- none by hex). The question rose, when I tried to use the hex or decimal 10385: 10026:
In depth, Unicode Bidi Algorithm covers this for most browsers. Hardcoding, you could use uniciode bidi-formatting 'control' characters
8741:
I think you may find that it is a issue with the global js/gadget which is creating the "en" tab is what is causing the issue to exist.
4644:
Page moves cause issues. I believe you can delete any page by moving it before deleting it. Or perhaps you just have to move it enough.
12936:
About redirects, the ones I still have I have for a reason. But old page moves redirects or vandalism redirects I can get rid off. See
11797:
showUploadWarning(Array) #4 /usr/local/apache/common-local/wmf-deployment/includes/specials/SpecialUpload.php(167): SpecialUpload-: -->
9960:
It just happened to me about five seconds ago. I just refreshed the page I was on a couple times and I was magically logged-on again.--
6829:
Example: I have more than you. The poor man is less sad than those taken over by greed. We are closer to the heavens than the animals.
5670:
Could everybody experiencing this please state OS, browser and skin - I have seen nothing amiss in Windows XP/Firefox 3.6/Monobook. --
2281:
The problem is in making a template that works correctly both when transcluded and when substituted. Consider a hypothetical template
13162: 12805: 6048: 5076:. However, if it is simply a matter of preferring one parameter name over another, then it's best to leave the transclusions alone. — 1609:: three complete copies of the strip marker are replaced by their processed contents, and one half marker is exposed in the output. 1128:
if ( (wgNamespaceNumber == 2 || wgNamespaceNumber == 8) && wgPageName.match( /\.(js|css)$ / ) && wgAction == 'view' )
12993:
Oddly, I was just looking at that diff, but nothing sunk in. Adding a hangon to an article not speedied, adds it to the list? Odd.--
5124:
Need more detail. I'm guessing that what you should do is have two parameters, as template string functions are generally horrible.
10303:
Sorry to be dense, but where should the Group parameter be added? I tried removing the "#if" lines, but ... result was not optimal.
9662: 8842:
How can I monitor for creation of those two subpages? Can I just put them into my watchlist even though they currently don't exist?
5753: 5010: 3870: 1134:
targeting exactly the users who are potentially benefited by that feature? I mean, wouldn't be sufficient to put that if before an
11795:
stashSessionFile(NULL) #2 /usr/local/apache/common-local/wmf-deployment/includes/specials/SpecialUpload.php(322): UploadBase-: -->
6853:
heinous, and despicable epidemic of grammar within the English language, and it has invisibly rooted itself deep into Knowledge.--
12958: 10737:
The Tab key can move between buttons but in my browser it takes several Tabs before Show preview or Show changes becomes active.
9625:
I am experiencing the exact same issue; always thought it was something to do with my network... I am logging in from Sri Lanka.
8937: 2195: 454: 3728: 1311:
the scroll mode is also turned off by any other mouse click, but I can't confirm what might happen under other Windows versions.
13785:
constantly update pages over and over again, such as WP 1.0 statistics pages, but those exist explicitly for the bot to edit.)
12761: 7808: 6838:
with a competent editor can handle 5 - 10 a minute, and I'm not sure I'd trust a bot with the complexities of English grammar.
4575: 1879: 67: 1418:
I would suggest that you were unable to select the edit summary and search boxes, if your mouse was stuck in autoscroll mode.
12808:). I believe there are some technical issues when you exceed a certain number - "9800" is mentioned on the previous link and 12333: 11868:
How can I propose to make the available space sightly longer? I just wanna add and link "chat" on the end of my current one.
11796:
stashSession() #3 /usr/local/apache/common-local/wmf-deployment/includes/specials/SpecialUpload.php(413): SpecialUpload-: -->
10027: 9604: 9495: 8648:
Those were not "random" noincludes; they very carefully isolated this section of the article when included into another page:
5519: 5332: 3424: 449: 11976:. You might need one closing "/font" but not all of them. Each font color changes the prior color, "<font color=blue: --> 10369: 9524:
Assuming you're using Internet Explorer (since you said "MS"), you can disable those popups just for Knowledge by following
9181: 8839:
from divulging any extra information when/if someone creates the subpages EditCounterOptIn.js and EditCounterGlobalOptIn.js?
8601: 6787:
be read as offencive. Which is not what I intended. I tried to say: "thank you" in a different language, and with a twist. -
6235:
Also fine on 9.0 Have either of you been fiddling around with your cookie settings recently? Try taking a look at Tools: -->
12612: 12032: 12010: 10996: 8580: 8178: 6819:
Example: All if-then statements. If I buy a car then I will be in debt. I arrived before then. Then I will always be ready.
5896:
See the comments by MZMcBride. One of the Wikimedia sysadmins was consulted and said that it was unlikely to be increased.
5399: 5068:(romaji) episode title. However, editors were confusing it with the translated English title, which was suppose to go into 4563: 4054:(as opposed to some of those other rather useless options). A long unchanged line could be shown truncated as "<...: --> 2843: 12238:
I would try to shorten your signature instead of expanding it. It already is four lines of text which is quite excessive.
3732: 13523: 10187: 6897: 6201:
Just updated Chrome to 8.0.552.237, still not working on regular Knowledge but it is working using the secure Knowledge.
5773:
but unfortunately I'm not too familiar with regular expressions. The script should add an onclick handler to a link like
5739: 3842: 3793: 12145:
what we mean by lack of accessibility. Black text is not part of the MediaWiki style, it is a browser default. Adding
11393:
According to the template's documentation, you can only enter IPA characters or IPA numbers; HTML entities do not work.
10848:{{WikiProject Oklahoma |class=B |importance=Top |tulsa-task-force=yes }} {{NorthAmNative |class=b|important=mid|0=A }} 8530:
but I didn't think that was very useful. Can you tell from my choice of article that I'd never even heard of pastebins?
5655:
Maybe a screenshot & paste of the source code of the page with the grey bar (into a sandbox somewhere) would help. –
2302:". It will work correctly when transcluded, and when substed it will look correct but the page's wikitext will contain " 11605:
input (in a regular article page) to a valid IPAsym output article name. This would reduce the essential main input to
6987:, you will also want to specify your browser and if you've done any updates recently when you move your query there. - 6984: 5432: 2988: 2239: 1960: 45: 40: 17: 6305:
I can't log in using Firefox or Chrome. I can log in using MSIE and i can log in using Firefox and Chrome using https.
3505:
protected) so the harasser can freely vandalize my talk page. That's why I want pending changes on talk pages, so he (
2026:
those terms are not most popular in articles in finnish Knowledge. Of course this is not what's searched in Google. --
12521: 11046:
Yellow could be "color=gold" then use "lime" with color=black on "20", set background:#999 for gray, plus "<b: -->
9354: 8439: 5255: 4936: 4872: 2335:
when substuting it works right then too. But that's not really good, because then people have to remember to specify
1375: 1288: 57: 12184:
And we aren't here to fix HTML or correct popular spelling, but to write an encyclopedia. Let's fix what we can. ---
10893:
Urlencode, I guess: NH+714+684. You might want NH%20714%20684 instead, which replaces spaces with %20 instead of +.
4501:
within refs, for some reason (this is no doubt one of those bugs that we've been waiting for years to get fixed). --
3481: 13844: 12905: 11798:
processUpload() #5 /usr/local/apache/common-local/wmf-deployment/includes/SpecialPage.php(561): SpecialUpload-: -->
11227: 10887: 10871:
It has to do with the deprecated assessment subpage, which I've just deleted after pasting it onto the talk page. –
10291: 9144:{| class="wikitable" ! This is a table header. |- | xThis text is "in" the table. |} This text is below the table. 9076: 9028: 8579:
Must be some obscure browser setting or something. A different web browser had no problem logging in. Weird......
6702: 6501: 5940: 5760: 4825: 4010: 210: 154: 108: 13843:
I’m not going to argue about that. A specialized (non-encyclopedia) wiki may find this technique useful however. ―
12649:
I was thinking of general accessibility to our readers. This would be an argument against implementing the MOS. —
6116:
I'm also using 8.0.552.224 but on Windows XP. I tried uninstalling Chrome and reinstalling it but it didn't work.
3433:
Maybe if you weren't so in-your-face with that flag? Some people have problems with that sort of thing (not me) --
1848: 13833: 13472: 12478: 12447: 12310: 11247: 10065:{{padleft:{{FORMATNUM:10|R}}|16|0}}{{#ifeq:{{#expr:(20)*0}}|0|{{padleft:{{FORMATNUM:20|R}}|16|0}}}}</span: --> 9149:
Yes, I just said that. The question is in what I wrote before; it's the sentence that ends with a question mark.
9110:{| class="wikitable" ! This is a table header. |- |This text is "in" the table. |} This text is below the table. 8753: 8360: 8312: 7710: 6868: 5196: 5134: 4069: 3262: 2696: 1447: 1247: 426:
Don't know if it's related, but page retrieval is taking too long: Firefox (3.6.13) often times out, and when it
139: 35: 13154:
bar:OGR from:start till: text:OGR bar:OGR from: till: text:&qu ot; bar:OGR from: till:end text:&qu ot;
11155:
section, the only tags which ordinarily permit non-closure that I know of are the inherently self-closing tags (
13634: 11992:
was designed by physicists, not by computer scientists, so it was peculiar that way: it allows "<center: -->
11281: 9965: 7537: 5367: 5087: 4952: 3056: 3019:
to around half a million (for something like Comcast in Los Angeles, or an Italian ISP). If you repeatedly hit
8663:
in the world. Today, Komen has more than 100,000 volunteers working in a network of 125 affiliates worldwide."
7996:. That adds a Preview button near the right top corner of the edit box, which shows references automatically. 5932: 5338:
Depends on how much precision you need, which itself depends on context and on precision of the initial data.—
11264:
normal reading of a printed book. There is a lot of medical research about eyestrain with computer screens. -
10816: 10102:‬.‬". (using Embedding within an Override. Do NOT change the sequence of the characters: in memory they will 9603:
NTL routing issues have been recently fixed; try again now and see whether your problems have been resolved.
9089: 8069:
Ok, i will change the name of the account later and just use it for a bot account i am working on. Cheers, --
5770: 4369: 4047: 3671: 3149:
I use a different "skin" from the default, so if I'm logged out (which rarely happens), it's very obvious...
2982: 2233: 384: 11451:
are not the same. Consider instead &#124;, the encoded form of the pipe character... you wouldn't want
13184: 12750: 12324: 12126:" as has been done for years. If the font is blue, and black is needed, just put "<font color=black: --> 6563: 5974: 5833: 5544:
You should not put references inside collapsible sections, nor collapsible sections inside references. See
3223: 2976:
Let's face it, the poor man's checkuser isn't very helpful. It bases some (all?) of its data on edits like
2844: 1175: 134:
Yeah, that's the problem I'm getting. I'm confused... other articles do render properly with those tables (
62: 8544:
I seems to me that it probably has something to do with the random banners. You could try adding the code
6917:, as an indicator of an article's overall poor quality. Correcting only small mistakes is a big mistake. - 2627:
Thanks, I'll add those two things to the page. I'm also planning on doing some off-and-on tidying work on
12809: 12259:
What kind of infinite loop are you experiencing? Can you copy and paste any error messages that you see?
10255: 10209: 10175: 9004: 8452:, which if different from the default may or may not be in the configuration files publicly available at 8038: 7572:
It still does not work! please could you dowload it for me then email it to me at lordmacragge@gmail.com
7022: 4461: 2768: 2719: 2077: 1989:
which offer Knowledge search instead of sitelinks? Could this be implemented on Finnish Knowledge too? --
1773: 1115: 272: 184: 8449: 6005: 5233: 4957: 12937: 12396: 12100:
the number of tags which need to be matched, loosening the restriction for various block elements like
11788: 11280:
The page is protected from being created, so I believe you can request that it be unprotected by going
10937: 10481: 10265: 8213: 8086: 7555: 6363:
I experienced the same problem since 14 January and now solved. Try to merge your accounts by clicking
6031: 5839:
Is it technically possible to extend the expiration time of the rcid past 30 days (perhaps by changing
5364: 5327: 4400:
I don't believe I made any comment on what you requested; I merely clarified that deleted articles are
2782: 2742: 2631:, which seems to be another hugely overgrown page (though at least it's a bit more understandable than 1821:, such as {{#set: gotmatch|true}} to avoid all the duplication in the current template markup coding. - 326:
and it is not used by the interface, unless there is some hidden CSS that links to a cached version of
135: 11706: 8476: 12866: 11020:
page. You'll notice that in my own signature, where a colour is set the background is also set (i.e.
9961: 8766: 7609: 7577: 6525: 4025: 3664: 3244: 2703: 2527: 2178: 2145: 1423: 179: 86: 9460:. That takes you to another login screen, where you can log in using your normal ID and password. -- 5236:
that handles our footnotes, and for quite some time. I don't think it would be fixed any time soon.
11845: 11627:
Using a #switch, to check separate characters, would need both values in each bar-branch: such as "
11548: 10951: 10903: 8860: 8206: 7796: 6330: 5065: 4539: 3736: 3724: 3284: 3065: 3046: 3005: 2967: 2949: 1862:
Getting it enabled on Wikimedia sites requires consensus, and approval/review by a senior developer
1505: 1409: 1320: 313: 11581:
What's wrong with the trivial option of inputting the letters directly rather than with entities?—
11386:
Lua error in Module:IPA_symbol at line 51: bad argument #3 to 'format' (string expected, got nil).
11371:
Lua error in Module:IPA_symbol at line 51: bad argument #3 to 'format' (string expected, got nil).
10582: 7812: 5981: 5605:
Me too - it disappears when I refresh the page in my browser, but then reappears sometime later.--
5448:
Please check it once and make sure everything's all right. I'm not sure if the q star should be a
1857: 12742: 12562: 12210:
So....how do I get the colors, gray background, and a link to my talk page with the word "chat"?
9327: 9056: 8772:
Sorry for the fuss. It really is helpful to me, but if need be, I can remove it from my script.
8656: 6973: 6962: 6558: 6253:
Fixed! I emptied my cache and cleared all browsing data and it's back to normal. Thanks everyone
5383: 4847: 4603: 3838: 3789: 2164: 1887:
The first thing that comes to my mind, is that the Finnish sitelinks you see look like a virus.
285: 13758:. Most languages with bot software should have an RSS parsing library somewhere out there (e.g. 6940:
You're right that we don't want bots fixing grammar errors, but for entirely different reasons:
5840: 4020:
This is the "context" of the change. Maybe there's some smart css that will reduce it for you.
3948: 380: 13803: 13688: 13459: 13296: 13229: 12927: 12712: 12636: 12596: 12424: 12277: 11814: 11302: 10788: 10722: 10347: 10312: 9727: 9546: 9435: 8701: 8549: 8285: 8184: 7993: 7068: 6695: 6458: 6043: 5591:
Yes - I've seen it off and on for the past few days when I'm logged on (IE8 running on Win XP).
5451: 5392: 4981: 4899: 3995: 3450:
Well I'm not giving in to harassment from bullies...now, do you have an answer to my question?
3274: 3208: 2962:
doesn't seem to be working right and I wonder if it is due to the fact I use the secure server?
2895: 2682: 2661: 2228: 1838: 268: 143: 29: 12403: 9594:
Ironically today is about the best it's been for weeks. Maybe because it's Saturday? Regards,
6372: 5478: 13595:
parameter, of course) and check the response, that's more straightforward for a bot than the
13434:
new bot. Pretty good if you're having trouble staying on top of the new page list cut off. -
13254: 12654: 12505: 12156: 12114: 11684: 11557:
That is it then. Any option (class, CSS, template, trick, dunno) to solve it this/our side? -
11465: 10929: 10906:
is lying (or describing a version of MediaWiki different from the one Knowledge is running).
10742: 9817: 9114: 9045: 8957: 8912: 8516: 8150: 8140:<span title="Representation in the International Phonetic Alphabet (IPA)" class="IPA": --> 7940: 6843: 6645: 6380: 6276: 6208: 6174: 6107: 6027: 5307: 5155: 4785: 4774: 4746: 4703: 4592: 4526: 4450: 4412: 4384: 4091: 3744: 3083: 3075: 2778: 2738: 1868: 1833: 1741: 1616: 1367: 1280: 1139: 487:
Sorry, I broke it during an update last night. Should be fixed now if you bypass your cache.
365: 276: 13057: 12967: 10979:? That should save some characters from the limit (and it also makes more sense logically). 7587: 6556:
That's sad, but why are there no? Is this possible to program new ones with that function?--
13513: 13390: 13018: 13000: 12900: 12843: 12795: 12680:
Too many floating element wil cause problems sometimes. I've moved the image to the right.
12568:
It shows only one for me in the rendered text. Have you tried clearing your browser cache?
12298: 11743: 11106: 10469: 10286: 9983: 9071: 9023: 8889: 8391: 8074: 7884: 7605: 7573: 6858: 6364: 6350: 4919: 4498: 4022: 3266: 2798: 2524: 2285: 2175: 2142: 1524:
Thanks. I never would have expected nowiki tags generate internal hidden characters, which
1420: 1214: 511: 465: 205: 151: 103: 12737:
Yes, it was deleted after much debate. It was seen as being too general to be useful. See
8: 13829: 13797: 13682: 13468: 13439: 13421: 13290: 13223: 12971:. The articles incorrectly placed in the category should be gone from the category soon. 12630: 12590: 12489: 12443: 12418: 12384: 12346: 12306: 12271: 11818: 11544: 11320: 11296: 11245: 11213: 11033: 10860: 10840:
It's not a fault with this talk page, but with two of the project banners. If you remove
10782: 10716: 9540: 9468: 9429: 8927: 8902: 8878: 8856: 8635: 8356: 8308: 8196: 8188: 7792: 7706: 6992: 6326: 6244: 6083: 5678: 5596: 5556: 5420: 5192: 5180: 5130: 4975: 4893: 4051: 3492: 3441: 3202: 3183: 3140: 3061: 3042: 3024: 3001: 2963: 2945: 2916: 2889: 2868: 2831: 2676: 2594: 2130: 1972: 1919: 1443: 1405: 1316: 1243: 439: 309: 254: 10648:
as an aside, I think you meant to say 'debiggen' not 'ensmallen' - ballon logic, that --
9796:
I thought the problem was my Internet connection...good to know that it's the servers.
6620:
An error occured on the render server: RuntimeError: command failed with returncode 9:
5985: 1928:
Are those the current most common search terms by Finnish googlers accessing Knowledge?
1504:
A disadvantage of nowiki tags is that they affect any subsequent string comparison, see
13732: 13704: 13628: 13566: 13484: 13144: 12944: 12782: 12731: 12552: 12242: 11910: 11025:), and there is a high degree of dark/light contrast between the two forced colours. -- 10835: 10756: 10649: 9323: 9310: 8817: 8779: 8422:
But to answer your question briefly, "yes" (though I haven't tried it in a few years).
8097: 7533: 6872: 6612: 6536: 6026:
We're using Lucene 2.1 already and MW 1.15.4. Is it a setting we can change? Thanks. --
5901: 5868: 5736: 5692: 5610: 5379: 5361: 5227: 5208:
Removal of citation when editing page section not flagged as error until page published
5146: 5083: 5040: 4843: 4506: 4432: 4377:
All edit pages have noindex/nofollow set, not just redlinks. Most special pages too.
3829: 3780: 3777:
Thanks, but I though there was a template, or some magic code, for wrapping such URLs?
3564:
Yes, my question on this post is how can we get pending changes to work on talk pages?
3182:
It's not showing because you moved your user talk page, so everyone gets redirected to
3154: 2640: 2160: 1929: 1788: 1642: 1165: 1150: 492: 12861:) He did so because he believed it was important to say, for example, Mongolia was in 11517:
table-building). Saying "(A) =/= A is expected", as you do here, is not logic to me. -
8327:. If date autoformatting were still in use, the international style would be rendered 6339:
Appears to be resolved at bugzilla - "commented out the $ wgCentralAuthCookieDomain =
4824:
The orange bar saying that you have new messages shows on all pages on Knowledge. See
4673:
Heh, you can if you try hard enough. (plus it has under 5000 revs the last I checked)
2860:
Windows XP with IE 7.0.5730.13, Firefox 3.6, Google Chrome 8.0.552.224, Opera 11.00 --
12923: 12873: 12692: 12136: 12036: 11997: 11807: 11775: 11642: 11405: 11265: 11081: 10941: 10933: 10462: 10422: 10339: 10304: 10223: 10153: 9949: 9877: 9801: 9788: 9723: 9687: 9650: 9564: 9515: 9482: 9397: 9287: 8733: 8686: 8261: 8053: 7832: 7820: 7773: 7749: 7056: 7042: 7010: 6918: 6631: 6313: 6228: 6144: 6066: 6013: 5887: 5644: 5624: 5291: 4794: 4765: 4681: 4664: 4652: 4516: 4060: 4043: 3984: 3935: 3899: 3814: 3755: 3686: 3611: 3596: 3557: 3270: 3113: 3032: 2752: 2654: 2632: 2501: 2422: 2410:
becomes clear, I would have no problem undersatanding its more complex incarnations.
2394:
I'm afraid not... For me to understand it, I must first have a clear concept of what
2353:" works just like we want, correct on transclusion and leaving the page wikitext as " 2266: 1892: 1822: 1749: 1700: 1678: 1670: 1627: 1513: 399: 342: 12859: 11909:
If you can come up with something to help me out, I'd appreciate it. Please post to
11852: 7925:
doesn't use the contents of the tag. In the same way that if you leave an unclosed
7842: 6415: 2826:
I have the same problem when I try to create a custom book - at least with the PDF.
2735:
I hate coming in here and asking, yet never being able to return the favor directly.
293:
I would say BAD IDEA, anything that is used by the interface should not be deleted.
13650: 13603: 13543: 13410: 13394: 13246: 13196: 13172: 13163: 13066: 12985: 12972: 12650: 12569: 12501: 12458: 12370: 12150: 12108: 11678: 11659: 11632: 11614: 11562: 11522: 11500: 11459: 11432: 11332: 10907: 10894: 10824: 10738: 10376: 10321: 10148: 10135: 10111: 10055: 10035: 9928: 9811: 9752: 9749:"I had better copy this edit-buffer to an external text editor or risk losing all") 9713: 9682: 9631: 9224: 9215: 9195: 9177: 9150: 9041: 9011: 8981: 8972: 8968: 8953: 8941: 8908: 8893: 8836: 8800: 8622: 8560: 8535: 8510: 8483: 8427: 8340: 8166: 8144: 8015: 7964: 7934: 7905: 7870: 7860: 7725: 7721: 7545: 6839: 6792: 6780: 6725: 6641: 6590: 6529: 6485: 6376: 6270: 6202: 6168: 6103: 5797: 5503: 5303: 5276: 5237: 5166: 4932: 4868: 4768: 4740: 4697: 4586: 4547: 4520: 4472: 4444: 4406: 4378: 4087: 3769: 3762: 3710: 3701: 3640: 3586: 3535: 3506: 3472: 3232: 3187: 3079: 2813: 2809: 2619: 2479: 2454: 2434:
As Kotniski already noted below, safesubst and subst do the same thing except that
2378: 2125:, since it uses pywikipedia it may be complaint with this (depending on options) - 2031: 1610: 1359: 1272: 359: 121: 120:
It's something in the "Major intersections" section, which contains a large table.
13588: 3509:) can't remove stuff from my talk page. Oh, and as for blocking, he has well over 354:
Indeed, it's not the version which is used by the interface, in the same way that
13509: 13013: 12995: 12895: 12839: 12791: 12485: 11738: 11585: 11378: 11363: 11353: 10984: 10396: 10329: 10281: 10251: 10205: 10171: 10047: 9979: 9904: 9839: 9595: 9586: 9066: 9018: 8414: 8387: 8238: 8120: 8070: 8001: 7878: 7594: 7563: 6950: 6854: 6576: 6543: 6462: 6444: 6401: 6344: 5989: 5950: 5917: 5817: 5786: 5342: 5263: 4999: 4913: 4833: 4726: 4632: 4080: 3917: 3863: 2764: 2715: 2517:
I would like more detail (maybe a footnote) on "We can't change the behavior of "
2110: 2073: 1994: 1769: 1358:
We still don't know why I couldn't type edit summaries or type in the search box.
1208: 1191: 1111: 507: 476: 461: 200: 148: 98: 13551:
Oh well. I guess things have changed in the four years since I wrote that code.
12541:
Footnote formatting Flag will not go away when I changed an "ibid" to a footnote
12089: 11947:
I think you can omit quotemarks on word colors and every closing "</font: -->
6654:
That's strange as it takes about 10mins before this error occurs on my machine.
5939:
be patrolled. I have confirmed that it works this way after examining the code.
5151:
No good way to do that, although it's possible you could fake it something like
4050:]. An option for "set unchanged-text size" would be a good option to have under 3513:, and apparently won't stop creating them to vandalize/harass LGBT pages/users. 2977: 2291:
that should display "Hello, world!" if no parameter is given, and "Hello, world+
1760:
other work. LUA is the most often suggested scripting option as far as I know. —
13824: 13787: 13672: 13596: 13463: 13435: 13414: 13280: 13213: 12981: 12940:
for the script. It just strikes through the redirects but doesn't remove them.
12820: 12723: 12620: 12580: 12532: 12515:
Is there a bot that can add WikiProject templates based on categories or stubs?
12438: 12408: 12380: 12339: 12302: 12261: 12188: 12050: 12017: 11989: 11833: 11811: 11316: 11286: 11235: 11206: 11114:
Quotation marks are indeed not required with one-word colours when used in the
11026: 11003: 10879: 10853: 10772: 10706: 10672: 10638: 10593: 10572: 10535: 10500: 10477: 10362: 9530: 9461: 9457: 9419: 9338: 8742: 8678: 8628: 8611: 8351: 8325:
Obama will give the state of the union address January 25, 2011, in the evening
8303: 8228: 8192: 7701: 7541: 7029: 6988: 6930: 6751: 6713: 6671: 6655: 6628: 6572:
In what way does such a function further the goal of building an encyclopedia?—
6428: 6259: 6240: 6191: 6167:
I'm having the same problem, I'm using Google Chrome 8.0.552.224 on Windows 7.
6157: 6133: 6122: 6079: 5716: 5671: 5663: 5592: 5572: 5549: 5413: 5215: 5187: 5125: 5110: 5072:. So to help clarify what belonged in that field, the parameter was renamed to 5024: 4965: 4883: 4801: 3961: 3485: 3434: 3192: 3133: 3078:) and it finds all the contribs within that IP's range (at least, I think so). 2927: 2879: 2861: 2827: 2666: 2587: 2126: 1968: 1915: 1814: 1696: 1438: 1238: 432: 247: 12980:
By the way, you can get the articles to stop displaying in CAT:CSD by doing a
12828: 12768: 11896:
You can probably condense your current signature by a bit with some CSS-foo.
11171:) and certain elements which are intended only for use within blocks (such as 10106:. The browser will reorder them as defined when sending them to the display) - 8292: 8037:
We cannot delete account, but you may try having your old account renamed via
7586:
The file exceeds the attachment size limit of gmail, so I have uploaded it to
2095: 1911: 1604:
marker, it is correctly replaced by its contents. {{padleft:|140|<ref: -->
294: 13623: 13386: 13362: 13319: 13275: 13271: 13122: 13082: 13034: 12941: 12838:
Thanks. I figure that so long as I can see 12 hours worth of changes I'm ok.
12779: 12548: 12493: 12239: 11336: 11048: 10958: 10808: 9678: 9365: 9303: 9248:{| |+ The table's caption |- | row code goes here |- | row code goes here |} 8809: 8774: 8670: 8553: 8407: 8094: 7529: 6835: 5898: 5865: 5356: 5078: 5046: 5017: 4842:
Thanks; that solves it. The user should have seen them and perhaps did look.
4612: 4428: 3600: 3150: 2628: 2120: 1785: 1666: 1639: 1161: 489: 355: 173: 13759: 10852:
the TOC is generated normally. If you remove just one of these, it isn't. --
7847: 4482: 3260:
It looks like in 23 January 2008, the |- was changed from |- to <tr: -->
1232:
Turn it blue? What are you talking about? As before, this is for discussion
323: 13587:
BTW, if you want to test if you're logged in from the script itself, fetch
13431: 12869: 12858:, who I believe had over 50,000 articles on his watchlist. (I may be wrong. 12683: 11986:" for every font tag, but I don't know what the HTML fascists are planning. 11766: 11396: 10437: 10413: 10219: 9945: 9873: 9797: 9646: 9582: 9560: 9525: 9511: 9478: 9388: 8682: 8252: 8133: 8044: 7816: 7769: 7052: 7038: 7006: 6309: 6221: 6137: 6057: 6009: 5883: 5640: 5620: 5545: 5186:
should not be used with non-Gregorian dates, which those are likely to be.
4674: 4660: 4645: 3926: 3890: 3805: 3677: 3604: 3550: 3425: 3028: 2492: 2489:
I think an input/output table with the simplest input would be most clear.
2447: 2413: 2257: 1888: 1745: 1509: 1307: 390: 333: 12497: 11131:
both do (because of the space in the former, and the colon in the latter).
9297:
Using a Logo from German Knowledge (de.wikipedia.org) in English Knowledge
9062:
It has legitimate uses, too. I don't see a pressing need to blacklist it.
8922:
Very good, I think I now have all the answers I was after. Thanks to all.
8732:
month?), and perhaps the URL changes will allow the encoded commas then. -
7855:
on line 92 (before "Works " Section) should have been <references/: -->
5846:
If it is technically possible, is there a consensus to make such a change?
5781:
Someone more familiar with regular expressions in JavaScript have a look?
4545:
It was missing the article title and using the bare url. I have fixed it.
3595:
That's just not going to happen. In theory you would propose it either on
1839:
Bug 16337 - Proposing a new MediaWiki extension : Global Context Variables
1594:
block would be treated in exactly the same way: {{padleft:|37|<ref: -->
13647: 13600: 13540: 13409:
You can't "see the same pages stuck there for months" - they drop out of
12366: 12212: 11950: 11915: 11870: 11710: 11655: 11610: 11558: 11518: 11496: 11428: 10820: 10373: 10131: 10107: 10051: 10031: 9924: 9709: 9626: 9212: 9173: 8797: 8557: 8531: 8505:
The next time it appears, can you copy the page source to somewhere like
8480: 8423: 8336: 8162: 8011: 7960: 7901: 7720:
Sorry, I had skipped several steps in the explanation, above, to avoid a
6788: 6776: 6721: 5322: 5273: 5163: 4469: 3766: 3620: 3566: 3515: 3452: 2808:
works fine for me.) Sometimes one of the pages contains a strange bit of
2616: 2476: 2451: 2375: 2197: 2027: 1138:, so that only the potentially benefited users will download the script? 420: 11985:
was NOT originally designed to demand a matching end-tag "</font: -->
11593:
Nothing wrong with that. The option stays. In the current ~150 calls of
8967:
As a matter of fact, it won't show new page creations either: I created
8677:. So, consider using a "2nd anonymous username" (see restrictions under 8655:"Since its inception in 1982, Komen has invested over $ 1.5 billion for 5378:
Thanks, you've answered my question indeed. 13:39, 18 January 2011 (UTC)
2582:
It might be simpler to state "Do not place spaces or newlines after the
13762: 13612: 13552: 13530: 12739:
Knowledge:Templates_for_discussion/Log/2010_December_16#Template:Expand
11897: 11856: 11582: 10980: 10393: 10325: 10243: 10197: 10163: 9559:
Thanks - Indiana University uses simple instructions! so double-thanks
8526:
All right, it's Snippet #82300 on dpaste. Can you see it? The URL says
8497: 8411: 7997: 7590: 7559: 7036:(it appeared in tiny blue text at the top of the page) Have removed it. 6946: 6914: 6573: 6004:
It is based on the number of links to the article, and you need to use
5813: 5782: 5339: 5259: 4829: 4076: 2756: 2707: 2314:
We can get the substed text to be correct by changing the template to "
2065: 1990: 1761: 1733:
How many times faster could a macro scripting language format articles?
1721: 1674: 1187: 1103: 12767:
Drop me an email with the list, I can run it through several filters.
11810:- no need to reupload. Not sure what's causing you the error though.-- 8335:
Newsletters were not discussed, but the same problem applies to them.
6767:
to the helpful page... . Still, as the Mexican says when asked for a "
6414:
A nice idea thank you. But unfortunately it doesn't seem to work. See
6185:
Well Powergate92, I'm sorry for you but glad that it's not just me...
5759:
Perhaps the Firefox error console can identify the point of failure. ―
2853: 2567:
For variables and parser functions, there cannot be a space after the
2060:
You can try contacting the tool owners directly, or file a bug in the
1207:
The parameter "death_date" was reversed to "date_death" - both fixed.
239: 13482:
It wouldn't be a bad idea to tag regular dab pages in the process. ▫
12813: 12716: 12525: 11829: 10872: 10665: 10613: 10586: 10547: 10510: 10493: 10473: 10192:… .notice-collapsed-wrapper-stew2011-noms { margin: 2px auto 0; … 9670: 9204: 8757: 8728: 8659:, research, and health services, making it the largest breast cancer 8604: 8448:
of recognized HTML-like tags. Then you have to find out the value of
8221: 7815:), with the errors caused by computing (1e5)round-5 as 1/1e-5, etc.-- 6706: 6424: 6255: 6187: 6153: 6118: 6054:
I'm getting that too. I usually hit CTRL-F5 to restore my top links.
5935:. Once it's gone from the recentchanges table, there is nothing that 5712: 5656: 4931:
might see it again. Good to know its nothing to worry about if I do.
4693: 3954: 229: 12671: 7959:
it does error/noeffect", at which (wikimedia) level is there a No? -
4688:
You can't delete it either; not while it's the main page, anyway...
4490: 2980:, so it's only useful for careless users like our friend Jimbo :) — 13357: 13314: 13118: 13077: 13030: 12855: 12402:
Knowledge is probably using the recommended ImageMagick, since the
10368:
The vandal duplicated most of the page content inside a comment in
9283: 9208: 8971:
moments ago, and it's not visible on the recentchangeslinked page.
8545: 7854:
The problem appears to be that the inclusion of <references: -->
6768: 6151:
No good, IE and Firefox work fine, can't stay logged in on Chrome.
5949:
and it doesn't appear like there is. Thanks all for the answers.
4608: 2959: 11455:
to be treated in the same way as its raw counterpart, would you?
10819:
and two others (total templates three or less) produces the TOC. -
7933:
specifically that this results in the content not being included.
7807:
My impression is that nowadays Wikimedia servers consistently use
3741:
commons:MediaWiki_talk:Edittools#Duplication_of_special_characters
2919:
rights could do that, and probably not in this circumstance. See
1730:
Could conversion of parser-function templates be automated easily?
11509:
re the pipe symbol & encoding: what you describe is the my Q
8660: 4963:
This seemed to only last for about a day. It's working fine now.
2331:". This works right on transclusion, and if you pass a parameter 2306:". We don't want that parser function showing up in the wikitext! 535://Convert link syntax ] to true links on javascript and css pages 13589:
http://en.wikipedia.org/w/api.php?action=query&meta=userinfo
13175:
list pages in reverse chronological order from oldest to newest?
8697:
I think mobile wikipedia articles need links to other languages.
4819:
banner to editor that there's a message via article or edit page
3869:, but it will take some fiddling to get it to use the UK site. — 2360:
Another slightly shorter way to do basically the same thing as "
12128: 9756: 9686:
the ONE Knowledge will die if a new feature has a severe bug. -
6942:
It's impossible to write sufficiently accurate typo-fixing bot.
3304:{| |- !{{{help|}}} |{{{Age|}}} |{{{Anchor|}}} |{{{hello|}}} |} 2061: 1717:
Are there essays about upgrading to a quick scripting language?
10492:
Use four tiles and change "ravi84m" to "Rafy" in your prefs. –
8329:
Obama will give the state of the union address 25 January 2011
3998:? Indeed, I wish there was a way to make that stuff disappear. 2023: 13211:
Or click on the "earliest" link to go to the earliest pages.
12132: 11668:
It would be more controllable to introduce a parser function
10924:
Average string length is italicized article-title length: 19?
10434:
Ok let's test this after changing link and using 3 tildes...
9869: 9755:
is as slow as a tourist walking through the deep sand in the
8808:
Well thats removed it from the cats, does it still work Js?--
5812:
No idea what's going on. Still not working. I have given up.
4602:
Yes, it is an estimate, it's in Article.php::isBigDeletion()
3020: 1662: 1578:, which you can see is most of a complete strip marker. The 13195:
if there already is a question mark in the URL) to the URL.
12711:
Can't rename a user that doesn't exist. I'll post a note at
11806:
The file is on Commons, so already available for use here -
11205:
are inline elements) for which non-closure is valid HTML. --
10940:, for possibly improving operation, long term. More later. - 10585:. Would probably be a good idea to ensmallen it somewhat. – 2254:
Concur. Even I have trouble understanding even its concept.
13761:), and if not then it is relatively easy to roll your own. 12706:
Problem with contributions not moving after username change
11982: 9453: 9361: 9167:. My expansion, if you allow me, is: no, it would not make 8830:
Can I prevent someone creating subpages under my user page?
8463:
Truncate at the first instance of "&lt;" or "&gt;".
7093:
Remove Show List of Star Trek: The Next Generation episodes
7087:
Remove Show List of Star Trek: The Original Series episodes
6871:; a search of Knowledge shows 135 results for "more then". 6134:
https://secure.wikimedia.org/wikipedia/en/Special:Userlogin
3977:
Reduce the size of non-edited portions when showing changes
3127:
on 4 March 2010. I no longer notice that it's green; but I
1727:
Could the other language be triggered by a top-line switch?
13278:, etc.). And people are used to newest-to-oldest already. 12498:
Update for Internet Explorer for Windows Vista (KB2467659)
9769: 8527: 8479:
in function doMagicLinks() and in the functions it calls.
6239:
Cookies and make sure they are allowed and not blocked. -
3923:, you don't have to include the entire url in urlencode:. 3549:
once per 5 minutes) and even then that is only temporary.
13755: 13061:. The hangon template already adds a different category, 1563:
Expression error: Unrecognized punctuation character "".
1554:
Expression error: Unrecognized punctuation character "".
13581: 11315:
Noticed that, thanks for the confirmation Gary! Rgds, --
11146:) but that doesn't mean that other browsers do too. You 1659:"Computers: they're not just for reading email any more" 1158:
User:Quiddity/User style customization tutorial#User CSS
358:
is not the version of the globe used in the interface.
13117:
I've restored the category pending further discussion.—
11022:<span style="color:#d30000; background:#ffeeee": --> 10324:
the way I think it should be. Do you find it okay now?
9872:(EDGE) when on the move (and sometimes a smart phone). 8447:
tags, and the like) and text between the < and : -->
8380:
Cross-compiling C++ programs for Mac OS X on Linux host
8249:
I'ts quite simple really... I added the icons for you.
7558:
which is a copy of the list above renders fine as PDF.
7099:
Remove Show List of Star Trek: Deep Space Nine episodes
6269:
I cleared the browsing data and that fixed it. Thanks!
2543:
I'd like some mention of the importance of placing the
1834:
Bug 3264 - User-defined variables packed into one array
1661:. The markup language should allow defining over 1,000 324:
http://bits.wikimedia.org/skins-1.5/monobook/headbg.jpg
13178:
Have we ever considered going in reverse order before?
13158:
Possible bug in moving files and listing in categories
12790:
How many are 'bankruptcy'? I'm heading towards 7,000.
12104:, but that logic cannot be applied to inline elements. 9903:
It's happened to me too over the last couple of days.
3060:
time I can edit Knowledge. Maybe that is a good thing.
2910:
Does Knowledge have an IP recording utility I can use?
2851:
Er, what problem? Which browser and OS are you using?
2812:
that prevents the book creator from working properly.
237:
Bl**dy Vector again. Do like me: go back to Monobook,
13622:
Very many thanks, I get it now. I was being silly. —
8756:, which encoded the name twice. Should be fixed now. 8506: 8402:
This Village Pump is for discussing technical issues
7737:{#expr: floor( (180330 round -5)/1E5) }           = 2 6308:
Cleaning my Firefox and Chrome cache doesn't help. --
5481: 5454: 5318:
Question at Help desk re disable mobile site function
13187:. Anyways, for a history page or NewPages, just add 11949:), plus use color=gold (shorter than "yellow"), as: 9581:
I'm using secure server and have the same issues as
2440:
when transcluded will display "{{subst:foo}}" while
330:(but I have not found any instance of that either). 8475:The majority of this, BTW, is (currently) found in 7748:
hope that clarifies all the missing steps, above. -
7204:
Remove Show Constitution class starship (Star Trek)
1174:The text itself is indeed in some MediaWiki pages: 13454:Article page is a dabpage, talk page is a redirect 12406:requires it, apparently, and it's installed here. 11483:to be the same. It is the same character. Another 9124:the pipe (marked "x") it would be & look like: 7740:{#expr: floor( (180330 round -5)/1E5 + 1E-9) } = 2 7132:Remove Show Star Trek VI: The Undiscovered Country 7111:Remove Show List of Star Trek: Enterprise episodes 5933:recentchanges table documentation on MediaWiki.org 5494: 5467: 3544:User talk pages are not protected unless they are 3055:Never mind the CIDR gadget. I can't even READ the 2664:since they are more familiar with Twinkle's code. 2329:Hello, world{{{{{subst|}}}#if:{{{1|}}}|+{{{1}}}}}! 308:it's used by the interface, or just a copy of it. 13702:possible, for a bot to respond to an RSS feed. ▫ 13580:successful. Redo the transcript with a query for 13063:Category:Contested candidates for speedy deletion 10917:Numbers often 3-digit but what length are strings 10698:keymap of 'save page' and 'show preview' buttons? 10320:I have cleaned up the navbox a bit and put it on 10236:Keymanweb alternate language input facility safe? 9868:through good DSL (at home and in the office) and 8707:Image names appearing as errors because of commas 7896:slash is prescribed, with sense as you describe. 7210:Remove Show Ambassador class starship (Star Trek) 6627:I've reported this to the book tool developers.-- 6391:"Invitation to edit" template and m.wikipedia.org 6375:. Enter the password for the merge completed. ―― 5176:Firstly, those should be -105 and -42. Secondly, 4497:Linking works, but you're not allowed to use the 4005:class to identify rows which contain gray cells ( 1744:" about upgrading to a quick scripting language. 11672:which fully-unescaped references. "&#32;" 11346:Using #switch: '&#x0070;' does not match 'p' 11275:Page protected from moving personal stub page to 10028:Unicode_character_property#Bidirectional_writing 8727:The developers are preparing to release dot-17 ( 7207:Remove Show Excelsior class starship (Star Trek) 6867:There is already a rule to cover "more then" at 4797:for accessibility issues with nested tables. --- 3996:using nbsp’s to force line-height in empty cells 2406:during both transclusion and substitution. Once 2194:Theres another wrong Interwiki by volovbot here 1493:"{{#ifeq:{{showspace|yes}}}|yes|<nowiki/: --> 172:It is just your browser; Firefox does that, but 7973:One way to work around the issue is to not add 7123:Remove Show Star Trek III: The Search for Spock 7105:Remove Show List of Star Trek: Voyager episodes 4558:Derp. It's always something blatantly obvious. 2804:What are the names of the pages in your book? ( 2055:Edit counters not working for Unicode usernames 1955:reflective of what people are searching for on 1724:or some other browser language a better option? 11758:Unable to open article tabs in new browser tab 8936:Gavia, I don't think that actually works. See 8453: 6371:", then probably the cause of your problem is 3994:Hi. Are you referring to the ugly practice of 3041:Thanks. Will see what the CIDR gadget can do. 2561:For templates, a space is permitted after the 2551:A space or a newline is permitted between the 2327:The old solution was to make the template be " 1710:Any plans to upgrade to simple macro scripting 12854:FWIW, the record was set by the now-departed 12667:Left floated image overlaps table of contents 10770:extension if you're using that browser, etc. 7729:examples, above, can be expanded as follows: 6686:Special pages: how to link to a fixed request 4860:font is different during loading of edit page 4760:Strange behavior when indenting nested tables 4519:, which has just seen in its sixth New Year. 3802:Perhaps you were thinking of {{urlencode:}}. 3670:You can probably transclude the edittools in 3482:Knowledge:User pages#Protection of user pages 2093:have you tried just <!--commenting --: --> 1986: 1965:Also check out the regions, looks suspicious? 1160:, brought to me once by Qddity thesmelves. -- 13664:Automate stock information through RSS feeds 8113:font-related class="IPA" disrupts a #switch: 7034:Talk:Clara Driscoll (Tiffany glass designer) 2339:or it gives the same ugly wikitext as in #1. 1813:Meanwhile, since templates do not yet have " 1124:Yep! I agree with that. But, isn't the code 697://Links to MediaWiki site (Workaround for ]) 13065:, so I don't see the need for another one. 12254:Having trouble editing/unintended vandalism 11700:Question about a possible change to Twinkle 11075:, with quotemarks removed in the wikitext: 9163:Ah, the question mark! Then the answer is: 8032:Two accounts and the veteran creation date. 7186:Remove Show Deep Space Nine (space station) 7129:Remove Show Star Trek V: The Final Frontier 7120:Remove Show Star Trek II: The Wrath of Khan 5525:Leonidas was the king of Sparta<ref: --> 4826:Help:Using talk pages#You have new messages 2923:for some hints on the logged out issue. --- 2221:safesubst documentation does not make sense 2088:Rampant VolkovBot - 'am truly fed up by now 1202:Death column not showing on astronaut pages 12715:to see if we can get a dev to intervene. – 12379:Thank you. That was a really quick fix. -- 11195:). I know of no inline elements (and both 9120:Why discuss "incorrect syntax"? But alas, 7845:Deleting text by using <references: --> 7090:Remove Show Star Trek: The Next Generation 7084:Remove Show Star Trek: The Original Series 6783:) 19:49, 20 January 2011 (UTC) oops, this 6771:" and than by plane touched down in Rome: 4998:Thank you. It now works again :) Regards, 13508:Thanks both, I've asked at Bot requests. 13430:This might be a good chance to advertise 13045:I don't see the point of the category on 10902:As a matter of fact, it doesn't; I guess 9996:Formatting numeric templates on Arabic WP 7126:Remove Show Star Trek IV: The Voyage Home 7117:Remove Show Star Trek: The Motion Picture 4659:Good thing we can't move the Main Page... 1947:reflective of people's search terms, see 167:Drag and drop in search box does not work 12984:on them; I just did that for Wakefield. 12806:Knowledge:Don't overload your watchlist! 12670: 9360:Both show four columns on my monitor (a 9275:Not weird parser but weird neat feature: 8496: 7309:Remove Show United Federation of Planets 7279:Remove Show List of weapons in Star Trek 7240:Remove Show Constellation class starship 6096:Can't stay logged in using Google Chrome 5098:Something like if a parameter is set to 3221:Ah, right. I forgot about that. Thanks! 1692:Need parser function to set a parameter: 322:As far as I can tell, this is a copy of 271:. Those who have a bugzilla account can 12959:Category:Candidates for speedy deletion 11948:" when inside a span-tag (<span: --> 8938:Special:Recentchangeslinked/User:Ucucha 8279:Automatic date formatting isn't working 8191:is a list of all the MediaWiki pages - 7628:Latest computer-math precision problems 7174:Remove Show USS Enterprise (NCC-1701-E) 7171:Remove Show USS Enterprise (NCC-1701-D) 7168:Remove Show USS Enterprise (NCC-1701-C) 7165:Remove Show USS Enterprise (NCC-1701-B) 7162:Remove Show USS Enterprise (NCC-1701-A) 6900:". The good news about grammar errors: 6809:Request action for bots to take care of 6701:, perhaps. Or if you just want a link, 6585:only use it if you included it in your 6102:similar 'flavour' can duplicate this. 3390:template:items second use field Anchor 3328:template:items second use field Anchor 3264:Looking at the coding, this <tr: --> 1810:Need parser function to set parameters: 1469:Nowiki-slash for fewer if-logic worries 14: 13582:http://en.wikipedia.org/Special:MyPage 10807:No autogenerated table of contents at 9770:#Slowness and timing out error message 8493:Grey stripe at top of pages (part two) 7809:double precision floating-point format 7692:{#expr: 9 - (896333 round -4)/1E5} = 0 7689:{#expr: 8 - (796333 round -4)/1E5} = 0 7686:{#expr: 7 - (696333 round -4)/1E5} = 0 7683:{#expr: 6 - (596333 round -4)/1E5} = 0 7680:{#expr: 5 - (496333 round -4)/1E5} = 0 7677:{#expr: 4 - (396333 round -4)/1E5} = 0 7674:{#expr: 3 - (296333 round -4)/1E5} = 0 7671:{#expr: 2 - (196333 round -4)/1E5} = 0 7668:{#expr: 1 - ( 96333 round -4)/1E5} = 0 7659:{#expr: 9 - (880333 round -5)/1E5} = 0 7656:{#expr: 8 - (780333 round -5)/1E5} = 0 7653:{#expr: 7 - (680333 round -5)/1E5} = 0 7650:{#expr: 6 - (580333 round -5)/1E5} = 0 7647:{#expr: 5 - (480333 round -5)/1E5} = 0 7644:{#expr: 4 - (380333 round -5)/1E5} = 0 7641:{#expr: 3 - (280333 round -5)/1E5} = 0 7638:{#expr: 2 - (180333 round -5)/1E5} = 0 7635:{#expr: 1 - ( 80333 round -5)/1E5} = 0 7523:Do you have a link to your book (like 7255:Remove Show Steamrunner class starship 7249:Remove Show New Orleans class starship 7096:Remove Show Star Trek: Deep Space Nine 6720:Ah, yes, it's a namespace. I forgot. - 3411:template:items fifth use field Anchor 3382:template:items first use field hello 3379:template:items first use field Anchor 3361:template:items fifth use field Anchor 3316:template:items first use field hello 3313:template:items first use field Anchor 2300:Hello, world{{#if:{{{1|}}}|+{{{1}}}}}! 2105:Also worth having a go at just adding 11143: 9411:Slowness and timing out error message 7525:User:Admiralalexmann//Books/Star Trek 7399:Remove Show Miles O'Brien (Star Trek) 7231:Remove Show Prometheus class starship 7192:Remove Show USS Excelsior (Star Trek) 7159:Remove Show USS Enterprise (NCC-1701) 6417:. It is reporting the server name as 5619:Thank goodness I'm not the only one. 5586:Mysterious 'Grey' Bar at top of pages 5526:{{citar heródoto|1|100}}</ref: --> 3414:template:items fifth use field hello 3400:template:items fourth use field help 3387:template:items second use field help 3364:template:items fifth use field hello 3346:template:items fourth use field help 3325:template:items second use field help 2573:Newlines are not permitted after the 2320:", but then a transclusion displays " 2159:Your workaround does not work, Rich. 2050:Configuration of collection extension 12092:specification, which introduced the 12033:Web Content Accessibility Guidelines 12011:Web Content Accessibility Guidelines 10997:Web Content Accessibility Guidelines 10070:" would have to translate into: "RLO 7282:Remove Show Communicator (Star Trek) 7258:Remove Show Shuttlecraft (Star Trek) 7216:Remove Show Sovereign class starship 7153:Remove Show USS Enterprise (XCV 330) 7138:Remove Show Star Trek: First Contact 6968:This page is for technical problems 5254:Also, it can be worked around using 3405:template:items fifth use field help 3395:template:items third use field help 3373:template:items first use field help 3355:template:items fifth use field help 3337:template:items third use field help 3310:template:items first use field help 2706:. Still in beta, but mostly works. — 2702:You can create authored clips using 2660:It's probably best to bring this to 2322:Hello, world{{subst:#if:|+{{{1}}}}}! 1227:Couldn't type edit summary or search 526:Script for wikilinks in CSS/JS pages 13150:EasyTimeline not working correctly? 12922:the list to you later this month. 12810:Knowledge:WATCHLIST#Size limitation 12500:is what is causing your problem. – 12031:All of Knowledge seems to fail the 11913:. I'll look in 9 hours after work. 11381:|{{StripWhitespace|&#x0070;}}}} 11167:); certain block elements (such as 11138:permit the omission of the closing 10273:{{#if:{{{group1<includeonly: --> 8681:) when contacting unknown people. - 8595:Random noincludes and onlyincludes? 7276:Remove Show Transporter (Star Trek) 7219:Remove Show Intrepid class starship 7177:Remove Show USS Voyager (Star Trek) 7141:Remove Show Star Trek: Insurrection 3408:template:items fifth use field Age 3358:template:items fifth use field Age 3302:I have a template: Template:Items. 3269:, where it is still today. Thanks. 3125:Gadget850's green-save-button thing 2603:You might also want to mention the 1914:). Seems to be Google's problem. - 1867:So, is there anybody against that? 1479:{{{color|#f8eaba}}}<nowiki/: --> 228:@Perseus: Indeed, I use Firefox. -- 23: 11707:Wikipedia_talk:TW#Feature_Requests 9776: 8627:and direct them to the sandbox. -- 7734:{#expr: (180330 round -5)/1E5} = 2 7291:Remove Show Replicator (Star Trek) 7270:Remove Show Warp drive (Star Trek) 7243:Remove Show Miranda class starship 7225:Remove Show Defiant class starship 6985:Knowledge:Reference desk/Computing 6972:Knowledge. How does this count? — 6926:I disagree with you on two things: 2349:Hello, world{{<includeonly: --> 2316:Hello, world{{<includeonly: --> 24: 18:Knowledge:Village pump (technical) 13883: 12522:Category:WikiProject tagging bots 11972:, now with the shorter wikitext: 8796:" in the templates near the top. 8574:Can't log in to the secure server 8477:phase3/includes/parser/Parser.php 8446:text in comments, <nowiki: --> 8125:→ Voiceless bilabial plosive (OK) 7459:Remove Show Harry Kim (Star Trek) 7246:Remove Show Oberth class starship 7228:Remove Show Nebula class starship 7222:Remove Show Danube class starship 7213:Remove Show Galaxy class starship 7135:Remove Show Star Trek Generations 7108:Remove Show Star Trek: Enterprise 7076:The list of pages in my book are: 6904:Where there's smoke, there's fire 6892:Perhaps we could have an essay, " 6763:Yes it is there, but how could I 6049:I keep getting prompted to log in 5931:the recentchanges table. See the 4692:And don't you remember that Drama 3765:for any character that "breaks". 2342:We can't change the behavior of " 1695:Since templates do not yet have " 724:'href="http://www.mediawiki.org/' 383:of an uploaded image on Commons ( 13730:to see if it can get support. ▫ 12356: 11129:<span style="color:blue": --> 11125:<font color="alice blue": --> 11084:08:27, 29 January 2011, revised 10944:20:18, 28 January 2011, revised 10601: 10386:singing with tildes doesn't work 10196:Which browser and which skin ? — 9380:div, but the columns set to the 8710: 8467:"http://www.example.com/?foo=1". 7848:?-2011-01-23T02:17:00.000Z": --> 7843:?-2011-01-23T02:17:00.000Z": --> 7811:like above (for type float, see 7327:Remove Show Rules of Acquisition 7297:Remove Show Universal translator 7252:Remove Show Saber class starship 7237:Remove Show Akira class starship 6703:Special:PrefixIndex/User:DePiep/ 5754:User scripts not working anymore 5439: 5011:Search and replace in templates? 4491:?-2011-01-14T11:25:00.000Z": --> 4483:?-2011-01-14T11:25:00.000Z": --> 3290: 3250: 3172: 3167:"You have new messages" missing 2852: 2751:The way of feature requests is: 1845:and also the proposed solution: 506:Thanks. Did we get any goodies? 238: 78:Village pump (technical) archive 11993:" but not margin "<left: --> 11443:This is expected behaviour, as 10046:Adding: the algorithm UAX#9 is 9477:Thanks for the helpful advice. 8754:commons:MediaWiki:Extra-tabs.js 7267:Remove Show Shields (Star Trek) 7234:Remove Show Nova class starship 6869:Knowledge:AutoWikiBrowser/Typos 6834:How many are we talking about? 6824:Than is used to compare things: 6398:all your template stuff in here 6369:Login unification Not complete! 5232:It's a known limitation of the 2615:isn't obviously the same deal. 2443:safesubst:</includeonly: --> 2363:safesubst:</includeonly: --> 2350:safesubst:</includeonly: --> 2094:the offending interwiki links? 1849:mw:Extension:VariablesExtension 455:Reftools Cite button in editing 140:Interstate 40 in North Carolina 13865: 13856: 12762:Impending watchlist bankruptcy 11142:in certain circumstances (see 10275:}}}{{{sect1|}}}{{{section1|}}} 10126:There was also this question: 9194:(the equivalent HTML syntax)? 9137:xThis text is "in" the table. 8846:logons from those other sites? 7977:by yourself, but add the code 7513:Remove Show Vulcan (Star Trek) 7465:Remove Show Doctor (Star Trek) 7333:Remove Show Battle of Wolf 359 7156:Remove Show Enterprise (NX-01) 7102:Remove Show Star Trek: Voyager 6814:Then is used to describe time: 5687:Windows 7, IE, default skin.-- 4576:Upper page limit for deletions 3548:heavily vandalized (i.e. : --> 3057:Classless Inter-Domain Routing 2958:The FAQ was helpful but I see 2304:Hello, world{{#if:|+{{{1}}}}}! 1880:Knowledge and Google sitelinks 1540:"{{padleft:|1|<nowiki/: --> 1535:"{{padleft:|1|<nowiki/: --> 13: 1: 12078:is a deprecated element, use 11123:does not require quotes, but 10817:Template:WikiProject Oklahoma 10544:Yep it worked... Thanks guys 9103:This text is "in" the table. 7435:Remove Show Phlox (Star Trek) 7432:Remove Show Travis Mayweather 7426:Remove Show Dukat (Star Trek) 7318:Remove Show Galactic quadrant 7201:Remove Show NX class starship 7144:Remove Show Star Trek Nemesis 5771:User:Porchcrop/rollbackSum.js 5744:21:41, 14 February 2011 (UTC) 5520:Collapsible list in reference 5333:Convert km² into square miles 2921:User:Gadget850/FAQ#Logged out 2173:In what way doesn't it work? 1478:"{{#ifeq:x|x|<nowiki/: --> 1184:MediaWiki:Newmessagesdifflink 607:/\]+?)\s*\|\s*(]+?)\s*\]\]/ig 450:Multi-line RegExp help needed 385:File:Knowledge-logo-v2-en.png 13848:23:24, 3 February 2011 (UTC) 13839:11:23, 3 February 2011 (UTC) 13812:16:09, 3 February 2011 (UTC) 13766:07:18, 3 February 2011 (UTC) 13748:07:47, 3 February 2011 (UTC) 13720:07:02, 3 February 2011 (UTC) 13697:06:16, 3 February 2011 (UTC) 13654:01:48, 4 February 2011 (UTC) 13640:10:44, 3 February 2011 (UTC) 13616:08:50, 3 February 2011 (UTC) 13607:03:17, 3 February 2011 (UTC) 13556:08:50, 3 February 2011 (UTC) 13547:03:19, 3 February 2011 (UTC) 13534:03:05, 3 February 2011 (UTC) 13518:15:19, 3 February 2011 (UTC) 13500:11:34, 3 February 2011 (UTC) 13478:11:26, 3 February 2011 (UTC) 13444:15:53, 3 February 2011 (UTC) 13426:15:50, 3 February 2011 (UTC) 13405:15:44, 3 February 2011 (UTC) 13367:20:22, 2 February 2011 (UTC) 13324:05:20, 2 February 2011 (UTC) 13305:17:38, 1 February 2011 (UTC) 13265:17:36, 1 February 2011 (UTC) 13238:17:17, 1 February 2011 (UTC) 13207:16:07, 1 February 2011 (UTC) 13127:12:02, 2 February 2011 (UTC) 13087:05:16, 2 February 2011 (UTC) 13070:01:14, 2 February 2011 (UTC) 13039:01:11, 2 February 2011 (UTC) 13025:01:10, 2 February 2011 (UTC) 13007:01:08, 2 February 2011 (UTC) 12989:01:06, 2 February 2011 (UTC) 12976:01:03, 2 February 2011 (UTC) 12948:22:38, 2 February 2011 (UTC) 12932:20:21, 2 February 2011 (UTC) 12913:05:39, 1 February 2011 (UTC) 12878:23:44, 2 February 2011 (UTC) 12848:16:42, 31 January 2011 (UTC) 12834:16:41, 31 January 2011 (UTC) 12823:16:38, 31 January 2011 (UTC) 12800:16:27, 31 January 2011 (UTC) 12786:17:33, 29 January 2011 (UTC) 12774:05:09, 29 January 2011 (UTC) 12756:03:19, 2 February 2011 (UTC) 12726:19:35, 1 February 2011 (UTC) 12700:12:45, 1 February 2011 (UTC) 12659:12:18, 1 February 2011 (UTC) 12645:02:15, 30 January 2011 (UTC) 12613:en dashes and searching text 12605:03:03, 1 February 2011 (UTC) 12573:01:23, 1 February 2011 (UTC) 12557:21:24, 31 January 2011 (UTC) 12535:20:56, 31 January 2011 (UTC) 12509:21:03, 31 January 2011 (UTC) 12469:01:43, 1 February 2011 (UTC) 12453:18:55, 31 January 2011 (UTC) 12433:18:45, 31 January 2011 (UTC) 12389:16:45, 31 January 2011 (UTC) 12375:16:34, 31 January 2011 (UTC) 12351:15:52, 31 January 2011 (UTC) 12334:U.S. state attorneys general 12330:It's a badly-written navbox 12315:17:12, 31 January 2011 (UTC) 12286:22:56, 30 January 2011 (UTC) 12246:17:24, 29 January 2011 (UTC) 12234:12:51, 29 January 2011 (UTC) 12196:17:20, 29 January 2011 (UTC) 12162:13:14, 29 January 2011 (UTC) 12140:12:34, 29 January 2011 (UTC) 12120:11:11, 29 January 2011 (UTC) 12058:17:20, 29 January 2011 (UTC) 12040:12:34, 29 January 2011 (UTC) 12025:10:22, 29 January 2011 (UTC) 12001:09:41, 29 January 2011 (UTC) 11937:03:26, 29 January 2011 (UTC) 11905:03:21, 29 January 2011 (UTC) 11892:03:14, 29 January 2011 (UTC) 11864:02:52, 29 January 2011 (UTC) 11838:12:41, 30 January 2011 (UTC) 11823:11:53, 30 January 2011 (UTC) 11783:10:16, 30 January 2011 (UTC) 11750:15:15, 30 January 2011 (UTC) 11732:02:33, 30 January 2011 (UTC) 11705:Best place to post would be 11690:13:28, 30 January 2011 (UTC) 11664:02:03, 28 January 2011 (UTC) 11646:13:36, 27 January 2011 (UTC) 11619:02:03, 28 January 2011 (UTC) 11589:12:12, 27 January 2011 (UTC) 11567:00:53, 27 January 2011 (UTC) 11553:00:46, 27 January 2011 (UTC) 11527:00:42, 27 January 2011 (UTC) 11505:00:26, 27 January 2011 (UTC) 11471:15:13, 26 January 2011 (UTC) 11437:00:26, 27 January 2011 (UTC) 11413:15:03, 26 January 2011 (UTC) 11358:→ Voiceless bilabial plosive 11325:23:02, 29 January 2011 (UTC) 11311:22:59, 29 January 2011 (UTC) 11269:10:15, 29 January 2011 (UTC) 11257:06:51, 29 January 2011 (UTC) 11218:16:42, 29 January 2011 (UTC) 11110:10:43, 29 January 2011 (UTC) 11086:11:10, 29 January 2011 (UTC) 11038:17:50, 28 January 2011 (UTC) 11011:17:32, 28 January 2011 (UTC) 10989:11:18, 28 January 2011 (UTC) 10946:07:48, 29 January 2011 (UTC) 10911:23:50, 28 January 2011 (UTC) 10904:mw:Help:Magic words#URL data 10898:23:13, 28 January 2011 (UTC) 10882:17:34, 28 January 2011 (UTC) 10865:17:29, 28 January 2011 (UTC) 10829:17:28, 28 January 2011 (UTC) 10797:04:40, 29 January 2011 (UTC) 10765:03:03, 29 January 2011 (UTC) 10747:00:56, 29 January 2011 (UTC) 10731:21:47, 28 January 2011 (UTC) 10675:23:42, 28 January 2011 (UTC) 10658:19:09, 28 January 2011 (UTC) 10643:19:05, 28 January 2011 (UTC) 10596:17:13, 28 January 2011 (UTC) 10577:17:10, 28 January 2011 (UTC) 10540:17:07, 28 January 2011 (UTC) 10503:17:05, 28 January 2011 (UTC) 10486:17:02, 28 January 2011 (UTC) 10430:16:36, 28 January 2011 (UTC) 10400:16:37, 28 January 2011 (UTC) 10380:12:14, 28 January 2011 (UTC) 10351:17:33, 28 January 2011 (UTC) 10334:11:15, 28 January 2011 (UTC) 10316:06:20, 28 January 2011 (UTC) 10299:04:49, 28 January 2011 (UTC) 10260:12:24, 28 January 2011 (UTC) 10228:22:39, 28 January 2011 (UTC) 10214:11:49, 28 January 2011 (UTC) 10180:11:41, 28 January 2011 (UTC) 10157:05:25, 26 January 2011 (UTC) 10140:01:58, 26 January 2011 (UTC) 10116:23:00, 25 January 2011 (UTC) 10060:22:47, 25 January 2011 (UTC) 10040:22:29, 25 January 2011 (UTC) 9988:23:37, 28 January 2011 (UTC) 9970:08:48, 27 January 2011 (UTC) 9954:01:48, 27 January 2011 (UTC) 9933:08:35, 27 January 2011 (UTC) 9912:00:03, 27 January 2011 (UTC) 9882:01:48, 27 January 2011 (UTC) 9847:23:56, 26 January 2011 (UTC) 9823:15:22, 26 January 2011 (UTC) 9806:14:12, 26 January 2011 (UTC) 9792:07:31, 26 January 2011 (UTC) 9732:14:56, 26 January 2011 (UTC) 9718:11:58, 26 January 2011 (UTC) 9691:06:49, 26 January 2011 (UTC) 9655:03:38, 23 January 2011 (UTC) 9637:02:59, 23 January 2011 (UTC) 9613:17:08, 22 January 2011 (UTC) 9599:16:56, 22 January 2011 (UTC) 9590:16:54, 22 January 2011 (UTC) 9569:19:31, 22 January 2011 (UTC) 9555:17:03, 22 January 2011 (UTC) 9520:16:36, 22 January 2011 (UTC) 9504:13:09, 22 January 2011 (UTC) 9487:12:43, 22 January 2011 (UTC) 9473:11:51, 22 January 2011 (UTC) 9444:05:49, 22 January 2011 (UTC) 9405:01:18, 28 January 2011 (UTC) 9369:01:17, 28 January 2011 (UTC) 9347:01:10, 2 February 2011 (UTC) 9332:18:51, 27 January 2011 (UTC) 9318:18:26, 27 January 2011 (UTC) 9291:14:26, 27 January 2011 (UTC) 9228:02:33, 27 January 2011 (UTC) 9219:02:25, 27 January 2011 (UTC) 9199:02:20, 27 January 2011 (UTC) 9182:01:58, 27 January 2011 (UTC) 9154:01:41, 27 January 2011 (UTC) 9084:04:39, 28 January 2011 (UTC) 9049:03:15, 28 January 2011 (UTC) 9036:16:49, 25 January 2011 (UTC) 8985:05:15, 27 January 2011 (UTC) 8976:05:14, 27 January 2011 (UTC) 8963:05:07, 27 January 2011 (UTC) 8945:05:04, 27 January 2011 (UTC) 8932:04:57, 27 January 2011 (UTC) 8918:04:19, 27 January 2011 (UTC) 8897:04:18, 27 January 2011 (UTC) 8883:04:07, 27 January 2011 (UTC) 8865:03:54, 27 January 2011 (UTC) 8820:03:16, 27 January 2011 (UTC) 8804:03:02, 27 January 2011 (UTC) 8784:03:00, 27 January 2011 (UTC) 8761:14:24, 26 January 2011 (UTC) 8746:10:49, 26 January 2011 (UTC) 8737:07:52, 26 January 2011 (UTC) 8691:21:57, 25 January 2011 (UTC) 8640:21:30, 25 January 2011 (UTC) 8614:21:14, 25 January 2011 (UTC) 8589:21:28, 25 January 2011 (UTC) 8564:18:20, 25 January 2011 (UTC) 8540:17:32, 25 January 2011 (UTC) 8522:17:18, 25 January 2011 (UTC) 8487:17:49, 25 January 2011 (UTC) 8432:16:53, 25 January 2011 (UTC) 8418:15:53, 25 January 2011 (UTC) 8396:12:12, 25 January 2011 (UTC) 8366:14:19, 25 January 2011 (UTC) 8345:14:03, 25 January 2011 (UTC) 8318:12:39, 25 January 2011 (UTC) 8298:03:55, 25 January 2011 (UTC) 8269:20:40, 25 January 2011 (UTC) 8245:20:35, 25 January 2011 (UTC) 8231:14:22, 25 January 2011 (UTC) 8201:18:08, 24 January 2011 (UTC) 8179:Looking for a MediaWiki page 8171:16:59, 24 January 2011 (UTC) 8156:15:10, 24 January 2011 (UTC) 8107:20:29, 24 January 2011 (UTC) 8079:16:08, 24 January 2011 (UTC) 8061:01:18, 24 January 2011 (UTC) 8020:14:17, 23 January 2011 (UTC) 8006:13:50, 23 January 2011 (UTC) 7969:13:36, 23 January 2011 (UTC) 7946:11:55, 23 January 2011 (UTC) 7910:09:27, 23 January 2011 (UTC) 7891:03:51, 23 January 2011 (UTC) 7836:19:35, 23 January 2011 (UTC) 7825:00:14, 20 January 2011 (UTC) 7801:23:45, 19 January 2011 (UTC) 7778:00:54, 24 January 2011 (UTC) 7753:19:35, 23 January 2011 (UTC) 7716:23:09, 19 January 2011 (UTC) 7614:19:21, 23 January 2011 (UTC) 7599:19:10, 22 January 2011 (UTC) 7582:17:12, 22 January 2011 (UTC) 7568:21:46, 21 January 2011 (UTC) 7551:04:58, 19 January 2011 (UTC) 7516:Remove Show Borg (Star Trek) 7474:Remove Show Reginald Barclay 7375:Remove Show Data (Star Trek) 7366:Remove Show Christine Chapel 7360:Remove Show Montgomery Scott 7147:Remove Show Star Trek (film) 7061:19:55, 22 January 2011 (UTC) 7047:19:37, 22 January 2011 (UTC) 7015:16:21, 22 January 2011 (UTC) 6997:16:14, 22 January 2011 (UTC) 6977:16:09, 22 January 2011 (UTC) 6955:22:50, 21 January 2011 (UTC) 6922:11:27, 19 January 2011 (UTC) 6898:WP:Pruning article revisions 6882:09:18, 19 January 2011 (UTC) 6863:07:31, 19 January 2011 (UTC) 6848:07:25, 19 January 2011 (UTC) 6797:20:00, 20 January 2011 (UTC) 6759:18:55, 20 January 2011 (UTC) 6730:18:31, 20 January 2011 (UTC) 6716:18:15, 20 January 2011 (UTC) 6680:11:19, 29 January 2011 (UTC) 6664:19:29, 20 January 2011 (UTC) 6650:15:36, 20 January 2011 (UTC) 6635:03:33, 20 January 2011 (UTC) 6601:04:18, 21 January 2011 (UTC) 6580:17:58, 19 January 2011 (UTC) 6568:12:33, 19 January 2011 (UTC) 6552:00:49, 19 January 2011 (UTC) 6507:how much pictures I uploaded 6496:04:24, 21 January 2011 (UTC) 6471:18:08, 19 January 2011 (UTC) 6453:17:35, 19 January 2011 (UTC) 6434:11:25, 19 January 2011 (UTC) 6410:00:57, 19 January 2011 (UTC) 6385:00:36, 21 January 2011 (UTC) 6357:06:24, 15 January 2011 (UTC) 6335:01:53, 15 January 2011 (UTC) 6318:09:37, 13 January 2011 (UTC) 6283:22:29, 13 January 2011 (UTC) 6265:06:19, 13 January 2011 (UTC) 6249:06:16, 13 January 2011 (UTC) 6231:06:13, 13 January 2011 (UTC) 6215:06:02, 13 January 2011 (UTC) 6197:05:57, 13 January 2011 (UTC) 6181:05:52, 13 January 2011 (UTC) 6163:05:43, 13 January 2011 (UTC) 6147:04:24, 13 January 2011 (UTC) 6128:02:36, 13 January 2011 (UTC) 6112:02:32, 13 January 2011 (UTC) 6088:18:55, 19 January 2011 (UTC) 6074:18:53, 19 January 2011 (UTC) 6036:19:33, 19 January 2011 (UTC) 6018:18:22, 19 January 2011 (UTC) 5998:18:11, 19 January 2011 (UTC) 5959:19:37, 19 January 2011 (UTC) 5944:19:00, 19 January 2011 (UTC) 5926:15:37, 19 January 2011 (UTC) 5911:15:30, 19 January 2011 (UTC) 5892:15:09, 19 January 2011 (UTC) 5878:07:05, 19 January 2011 (UTC) 5822:13:50, 19 January 2011 (UTC) 5808:07:36, 18 January 2011 (UTC) 5791:22:23, 17 January 2011 (UTC) 5764:21:39, 17 January 2011 (UTC) 5721:14:28, 25 January 2011 (UTC) 5697:17:13, 19 January 2011 (UTC) 5683:17:10, 19 January 2011 (UTC) 5666:16:52, 19 January 2011 (UTC) 5649:16:50, 19 January 2011 (UTC) 5629:03:04, 18 January 2011 (UTC) 5615:18:59, 14 January 2011 (UTC) 5601:17:36, 14 January 2011 (UTC) 5580:18:43, 18 January 2011 (UTC) 5561:18:35, 18 January 2011 (UTC) 5514:17:42, 18 January 2011 (UTC) 5425:14:58, 18 January 2011 (UTC) 5408:13:23, 18 January 2011 (UTC) 5374:13:30, 18 January 2011 (UTC) 5346:13:21, 18 January 2011 (UTC) 5312:14:37, 16 January 2011 (UTC) 5280:14:06, 16 January 2011 (UTC) 5268:13:51, 16 January 2011 (UTC) 5246:10:42, 16 January 2011 (UTC) 5219:10:36, 16 January 2011 (UTC) 5202:16:11, 16 January 2011 (UTC) 5170:00:17, 16 January 2011 (UTC) 5140:00:16, 16 January 2011 (UTC) 5118:22:55, 15 January 2011 (UTC) 5092:22:28, 15 January 2011 (UTC) 5032:22:24, 15 January 2011 (UTC) 5003:15:45, 16 January 2011 (UTC) 4990:04:14, 16 January 2011 (UTC) 4941:05:15, 16 January 2011 (UTC) 4926:05:05, 16 January 2011 (UTC) 4908:05:01, 16 January 2011 (UTC) 4877:04:49, 16 January 2011 (UTC) 4852:18:03, 15 January 2011 (UTC) 4838:13:06, 15 January 2011 (UTC) 4809:22:58, 15 January 2011 (UTC) 4789:16:23, 13 January 2011 (UTC) 4780:14:38, 13 January 2011 (UTC) 4752:11:45, 15 January 2011 (UTC) 4734:11:27, 15 January 2011 (UTC) 4709:11:45, 15 January 2011 (UTC) 4684:00:14, 15 January 2011 (UTC) 4669:02:13, 14 January 2011 (UTC) 4655:01:30, 14 January 2011 (UTC) 4640:22:55, 13 January 2011 (UTC) 4618:22:46, 12 January 2011 (UTC) 4598:22:31, 12 January 2011 (UTC) 4568:19:56, 14 January 2011 (UTC) 4554:19:53, 14 January 2011 (UTC) 4532:12:06, 14 January 2011 (UTC) 4511:11:34, 14 January 2011 (UTC) 4476:23:45, 14 January 2011 (UTC) 4456:23:10, 13 January 2011 (UTC) 4437:01:46, 13 January 2011 (UTC) 4418:10:33, 13 January 2011 (UTC) 4390:20:01, 12 January 2011 (UTC) 4096:03:00, 15 January 2011 (UTC) 4064:20:29, 11 January 2011 (UTC) 3969:01:28, 14 January 2011 (UTC) 3943:17:52, 13 January 2011 (UTC) 3907:17:52, 13 January 2011 (UTC) 3879:16:28, 13 January 2011 (UTC) 3847:15:41, 13 January 2011 (UTC) 3822:13:54, 13 January 2011 (UTC) 3798:13:14, 13 January 2011 (UTC) 3773:12:56, 13 January 2011 (UTC) 3748:14:33, 13 January 2011 (UTC) 3714:22:54, 13 January 2011 (UTC) 3705:22:38, 13 January 2011 (UTC) 3694:14:01, 13 January 2011 (UTC) 3645:00:13, 13 January 2011 (UTC) 3614:00:07, 13 January 2011 (UTC) 3591:00:04, 13 January 2011 (UTC) 3560:00:03, 13 January 2011 (UTC) 3540:21:50, 12 January 2011 (UTC) 3497:21:31, 12 January 2011 (UTC) 3477:21:14, 12 January 2011 (UTC) 3446:21:13, 12 January 2011 (UTC) 3279:11:05, 12 January 2011 (UTC) 3237:08:14, 12 January 2011 (UTC) 3217:01:45, 12 January 2011 (UTC) 3159:02:47, 13 January 2011 (UTC) 3145:22:26, 11 January 2011 (UTC) 3117:22:15, 11 January 2011 (UTC) 3088:08:35, 10 January 2011 (UTC) 3070:01:10, 10 January 2011 (UTC) 3051:01:02, 10 January 2011 (UTC) 2904:21:45, 11 January 2011 (UTC) 2873:21:37, 11 January 2011 (UTC) 2845:List of fictional antiheroes 2836:18:48, 11 January 2011 (UTC) 2822:02:17, 11 January 2011 (UTC) 2787:22:56, 11 January 2011 (UTC) 2773:10:04, 11 January 2011 (UTC) 2747:18:58, 10 January 2011 (UTC) 2724:17:32, 10 January 2011 (UTC) 2691:01:46, 12 January 2011 (UTC) 2645:17:01, 10 January 2011 (UTC) 2623:14:46, 10 January 2011 (UTC) 2599:13:30, 10 January 2011 (UTC) 2295:!" if a parameter is given. 2205:10:05, 11 January 2011 (UTC) 2082:17:34, 10 January 2011 (UTC) 2036:08:08, 10 January 2011 (UTC) 1999:07:46, 10 January 2011 (UTC) 1872:14:58, 10 January 2011 (UTC) 1830:See the following requests: 1826:14:37, 10 January 2011 (UTC) 1704:14:31, 10 January 2011 (UTC) 1550:"{{#expr: 3*<nowiki/: --> 1506:m:Template:Ifeqnw#Limitation 1453:17:57, 10 January 2011 (UTC) 1221:04:25, 10 January 2011 (UTC) 1196:00:10, 10 January 2011 (UTC) 1176:MediaWiki:Youhavenewmessages 7: 13524:Help with cookies - please! 11080:to shorten the signature. - 10188:centralNotice inconsistency 10005:Hiding "t" at start/end: 8039:Knowledge:Changing username 7471:Remove Show Lewis Zimmerman 7468:Remove Show Kes (Star Trek) 7462:Remove Show B'Elanna Torres 7450:Remove Show Kathryn Janeway 7429:Remove Show Jonathan Archer 7417:Remove Show Odo (Star Trek) 7381:Remove Show Beverly Crusher 7378:Remove Show Geordi La Forge 7369:Remove Show Jean-Luc Picard 7342:Remove Show Zefram Cochrane 7264:Remove Show Cloaking device 6745:User:Gadget850/FAQ#Subpages 6510:how much articles I deleted 6461:, we'll see what happens. 5290:The system is described at 5064:which was for the Japanese 4032:17:00, 9 January 2011 (UTC) 4014:16:48, 4 January 2011 (UTC) 3988:20:02, 2 January 2011 (UTC) 3887:parameter should fix that. 3037:22:34, 9 January 2011 (UTC) 3010:15:02, 9 January 2011 (UTC) 2996:10:10, 9 January 2011 (UTC) 2972:16:55, 8 January 2011 (UTC) 2954:16:45, 8 January 2011 (UTC) 2935:16:06, 8 January 2011 (UTC) 2534:18:48, 9 January 2011 (UTC) 2520:subst:</includeonly: --> 2509:12:11, 9 January 2011 (UTC) 2483:19:24, 8 January 2011 (UTC) 2458:19:24, 8 January 2011 (UTC) 2437:subst:</includeonly: --> 2430:17:51, 8 January 2011 (UTC) 2382:17:41, 8 January 2011 (UTC) 2345:subst:</includeonly: --> 2317:subst:</includeonly: --> 2274:12:47, 8 January 2011 (UTC) 2247:07:03, 8 January 2011 (UTC) 2185:18:40, 9 January 2011 (UTC) 2169:14:13, 8 January 2011 (UTC) 2152:16:16, 7 January 2011 (UTC) 2135:22:58, 6 January 2011 (UTC) 2101:20:27, 6 January 2011 (UTC) 1977:22:24, 9 January 2011 (UTC) 1939:22:18, 9 January 2011 (UTC) 1924:21:58, 9 January 2011 (UTC) 1897:21:46, 9 January 2011 (UTC) 1798:23:21, 6 January 2011 (UTC) 1778:21:20, 6 January 2011 (UTC) 1755:20:15, 6 January 2011 (UTC) 1682:20:13, 7 January 2011 (UTC) 1652:23:14, 6 January 2011 (UTC) 1631:20:09, 7 January 2011 (UTC) 1622:17:00, 6 January 2011 (UTC) 1559:"{{#expr: 3*<nowiki: --> 1518:09:36, 6 January 2011 (UTC) 1430:19:20, 7 January 2011 (UTC) 1414:02:32, 7 January 2011 (UTC) 1384:19:31, 6 January 2011 (UTC) 1325:18:40, 6 January 2011 (UTC) 1253:11:55, 6 January 2011 (UTC) 1170:20:52, 9 January 2011 (UTC) 1143:19:29, 9 January 2011 (UTC) 1120:18:41, 9 January 2011 (UTC) 516:17:05, 9 January 2011 (UTC) 502:16:38, 9 January 2011 (UTC) 483:15:01, 9 January 2011 (UTC) 470:14:59, 9 January 2011 (UTC) 444:14:43, 9 January 2011 (UTC) 407:19:24, 8 January 2011 (UTC) 371:18:46, 8 January 2011 (UTC) 350:18:02, 8 January 2011 (UTC) 318:17:53, 8 January 2011 (UTC) 304:Right, but the question is 300:17:51, 8 January 2011 (UTC) 280:19:50, 9 January 2011 (UTC) 259:17:06, 9 January 2011 (UTC) 233:15:40, 9 January 2011 (UTC) 218:22:17, 7 January 2011 (UTC) 192:18:51, 7 January 2011 (UTC) 159:01:20, 8 January 2011 (UTC) 130:00:10, 8 January 2011 (UTC) 116:22:19, 7 January 2011 (UTC) 10: 13888: 13393:to do somethign about it. 12938:User:Garion96/monobook.css 11736:Thanks, will post there.-- 11284:, and giving your reason. 10938:Template_talk:Italic title 10664:A cromulent observation. – 10507:Oke I hope it workes now. 7813:m:Help:Calculation#General 7724:. I am rewriting parts of 7556:User:Svick/Books/Star Trek 7402:Remove Show Benjamin Sisko 7384:Remove Show Wesley Crusher 7324:Remove Show Kobayashi Maru 7321:Remove Show Jefferies tube 7303:Remove Show Deflector dish 6443:en.wikipedia.org, right? 6078:Try clearing your cache - 6006:mw:Extension:Lucene-search 5468:{\displaystyle q_{\star }} 5433:A little MATH help please? 4351:'All_disambiguation_pages' 3288: 3248: 3170: 2960:"the poor man's checkuser" 2298:One way to write that is " 2024:According to stats.grok.se 136:Interstate 40 in Tennessee 12827:Ive had over 50k before. 11514: 10995:This signature fails per 10583:font size is a little big 9355:Odd behavior from Reflist 8454:http://noc.wikimedia.org/ 8440:Plain text external links 7978: 7486:Remove Show Naomi Wildman 7480:Remove Show Seven of Nine 7414:Remove Show Julian Bashir 7372:Remove Show William Riker 7351:Remove Show Leonard McCoy 7345:Remove Show James T. Kirk 7336:Remove Show Self-destruct 7273:Remove Show Impulse drive 6513:how much articles I moved 6367:. If you have a message " 5495:{\displaystyle q_{\ast }} 3709:Hmmm nope. Doesn't work. 2374:Did that make any sense? 1545:"{{padleft:|1|<b/: --> 1180:MediaWiki:Newmessageslink 87:California State Route 78 13243:instead of the front. - 11641:" currently generates. - 11491:. Maybe you mean to say 11228:Gadget: Black Background 11121:<font color=blue: --> 10888:Spaces in external links 10277:and related for group2. 9132:This is a table header. 9098:This is a table header. 8720:1.43.0-wmf.24 (72fea51) 7986:'User:Js/ajaxPreview.js' 7438:Remove Show Malcolm Reed 7354:Remove Show Pavel Chekov 7330:Remove Show Dominion War 6542:, but that's about it. 6516:the most edited articles 6502:Function to display some 4795:Help:Table#Nested tables 4358: 4114: 3725:as in English Wiktionary 3711:Choyoołʼįįhí:Seb az86556 3702:Choyoołʼįįhí:Seb az86556 3618:Ok, I'll take it to VPR 3108:Next time, ensure login: 2446:will in turn transclude 2351:#if:{{{1|}}}|+{{{1}}}}}! 2318:#if:{{{1|}}}|+{{{1}}}}}! 1987:http://www.wikipedia.org 529: 13171:Is it possible to make 12479:Keep getting logged out 12365:- I've fixed it now. -- 11670:{{#decodeentities:...}} 10581:Just a suggestion: the 9454:Log in / create account 9203:That is, in fact, what 8657:breast cancer awareness 8528:http://dpaste.org/NrAs/ 7921:is nothing because the 7444:Remove Show Trip Tucker 7387:Remove Show Deanna Troi 7357:Remove Show Hikaru Sulu 7195:Remove Show USS Reliant 7189:Remove Show USS Defiant 7183:Remove Show USS Equinox 7180:Remove Show Delta Flyer 6908:- when you spot use of 5982:mw:Project:Support desk 5256:list-defined references 4070:generating dab articles 3700:thanks. I'll try that. 3511:100 blocked sockpuppets 3376:(age field not called) 3014:If you are looking for 2697:Ogg media files request 13726:Ok, I brought this to 13591:(with the appropriate 13460:Knowledge:Bot requests 13185:There's a backlog link 12676: 12675:TOC and image overlaps 10274:|</includeonly: --> 8501: 8185:MediaWiki:Nocreatetext 7994:Special:Mypage/skin.js 7498:Remove Show Cardassian 7441:Remove Show Hoshi Sato 7423:Remove Show Elim Garak 7411:Remove Show Jadzia Dax 7408:Remove Show Kira Nerys 7405:Remove Show Jake Sisko 7073: 6894:WP:Editing for grammar 5941:Reach Out to the Truth 5841:mw:Manual:$ wgRCMaxAge 5778:but it doesn't happen. 5496: 5469: 5060:had a parameter named 4953:Mobile Knowledge error 4485:can't wikilink within 2662:Knowledge talk:Twinkle 2442:{{<includeonly: --> 2436:{{<includeonly: --> 2229:Help talk:Substitution 988:getElementsByClassName 877:getElementsByClassName 144:Interstate 10 in Texas 13312:a better balance. 12674: 10930:Template:Italic_title 10406:Are you signing with 9759:. See concerns above: 9675:children-will-like-it 9452:When you go for the " 9090:Weird parser behavior 8500: 8130:No. The output from 7975:<references /: --> 7495:Remove Show Betazoids 7456:Remove Show Tom Paris 7390:Remove Show Tasha Yar 7315:Remove Show Away team 7312:Remove Show Starfleet 7294:Remove Show Tricorder 7288:Remove Show Hypospray 7072: 6670:Anynews on this one? 6341:in CentralNotice.php" 6238:Content settings: --> 6237:Under the bonnet: --> 5980:Might want to try at 5497: 5470: 5296:<ref name=...: --> 5055:Japanese episode list 4370:More noindex,nofollow 4108:Query and its results 3672:one of these messages 3076:Special:Contributions 2806:Book:English language 2470:If I'm understanding 1912:link to Google search 718:/href="\/wiki\/mw:/ig 460:Gone in Chrome also. 267:This was reported on 13754:An RSS feed is just 12325:William H. Ryan, Jr. 11994:" or "<right: --> 11911:User_talk:Ctjf83#Sig 11853:Knowledge:SIG#Length 10815:Looks like removing 9962:Brianann MacAmhlaidh 9742:Connection timed out 9252:The table's caption 8890:Special:Mergeaccount 8406:. Try to ask at the 7507:Remove Show Romulans 7453:Remove Show Chakotay 7393:Remove Show Ro Laren 7285:Remove Show Holodeck 7198:Remove Ship Classes 6559:♫Greatorangepumpkin♫ 6457:I've reported it at 6373:m:Help:Unified login 6365:Special:MergeAccount 5975:Search suggest order 5834:rcid expiration time 5479: 5452: 3267:Template:infobox/row 2519:<includeonly: --> 2362:<includeonly: --> 2344:<includeonly: --> 2064:of the toolserver. — 1985:Knowledge main site 841:getElementsByTagName 375:Mind you, the globe 13413:after one month. -- 12965:Probably caused by 12496:. Otherwise see if 10009:10–20 °C (50–68 °F) 9253: 9005:WildBot tag cleanup 8903:Special:Prefixindex 8715:Installed MediaWiki 8189:Special:AllMessages 7931:<references: --> 7877:tag wasn't needed. 7510:Remove Show Tribble 7504:Remove Show Klingon 7501:Remove Show Ferengi 7492:Remove Show Bajoran 7023:Disambiguation page 6691:Use something like 5776:rollback</a: --> 5234:MediaWiki extension 4057:unchanged-text size 4052:Special:Preferences 3913:And as apparent in 3184:User talk:Rjanag/10 3025:Special:Preferences 2609:{{{subst1|subst:}}} 1592:...</source: --> 1581:...</nowiki: --> 1541:abc<nowiki/: --> 12677: 12404:ImageMap extension 12397:Thumbnail software 11789:SVG upload problem 11640:xx</nowiki: --> 11388: 11373: 10266:Help with a Navbox 9526:these instructions 9265:row code goes here 9258:row code goes here 9251: 9189:Header</th: --> 8788:Try changing the " 8507:http://dpaste.org/ 8502: 8458:\b(?:$ protocols)+ 8087:Blacklisted titles 7477:Remove Show Neelix 7261:Remove Technology 7032:was a redirect to 6974:Blue-Haired Lawyer 6132:Try logging in at 5492: 5465: 5328:Open Election Data 4581:I believe it's an 4566:and a clue-bat • 3737:bugzilla:11130#c12 3027:) to find them. -- 3000:LOL! Thanks folks. 2611:is mentioned, but 1671:exception handlers 1564: 1555: 1551:10<nowiki/: --> 1156:Hi. It's CSS. See 532://Workaround for ] 146:fails, notably. -- 13837: 13570: 13476: 13055:either, and have 12451: 12318: 12301:comment added by 12081:...</span: --> 12076:...</font: --> 11979:This is blue text 11808:File:AutoBild.svg 11485:expected the same 11384: 11369: 11244: 11203:...</span: --> 11198:...</font: --> 11153:...</body: --> 11117:...</font: --> 11023:Red</span: --> 10839: 10704:for a long time? 10677: 10660: 10641: 10575: 10538: 10489: 10472:comment added by 10465: 9910: 9845: 9751:. Currently, the 9270: 9269: 9141: 9140: 9107: 9106: 8767:.js in categories 8752:The error was in 8724: 8723: 8600:Diff in question 8364: 8316: 8010:Done. Nice. :-) - 7714: 7489:Remove Species's 7483:Remove Show Tuvok 7447:Remove Show T'Pol 7363:Remove Show Uhura 7348:Remove Show Spock 7300:Remove Show LCARS 7028:The Talk page at 6624: 6623: 6432: 6281: 6213: 6179: 5371: 5231: 5200: 5150: 5138: 5044: 4939: 4875: 4732: 4638: 4616: 4366: 4365: 4048:Boulder-diff-link 4044:Boulder, Colorado 4035: 3967: 3665:edittols and move 3422: 3421: 3418: 3417: 3368: 3367: 3350: 3349: 3341: 3340: 3332: 3331: 3320: 3319: 3245:Infobox new lines 3021:a place like this 2992: 2736: 2633:Help:Substitution 2613:{{{|safesubst:}}} 2605:{{{|safesubst:}}} 2577:in any situation. 2537: 2404:safesubst:{{{1}}} 2367:{{{|safesubst:}}} 2243: 2188: 2155: 2123:|deny=VolkovBot}} 1562: 1553: 1451: 1433: 1251: 763:wgNamespaceNumber 751:wgNamespaceNumber 85:PDF rendering of 13879: 13872: 13869: 13863: 13860: 13827: 13810: 13809: 13806: 13800: 13793: 13744: 13741: 13738: 13735: 13716: 13713: 13710: 13707: 13695: 13694: 13691: 13685: 13678: 13638: 13594: 13564: 13496: 13493: 13490: 13487: 13466: 13417: 13411:Special:Newpages 13402: 13397: 13303: 13302: 13299: 13293: 13286: 13261: 13249: 13236: 13235: 13232: 13226: 13219: 13204: 13199: 13194: 13190: 13173:Special:NewPages 13166:in reverse order 13164:Special:NewPages 13060: 13054: 13048: 13023: 13021: 13016: 13005: 13003: 12998: 12970: 12911: 12908: 12903: 12898: 12818: 12753: 12749: 12745: 12721: 12698: 12695: 12689: 12643: 12642: 12639: 12633: 12626: 12603: 12602: 12599: 12593: 12586: 12530: 12466: 12461: 12441: 12431: 12430: 12427: 12421: 12414: 12364: 12360: 12359: 12342: 12337: 12317: 12295: 12284: 12283: 12280: 12274: 12267: 12232: 12230: 12227: 12224: 12221: 12218: 12215: 12191: 12148: 12103: 12095: 12087: 12082: 12077: 12053: 12020: 11980: 11975: 11970: 11969: 11966: 11963: 11960: 11957: 11954: 11935: 11933: 11930: 11927: 11924: 11921: 11918: 11902: 11890: 11888: 11885: 11882: 11879: 11876: 11873: 11861: 11846:Signature Length 11781: 11778: 11772: 11748: 11746: 11741: 11730: 11728: 11725: 11722: 11719: 11716: 11713: 11671: 11638: 11633:escape character 11630: 11629:p | &#x0070; 11607:two out of three 11600: 11597:infobox IPA base 11516: 11511:other way around 11490: 11482: 11478: 11458: 11450: 11446: 11411: 11408: 11387: 11382: 11372: 11367: 11357: 11341: 11335: 11309: 11308: 11305: 11299: 11292: 11242: 11209: 11204: 11199: 11194: 11190: 11186: 11182: 11178: 11174: 11170: 11166: 11162: 11158: 11154: 11141: 11130: 11126: 11122: 11118: 11078: 11072: 11071: 11068: 11065: 11062: 11059: 11056: 11053: 11047:" for bold, as: 11029: 11024: 11006: 10976: 10973: 10970: 10967: 10964: 10961: 10952:Signature Issues 10877: 10856: 10833: 10795: 10794: 10791: 10785: 10778: 10762: 10759: 10729: 10728: 10725: 10719: 10712: 10670: 10663: 10655: 10652: 10647: 10637: 10636: 10633: 10628: 10623: 10618: 10609: 10605: 10604: 10591: 10571: 10570: 10567: 10562: 10557: 10552: 10534: 10533: 10530: 10525: 10520: 10515: 10498: 10488: 10466: 10461: 10460: 10457: 10452: 10447: 10442: 10428: 10425: 10345: 10342: 10322:Dunn Peak massif 10310: 10307: 10297: 10294: 10289: 10284: 10276: 10247: 10201: 10167: 10149:Arabic Knowledge 10104:stay LtoR always 10086:PDF.PDF", so: "‮ 9909: 9907: 9898:being logged out 9844: 9842: 9753:Arabic Knowledge 9669:dot-17 release ( 9634: 9629: 9553: 9552: 9549: 9543: 9536: 9464: 9442: 9441: 9438: 9432: 9425: 9403: 9400: 9313: 9306: 9254: 9250: 9192:Text</tr: --> 9129: 9128: 9095: 9094: 9082: 9079: 9074: 9069: 9034: 9031: 9026: 9021: 8969:User:Ucucha/test 8961: 8916: 8815: 8812: 8795: 8791: 8782: 8777: 8711: 8631: 8626: 8609: 8554:clear your cache 8459: 8450:$ wgUrlProtocols 8354: 8334: 8326: 8306: 8267: 8264: 8241: 8226: 8219: 8207:Icons on my page 8142: 8137: 8124: 8105: 8059: 8056: 7991: 7990: 7987: 7984: 7981: 7976: 7932: 7928: 7924: 7887: 7881: 7875: 7869: 7865: 7859: 7849: 7844: 7726:Template:Convert 7722:shaggy dog story 7704: 7549: 7396:Remove Show Worf 6879: 6754: 6711: 6700: 6694: 6617: 6616: 6598: 6593: 6566: 6561: 6549: 6548: 6541: 6535: 6526:parser functions 6493: 6488: 6468: 6467: 6450: 6449: 6422: 6419:en.wikipedia.org 6407: 6406: 6353: 6347: 6279: 6275: 6273: 6263: 6226: 6211: 6207: 6205: 6195: 6177: 6173: 6171: 6161: 6142: 6126: 6072: 6069: 6028:Robinson weijman 5995: 5994: 5956: 5955: 5923: 5922: 5909: 5876: 5805: 5800: 5777: 5674: 5661: 5575: 5552: 5511: 5506: 5501: 5499: 5498: 5493: 5491: 5490: 5474: 5472: 5471: 5466: 5464: 5463: 5447: 5443: 5442: 5416: 5372: 5359: 5301: 5297: 5225: 5190: 5185: 5179: 5160: 5154: 5144: 5128: 5113: 5075: 5071: 5063: 5059: 5053: 5038: 5027: 4988: 4987: 4984: 4978: 4971: 4935: 4922: 4916: 4906: 4905: 4902: 4896: 4889: 4871: 4804: 4731: 4729: 4691: 4679: 4650: 4637: 4635: 4606: 4561: 4560:Ten Pound Hammer 4550: 4540:Reference glitch 4492: 4488: 4484: 4355: 4352: 4349: 4346: 4343: 4340: 4337: 4334: 4331: 4328: 4325: 4322: 4319: 4316: 4313: 4310: 4307: 4304: 4301: 4298: 4295: 4292: 4289: 4286: 4283: 4280: 4277: 4274: 4271: 4270:page_is_redirect 4268: 4265: 4262: 4259: 4256: 4253: 4250: 4247: 4244: 4241: 4238: 4235: 4232: 4229: 4226: 4223: 4220: 4217: 4214: 4211: 4208: 4205: 4204:page_is_redirect 4202: 4199: 4196: 4193: 4190: 4187: 4184: 4181: 4178: 4175: 4172: 4169: 4166: 4163: 4160: 4157: 4154: 4151: 4148: 4145: 4142: 4139: 4136: 4133: 4130: 4127: 4124: 4121: 4118: 4104: 4103: 4030: 4008: 4004: 3966: 3964: 3958: 3952: 3941: 3938: 3922: 3916: 3905: 3902: 3886: 3868: 3862: 3845: 3836: 3832: 3820: 3817: 3796: 3787: 3783: 3763:percent-encoding 3692: 3689: 3643: 3638: 3635: 3632: 3629: 3626: 3623: 3609: 3589: 3584: 3581: 3578: 3575: 3572: 3569: 3555: 3538: 3533: 3530: 3527: 3524: 3521: 3518: 3507:User:Brucejenner 3488: 3475: 3470: 3467: 3464: 3461: 3458: 3455: 3437: 3370: 3369: 3352: 3351: 3343: 3342: 3334: 3333: 3322: 3321: 3307: 3306: 3299: 3298: 3294: 3293: 3285:Template trouble 3254: 3253: 3227: 3215: 3214: 3211: 3205: 3198: 3188:User talk:Rjanag 3176: 3175: 3136: 2994: 2990: 2985: 2930: 2915:Only those with 2902: 2901: 2898: 2892: 2885: 2864: 2856: 2779:Theornamentalist 2760: 2739:Theornamentalist 2734: 2711: 2689: 2688: 2685: 2679: 2672: 2614: 2610: 2606: 2590: 2585: 2576: 2570: 2564: 2558: 2554: 2546: 2532: 2521: 2507: 2504: 2445: 2439: 2428: 2425: 2405: 2397: 2368: 2364: 2356: 2352: 2346: 2338: 2334: 2330: 2323: 2319: 2305: 2301: 2290: 2284: 2272: 2269: 2245: 2241: 2236: 2201: 2183: 2150: 2124: 2116: 2115: 2109: 2069: 1936: 1819:status variables 1796: 1765: 1752: 1650: 1608: 1605:Foo</ref: --> 1598: 1595:Foo</ref: --> 1593: 1588: 1587:...</ref: --> 1582: 1577: 1574:<nowiki/: --> 1560:</nowiki: --> 1536:<nowiki/: --> 1494:<nowiki/: --> 1441: 1428: 1378: 1370: 1362: 1291: 1283: 1275: 1241: 1217: 1211: 1137: 1129: 1107: 1097: 1094: 1091: 1088: 1085: 1082: 1079: 1076: 1073: 1070: 1067: 1064: 1061: 1058: 1055: 1052: 1049: 1046: 1043: 1040: 1037: 1034: 1031: 1028: 1025: 1022: 1019: 1016: 1013: 1010: 1007: 1004: 1001: 998: 995: 992: 989: 986: 983: 980: 977: 974: 971: 968: 965: 962: 959: 956: 953: 950: 947: 944: 941: 938: 935: 932: 929: 926: 923: 920: 917: 914: 911: 908: 905: 902: 899: 896: 893: 890: 887: 884: 881: 878: 875: 872: 869: 866: 863: 860: 857: 854: 851: 848: 845: 842: 839: 836: 833: 830: 827: 824: 821: 818: 815: 812: 809: 806: 803: 800: 797: 794: 791: 788: 785: 782: 779: 776: 773: 770: 767: 764: 761: 758: 755: 752: 749: 746: 743: 740: 737: 734: 731: 728: 725: 722: 719: 716: 713: 710: 707: 704: 701: 698: 695: 692: 690:':$ 1</a: --> 688: 685: 682: 679: 676: 673: 670: 667: 664: 661: 658: 655: 652: 649: 647:(+)<\\/a: --> 644: 641: 638: 635: 632: 629: 626: 623: 620: 617: 614: 611: 608: 605: 602: 599: 596: 593: 590: 587: 584: 581: 578: 575: 574:/\]+?)\s*\]\]/ig 572: 569: 566: 563: 560: 557: 554: 551: 548: 545: 542: 539: 536: 533: 500: 479: 435: 405: 402: 348: 345: 273:vote on this bug 250: 242: 216: 213: 208: 203: 190: 189: 187: 182: 114: 111: 106: 101: 79: 54: 13887: 13886: 13882: 13881: 13880: 13878: 13877: 13876: 13875: 13870: 13866: 13861: 13857: 13804: 13798: 13795: 13788: 13786: 13742: 13739: 13736: 13733: 13714: 13711: 13708: 13705: 13689: 13683: 13680: 13673: 13671: 13666: 13626: 13592: 13526: 13494: 13491: 13488: 13485: 13456: 13415: 13398: 13395: 13297: 13291: 13288: 13281: 13279: 13259: 13255: 13247: 13230: 13224: 13221: 13214: 13212: 13200: 13197: 13192: 13188: 13168: 13160: 13155: 13152: 13147: 13056: 13052: 13046: 13019: 13014: 13012: 13001: 12996: 12994: 12966: 12962: 12906: 12901: 12896: 12892: 12831: 12814: 12771: 12764: 12751: 12747: 12743: 12734: 12717: 12708: 12693: 12684: 12681: 12669: 12637: 12631: 12628: 12621: 12619: 12615: 12597: 12591: 12588: 12581: 12579: 12565: 12563:This is bizarre 12543: 12526: 12517: 12481: 12462: 12459: 12425: 12419: 12416: 12409: 12407: 12399: 12357: 12355: 12340: 12331: 12327: 12296: 12278: 12272: 12269: 12262: 12260: 12256: 12228: 12225: 12222: 12219: 12216: 12213: 12211: 12189: 12146: 12101: 12093: 12084: 12079: 12074: 12051: 12018: 11978: 11973: 11967: 11964: 11961: 11958: 11955: 11952: 11951: 11931: 11928: 11925: 11922: 11919: 11916: 11914: 11898: 11886: 11883: 11880: 11877: 11874: 11871: 11869: 11857: 11848: 11803: 11791: 11776: 11767: 11764: 11760: 11744: 11739: 11737: 11726: 11723: 11720: 11717: 11714: 11711: 11709: 11702: 11669: 11636: 11628: 11594: 11488: 11480: 11479:(rendered) and 11476: 11456: 11448: 11444: 11406: 11394: 11385: 11376: 11370: 11366:|&#x0070;}} 11361: 11351: 11348: 11343: 11339: 11333: 11303: 11297: 11294: 11287: 11285: 11277: 11254: 11230: 11207: 11201: 11196: 11192: 11188: 11184: 11180: 11176: 11172: 11168: 11164: 11160: 11156: 11151: 11139: 11128: 11124: 11120: 11115: 11076: 11069: 11066: 11063: 11060: 11057: 11054: 11051: 11050: 11027: 11021: 11004: 10974: 10971: 10968: 10965: 10962: 10959: 10954: 10919: 10890: 10873: 10854: 10849: 10812: 10789: 10783: 10780: 10773: 10771: 10760: 10757: 10723: 10717: 10714: 10707: 10705: 10700: 10666: 10653: 10650: 10629: 10624: 10619: 10614: 10611: 10602: 10600: 10587: 10563: 10558: 10553: 10548: 10545: 10526: 10521: 10516: 10511: 10508: 10494: 10467: 10453: 10448: 10443: 10438: 10435: 10423: 10411: 10388: 10365: 10343: 10340: 10308: 10305: 10292: 10287: 10282: 10278: 10272: 10268: 10245: 10238: 10199: 10193: 10190: 10165: 10147:at least, now, 9998: 9905: 9900: 9840: 9744: 9665: 9632: 9627: 9605:217.137.122.112 9547: 9541: 9538: 9531: 9529: 9496:217.137.122.112 9462: 9436: 9430: 9427: 9420: 9418: 9413: 9398: 9386: 9364:flatscreen). -- 9357: 9311: 9304: 9299: 9249: 9193:</table: --> 9146: 9145: 9117: 9112: 9111: 9092: 9077: 9072: 9067: 9063: 9059: 9057:Optimized image 9029: 9024: 9019: 9015: 9007: 8951: 8906: 8832: 8813: 8810: 8793: 8789: 8775: 8773: 8769: 8717:version (live): 8709: 8704: 8699: 8629: 8620: 8605: 8597: 8576: 8495: 8457: 8442: 8382: 8333:in the evening. 8328: 8324: 8295: 8281: 8262: 8250: 8239: 8222: 8220:" parameter). – 8217: 8209: 8181: 8141:p</span: --> 8139: 8131: 8118: 8115: 8093: 8089: 8054: 8042: 8034: 7988: 7985: 7982: 7979: 7974: 7930: 7927:<source: --> 7926: 7922: 7885: 7879: 7873: 7867: 7863: 7857: 7851: 7768:computations.-- 7630: 7606:Admiralalexmann 7574:Admiralalexmann 7528: 7527:or something)? 7520: 7519: 7420:Remove Show Nog 7077: 7071: 7025: 6965: 6963:PDF help please 6873: 6811: 6752: 6707: 6698: 6692: 6688: 6615: 6594: 6591: 6562: 6557: 6546: 6544: 6539: 6533: 6504: 6489: 6486: 6465: 6463: 6447: 6445: 6404: 6402: 6393: 6351: 6345: 6343:was the issue. 6310:Amir E. Aharoni 6277: 6271: 6254: 6222: 6209: 6203: 6186: 6175: 6169: 6152: 6138: 6117: 6098: 6067: 6055: 6051: 6046: 5992: 5990: 5977: 5953: 5951: 5920: 5918: 5897: 5864: 5861:isn't patrolled 5836: 5801: 5798: 5774: 5756: 5672: 5657: 5588: 5573: 5550: 5522: 5507: 5504: 5486: 5482: 5480: 5477: 5476: 5459: 5455: 5453: 5450: 5449: 5440: 5438: 5435: 5414: 5395: 5354: 5335: 5330: 5325: 5320: 5299: 5295: 5210: 5183: 5177: 5158: 5152: 5111: 5105: 5101: 5073: 5069: 5062:|JapaneseTitle= 5061: 5057: 5051: 5047:AutoWikiBrowser 5025: 5013: 4982: 4976: 4973: 4966: 4964: 4960: 4955: 4920: 4914: 4900: 4894: 4891: 4884: 4882: 4862: 4821: 4802: 4762: 4727: 4689: 4675: 4646: 4633: 4578: 4559: 4548: 4542: 4494: 4486: 4464: 4372: 4367: 4362: 4361: 4357: 4356: 4353: 4350: 4347: 4344: 4341: 4338: 4335: 4332: 4329: 4326: 4323: 4320: 4317: 4314: 4311: 4308: 4305: 4302: 4299: 4296: 4293: 4290: 4287: 4284: 4281: 4278: 4275: 4272: 4269: 4266: 4263: 4260: 4257: 4254: 4251: 4248: 4245: 4242: 4239: 4236: 4233: 4230: 4227: 4224: 4221: 4218: 4215: 4212: 4209: 4206: 4203: 4200: 4197: 4194: 4191: 4188: 4185: 4182: 4179: 4176: 4173: 4170: 4167: 4164: 4161: 4158: 4155: 4152: 4149: 4146: 4143: 4140: 4137: 4134: 4131: 4128: 4125: 4122: 4119: 4116: 4109: 4072: 4007:td.diff-context 4006: 4002: 3979: 3962: 3956: 3953: 3936: 3924: 3920: 3914: 3900: 3888: 3884: 3866: 3860: 3834: 3828: 3827: 3815: 3803: 3785: 3779: 3778: 3758: 3687: 3675: 3667: 3636: 3633: 3630: 3627: 3624: 3621: 3619: 3605: 3582: 3579: 3576: 3573: 3570: 3567: 3565: 3551: 3531: 3528: 3525: 3522: 3519: 3516: 3514: 3486: 3468: 3465: 3462: 3459: 3456: 3453: 3451: 3435: 3430: 3426:Pending Changes 3305: 3297: 3296: 3291: 3287: 3257: 3256: 3251: 3247: 3225: 3209: 3203: 3200: 3193: 3191: 3179: 3178: 3173: 3169: 3134: 2987: 2981: 2928: 2912: 2896: 2890: 2887: 2880: 2878: 2862: 2848: 2801: 2758: 2709: 2699: 2683: 2677: 2674: 2667: 2665: 2657: 2612: 2608: 2604: 2588: 2583: 2574: 2568: 2562: 2556: 2552: 2544: 2518: 2502: 2490: 2441: 2435: 2423: 2411: 2403: 2395: 2366: 2361: 2357:" when substed. 2354: 2348: 2343: 2336: 2332: 2328: 2321: 2315: 2303: 2299: 2288: 2282: 2267: 2255: 2238: 2232: 2223: 2199: 2118: 2113: 2107: 2106: 2098: 2090: 2067: 2057: 2052: 1930: 1882: 1858:quoting Chad H. 1815:local variables 1784: 1763: 1750: 1712: 1697:local variables 1638: 1607: 1597: 1591:<source: --> 1590: 1585: 1580:<nowiki: --> 1579: 1576: 1480:}}" → "#f8eaba" 1471: 1376: 1368: 1360: 1289: 1281: 1273: 1229: 1215: 1209: 1204: 1153: 1135: 1127: 1105: 1099: 1098: 1095: 1092: 1089: 1086: 1083: 1080: 1077: 1074: 1071: 1068: 1065: 1062: 1059: 1056: 1053: 1050: 1047: 1044: 1041: 1038: 1035: 1032: 1029: 1026: 1023: 1020: 1017: 1014: 1011: 1008: 1005: 1002: 999: 996: 993: 990: 987: 984: 981: 978: 975: 972: 969: 966: 963: 960: 957: 954: 951: 948: 945: 942: 939: 936: 933: 930: 927: 924: 921: 918: 915: 912: 909: 906: 903: 900: 897: 894: 891: 888: 885: 882: 879: 876: 873: 870: 867: 864: 861: 858: 855: 852: 849: 846: 843: 840: 837: 834: 831: 828: 825: 822: 819: 816: 813: 810: 807: 804: 801: 798: 795: 792: 789: 786: 783: 780: 777: 774: 771: 768: 765: 762: 759: 756: 753: 750: 747: 744: 741: 738: 735: 732: 729: 726: 723: 720: 717: 714: 711: 708: 705: 702: 699: 696: 693: 689: 686: 683: 680: 677: 674: 671: 668: 665: 662: 659: 656: 653: 650: 645: 642: 639: 636: 633: 630: 627: 624: 621: 618: 615: 612: 609: 606: 603: 600: 597: 594: 591: 588: 585: 582: 579: 576: 573: 570: 567: 564: 561: 558: 555: 552: 549: 546: 543: 540: 537: 534: 531: 528: 488: 477: 457: 452: 433: 423: 400: 388: 343: 331: 328:File:Headbg.jpg 297: 290: 287:File:Headbg.jpg 248: 211: 206: 201: 197: 185: 180: 178: 177: 169: 109: 104: 99: 95: 90: 82: 80: 77: 74: 48: 22: 21: 20: 12: 11: 5: 13885: 13874: 13873: 13864: 13854: 13853: 13852: 13851: 13850: 13819: 13818: 13817: 13816: 13815: 13814: 13773: 13772: 13771: 13770: 13769: 13768: 13752: 13751: 13750: 13665: 13662: 13661: 13660: 13659: 13658: 13657: 13656: 13644: 13643: 13642: 13597:Special:MyPage 13585: 13562: 13561: 13560: 13559: 13558: 13525: 13522: 13521: 13520: 13505: 13504: 13503: 13502: 13455: 13452: 13451: 13450: 13449: 13448: 13447: 13446: 13383: 13382: 13381: 13380: 13379: 13378: 13377: 13376: 13375: 13374: 13373: 13372: 13371: 13370: 13369: 13337: 13336: 13335: 13334: 13333: 13332: 13331: 13330: 13329: 13328: 13327: 13326: 13257: 13180: 13179: 13176: 13167: 13161: 13159: 13156: 13153: 13151: 13148: 13146: 13143: 13142: 13141: 13140: 13139: 13138: 13137: 13136: 13135: 13134: 13133: 13132: 13131: 13130: 13129: 13102: 13101: 13100: 13099: 13098: 13097: 13096: 13095: 13094: 13093: 13092: 13091: 13090: 13089: 13027: 12961: 12956: 12955: 12954: 12953: 12952: 12951: 12950: 12916: 12915: 12888: 12887: 12886: 12885: 12884: 12883: 12882: 12881: 12880: 12852: 12851: 12850: 12830: 12770: 12763: 12760: 12759: 12758: 12733: 12730: 12729: 12728: 12713:bugzilla:17313 12707: 12704: 12703: 12702: 12668: 12665: 12664: 12663: 12662: 12661: 12614: 12611: 12610: 12609: 12608: 12607: 12564: 12561: 12560: 12559: 12542: 12539: 12538: 12537: 12516: 12513: 12512: 12511: 12480: 12477: 12476: 12475: 12474: 12473: 12472: 12471: 12398: 12395: 12394: 12393: 12392: 12391: 12353: 12326: 12323: 12322: 12321: 12320: 12319: 12289: 12288: 12255: 12252: 12251: 12250: 12249: 12248: 12207: 12206: 12205: 12204: 12203: 12202: 12201: 12200: 12199: 12198: 12190:Gadget850 (Ed) 12173: 12172: 12171: 12170: 12169: 12168: 12167: 12166: 12165: 12164: 12105: 12086:...</b: --> 12067: 12066: 12065: 12064: 12063: 12062: 12061: 12060: 12052:Gadget850 (Ed) 12043: 12042: 12019:Gadget850 (Ed) 12004: 12003: 11990:World Wide Web 11987: 11945: 11944: 11943: 11942: 11941: 11940: 11939: 11847: 11844: 11843: 11842: 11841: 11840: 11792: 11790: 11787: 11786: 11785: 11759: 11756: 11755: 11754: 11753: 11752: 11701: 11698: 11697: 11696: 11695: 11694: 11693: 11692: 11649: 11648: 11624: 11623: 11622: 11621: 11578: 11577: 11576: 11575: 11574: 11573: 11572: 11571: 11570: 11569: 11545:Dragons flight 11534: 11533: 11532: 11531: 11530: 11529: 11507: 11441: 11440: 11439: 11390: 11389: 11374: 11359: 11347: 11344: 11342: 11331: 11330: 11329: 11328: 11327: 11276: 11273: 11272: 11271: 11260: 11259: 11248: 11229: 11226: 11225: 11224: 11223: 11222: 11221: 11220: 11140:</font: --> 11132: 11089: 11088: 11043: 11042: 11041: 11040: 11005:Gadget850 (Ed) 10992: 10991: 10953: 10950: 10949: 10948: 10918: 10915: 10914: 10913: 10900: 10889: 10886: 10885: 10884: 10868: 10867: 10847: 10846: 10845: 10831: 10811: 10805: 10804: 10803: 10802: 10801: 10800: 10799: 10750: 10749: 10734: 10733: 10699: 10696: 10695: 10694: 10693: 10692: 10691: 10690: 10689: 10688: 10687: 10686: 10685: 10684: 10683: 10682: 10681: 10680: 10679: 10678: 10403: 10402: 10387: 10384: 10383: 10382: 10364: 10361: 10360: 10359: 10358: 10357: 10356: 10355: 10354: 10353: 10267: 10264: 10263: 10262: 10237: 10234: 10233: 10232: 10231: 10230: 10191: 10189: 10186: 10185: 10184: 10183: 10182: 10143: 10142: 10123: 10122: 10121: 10120: 10119: 10118: 10068:From 10 to 20. 10044: 10043: 10042: 10019: 10018: 10017: 10016: 10015: 10014: 9997: 9994: 9993: 9992: 9991: 9990: 9973: 9972: 9957: 9956: 9940: 9939: 9938: 9937: 9936: 9935: 9915: 9914: 9899: 9896: 9895: 9894: 9893: 9892: 9891: 9890: 9889: 9888: 9887: 9886: 9885: 9884: 9854: 9853: 9852: 9851: 9850: 9849: 9830: 9829: 9828: 9827: 9826: 9825: 9784: 9783: 9782: 9781: 9780: 9777:#More bugaboos 9773: 9761: 9760: 9743: 9740: 9739: 9738: 9737: 9736: 9735: 9734: 9703: 9702: 9701: 9700: 9694: 9693: 9664: 9661: 9660: 9659: 9658: 9657: 9640: 9639: 9623: 9622: 9621: 9620: 9619: 9618: 9617: 9616: 9615: 9579: 9578: 9577: 9576: 9575: 9574: 9573: 9572: 9571: 9510: 9450: 9412: 9409: 9408: 9407: 9372: 9371: 9356: 9353: 9352: 9351: 9350: 9349: 9334: 9298: 9295: 9294: 9293: 9268: 9267: 9261: 9260: 9247: 9246: 9245: 9243: 9239: 9238: 9237: 9236: 9235: 9234: 9233: 9232: 9231: 9230: 9159: 9156: 9143: 9142: 9139: 9138: 9134: 9133: 9127: 9126: 9125: 9116: 9113: 9109: 9108: 9105: 9104: 9100: 9099: 9093: 9091: 9088: 9087: 9086: 9058: 9055: 9054: 9053: 9052: 9051: 9006: 9003: 9002: 9001: 9000: 8999: 8998: 8997: 8996: 8995: 8994: 8993: 8992: 8991: 8990: 8989: 8988: 8987: 8899: 8868: 8867: 8857:Dragons flight 8852: 8851: 8847: 8843: 8840: 8831: 8828: 8827: 8826: 8825: 8824: 8823: 8822: 8768: 8765: 8764: 8763: 8749: 8748: 8739: 8722: 8721: 8719: 8716: 8708: 8705: 8703: 8702:RenameUser log 8700: 8698: 8695: 8694: 8693: 8666: 8665: 8664: 8650: 8649: 8645: 8644: 8643: 8642: 8596: 8593: 8592: 8591: 8581:192.131.232.56 8575: 8572: 8571: 8570: 8569: 8568: 8567: 8566: 8494: 8491: 8490: 8489: 8473: 8472: 8471: 8468: 8464: 8441: 8438: 8437: 8436: 8435: 8434: 8408:Reference Desk 8404:with Knowledge 8399: 8398: 8381: 8378: 8377: 8376: 8375: 8374: 8373: 8372: 8371: 8370: 8369: 8368: 8294: 8286:bugzilla:18479 8280: 8277: 8276: 8275: 8274: 8273: 8272: 8271: 8208: 8205: 8204: 8203: 8180: 8177: 8176: 8175: 8174: 8173: 8127: 8126: 8114: 8111: 8110: 8109: 8088: 8085: 8084: 8083: 8082: 8081: 8064: 8063: 8033: 8030: 8029: 8028: 8027: 8026: 8025: 8024: 8023: 8022: 7923:<ref /: --> 7914: 7913: 7912: 7850: 7840: 7839: 7838: 7828: 7827: 7804: 7803: 7793:Dragons flight 7787: 7786: 7785: 7784: 7783: 7782: 7781: 7780: 7758: 7757: 7756: 7755: 7745: 7744: 7743: 7742: 7741: 7738: 7735: 7696: 7695: 7694: 7693: 7690: 7687: 7684: 7681: 7678: 7675: 7672: 7669: 7663: 7662: 7661: 7660: 7657: 7654: 7651: 7648: 7645: 7642: 7639: 7636: 7629: 7626: 7625: 7624: 7623: 7622: 7621: 7620: 7619: 7618: 7617: 7616: 7518: 7517: 7514: 7511: 7508: 7505: 7502: 7499: 7496: 7493: 7490: 7487: 7484: 7481: 7478: 7475: 7472: 7469: 7466: 7463: 7460: 7457: 7454: 7451: 7448: 7445: 7442: 7439: 7436: 7433: 7430: 7427: 7424: 7421: 7418: 7415: 7412: 7409: 7406: 7403: 7400: 7397: 7394: 7391: 7388: 7385: 7382: 7379: 7376: 7373: 7370: 7367: 7364: 7361: 7358: 7355: 7352: 7349: 7346: 7343: 7340: 7339:Remove People 7337: 7334: 7331: 7328: 7325: 7322: 7319: 7316: 7313: 7310: 7307: 7304: 7301: 7298: 7295: 7292: 7289: 7286: 7283: 7280: 7277: 7274: 7271: 7268: 7265: 7262: 7259: 7256: 7253: 7250: 7247: 7244: 7241: 7238: 7235: 7232: 7229: 7226: 7223: 7220: 7217: 7214: 7211: 7208: 7205: 7202: 7199: 7196: 7193: 7190: 7187: 7184: 7181: 7178: 7175: 7172: 7169: 7166: 7163: 7160: 7157: 7154: 7151: 7148: 7145: 7142: 7139: 7136: 7133: 7130: 7127: 7124: 7121: 7118: 7115: 7114:Remove Movies 7112: 7109: 7106: 7103: 7100: 7097: 7094: 7091: 7088: 7085: 7082: 7078: 7075: 7074: 7070: 7067: 7066: 7065: 7064: 7063: 7037: 7030:Clara Driscoll 7024: 7021: 7020: 7019: 7018: 7017: 7000: 6999: 6980: 6979: 6964: 6961: 6960: 6959: 6958: 6957: 6944: 6938: 6934: 6927: 6889: 6888: 6887: 6886: 6885: 6884: 6831: 6830: 6826: 6825: 6821: 6820: 6816: 6815: 6810: 6807: 6806: 6805: 6804: 6803: 6802: 6801: 6800: 6799: 6753:Gadget850 (Ed) 6736: 6735: 6734: 6733: 6732: 6687: 6684: 6683: 6682: 6668: 6667: 6666: 6637: 6622: 6621: 6614: 6611: 6610: 6609: 6608: 6607: 6606: 6605: 6604: 6603: 6521: 6520: 6517: 6514: 6511: 6508: 6503: 6500: 6499: 6498: 6480: 6479: 6478: 6477: 6476: 6475: 6474: 6473: 6459:bugzilla:26807 6392: 6389: 6388: 6387: 6360: 6359: 6337: 6327:Magog the Ogre 6321: 6320: 6306: 6303: 6302: 6301: 6300: 6299: 6298: 6297: 6296: 6295: 6294: 6293: 6292: 6291: 6290: 6289: 6288: 6287: 6286: 6285: 6267: 6097: 6094: 6093: 6092: 6091: 6090: 6050: 6047: 6045: 6044:Rollback pages 6042: 6041: 6040: 6039: 6038: 6021: 6020: 6001: 6000: 5988:IRC channel. 5984:or ask in the 5976: 5973: 5972: 5971: 5970: 5969: 5968: 5967: 5966: 5965: 5964: 5963: 5962: 5961: 5938: 5852: 5851: 5847: 5844: 5835: 5832: 5831: 5830: 5829: 5828: 5827: 5826: 5825: 5824: 5779: 5755: 5752: 5751: 5750: 5749: 5748: 5747: 5746: 5728: 5727: 5726: 5725: 5724: 5723: 5704: 5703: 5702: 5701: 5700: 5699: 5652: 5651: 5636: 5635: 5634: 5633: 5632: 5631: 5587: 5584: 5583: 5582: 5574:Gadget850 (Ed) 5564: 5563: 5541: 5540: 5528: 5527: 5521: 5518: 5517: 5516: 5489: 5485: 5462: 5458: 5434: 5431: 5430: 5429: 5428: 5427: 5400:212.117.123.14 5394: 5393:Login problems 5391: 5390: 5389: 5388: 5387: 5349: 5348: 5334: 5331: 5329: 5326: 5324: 5321: 5319: 5316: 5315: 5314: 5287: 5286: 5285: 5284: 5283: 5282: 5249: 5248: 5222: 5221: 5209: 5206: 5205: 5204: 5173: 5172: 5142: 5121: 5120: 5112:Gadget850 (Ed) 5103: 5099: 5095: 5094: 5070:|EnglishTitle= 5066:transliterated 5035: 5034: 5026:Gadget850 (Ed) 5012: 5009: 5008: 5007: 5006: 5005: 4993: 4992: 4959: 4956: 4954: 4951: 4950: 4949: 4948: 4947: 4946: 4945: 4944: 4943: 4910: 4861: 4858: 4857: 4856: 4855: 4854: 4820: 4817: 4816: 4815: 4814: 4813: 4812: 4811: 4803:Gadget850 (Ed) 4761: 4758: 4757: 4756: 4755: 4754: 4723: 4722: 4721: 4720: 4719: 4718: 4717: 4716: 4715: 4714: 4713: 4712: 4711: 4623: 4622: 4621: 4620: 4577: 4574: 4573: 4572: 4571: 4570: 4541: 4538: 4537: 4536: 4535: 4534: 4493: 4480: 4479: 4478: 4463: 4460: 4459: 4458: 4440: 4439: 4423: 4422: 4421: 4420: 4395: 4394: 4393: 4392: 4371: 4368: 4364: 4363: 4359: 4333:page_namespace 4258:page_namespace 4192:page_namespace 4115: 4111: 4110: 4107: 4102: 4101: 4100: 4099: 4098: 4071: 4068: 4067: 4066: 4038: 4037: 4036: 4017: 4016: 3999: 3991: 3990: 3978: 3975: 3974: 3973: 3972: 3971: 3911: 3910: 3909: 3859:There is also 3856: 3855: 3854: 3853: 3852: 3851: 3850: 3849: 3757: 3754: 3753: 3752: 3751: 3750: 3720: 3719: 3718: 3717: 3716: 3666: 3663: 3662: 3661: 3660: 3659: 3658: 3657: 3656: 3655: 3654: 3653: 3652: 3651: 3650: 3649: 3648: 3647: 3429: 3423: 3420: 3419: 3416: 3415: 3412: 3409: 3406: 3402: 3401: 3397: 3396: 3392: 3391: 3388: 3384: 3383: 3380: 3377: 3374: 3366: 3365: 3362: 3359: 3356: 3348: 3347: 3339: 3338: 3330: 3329: 3326: 3318: 3317: 3314: 3311: 3303: 3289: 3286: 3283: 3282: 3281: 3249: 3246: 3243: 3242: 3241: 3240: 3239: 3171: 3168: 3165: 3164: 3163: 3162: 3161: 3120: 3119: 3103: 3102: 3101: 3100: 3099: 3098: 3097: 3096: 3095: 3094: 3093: 3092: 3091: 3090: 3062:Trilobitealive 3053: 3043:Trilobitealive 3002:Trilobitealive 2964:Trilobitealive 2956: 2946:Trilobitealive 2938: 2937: 2929:Gadget850 (Ed) 2911: 2908: 2907: 2906: 2875: 2847: 2842: 2841: 2840: 2839: 2838: 2800: 2797: 2796: 2795: 2794: 2793: 2792: 2791: 2790: 2789: 2727: 2726: 2698: 2695: 2694: 2693: 2656: 2653: 2652: 2651: 2650: 2649: 2648: 2647: 2607:idiom. I know 2580: 2579: 2578: 2571: 2565: 2559: 2540: 2539: 2538: 2515: 2511: 2486: 2485: 2467: 2466: 2465: 2464: 2463: 2462: 2461: 2460: 2387: 2386: 2385: 2384: 2372: 2371: 2370: 2358: 2340: 2325: 2324:" in the page! 2312: 2307: 2279: 2251: 2250: 2222: 2219: 2218: 2217: 2216: 2215: 2214: 2213: 2212: 2211: 2210: 2209: 2208: 2207: 2189: 2156: 2103: 2097: 2089: 2086: 2085: 2084: 2056: 2053: 2051: 2048: 2047: 2046: 2045: 2044: 2043: 2042: 2041: 2040: 2039: 2038: 2012: 2011: 2010: 2009: 2008: 2007: 2006: 2005: 2004: 2003: 2002: 2001: 1902: 1901: 1900: 1899: 1881: 1878: 1877: 1876: 1875: 1874: 1865: 1854: 1853: 1852: 1843: 1842: 1841: 1836: 1805: 1804: 1803: 1802: 1801: 1800: 1740:There is one " 1737: 1736: 1735: 1734: 1731: 1728: 1725: 1718: 1711: 1708: 1707: 1706: 1687: 1686: 1685: 1684: 1635: 1634: 1633: 1569: 1568: 1567: 1566: 1557: 1548: 1543: 1538: 1530: 1529: 1521: 1520: 1501: 1500: 1499: 1498: 1497: 1496: 1486: 1485: 1484: 1483: 1482: 1481: 1470: 1467: 1466: 1465: 1464: 1463: 1462: 1461: 1460: 1459: 1458: 1457: 1456: 1455: 1434: 1416: 1406:TenOfAllTrades 1393: 1392: 1391: 1390: 1389: 1388: 1387: 1386: 1349: 1348: 1347: 1346: 1345: 1344: 1343: 1342: 1332: 1331: 1330: 1329: 1328: 1327: 1317:TenOfAllTrades 1312: 1299: 1298: 1297: 1296: 1266: 1265: 1264: 1263: 1256: 1255: 1228: 1225: 1224: 1223: 1203: 1200: 1199: 1198: 1172: 1152: 1149: 1148: 1147: 1146: 1145: 1132: 1131: 1130: 829:getElementById 790:/\.(js|css)$ / 530: 527: 524: 523: 522: 521: 520: 519: 518: 472: 456: 453: 451: 448: 447: 446: 422: 419: 418: 417: 416: 415: 414: 413: 412: 411: 410: 409: 310:Magog the Ogre 296: 289: 284: 283: 282: 269:bugzilla:26135 265: 264: 263: 262: 261: 223: 222: 221: 220: 168: 165: 164: 163: 162: 161: 132: 89: 83: 81: 76: 75: 73: 72: 71: 70: 65: 60: 55: 43: 38: 25: 15: 9: 6: 4: 3: 2: 13884: 13868: 13859: 13855: 13849: 13846: 13842: 13841: 13840: 13835: 13831: 13826: 13821: 13820: 13813: 13807: 13801: 13794: 13792: 13784: 13779: 13778: 13777: 13776: 13775: 13774: 13767: 13764: 13760: 13757: 13753: 13749: 13746: 13745: 13729: 13725: 13724: 13723: 13722: 13721: 13718: 13717: 13700: 13699: 13698: 13692: 13686: 13679: 13677: 13668: 13667: 13655: 13652: 13649: 13645: 13641: 13636: 13633: 13630: 13625: 13621: 13620: 13619: 13618: 13617: 13614: 13610: 13609: 13608: 13605: 13602: 13598: 13590: 13586: 13583: 13579: 13574: 13568: 13567:edit conflict 13563: 13557: 13554: 13550: 13549: 13548: 13545: 13542: 13537: 13536: 13535: 13532: 13528: 13527: 13519: 13515: 13511: 13507: 13506: 13501: 13498: 13497: 13481: 13480: 13479: 13474: 13470: 13465: 13461: 13458: 13457: 13445: 13441: 13437: 13433: 13429: 13428: 13427: 13423: 13419: 13412: 13408: 13407: 13406: 13403: 13401: 13392: 13391:WP:Notability 13388: 13384: 13368: 13364: 13360: 13359: 13353: 13352: 13351: 13350: 13349: 13348: 13347: 13346: 13345: 13344: 13343: 13342: 13341: 13340: 13339: 13338: 13325: 13321: 13317: 13316: 13310: 13309: 13308: 13307: 13306: 13300: 13294: 13287: 13285: 13277: 13273: 13268: 13267: 13266: 13262: 13252: 13251: 13250: 13241: 13240: 13239: 13233: 13227: 13220: 13218: 13210: 13209: 13208: 13205: 13203: 13193:&dir=prev 13186: 13183:What effort? 13182: 13181: 13177: 13174: 13170: 13169: 13165: 13128: 13124: 13120: 13116: 13115: 13114: 13113: 13112: 13111: 13110: 13109: 13108: 13107: 13106: 13105: 13104: 13103: 13088: 13084: 13080: 13079: 13073: 13072: 13071: 13068: 13064: 13059: 13051: 13044: 13043: 13042: 13041: 13040: 13036: 13032: 13028: 13026: 13022: 13017: 13010: 13009: 13008: 13004: 12999: 12992: 12991: 12990: 12987: 12983: 12979: 12978: 12977: 12974: 12969: 12964: 12963: 12960: 12949: 12946: 12943: 12939: 12935: 12934: 12933: 12929: 12925: 12920: 12919: 12918: 12917: 12914: 12910: 12909: 12904: 12899: 12889: 12879: 12875: 12871: 12867: 12864: 12860: 12857: 12853: 12849: 12845: 12841: 12837: 12836: 12835: 12832: 12826: 12825: 12824: 12821: 12819: 12817: 12811: 12807: 12803: 12802: 12801: 12797: 12793: 12789: 12788: 12787: 12784: 12781: 12777: 12776: 12775: 12772: 12766: 12765: 12757: 12754: 12746: 12740: 12736: 12735: 12727: 12724: 12722: 12720: 12714: 12710: 12709: 12701: 12696: 12690: 12687: 12679: 12678: 12673: 12660: 12656: 12652: 12648: 12647: 12646: 12640: 12634: 12627: 12625: 12617: 12616: 12606: 12600: 12594: 12587: 12585: 12576: 12575: 12574: 12571: 12567: 12566: 12558: 12554: 12550: 12545: 12544: 12536: 12533: 12531: 12529: 12523: 12519: 12518: 12510: 12507: 12503: 12499: 12495: 12491: 12487: 12483: 12482: 12470: 12467: 12465: 12456: 12455: 12454: 12449: 12445: 12440: 12436: 12435: 12434: 12428: 12422: 12415: 12413: 12405: 12401: 12400: 12390: 12386: 12382: 12378: 12377: 12376: 12372: 12368: 12363: 12354: 12352: 12348: 12344: 12335: 12329: 12328: 12316: 12312: 12308: 12304: 12300: 12293: 12292: 12291: 12290: 12287: 12281: 12275: 12268: 12266: 12258: 12257: 12247: 12244: 12241: 12237: 12236: 12235: 12231: 12209: 12208: 12197: 12194: 12193: 12192: 12183: 12182: 12181: 12180: 12179: 12178: 12177: 12176: 12175: 12174: 12163: 12160: 12159: 12154: 12153: 12147:<font: --> 12143: 12142: 12141: 12138: 12134: 12130: 12123: 12122: 12121: 12118: 12117: 12112: 12111: 12106: 12099: 12094:<font: --> 12091: 12080:<span: --> 12075:<font: --> 12073: 12072: 12071: 12070: 12069: 12068: 12059: 12056: 12055: 12054: 12045: 12044: 12041: 12038: 12034: 12030: 12029: 12028: 12027: 12026: 12023: 12022: 12021: 12012: 12008: 12007: 12006: 12005: 12002: 11999: 11991: 11984: 11971: 11946: 11938: 11934: 11912: 11908: 11907: 11906: 11903: 11901: 11895: 11894: 11893: 11889: 11867: 11866: 11865: 11862: 11860: 11854: 11850: 11849: 11839: 11835: 11831: 11826: 11825: 11824: 11820: 11816: 11813: 11809: 11805: 11804: 11784: 11779: 11773: 11770: 11762: 11761: 11751: 11747: 11742: 11735: 11734: 11733: 11729: 11708: 11704: 11703: 11691: 11688: 11687: 11682: 11681: 11675: 11667: 11666: 11665: 11661: 11657: 11653: 11652: 11651: 11650: 11647: 11644: 11637:\&#x0070; 11634: 11626: 11625: 11620: 11616: 11612: 11608: 11604: 11598: 11592: 11591: 11590: 11587: 11584: 11580: 11579: 11568: 11564: 11560: 11556: 11555: 11554: 11550: 11546: 11542: 11541: 11540: 11539: 11538: 11537: 11536: 11535: 11528: 11524: 11520: 11512: 11508: 11506: 11502: 11498: 11494: 11486: 11475:No. I expect 11474: 11473: 11472: 11469: 11468: 11463: 11462: 11454: 11442: 11438: 11434: 11430: 11426: 11422: 11418: 11417: 11416: 11415: 11414: 11409: 11403: 11402: 11400: 11392: 11391: 11380: 11375: 11365: 11360: 11355: 11350: 11349: 11338: 11326: 11322: 11318: 11314: 11313: 11312: 11306: 11300: 11293: 11291: 11283: 11279: 11278: 11270: 11267: 11262: 11261: 11258: 11255: 11253: 11252: 11246: 11241: 11240: 11239: 11232: 11231: 11219: 11215: 11211: 11202:<span: --> 11197:<font: --> 11152:<body: --> 11149: 11145: 11137: 11133: 11116:<font: --> 11113: 11112: 11111: 11108: 11105: 11101: 11097: 11093: 11092: 11091: 11090: 11087: 11083: 11074: 11073: 11045: 11044: 11039: 11035: 11031: 11019: 11014: 11013: 11012: 11009: 11008: 11007: 10998: 10994: 10993: 10990: 10986: 10982: 10978: 10956: 10955: 10947: 10943: 10939: 10935: 10931: 10926: 10925: 10921: 10920: 10912: 10909: 10905: 10901: 10899: 10896: 10892: 10891: 10883: 10880: 10878: 10876: 10870: 10869: 10866: 10862: 10858: 10851: 10850: 10843: 10837: 10836:edit conflict 10832: 10830: 10826: 10822: 10818: 10814: 10813: 10810: 10809:Talk:Cherokee 10798: 10792: 10786: 10779: 10777: 10768: 10767: 10766: 10763: 10754: 10753: 10752: 10751: 10748: 10744: 10740: 10736: 10735: 10732: 10726: 10720: 10713: 10711: 10702: 10701: 10676: 10673: 10671: 10669: 10662: 10661: 10659: 10656: 10646: 10645: 10644: 10640: 10635: 10634: 10632: 10627: 10622: 10617: 10608: 10599: 10598: 10597: 10594: 10592: 10590: 10584: 10580: 10579: 10578: 10574: 10569: 10568: 10566: 10561: 10556: 10551: 10543: 10542: 10541: 10537: 10532: 10531: 10529: 10524: 10519: 10514: 10506: 10505: 10504: 10501: 10499: 10497: 10491: 10490: 10487: 10483: 10479: 10475: 10471: 10464: 10459: 10458: 10456: 10451: 10446: 10441: 10433: 10432: 10431: 10426: 10420: 10419: 10417: 10409: 10405: 10404: 10401: 10398: 10395: 10390: 10389: 10381: 10378: 10375: 10371: 10367: 10366: 10352: 10349: 10346: 10337: 10336: 10335: 10331: 10327: 10323: 10319: 10318: 10317: 10314: 10311: 10302: 10301: 10300: 10296: 10295: 10290: 10285: 10270: 10269: 10261: 10257: 10253: 10249: 10240: 10239: 10229: 10225: 10221: 10217: 10216: 10215: 10211: 10207: 10203: 10195: 10194: 10181: 10177: 10173: 10169: 10160: 10159: 10158: 10155: 10150: 10145: 10144: 10141: 10137: 10133: 10129: 10125: 10124: 10117: 10113: 10109: 10105: 10101: 10097: 10093: 10089: 10085: 10081: 10077: 10073: 10069: 10063: 10062: 10061: 10057: 10053: 10049: 10045: 10041: 10037: 10033: 10029: 10025: 10024: 10023: 10022: 10021: 10020: 10012: 10008: 10004: 10003: 10002: 10001: 10000: 9999: 9989: 9985: 9981: 9977: 9976: 9975: 9974: 9971: 9967: 9963: 9959: 9958: 9955: 9951: 9947: 9942: 9941: 9934: 9930: 9926: 9921: 9920: 9919: 9918: 9917: 9916: 9913: 9908: 9902: 9901: 9883: 9879: 9875: 9871: 9866: 9865: 9864: 9863: 9862: 9861: 9860: 9859: 9858: 9857: 9856: 9855: 9848: 9843: 9836: 9835: 9834: 9833: 9832: 9831: 9824: 9821: 9820: 9815: 9814: 9809: 9808: 9807: 9803: 9799: 9795: 9794: 9793: 9790: 9785: 9779: 9778: 9774: 9772: 9771: 9767: 9766: 9765: 9764: 9763: 9762: 9758: 9754: 9750: 9746: 9745: 9733: 9729: 9725: 9721: 9720: 9719: 9715: 9711: 9707: 9706: 9705: 9704: 9698: 9697: 9696: 9695: 9692: 9689: 9684: 9680: 9679:copyright law 9676: 9672: 9667: 9666: 9663:More bugaboos 9656: 9652: 9648: 9644: 9643: 9642: 9641: 9638: 9635: 9630: 9624: 9614: 9610: 9606: 9602: 9601: 9600: 9597: 9593: 9592: 9591: 9588: 9584: 9580: 9570: 9566: 9562: 9558: 9557: 9556: 9550: 9544: 9537: 9535: 9527: 9523: 9522: 9521: 9517: 9513: 9507: 9506: 9505: 9501: 9497: 9493: 9490: 9489: 9488: 9484: 9480: 9476: 9475: 9474: 9470: 9466: 9459: 9458:secure server 9455: 9451: 9447: 9446: 9445: 9439: 9433: 9426: 9424: 9415: 9414: 9406: 9401: 9395: 9394: 9392: 9383: 9379: 9374: 9373: 9370: 9367: 9363: 9359: 9358: 9348: 9344: 9340: 9335: 9333: 9329: 9325: 9324:HowardMorland 9321: 9320: 9319: 9316: 9315: 9314: 9307: 9301: 9300: 9292: 9289: 9285: 9281: 9277: 9276: 9272: 9271: 9266: 9263: 9262: 9259: 9256: 9255: 9244: 9241: 9240: 9229: 9226: 9222: 9221: 9220: 9217: 9214: 9211:differently. 9210: 9206: 9202: 9201: 9200: 9197: 9185: 9184: 9183: 9179: 9175: 9170: 9166: 9162: 9161: 9160: 9157: 9155: 9152: 9148: 9147: 9136: 9135: 9131: 9130: 9123: 9119: 9118: 9102: 9101: 9097: 9096: 9085: 9081: 9080: 9075: 9070: 9061: 9060: 9050: 9047: 9043: 9040:Thank you. – 9039: 9038: 9037: 9033: 9032: 9027: 9022: 9013: 9009: 9008: 8986: 8983: 8979: 8978: 8977: 8974: 8970: 8966: 8965: 8964: 8959: 8955: 8948: 8947: 8946: 8943: 8939: 8935: 8934: 8933: 8929: 8925: 8921: 8920: 8919: 8914: 8910: 8904: 8900: 8898: 8895: 8891: 8886: 8885: 8884: 8880: 8876: 8872: 8871: 8870: 8869: 8866: 8862: 8858: 8854: 8853: 8848: 8844: 8841: 8838: 8834: 8833: 8821: 8818: 8816: 8807: 8806: 8805: 8802: 8799: 8787: 8786: 8785: 8781: 8778: 8771: 8770: 8762: 8759: 8755: 8751: 8750: 8747: 8744: 8740: 8738: 8735: 8730: 8726: 8725: 8718: 8713: 8712: 8692: 8688: 8684: 8680: 8676: 8675:psycho magnet 8672: 8667: 8662: 8658: 8654: 8653: 8652: 8651: 8647: 8646: 8641: 8637: 8633: 8624: 8623:subst:welcome 8617: 8616: 8615: 8612: 8610: 8608: 8602: 8599: 8598: 8590: 8586: 8582: 8578: 8577: 8565: 8562: 8559: 8555: 8551: 8547: 8543: 8542: 8541: 8537: 8533: 8529: 8525: 8524: 8523: 8520: 8519: 8514: 8513: 8508: 8504: 8503: 8499: 8488: 8485: 8482: 8478: 8474: 8469: 8465: 8462: 8461: 8455: 8451: 8444: 8443: 8433: 8429: 8425: 8421: 8420: 8419: 8416: 8413: 8409: 8405: 8401: 8400: 8397: 8393: 8389: 8384: 8383: 8367: 8362: 8358: 8353: 8348: 8347: 8346: 8342: 8338: 8332: 8321: 8320: 8319: 8314: 8310: 8305: 8301: 8300: 8299: 8296: 8291: 8290: 8287: 8283: 8282: 8270: 8265: 8259: 8258: 8256: 8248: 8247: 8246: 8243: 8242: 8234: 8233: 8232: 8229: 8227: 8225: 8215: 8214:documentation 8211: 8210: 8202: 8198: 8194: 8190: 8186: 8183: 8182: 8172: 8168: 8164: 8159: 8158: 8157: 8154: 8153: 8148: 8147: 8135: 8129: 8128: 8122: 8117: 8116: 8108: 8104: 8103: 8101: 8096: 8091: 8090: 8080: 8076: 8072: 8068: 8067: 8066: 8065: 8062: 8057: 8051: 8050: 8048: 8040: 8036: 8035: 8021: 8017: 8013: 8009: 8008: 8007: 8003: 7999: 7995: 7972: 7971: 7970: 7966: 7962: 7958: 7953: 7950:I get it, if 7949: 7948: 7947: 7944: 7943: 7938: 7937: 7920: 7915: 7911: 7907: 7903: 7899: 7894: 7893: 7892: 7888: 7882: 7872: 7862: 7853: 7852: 7837: 7834: 7830: 7829: 7826: 7822: 7818: 7814: 7810: 7806: 7805: 7802: 7798: 7794: 7789: 7788: 7779: 7775: 7771: 7766: 7765: 7764: 7763: 7762: 7761: 7760: 7759: 7754: 7751: 7746: 7739: 7736: 7733: 7732: 7731: 7730: 7727: 7723: 7719: 7718: 7717: 7712: 7708: 7703: 7698: 7697: 7691: 7688: 7685: 7682: 7679: 7676: 7673: 7670: 7667: 7666: 7665: 7664: 7658: 7655: 7652: 7649: 7646: 7643: 7640: 7637: 7634: 7633: 7632: 7631: 7615: 7611: 7607: 7602: 7601: 7600: 7596: 7592: 7588: 7585: 7584: 7583: 7579: 7575: 7571: 7570: 7569: 7565: 7561: 7557: 7554: 7553: 7552: 7547: 7543: 7539: 7535: 7531: 7526: 7522: 7521: 7515: 7512: 7509: 7506: 7503: 7500: 7497: 7494: 7491: 7488: 7485: 7482: 7479: 7476: 7473: 7470: 7467: 7464: 7461: 7458: 7455: 7452: 7449: 7446: 7443: 7440: 7437: 7434: 7431: 7428: 7425: 7422: 7419: 7416: 7413: 7410: 7407: 7404: 7401: 7398: 7395: 7392: 7389: 7386: 7383: 7380: 7377: 7374: 7371: 7368: 7365: 7362: 7359: 7356: 7353: 7350: 7347: 7344: 7341: 7338: 7335: 7332: 7329: 7326: 7323: 7320: 7317: 7314: 7311: 7308: 7305: 7302: 7299: 7296: 7293: 7290: 7287: 7284: 7281: 7278: 7275: 7272: 7269: 7266: 7263: 7260: 7257: 7254: 7251: 7248: 7245: 7242: 7239: 7236: 7233: 7230: 7227: 7224: 7221: 7218: 7215: 7212: 7209: 7206: 7203: 7200: 7197: 7194: 7191: 7188: 7185: 7182: 7179: 7176: 7173: 7170: 7167: 7164: 7161: 7158: 7155: 7152: 7150:Remove Ships 7149: 7146: 7143: 7140: 7137: 7134: 7131: 7128: 7125: 7122: 7119: 7116: 7113: 7110: 7107: 7104: 7101: 7098: 7095: 7092: 7089: 7086: 7083: 7080: 7079: 7062: 7058: 7054: 7050: 7049: 7048: 7044: 7040: 7035: 7031: 7027: 7026: 7016: 7012: 7008: 7004: 7003: 7002: 7001: 6998: 6994: 6990: 6986: 6982: 6981: 6978: 6975: 6971: 6967: 6966: 6956: 6952: 6948: 6945: 6943: 6939: 6935: 6932: 6928: 6925: 6924: 6923: 6920: 6916: 6911: 6907: 6905: 6899: 6895: 6891: 6890: 6883: 6880: 6878: 6877: 6870: 6866: 6865: 6864: 6860: 6856: 6851: 6850: 6849: 6845: 6841: 6837: 6833: 6832: 6828: 6827: 6823: 6822: 6818: 6817: 6813: 6812: 6798: 6794: 6790: 6786: 6782: 6778: 6774: 6770: 6766: 6762: 6761: 6760: 6757: 6756: 6755: 6746: 6742: 6741: 6740: 6739: 6738: 6737: 6731: 6727: 6723: 6719: 6718: 6717: 6714: 6712: 6710: 6704: 6697: 6696:User subpages 6690: 6689: 6681: 6677: 6673: 6669: 6665: 6661: 6657: 6653: 6652: 6651: 6647: 6643: 6638: 6636: 6633: 6630: 6626: 6625: 6619: 6618: 6602: 6599: 6597: 6588: 6583: 6582: 6581: 6578: 6575: 6571: 6570: 6569: 6565: 6560: 6555: 6554: 6553: 6550: 6538: 6531: 6527: 6524:There are no 6523: 6522: 6519:... and so on 6518: 6515: 6512: 6509: 6506: 6505: 6497: 6494: 6492: 6482: 6481: 6472: 6469: 6460: 6456: 6455: 6454: 6451: 6442: 6437: 6436: 6435: 6430: 6426: 6420: 6416: 6413: 6412: 6411: 6408: 6399: 6395: 6394: 6386: 6382: 6378: 6374: 6370: 6366: 6362: 6361: 6358: 6354: 6348: 6342: 6338: 6336: 6332: 6328: 6323: 6322: 6319: 6315: 6311: 6307: 6304: 6284: 6280: 6274: 6268: 6266: 6261: 6257: 6252: 6251: 6250: 6246: 6242: 6234: 6233: 6232: 6229: 6227: 6225: 6218: 6217: 6216: 6212: 6206: 6200: 6199: 6198: 6193: 6189: 6184: 6183: 6182: 6178: 6172: 6166: 6165: 6164: 6159: 6155: 6150: 6149: 6148: 6145: 6143: 6141: 6135: 6131: 6130: 6129: 6124: 6120: 6115: 6114: 6113: 6109: 6105: 6100: 6099: 6089: 6085: 6081: 6077: 6076: 6075: 6070: 6064: 6063: 6061: 6053: 6052: 6037: 6033: 6029: 6025: 6024: 6023: 6022: 6019: 6015: 6011: 6007: 6003: 6002: 5999: 5996: 5987: 5983: 5979: 5978: 5960: 5957: 5947: 5946: 5945: 5942: 5936: 5934: 5929: 5928: 5927: 5924: 5914: 5913: 5912: 5908: 5907: 5905: 5900: 5895: 5894: 5893: 5889: 5885: 5881: 5880: 5879: 5875: 5874: 5872: 5867: 5862: 5858: 5854: 5853: 5848: 5845: 5842: 5838: 5837: 5823: 5819: 5815: 5811: 5810: 5809: 5806: 5804: 5794: 5793: 5792: 5788: 5784: 5780: 5772: 5767: 5766: 5765: 5762: 5758: 5757: 5745: 5741: 5738: 5737:Baseball Bugs 5734: 5733: 5732: 5731: 5730: 5729: 5722: 5718: 5714: 5710: 5709: 5708: 5707: 5706: 5705: 5698: 5694: 5690: 5686: 5685: 5684: 5680: 5676: 5669: 5668: 5667: 5664: 5662: 5660: 5654: 5653: 5650: 5646: 5642: 5638: 5637: 5630: 5626: 5622: 5618: 5617: 5616: 5612: 5608: 5604: 5603: 5602: 5598: 5594: 5590: 5589: 5581: 5578: 5577: 5576: 5566: 5565: 5562: 5558: 5554: 5547: 5543: 5542: 5538: 5534: 5530: 5529: 5524: 5523: 5515: 5512: 5510: 5487: 5483: 5460: 5456: 5446: 5437: 5436: 5426: 5422: 5418: 5411: 5410: 5409: 5405: 5401: 5397: 5396: 5385: 5381: 5380:Gun Powder Ma 5377: 5376: 5375: 5369: 5366: 5363: 5358: 5351: 5350: 5347: 5344: 5341: 5337: 5336: 5313: 5309: 5305: 5293: 5289: 5288: 5281: 5278: 5275: 5271: 5270: 5269: 5265: 5261: 5257: 5253: 5252: 5251: 5250: 5247: 5244: 5243: 5240: 5235: 5229: 5228:edit conflict 5224: 5223: 5220: 5217: 5212: 5211: 5203: 5198: 5194: 5189: 5182: 5175: 5174: 5171: 5168: 5165: 5157: 5148: 5147:edit conflict 5143: 5141: 5136: 5132: 5127: 5123: 5122: 5119: 5116: 5115: 5114: 5097: 5096: 5093: 5089: 5085: 5081: 5080: 5074:|RomajiTitle= 5067: 5056: 5048: 5042: 5041:edit conflict 5037: 5036: 5033: 5030: 5029: 5028: 5019: 5015: 5014: 5004: 5001: 4997: 4996: 4995: 4994: 4991: 4985: 4979: 4972: 4970: 4962: 4961: 4942: 4938: 4934: 4929: 4928: 4927: 4923: 4917: 4911: 4909: 4903: 4897: 4890: 4888: 4880: 4879: 4878: 4874: 4870: 4866: 4865: 4864: 4863: 4853: 4849: 4845: 4844:Nick Levinson 4841: 4840: 4839: 4835: 4831: 4827: 4823: 4822: 4810: 4807: 4806: 4805: 4796: 4792: 4791: 4790: 4787: 4783: 4782: 4781: 4778: 4777: 4772: 4771: 4767: 4764: 4763: 4753: 4750: 4749: 4744: 4743: 4737: 4736: 4735: 4730: 4724: 4710: 4707: 4706: 4701: 4700: 4695: 4687: 4686: 4685: 4682: 4680: 4678: 4672: 4671: 4670: 4666: 4662: 4658: 4657: 4656: 4653: 4651: 4649: 4643: 4642: 4641: 4636: 4629: 4628: 4627: 4626: 4625: 4624: 4619: 4614: 4610: 4604: 4601: 4600: 4599: 4596: 4595: 4590: 4589: 4584: 4580: 4579: 4569: 4565: 4557: 4556: 4555: 4552: 4551: 4544: 4543: 4533: 4530: 4529: 4524: 4523: 4518: 4514: 4513: 4512: 4508: 4504: 4500: 4499:WP:pipe trick 4496: 4495: 4477: 4474: 4471: 4466: 4465: 4457: 4454: 4453: 4448: 4447: 4442: 4441: 4438: 4434: 4430: 4425: 4424: 4419: 4416: 4415: 4410: 4409: 4403: 4399: 4398: 4397: 4396: 4391: 4388: 4387: 4382: 4381: 4376: 4375: 4374: 4373: 4315:categorylinks 4113: 4112: 4106: 4105: 4097: 4093: 4089: 4086:Thank you! — 4085: 4084: 4082: 4078: 4074: 4073: 4065: 4062: 4058: 4055:" beyond the 4053: 4049: 4045: 4040: 4039: 4033: 4028: 4027: 4024: 4019: 4018: 4015: 4012: 4001:Perhaps some 4000: 3997: 3993: 3992: 3989: 3986: 3981: 3980: 3970: 3965: 3960: 3959: 3950: 3946: 3945: 3944: 3939: 3933: 3932: 3930: 3919: 3912: 3908: 3903: 3897: 3896: 3894: 3882: 3881: 3880: 3876: 3872: 3865: 3858: 3857: 3848: 3844: 3840: 3835:Pigsonthewing 3831: 3825: 3824: 3823: 3818: 3812: 3811: 3809: 3801: 3800: 3799: 3795: 3791: 3786:Pigsonthewing 3782: 3776: 3775: 3774: 3771: 3768: 3764: 3760: 3759: 3749: 3746: 3742: 3738: 3734: 3730: 3726: 3721: 3715: 3712: 3708: 3707: 3706: 3703: 3699: 3698: 3697: 3696: 3695: 3690: 3684: 3683: 3681: 3673: 3669: 3668: 3646: 3642: 3639: 3617: 3616: 3615: 3612: 3610: 3608: 3602: 3598: 3594: 3593: 3592: 3588: 3585: 3563: 3562: 3561: 3558: 3556: 3554: 3547: 3543: 3542: 3541: 3537: 3534: 3512: 3508: 3504: 3500: 3499: 3498: 3494: 3490: 3483: 3480: 3479: 3478: 3474: 3471: 3449: 3448: 3447: 3443: 3439: 3432: 3431: 3428:on talk pages 3427: 3413: 3410: 3407: 3404: 3403: 3399: 3398: 3394: 3393: 3389: 3386: 3385: 3381: 3378: 3375: 3372: 3371: 3363: 3360: 3357: 3354: 3353: 3345: 3344: 3336: 3335: 3327: 3324: 3323: 3315: 3312: 3309: 3308: 3301: 3300: 3280: 3276: 3272: 3268: 3265:was moved to 3263: 3259: 3258: 3238: 3234: 3230: 3229: 3220: 3219: 3218: 3212: 3206: 3199: 3197: 3189: 3185: 3181: 3180: 3160: 3156: 3152: 3148: 3147: 3146: 3142: 3138: 3130: 3126: 3122: 3121: 3118: 3115: 3110: 3109: 3105: 3104: 3089: 3085: 3081: 3077: 3073: 3072: 3071: 3067: 3063: 3058: 3054: 3052: 3048: 3044: 3040: 3039: 3038: 3034: 3030: 3026: 3022: 3017: 3013: 3012: 3011: 3007: 3003: 2999: 2998: 2997: 2993: 2984: 2979: 2975: 2974: 2973: 2969: 2965: 2961: 2957: 2955: 2951: 2947: 2942: 2941: 2940: 2939: 2936: 2933: 2932: 2931: 2922: 2918: 2914: 2913: 2905: 2899: 2893: 2886: 2884: 2876: 2874: 2870: 2866: 2859: 2855: 2850: 2849: 2846: 2837: 2833: 2829: 2825: 2824: 2823: 2820: 2819: 2816: 2811: 2807: 2803: 2802: 2788: 2784: 2780: 2776: 2775: 2774: 2770: 2766: 2762: 2754: 2750: 2749: 2748: 2744: 2740: 2731: 2730: 2729: 2728: 2725: 2721: 2717: 2713: 2705: 2701: 2700: 2692: 2686: 2680: 2673: 2671: 2663: 2659: 2658: 2646: 2642: 2638: 2634: 2630: 2629:Help:Template 2626: 2625: 2624: 2621: 2618: 2602: 2601: 2600: 2596: 2592: 2581: 2572: 2566: 2560: 2550: 2549: 2542: 2541: 2535: 2530: 2529: 2526: 2516: 2512: 2510: 2505: 2499: 2498: 2496: 2488: 2487: 2484: 2481: 2478: 2473: 2469: 2468: 2459: 2456: 2453: 2449: 2433: 2432: 2431: 2426: 2420: 2419: 2417: 2409: 2401: 2393: 2392: 2391: 2390: 2389: 2388: 2383: 2380: 2377: 2373: 2359: 2355:Hello, world! 2341: 2337:|subst=subst: 2333:|subst=subst: 2326: 2313: 2308: 2297: 2296: 2294: 2287: 2280: 2277: 2276: 2275: 2270: 2264: 2263: 2261: 2253: 2252: 2249: 2248: 2244: 2235: 2230: 2225: 2224: 2206: 2203: 2196: 2193: 2192: 2191: 2190: 2186: 2181: 2180: 2177: 2172: 2171: 2170: 2166: 2162: 2161:Gun Powder Ma 2158: 2157: 2153: 2148: 2147: 2144: 2138: 2137: 2136: 2132: 2128: 2122: 2112: 2104: 2102: 2099: 2092: 2091: 2083: 2079: 2075: 2071: 2063: 2062:ticket system 2059: 2058: 2037: 2033: 2029: 2025: 2022: 2021: 2020: 2019: 2018: 2017: 2016: 2015: 2014: 2013: 2000: 1996: 1992: 1988: 1984: 1980: 1979: 1978: 1974: 1970: 1966: 1962: 1958: 1954: 1951:(which isn't 1950: 1946: 1942: 1941: 1940: 1937: 1935: 1934: 1927: 1926: 1925: 1921: 1917: 1913: 1908: 1907: 1906: 1905: 1904: 1903: 1898: 1894: 1890: 1886: 1885: 1884: 1883: 1873: 1870: 1866: 1863: 1859: 1855: 1850: 1847: 1846: 1844: 1840: 1837: 1835: 1832: 1831: 1829: 1828: 1827: 1824: 1820: 1816: 1812: 1811: 1807: 1806: 1799: 1795: 1794: 1792: 1787: 1781: 1780: 1779: 1775: 1771: 1767: 1758: 1757: 1756: 1753: 1747: 1743: 1739: 1738: 1732: 1729: 1726: 1723: 1719: 1716: 1715: 1714: 1713: 1705: 1702: 1698: 1694: 1693: 1689: 1688: 1683: 1680: 1676: 1672: 1668: 1667:strong typing 1664: 1660: 1655: 1654: 1653: 1649: 1648: 1646: 1641: 1636: 1632: 1629: 1625: 1624: 1623: 1620: 1619: 1614: 1613: 1602: 1571: 1570: 1558: 1549: 1544: 1539: 1534: 1533: 1532: 1531: 1527: 1523: 1522: 1519: 1515: 1511: 1507: 1503: 1502: 1492: 1491: 1490: 1489: 1488: 1487: 1477: 1476: 1475: 1474: 1473: 1472: 1454: 1449: 1445: 1440: 1436: 1435: 1431: 1426: 1425: 1422: 1417: 1415: 1411: 1407: 1403: 1402: 1401: 1400: 1399: 1398: 1397: 1396: 1395: 1394: 1385: 1382: 1379: 1377:contributions 1374: 1371: 1366: 1363: 1357: 1356: 1355: 1354: 1353: 1352: 1351: 1350: 1340: 1339: 1338: 1337: 1336: 1335: 1334: 1333: 1326: 1322: 1318: 1313: 1309: 1305: 1304: 1303: 1302: 1301: 1300: 1295: 1292: 1290:contributions 1287: 1284: 1279: 1276: 1270: 1269: 1268: 1267: 1260: 1259: 1258: 1257: 1254: 1249: 1245: 1240: 1235: 1231: 1230: 1222: 1218: 1212: 1206: 1205: 1197: 1193: 1189: 1185: 1181: 1177: 1173: 1171: 1167: 1163: 1159: 1155: 1154: 1144: 1141: 1133: 1126: 1125: 1123: 1122: 1121: 1117: 1113: 1109: 1101: 1100: 835:'bodyContent' 517: 513: 509: 505: 504: 503: 499: 498: 496: 491: 486: 485: 484: 481: 480: 473: 471: 467: 463: 459: 458: 445: 441: 437: 429: 425: 424: 408: 403: 397: 396: 394: 386: 382: 378: 374: 373: 372: 369: 368: 363: 362: 357: 356:File:Wiki.png 353: 352: 351: 346: 340: 339: 337: 329: 325: 321: 320: 319: 315: 311: 307: 303: 302: 301: 298: 292: 291: 288: 281: 278: 274: 270: 266: 260: 256: 252: 245: 241: 236: 235: 234: 231: 227: 226: 225: 224: 219: 215: 214: 209: 204: 195: 194: 193: 188: 183: 175: 174:Google Chrome 171: 170: 160: 157: 156: 153: 150: 145: 141: 137: 133: 131: 128: 127: 124: 119: 118: 117: 113: 112: 107: 102: 92: 91: 88: 69: 68:Miscellaneous 66: 64: 61: 59: 56: 52: 47: 44: 42: 39: 37: 34: 33: 32: 31: 27: 26: 19: 13867: 13858: 13790: 13782: 13731: 13703: 13675: 13631: 13577: 13572: 13483: 13399: 13356: 13313: 13283: 13245: 13244: 13216: 13201: 13076: 12924:WhatamIdoing 12893: 12862: 12815: 12718: 12685: 12623: 12583: 12527: 12484:You can try 12463: 12411: 12361: 12297:— Preceding 12264: 12186: 12185: 12157: 12151: 12115: 12109: 12097: 12083:instead, or 12048: 12047: 12015: 12014: 11899: 11858: 11768: 11685: 11679: 11673: 11606: 11602: 11510: 11495:different? - 11492: 11484: 11477:&#x0070; 11466: 11460: 11452: 11445:&#x0070; 11424: 11420: 11398: 11397: 11289: 11250: 11249: 11237: 11236: 11165:<img: --> 11147: 11135: 11099: 11095: 11049: 11017: 11001: 11000: 10923: 10922: 10874: 10841: 10775: 10709: 10667: 10630: 10625: 10620: 10615: 10612: 10606: 10588: 10564: 10559: 10554: 10549: 10546: 10527: 10522: 10517: 10512: 10509: 10495: 10468:— Preceding 10454: 10449: 10444: 10439: 10436: 10415: 10414: 10407: 10279: 10127: 10103: 10099: 10095: 10091: 10087: 10083: 10079: 10075: 10071: 10067: 10010: 10006: 9818: 9812: 9775: 9768: 9748: 9724:Sailsbystars 9674: 9533: 9449:usual speed. 9422: 9390: 9389: 9381: 9377: 9309: 9308: 9279: 9274: 9273: 9264: 9257: 9190:</tr: --> 9168: 9164: 9121: 9064: 9016: 8714: 8606: 8517: 8511: 8403: 8330: 8254: 8253: 8237: 8223: 8151: 8145: 8099: 8098: 8046: 8045: 7980:importScript 7956: 7952:after saving 7951: 7941: 7935: 7919:in this case 7918: 7897: 7306:Remove Misc 7069:Book Creator 6969: 6909: 6901: 6875: 6874: 6784: 6772: 6764: 6749: 6748: 6708: 6595: 6586: 6490: 6440: 6418: 6397: 6368: 6340: 6236:Options: --> 6223: 6139: 6059: 6058: 5903: 5902: 5870: 5869: 5860: 5802: 5658: 5570: 5569: 5546:MOS:COLLAPSE 5536: 5532: 5508: 5444: 5300:<ref: --> 5241: 5238: 5156:italic title 5108: 5107: 5102:, then show 5077: 5022: 5021: 4968: 4886: 4799: 4798: 4775: 4769: 4747: 4741: 4704: 4698: 4676: 4647: 4593: 4587: 4582: 4546: 4527: 4521: 4487:<ref: --> 4451: 4445: 4413: 4407: 4401: 4385: 4379: 4056: 4021: 3955: 3928: 3927: 3892: 3891: 3843:Andy's edits 3830:Andy Mabbett 3807: 3806: 3794:Andy's edits 3781:Andy Mabbett 3735:). See also 3679: 3678: 3606: 3552: 3545: 3502: 3271:Adamtheclown 3222: 3195: 3128: 3123:I installed 3107: 3106: 3015: 2925: 2924: 2882: 2858:Works for me 2857: 2817: 2814: 2799:Book Creator 2777:Thank you - 2669: 2523: 2494: 2493: 2448:Template:foo 2415: 2414: 2407: 2399: 2292: 2259: 2258: 2226: 2174: 2141: 1982: 1964: 1956: 1952: 1944: 1932: 1931: 1861: 1809: 1808: 1790: 1789: 1691: 1690: 1658: 1644: 1643: 1617: 1611: 1606:}} produces 1601:deliberately 1600: 1596:}} produces 1586:<ref: --> 1575:}} produces 1547:}}" → "<" 1528:the results: 1525: 1419: 1380: 1372: 1364: 1308:scroll wheel 1293: 1285: 1277: 1233: 1136:importScript 646:'):(+)": --> 494: 493: 475: 427: 392: 391: 376: 366: 360: 335: 334: 305: 244:Works for me 243: 198: 181:Perseus, Son 147: 125: 122: 96: 30:Village pump 28: 13248:Hydroxonium 13011:all gone.-- 11493:explainable 11193:<tr: --> 11189:<th: --> 11185:<td: --> 11181:<li: --> 11177:<dt: --> 11173:<dd: --> 11161:<hr: --> 11157:<br: --> 10957:What about 10739:PrimeHunter 9191:<tr: --> 9188:<th: --> 9187:<tr: --> 8954:Gavia immer 8909:Gavia immer 8776:jsfouche ☽☾ 6910:"more then" 6840:Someguy1221 6642:Volker.haas 6530:magic words 6421:. — Martin 6377:Phoenix7777 6272:Powergate92 6204:Powergate92 6170:Powergate92 6104:Skier Dude2 5535:, Livro I, 5304:PrimeHunter 5298:instead of 4933:Doc Strange 4869:Doc Strange 4793:Please see 4605:. — Carl 4231:'_language' 4186:'%\_people' 4003:<tr: --> 3839:Andy's talk 3790:Andy's talk 3729:Preferences 3186:instead of 3080:Killiondude 2810:wiki markup 2286:hello world 2227:Moved from 1981:What about 1953:necessarily 1945:necessarily 1546:<b/: --> 1361:Vchimpanzee 1274:Vchimpanzee 1072:createLinks 961:createLinks 541:createLinks 381:cached copy 13845:cobaltcigs 13781:some bots 13510:DuncanHill 13145:Page views 13058:removed it 13015:SPhilbrick 12997:SPhilbrick 12840:Dougweller 12792:Dougweller 12732:Expand Tag 12520:Sure, see 12102:<p: --> 12085:<b: --> 11740:SPhilbrick 11489:&#112; 11169:<p: --> 11094:Maybe the 9980:Platonides 9906:SlimVirgin 9841:SlimVirgin 9596:SunCreator 9587:SunCreator 8837:toolserver 8388:ClemRutter 8240:DRosenbach 8218:|icon_nr=1 8071:Darkskynet 7880:Skier Dude 6915:good thing 6855:AerobicFox 6613:Book Error 6346:Skier Dude 5986:#mediawiki 5761:cobaltcigs 5531:Heródoto, 5292:WP:REFNAME 5181:Birth date 5000:SunCreator 4915:Skier Dude 4728:SlimVirgin 4634:SlimVirgin 4564:his otters 4549:Jim Miller 4303:page_title 4246:page_title 4180:page_title 4150:page_title 4132:page_title 4026:Farmbrough 4011:cobaltcigs 2983:This, that 2528:Farmbrough 2396:safesubst: 2234:This, that 2179:Farmbrough 2146:Farmbrough 1722:Javascript 1675:concurrent 1424:Farmbrough 1210:Skier Dude 1151:Orange bar 796:&& 778:wgPageName 775:&& 508:Dougweller 478:obi2canibe 462:Dougweller 51:persistent 13825:OrangeDog 13728:Proposals 13464:OrangeDog 13189:?dir=prev 12982:null edit 12439:OrangeDog 12381:DThomsen8 12303:VeryPunny 11317:Trident13 11238:NeilHynes 10370:this edit 9683:WP:CANVAS 9671:MediaWiki 9339:QuickHare 9280:pre-table 9205:HTML Tidy 9012:WP:BOTREQ 9010:You want 8924:HumphreyW 8875:HumphreyW 8850:solution. 8743:Peachey88 8729:MediaWiki 8352:OrangeDog 8304:OrangeDog 7702:OrangeDog 7589:instead. 7081:Series's 6983:Yup, try 6970:affecting 6672:QuickHare 6656:QuickHare 6629:Eloquence 6537:editcount 6260:talk page 6192:talk page 6158:talk page 6136:for now. 6123:talk page 5593:Nigel Ish 5533:Histórias 5216:Jarry1250 5188:OrangeDog 5126:OrangeDog 5050:example, 5016:By using 4126:substring 3949:this page 3883:Adding a 3756:URL issue 3016:anonymous 2989:the other 2917:CheckUser 2877:Fixed it 2828:Acather96 2753:bugzilla: 2704:Sequencer 2655:Reverting 2514:properly. 2240:the other 1957:Knowledge 1561:10}}" → " 1542:}}" → "a" 1537:}}" → " " 1526:do affect 1495:}}" → " " 1439:OrangeDog 1239:OrangeDog 1234:Knowledge 1084:innerHTML 1066:innerHTML 973:innerHTML 955:innerHTML 895:'coMULTI' 176:doesn't. 46:Proposals 41:Technical 13635:contribs 13624:RHaworth 12942:Garion96 12856:User:Wik 12780:Garion96 12549:Shimgray 12457:Thanks! 12311:contribs 12299:unsigned 12240:Garion96 12090:HTML 3.2 11134:Firefox 11100:supposed 10934:Str_find 10482:contribs 10470:unsigned 10344:Interior 10309:Interior 10256:contribs 10210:contribs 10176:contribs 9366:Dylan620 9322:Thanks. 9284:dislexia 9209:tag soup 8794:\x7b\x7b 8548:to your 8212:See the 7992:to your 7538:contribs 7530:Headbomb 7051:Thanks! 6876:Rjwilmsi 6773:gracias' 6769:whoomahh 5689:Kotniski 5639:Indeed. 5607:Kotniski 5357:Huntster 4784:Thanks! 4583:estimate 4503:Kotniski 4462:HTTP 404 4429:VegaDark 3295:Resolved 3255:Resolved 3177:Resolved 3151:AnonMoos 2769:contribs 2720:contribs 2637:Kotniski 2635:was). -- 2555:and the 2472:the code 2398:exactly 2198:·Maunus· 2078:contribs 1959:), with 1949:here too 1933:Rjwilmsi 1774:contribs 1262:problem. 1162:Tikiwont 1116:contribs 823:document 799:wgAction 538:function 58:Idea lab 13805:scripts 13690:scripts 13593:format= 13436:Kingpin 13298:scripts 13231:scripts 13050:hang on 12870:llywrch 12863:central 12752:Windows 12638:scripts 12598:scripts 12486:Firefox 12426:scripts 12279:scripts 12137:Wikid77 12037:Wikid77 11998:Wikid77 11977:" as: " 11643:Wikid77 11603:editors 11304:scripts 11266:Wikid77 11082:Wikid77 10942:Wikid77 10790:scripts 10758:Ludwigs 10724:scripts 10651:Ludwigs 10220:Kaldari 10154:Wikid77 9946:Kudpung 9874:Kudpung 9798:Nyttend 9789:Wikid77 9688:Wikid77 9647:Maile66 9583:Maile66 9561:Arjayay 9548:scripts 9512:Arjayay 9509:sites). 9479:Maile66 9437:scripts 9288:Wikid77 8734:Wikid77 8683:Wikid77 8679:WP:SOCK 8661:charity 8550:skin.js 8193:Kingpin 7871:Reflist 7861:Reflist 7833:Wikid77 7817:Patrick 7770:Patrick 7750:Wikid77 7542:physics 7053:Maile66 7039:Arjayay 7007:Mjroots 6989:Kingpin 6931:WP:DWAP 6919:Wikid77 6589:wiki. 6241:Kingpin 6224:Prodego 6140:Prodego 6080:Kingpin 6010:rainman 5884:Kudpung 5740:carrots 5641:GoodDay 5621:GoodDay 5539:, 100 4983:scripts 4958:Comment 4937:Logbook 4901:scripts 4873:Logbook 4677:Prodego 4661:Nyttend 4648:Prodego 4327:cl_from 4321:page_id 4061:Wikid77 3985:Wikid77 3607:Prodego 3553:Prodego 3210:scripts 3114:Wikid77 3029:Splarka 2897:scripts 2684:scripts 2127:Kingpin 1983:English 1969:Kingpin 1916:Kingpin 1889:Maile66 1823:Wikid77 1701:Wikid77 1679:Wikid77 1628:Wikid77 1552:}}" → " 1510:Patrick 712:replace 691:|$ 2]]' 672:replace 648:\\]\\]' 601:replace 568:replace 186:of Zeus 13734:Johnny 13706:Johnny 13648:Anomie 13601:Anomie 13599:test. 13541:Anomie 13486:Johnny 13418:rose64 13396:Manish 13387:WP:BLP 13276:WP:RFA 13272:WP:FAC 13198:Manish 13067:Ucucha 12986:Ucucha 12973:Ucucha 12945:(talk) 12783:(talk) 12744:Fences 12688:dokter 12570:Ucucha 12494:Chrome 12460:Manish 12367:NSH001 12343:rose64 12243:(talk) 12129:e-mail 12098:reduce 11771:dokter 11656:DePiep 11611:DePiep 11559:DePiep 11519:DePiep 11497:DePiep 11429:DePiep 11425:typing 11401:dokter 11379:IPAsym 11364:IPAsym 11354:IPAsym 11210:rose64 11148:cannot 11030:rose64 10908:Ucucha 10895:Ucucha 10857:rose64 10821:DePiep 10418:dokter 10392:page.— 10374:Anomie 10363:Glitch 10348:(Talk) 10313:(Talk) 10132:DePiep 10108:DePiep 10052:DePiep 10032:DePiep 9925:NSH001 9757:Sahara 9710:NSH001 9465:rose64 9393:dokter 9305:Jayron 9225:Ucucha 9213:Anomie 9196:Ucucha 9174:DePiep 9151:Ucucha 8982:Ucucha 8973:Ucucha 8942:Ucucha 8894:Ucucha 8798:Anomie 8792:" to " 8671:WP:VPP 8632:rose64 8558:Anomie 8532:Kelisi 8481:Anomie 8424:DMacks 8337:Jc3s5h 8257:dokter 8216:(use " 8163:DePiep 8121:IPAsym 8049:dokter 8012:DePiep 7961:DePiep 7902:DePiep 6789:DePiep 6777:DePiep 6722:DePiep 6592:Manish 6545:Snotty 6487:Manish 6464:Snotty 6446:Snotty 6403:Snotty 6400:|}}. 6062:dokter 5991:Snotty 5952:Snotty 5919:Snotty 5850:exist? 5799:Manish 5675:rose64 5553:rose64 5505:Manish 5417:rose64 5274:Anomie 5239:Please 5164:Anomie 4786:Helder 4470:Anomie 4402:indeed 4300:select 4243:select 4219:concat 4213:having 4144:length 4123:select 3947:I use 3931:dokter 3918:google 3895:dokter 3864:google 3833:(User: 3810:dokter 3784:(User: 3767:Anomie 3745:Helder 3733:script 3682:dokter 3601:WP:VPR 3489:rose64 3438:rose64 3137:rose64 2991:(talk) 2986:, and 2865:rose64 2815:Please 2617:Anomie 2591:rose64 2584:subst: 2575:subst: 2569:subst: 2563:subst: 2557:subst: 2545:subst: 2497:dokter 2477:Anomie 2452:Anomie 2418:dokter 2376:Anomie 2365:" is " 2262:dokter 2242:(talk) 2237:, and 2111:nobots 2028:Harriv 1869:Helder 1746:Ruslik 1663:macros 1140:Helder 1042:length 1000:'span' 931:length 889:'span' 805:'view' 730:return 634:RegExp 436:rose64 395:dokter 338:dokter 277:Helder 251:rose64 123:Please 36:Policy 13789:Gary 13763:MER-C 13674:Gary 13613:MER-C 13553:MER-C 13531:MER-C 13400:Earth 13363:talk 13320:talk 13282:Gary 13215:Gary 13202:Earth 13083:talk 12902:COMMS 12897:ƒETCH 12865:Asia, 12748:& 12651:kwami 12622:Gary 12582:Gary 12506:names 12502:Allen 12492:, or 12490:Opera 12464:Earth 12410:Gary 12263:Gary 12158:melon 12152:Happy 12133:email 12116:melon 12110:Happy 12013:. --- 11900:Nakon 11859:Nakon 11815:anion 11686:melon 11680:Happy 11467:melon 11461:Happy 11288:Gary 11251:Edits 11144:below 11107:Adler 10999:. --- 10981:Svick 10774:Gary 10708:Gary 10326:Svick 10288:COMMS 10283:ƒETCH 9870:EGPRS 9819:melon 9813:Happy 9532:Gary 9421:Gary 9382:outer 9378:inner 9073:COMMS 9068:ƒETCH 9046:names 9042:Allen 9025:COMMS 9020:ƒETCH 8814:16888 8518:melon 8512:Happy 8152:melon 8146:Happy 7998:Svick 7942:melon 7936:Happy 7591:Svick 7560:Svick 7546:books 6947:Svick 6785:could 6747:. --- 6596:Earth 6491:Earth 5857:there 5814:Nageh 5803:Earth 5783:Nageh 5509:Earth 5260:Svick 5242:Stand 5106:? --- 5079:Farix 5020:. --- 4967:Gary 4885:Gary 4830:Svick 4776:melon 4770:Happy 4766:T8776 4748:melon 4742:Happy 4705:melon 4699:Happy 4594:melon 4588:Happy 4528:melon 4522:Happy 4517:T4700 4452:melon 4446:Happy 4414:melon 4408:Happy 4386:melon 4380:Happy 4345:cl_to 4330:where 4255:where 4177:where 4120:: --> 4117:mysql 4088:kwami 4077:Svick 3957:Chzz 3597:WT:PC 3194:Gary 2978:these 2881:Gary 2818:Stand 2668:Gary 2586:". -- 2444:foo}} 2438:foo}} 1991:Agony 1856:But, 1742:essay 1673:, or 1618:melon 1612:Happy 1188:Svick 1006:'co1' 847:'pre' 784:match 678:reCat 625:reCat 367:melon 361:Happy 207:COMMS 202:ƒETCH 126:Stand 105:COMMS 100:ƒETCH 16:< 13799:talk 13791:King 13684:talk 13676:King 13629:talk 13514:talk 13440:talk 13432:this 13422:talk 13389:and 13292:talk 13284:King 13225:talk 13217:King 13191:(or 13123:talk 13035:talk 12968:this 12928:talk 12874:talk 12844:talk 12816:xeno 12796:talk 12719:xeno 12697:) — 12694:talk 12655:talk 12632:talk 12624:King 12592:talk 12584:King 12553:talk 12528:xeno 12420:talk 12412:King 12385:talk 12371:talk 12362:Done 12347:talk 12307:talk 12273:talk 12265:King 11988:The 11983:HTML 11834:talk 11830:Morn 11819:talk 11812:Nilf 11780:) — 11777:talk 11660:talk 11615:talk 11583:Emil 11563:talk 11549:talk 11523:talk 11515:#if: 11501:talk 11453:that 11447:and 11433:talk 11419:"p" 11407:Talk 11356:|p}} 11337:Ffdc 11321:talk 11298:talk 11290:King 11282:here 11214:talk 11200:and 11191:and 11163:and 11127:and 11104:Hans 11034:talk 10985:talk 10875:xeno 10861:talk 10842:both 10825:talk 10784:talk 10776:King 10743:talk 10718:talk 10710:King 10668:xeno 10639:talk 10607:Done 10589:xeno 10573:talk 10536:talk 10496:xeno 10478:talk 10474:Rafy 10463:talk 10424:Talk 10408:four 10394:Emil 10330:talk 10252:talk 10224:talk 10206:talk 10172:talk 10136:talk 10112:talk 10088:From 10078:PDF 10072:From 10056:talk 10048:here 10036:talk 9984:talk 9966:talk 9950:talk 9929:talk 9878:talk 9802:talk 9728:talk 9714:talk 9651:talk 9609:talk 9565:talk 9542:talk 9534:King 9516:talk 9500:talk 9483:talk 9469:talk 9431:talk 9423:King 9399:Talk 9362:Dell 9343:talk 9328:talk 9178:talk 9169:more 9122:with 8958:talk 8928:talk 8913:talk 8879:talk 8861:talk 8780:Talk 8758:Lupo 8687:talk 8636:talk 8607:xeno 8585:talk 8552:and 8546:here 8536:talk 8428:talk 8412:Emil 8392:talk 8341:talk 8284:see 8263:Talk 8224:xeno 8197:talk 8167:talk 8136:|p}} 8123:|p}} 8075:talk 8055:Talk 8016:talk 8002:talk 7965:talk 7906:talk 7886:talk 7821:talk 7797:talk 7774:talk 7610:talk 7595:talk 7578:talk 7564:talk 7534:talk 7057:talk 7043:talk 7011:talk 6993:talk 6951:talk 6859:talk 6844:talk 6793:talk 6781:talk 6743:See 6726:talk 6709:xeno 6676:talk 6660:talk 6646:talk 6574:Emil 6547:Wong 6466:Wong 6448:Wong 6429:talk 6425:MSGJ 6405:Wong 6381:talk 6352:talk 6331:talk 6314:talk 6278:Talk 6256:J04n 6245:talk 6210:Talk 6188:J04n 6176:Talk 6154:J04n 6119:J04n 6108:talk 6084:talk 6068:Talk 6032:talk 6014:talk 6008:. -- 5993:Wong 5954:Wong 5921:Wong 5888:talk 5818:talk 5787:talk 5717:talk 5713:Deor 5693:talk 5679:talk 5659:xeno 5645:talk 5625:talk 5611:talk 5597:talk 5557:talk 5548:. -- 5537:Clio 5445:Done 5421:talk 5404:talk 5384:talk 5340:Emil 5308:talk 5264:talk 5045:The 4977:talk 4969:King 4921:talk 4895:talk 4887:King 4848:talk 4834:talk 4665:talk 4613:talk 4507:talk 4433:talk 4312:join 4309:page 4306:from 4288:name 4252:page 4249:from 4225:name 4183:like 4174:page 4171:from 4168:name 4092:talk 4081:talk 4023:Rich 3937:Talk 3901:Talk 3875:talk 3871:DoRD 3816:Talk 3761:Use 3739:and 3688:Talk 3641:chat 3587:chat 3546:very 3536:chat 3493:talk 3484:. -- 3473:chat 3442:talk 3275:talk 3233:talk 3228:anaɢ 3204:talk 3196:King 3155:talk 3141:talk 3084:talk 3066:talk 3047:talk 3033:rant 3006:talk 2968:talk 2950:talk 2891:talk 2883:King 2869:talk 2832:talk 2783:talk 2765:talk 2743:talk 2716:talk 2678:talk 2670:King 2641:talk 2595:talk 2525:Rich 2503:Talk 2424:Talk 2408:that 2400:does 2293:name 2268:Talk 2231:. — 2176:Rich 2165:talk 2143:Rich 2131:talk 2121:bots 2074:talk 2032:talk 1995:talk 1973:talk 1961:this 1920:talk 1893:talk 1770:talk 1751:Zero 1514:talk 1421:Rich 1410:talk 1369:talk 1321:talk 1282:talk 1216:talk 1192:talk 1182:and 1166:talk 1112:talk 1033:< 922:< 654:'gi' 512:talk 466:talk 440:talk 428:does 401:Talk 344:Talk 314:talk 255:talk 246:. -- 230:Leyo 155:7754 152:chen 13871:Foo 13862:Foo 13756:XML 13740:Nin 13712:Nin 13578:was 13573:any 13492:Nin 13416:Red 13358:DGG 13315:DGG 13119:Kww 13078:DGG 13031:Kww 12829:ΔT 12769:ΔT 12524:. – 12341:Red 12125:--> 11981:". 11855:. 11800:--> 11487:is 11208:Red 11136:may 11098:is 11028:Red 11018:any 10855:Red 10610:-- 10341:The 10306:The 10130:. - 10082:LRE 10074:LRE 9633:man 9628:Reh 9463:Red 9242:re3 9158:re2 8811:Jac 8630:Red 8509:? 8293:ΔT 8138:is 8134:IPA 8102:man 8095:Mr. 7898:But 7856:or 6836:AWB 6775:. - 6765:get 6705:. – 6587:own 6528:or 6441:not 5937:can 5906:man 5899:Mr. 5873:man 5866:Mr. 5673:Red 5568:--- 5551:Red 5475:or 5415:Red 5323:Bot 5104:bar 5100:foo 5018:AWB 4609:CBM 4354:)); 4342:and 4291:not 4282:and 4267:and 4201:and 4189:and 3885:tld 3837:); 3788:); 3599:or 3487:Red 3436:Red 3135:Red 2863:Red 2589:Red 2310:--> 2117:or 2096:ΔT 1860:, " 1793:man 1786:Mr. 1720:Is 1647:man 1640:Mr. 1589:or 1573:--> 1508:.-- 1012:for 994:pre 901:for 883:pre 868:var 859:pre 817:pre 814:var 640:'\\ 631:new 622:var 619://] 613:']' 586://] 580:']' 553://] 497:man 490:Mr. 434:Red 421:Lag 387:). 295:ΔT 249:Red 142:). 63:WMF 13832:• 13802:· 13783:do 13743:ja 13737:Mr 13715:ja 13709:Mr 13687:· 13516:) 13495:ja 13489:Mr 13471:• 13462:. 13442:) 13424:) 13365:) 13322:) 13295:· 13274:, 13263:) 13228:· 13125:) 13085:) 13053:}} 13047:{{ 13037:) 12930:) 12876:) 12846:) 12798:) 12741:. 12682:— 12657:) 12635:· 12595:· 12555:| 12551:| 12488:, 12446:• 12423:· 12387:) 12373:) 12349:) 12338:-- 12336:}} 12332:{{ 12313:) 12309:• 12276:· 12187:— 12049:— 12016:— 11836:) 11828:-- 11821:) 11765:— 11674:is 11662:) 11617:) 11599:}} 11595:{{ 11586:J. 11565:) 11551:) 11525:) 11503:) 11457::D 11435:) 11421:is 11410:— 11404:• 11395:— 11383:→ 11377:{{ 11368:→ 11362:{{ 11352:{{ 11340:}} 11334:{{ 11323:) 11301:· 11216:) 11187:, 11183:, 11179:, 11175:, 11159:, 11070:20 11036:) 11002:— 10987:) 10977:20 10863:) 10844:of 10827:) 10787:· 10745:) 10721:· 10484:) 10480:• 10427:— 10421:• 10412:— 10397:J. 10332:) 10258:) 10254:• 10248:DJ 10244:Th 10226:) 10212:) 10208:• 10202:DJ 10198:Th 10178:) 10174:• 10168:DJ 10164:Th 10152:-- 10138:) 10114:) 10100:20 10096:to 10094:‬ 10092:10 10084:20 10080:to 10076:10 10058:) 10038:) 9986:) 9968:) 9952:) 9931:) 9923:-- 9880:) 9804:) 9730:) 9716:) 9653:) 9611:) 9567:) 9545:· 9528:. 9518:) 9502:) 9485:) 9471:) 9434:· 9402:— 9396:• 9387:— 9345:) 9330:) 9312:32 9180:) 9165:no 9115:re 9014:. 8952:— 8930:) 8907:— 8881:) 8863:) 8790:{{ 8689:) 8638:) 8625:}} 8621:{{ 8587:) 8538:) 8430:) 8415:J. 8410:.— 8394:) 8386:-- 8359:• 8343:) 8311:• 8266:— 8260:• 8251:— 8199:) 8169:) 8132:{{ 8119:{{ 8100:Z- 8077:) 8058:— 8052:• 8043:— 8041:. 8018:) 8004:) 7989:); 7967:) 7957:or 7908:) 7889:) 7874:}} 7868:{{ 7864:}} 7858:{{ 7823:) 7799:) 7776:) 7709:• 7612:) 7597:) 7580:) 7566:) 7544:/ 7540:/ 7536:/ 7059:) 7045:) 7013:) 6995:) 6953:) 6861:) 6846:) 6795:) 6750:— 6728:) 6699:}} 6693:{{ 6678:) 6662:) 6648:) 6577:J. 6540:}} 6534:{{ 6427:· 6383:) 6355:) 6333:) 6316:) 6247:) 6110:) 6086:) 6071:— 6065:• 6056:— 6034:) 6016:) 5904:Z- 5890:) 5871:Z- 5843:)? 5820:) 5789:) 5742:→ 5719:) 5695:) 5681:) 5647:) 5627:) 5613:) 5599:) 5571:— 5559:) 5488:∗ 5461:⋆ 5423:) 5406:) 5355:— 5343:J. 5310:) 5266:) 5258:. 5195:• 5184:}} 5178:{{ 5159:}} 5153:{{ 5133:• 5109:— 5090:) 5086:| 5058:}} 5052:{{ 5023:— 4980:· 4924:) 4898:· 4850:) 4836:) 4828:. 4800:— 4690:;D 4667:) 4611:· 4562:, 4509:) 4435:) 4318:on 4294:in 4279:)) 4237:in 4165:as 4094:) 4083:) 4029:, 3963:► 3940:— 3934:• 3925:— 3921:}} 3915:{{ 3904:— 3898:• 3889:— 3877:) 3867:}} 3861:{{ 3841:; 3819:— 3813:• 3804:— 3792:; 3743:. 3731:/ 3691:— 3685:• 3676:— 3674:. 3603:. 3503:un 3495:) 3444:) 3277:) 3235:) 3207:· 3190:. 3157:) 3143:) 3132:-- 3129:do 3086:) 3068:) 3049:) 3035:) 3008:) 2970:) 2952:) 2926:— 2894:· 2871:) 2834:) 2785:) 2771:) 2767:• 2761:DJ 2757:Th 2745:) 2737:- 2722:) 2718:• 2712:DJ 2708:Th 2681:· 2643:) 2597:) 2553:{{ 2531:, 2506:— 2500:• 2491:— 2450:. 2427:— 2421:• 2412:— 2289:}} 2283:{{ 2271:— 2265:• 2256:— 2182:, 2167:) 2149:, 2133:) 2119:{{ 2114:}} 2108:{{ 2080:) 2076:• 2070:DJ 2066:Th 2034:) 1997:) 1975:) 1922:) 1895:) 1864:". 1791:Z- 1776:) 1772:• 1766:DJ 1762:Th 1669:, 1645:Z- 1516:) 1446:• 1427:, 1412:) 1323:) 1246:• 1219:) 1194:) 1186:. 1178:, 1168:) 1118:) 1114:• 1108:DJ 1104:Th 1087:); 1051:++ 1009:); 976:); 940:++ 898:); 853:if 850:); 838:). 802:== 766:== 760:|| 754:== 742:if 727:); 694:); 657:); 616:); 583:); 550:){ 514:) 495:Z- 468:) 442:) 404:— 398:• 389:— 379:a 377:is 347:— 341:• 332:— 316:) 306:if 275:. 257:) 149:Rs 138:, 13836:) 13834:ε 13830:τ 13828:( 13808:) 13796:( 13693:) 13681:( 13651:⚔ 13637:) 13632:· 13627:( 13604:⚔ 13569:) 13565:( 13544:⚔ 13512:( 13475:) 13473:ε 13469:τ 13467:( 13438:( 13420:( 13361:( 13318:( 13301:) 13289:( 13260:O 13258:3 13256:H 13253:( 13234:) 13222:( 13121:( 13081:( 13033:( 13020:T 13002:T 12926:( 12907:/ 12894:/ 12872:( 12842:( 12794:( 12691:( 12686:E 12653:( 12641:) 12629:( 12601:) 12589:( 12504:4 12450:) 12448:ε 12444:τ 12442:( 12429:) 12417:( 12383:( 12369:( 12345:( 12305:( 12282:) 12270:( 12229:3 12226:8 12223:F 12220:J 12217:T 12214:C 12155:‑ 12113:‑ 11974:] 11968:3 11965:8 11962:F 11959:J 11956:T 11953:C 11932:3 11929:8 11926:F 11923:J 11920:T 11917:C 11887:3 11884:8 11881:F 11878:J 11875:T 11872:C 11832:( 11817:( 11774:( 11769:E 11745:T 11727:3 11724:8 11721:F 11718:J 11715:T 11712:C 11683:‑ 11658:( 11613:( 11561:( 11547:( 11521:( 11499:( 11481:p 11464:‑ 11449:p 11431:( 11399:E 11319:( 11307:) 11295:( 11243:- 11212:( 11096:n 11077:] 11067:a 11064:v 11061:o 11058:n 11055:e 11052:J 11032:( 10983:( 10975:a 10972:v 10969:o 10966:n 10963:e 10960:J 10859:( 10838:) 10834:( 10823:( 10793:) 10781:( 10761:2 10741:( 10727:) 10715:( 10654:2 10631:y 10626:f 10621:a 10616:R 10565:y 10560:f 10555:a 10550:R 10528:y 10523:f 10518:a 10513:R 10476:( 10455:y 10450:f 10445:a 10440:R 10416:E 10377:⚔ 10328:( 10293:/ 10280:/ 10250:( 10246:e 10242:— 10222:( 10204:( 10200:e 10170:( 10166:e 10162:— 10134:( 10110:( 10098:‪ 10090:‪ 10054:( 10034:( 10013:. 10011:t 10007:t 9982:( 9964:( 9948:( 9927:( 9876:( 9816:‑ 9800:( 9726:( 9712:( 9649:( 9607:( 9563:( 9551:) 9539:( 9514:( 9498:( 9481:( 9467:( 9440:) 9428:( 9391:E 9341:( 9326:( 9216:⚔ 9176:( 9172:- 9078:/ 9065:/ 9044:4 9030:/ 9017:/ 8960:) 8956:( 8926:( 8915:) 8911:( 8877:( 8859:( 8801:⚔ 8685:( 8634:( 8583:( 8561:⚔ 8534:( 8515:‑ 8484:⚔ 8426:( 8390:( 8363:) 8361:ε 8357:τ 8355:( 8339:( 8331:, 8315:) 8313:ε 8309:τ 8307:( 8255:E 8195:( 8165:( 8161:- 8149:‑ 8073:( 8047:E 8014:( 8000:( 7983:( 7963:( 7939:‑ 7904:( 7883:( 7846:? 7819:( 7795:( 7772:( 7713:) 7711:ε 7707:τ 7705:( 7608:( 7593:( 7576:( 7562:( 7548:} 7532:{ 7055:( 7041:( 7009:( 6991:( 6949:( 6933:. 6906:" 6902:" 6857:( 6842:( 6791:( 6779:( 6724:( 6674:( 6658:( 6644:( 6632:* 6564:T 6431:) 6423:( 6379:( 6349:( 6329:( 6312:( 6262:) 6258:( 6243:( 6194:) 6190:( 6160:) 6156:( 6125:) 6121:( 6106:( 6082:( 6060:E 6030:( 6012:( 5886:( 5816:( 5785:( 5715:( 5691:( 5677:( 5643:( 5623:( 5609:( 5595:( 5555:( 5484:q 5457:q 5419:( 5402:( 5386:) 5382:( 5370:) 5368:c 5365:@ 5362:t 5360:( 5306:( 5277:⚔ 5262:( 5230:) 5226:( 5199:) 5197:ε 5193:τ 5191:( 5167:⚔ 5149:) 5145:( 5137:) 5135:ε 5131:τ 5129:( 5088:c 5084:t 5082:( 5043:) 5039:( 4986:) 4974:( 4918:( 4904:) 4892:( 4846:( 4832:( 4773:‑ 4745:‑ 4702:‑ 4694:™ 4663:( 4615:) 4607:( 4591:‑ 4525:‑ 4505:( 4489:? 4473:⚔ 4449:‑ 4431:( 4411:‑ 4383:‑ 4348:= 4339:0 4336:= 4324:= 4297:( 4285:( 4276:0 4273:= 4264:0 4261:= 4240:( 4234:) 4228:, 4222:( 4216:( 4210:0 4207:= 4198:0 4195:= 4162:) 4159:7 4156:- 4153:) 4147:( 4141:, 4138:1 4135:, 4129:( 4090:( 4079:( 4042:" 4034:. 3929:E 3893:E 3873:( 3808:E 3770:⚔ 3727:( 3680:E 3637:3 3634:8 3631:F 3628:J 3625:T 3622:C 3583:3 3580:8 3577:F 3574:J 3571:T 3568:C 3532:3 3529:8 3526:F 3523:J 3520:T 3517:C 3491:( 3469:3 3466:8 3463:F 3460:J 3457:T 3454:C 3440:( 3273:( 3261:, 3231:( 3226:ʨ 3224:r 3213:) 3201:( 3153:( 3139:( 3082:( 3064:( 3045:( 3031:( 3004:( 2966:( 2948:( 2900:) 2888:( 2867:( 2830:( 2781:( 2763:( 2759:e 2755:— 2741:( 2714:( 2710:e 2687:) 2675:( 2639:( 2620:⚔ 2593:( 2536:. 2495:E 2480:⚔ 2455:⚔ 2416:E 2379:⚔ 2311:. 2260:E 2202:· 2200:ƛ 2187:. 2163:( 2154:. 2129:( 2072:( 2068:e 2030:( 1993:( 1971:( 1918:( 1910:( 1891:( 1851:. 1768:( 1764:e 1748:_ 1615:‑ 1565:" 1556:" 1512:( 1450:) 1448:ε 1444:τ 1442:( 1432:. 1408:( 1381:· 1373:· 1365:· 1319:( 1294:· 1286:· 1278:· 1250:) 1248:ε 1244:τ 1242:( 1213:( 1190:( 1164:( 1110:( 1106:e 1096:} 1093:} 1090:} 1081:. 1078:c 1075:( 1069:= 1063:. 1060:c 1057:{ 1054:) 1048:i 1045:; 1039:. 1036:c 1030:i 1027:; 1024:0 1021:= 1018:i 1015:( 1003:, 997:, 991:( 985:= 982:c 979:} 970:. 967:c 964:( 958:= 952:. 949:c 946:{ 943:) 937:i 934:; 928:. 925:c 919:i 916:; 913:0 910:= 907:i 904:( 892:, 886:, 880:( 874:= 871:c 865:{ 862:) 856:( 844:( 832:( 826:. 820:= 811:{ 808:) 793:) 787:( 781:. 772:) 769:8 757:2 748:( 745:( 739:} 736:; 733:t 721:, 715:( 709:. 706:t 703:= 700:t 687:+ 684:' 681:, 675:( 669:. 666:t 663:= 660:t 651:, 643:+ 637:( 628:= 610:, 604:( 598:. 595:t 592:= 589:t 577:, 571:( 565:. 562:t 559:= 556:t 547:t 544:( 510:( 464:( 438:( 393:E 364:‑ 336:E 312:( 253:( 212:/ 199:/ 110:/ 97:/ 53:) 49:(

Index

Knowledge:Village pump (technical)
Village pump
Policy
Technical
Proposals
persistent
Idea lab
WMF
Miscellaneous
California State Route 78
ƒETCH
COMMS
/
22:19, 7 January 2011 (UTC)
PleaseStand
00:10, 8 January 2011 (UTC)
Interstate 40 in Tennessee
Interstate 40 in North Carolina
Interstate 10 in Texas
Rs
chen
7754
01:20, 8 January 2011 (UTC)
Google Chrome
Perseus, Son
of Zeus
18:51, 7 January 2011 (UTC)
ƒETCH
COMMS
/

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