173 Commits

Author SHA1 Message Date
Nathan TeBlunthuis
c7eb374ceb use signalling to timeout mwparserfromhell instead of asyncio. 2026-01-07 12:42:37 -08:00
Nathan TeBlunthuis
4b8288c016 add some debug lines. 2026-01-06 19:58:18 -08:00
Nathan TeBlunthuis
8590e5f920 fix jsonl.d output. 2025-12-30 11:26:24 -08:00
Nathan TeBlunthuis
93f6ed0ff5 fix bug by truncating corrupted jsonl lines. 2025-12-23 19:52:37 -08:00
Nathan TeBlunthuis
5ebdb26d82 make resume with jsonl output fault tolerant. 2025-12-23 09:09:51 -08:00
Nathan TeBlunthuis
9e6b0fb64c make updating the checkpoint files atomic. 2025-12-23 08:41:38 -08:00
Nathan TeBlunthuis
d822085698 support .jsonl.d 2025-12-22 20:13:04 -08:00
Nathan TeBlunthuis
618c343898 allow output dir to be jsonl.d. 2025-12-21 23:50:00 -08:00
Nathan TeBlunthuis
3f1a9ba862 refactor and enable jsonl output. 2025-12-21 23:42:18 -08:00
Nathan TeBlunthuis
6988a281dc output parquet files in chunks to avoid memory issues with parquet. 2025-12-20 21:45:39 -08:00
Nathan TeBlunthuis
6a4bf81e1a add test for two wikiq jobs in the same directory. 2025-12-19 11:50:56 -08:00
Nathan TeBlunthuis
38dabd0547 only merge the correct partitioned files. 2025-12-19 11:47:18 -08:00
Nathan TeBlunthuis
006feb795c fix interruption handling by breaking the diff loop. 2025-12-18 18:00:30 -08:00
Nathan TeBlunthuis
d7f5abef2d resume starts fresh if the first run didn't happen 2025-12-13 15:41:44 -08:00
Nathan TeBlunthuis
2c54425726 use the wikidiff2 diff timeout instead of async. 2025-12-13 14:29:16 -08:00
Nathan TeBlunthuis
5d1a246898 don't try to remove files that don't exist. 2025-12-13 11:57:47 -08:00
Nathan TeBlunthuis
70a10db228 save work after a time limit. 2025-12-11 08:30:32 -08:00
Nathan TeBlunthuis
1001c780fa start fresh if output and resume are both broken. 2025-12-10 21:20:52 -08:00
Nathan TeBlunthuis
6b4f3939a5 more work on resuming. 2025-12-10 21:07:52 -08:00
Nathan TeBlunthuis
c3d31b4ab5 handle case when we have a valid resume file, but a corrupted original. 2025-12-10 20:33:04 -08:00
Nathan TeBlunthuis
f4a9491ff2 improve print debugging. 2025-12-10 19:50:47 -08:00
Nathan TeBlunthuis
c6e96c2f54 try/catch opening original file in resume. 2025-12-10 19:49:29 -08:00
Nathan TeBlunthuis
f427291fd8 add logic for resuming after a resume. 2025-12-10 19:26:54 -08:00
Nathan TeBlunthuis
d1fc094c96 don't put checkpoint files inside namespace directories. 2025-12-07 06:24:04 -08:00
Nathan TeBlunthuis
783f5fd8bc improve resume logic. 2025-12-07 06:06:26 -08:00
Nathan TeBlunthuis
577ddc87f5 Add per-namespace resume support for partitioned parquet output.
- Implement per-namespace resume points (dict mapping namespace -> (pageid, revid))
  to correctly handle interleaved dump ordering in partitioned output
- Extract resume functionality to dedicated resume.py module
- Add graceful shutdown handling via shutdown_requested flag (CLI-level only)
- Use lazy ParquetWriter creation to avoid empty files on early exit
- Refactor writing logic to _write_batch() helper method
- Simplify control flow by replacing continue statements with should_write flag
2025-12-06 06:56:19 -08:00
Nathan TeBlunthuis
d69d8b0df2 fix baseline output for new columns. 2025-12-02 19:22:08 -08:00
Nathan TeBlunthuis
5ce9808b50 add templates and headings to wikiq. 2025-12-02 17:51:08 -08:00
Nathan TeBlunthuis
d3517ed5ca extract wikilinks. 2025-12-02 14:09:29 -08:00
Nathan TeBlunthuis
329341efb6 improve tests. 2025-12-02 13:52:12 -08:00
Nathan TeBlunthuis
76626a2785 Start working on adding columns from mwparserfromhell. 2025-12-02 12:26:03 -08:00
Nathan TeBlunthuis
b46f98a875 make --resume work with partitioned namespaces. 2025-12-01 07:19:52 -08:00
Nathan TeBlunthuis
3c26185739 enable --resuming from interrupted jobs. 2025-11-30 20:36:31 -08:00
Nathan TeBlunthuis
95b33123e3 revert previous and decrease timeout. 2025-11-28 20:29:51 -08:00
Nathan TeBlunthuis
5c4fc6d5a0 let cache capacity be large. 2025-11-28 19:22:43 -08:00
Nathan TeBlunthuis
77c7d2ba97 Merge branch 'compute-diffs' of gitea:collective/mediawiki_dump_tools into compute-diffs 2025-11-24 11:03:24 -08:00
Nathan TeBlunthuis
c40930d7d2 use ssh for gitea. 2025-11-24 11:01:36 -08:00
Nathan TeBlunthuis
3b4c9c4441 index particular commit in pywikidiff2. 2025-11-18 20:17:52 -08:00
Nathan TeBlunthuis
3a480940e9 fix error loggging. 2025-08-07 09:38:42 -07:00
Nathan TeBlunthuis
a1f94078c4 improve style. 2025-08-07 09:20:49 -07:00
Nathan TeBlunthuis
329d682f4c fix asyncio bug. 2025-08-07 09:10:16 -07:00
Nathan TeBlunthuis
19f67b3679 try fixing coro issue. 2025-08-07 08:58:45 -07:00
Nathan TeBlunthuis
9b3237014d fix a couple possible bugs. 2025-08-05 23:20:04 -07:00
Nathan TeBlunthuis
bd8c30d80f fix raising exception. 2025-08-04 07:57:31 -07:00
Nathan TeBlunthuis
adf02310ef bugfix 2025-08-03 21:54:41 -07:00
Nathan TeBlunthuis
a563eaf6fc Timeout diffs. 2025-08-03 20:04:51 -07:00
Nathan TeBlunthuis
730c678f51 disable cache limits. 2025-08-03 11:50:57 -07:00
Nathan TeBlunthuis
77f367d95e Revert changes related to row-buffering to just "increase cache size."
This reverts commit 1f08c01cf1.
2025-08-03 09:37:35 -07:00
Nathan TeBlunthuis
1f08c01cf1 increase cache size. 2025-08-03 09:24:35 -07:00
Nathan TeBlunthuis
2f853a879d reduce memory a tich more. 2025-08-01 20:10:38 -07:00
Nathan TeBlunthuis
9799919470 reduce memory even more. 2025-08-01 19:59:36 -07:00
Nathan TeBlunthuis
7528dc8b8e try reducing memory more. 2025-08-01 19:52:18 -07:00
Nathan TeBlunthuis
615d630ff0 reduce memory usage. 2025-08-01 19:45:21 -07:00
Nathan TeBlunthuis
32bc05ddfd set cache limits. 2025-08-01 19:30:46 -07:00
Nathan TeBlunthuis
ef78310580 reduce cache more. 2025-08-01 19:25:50 -07:00
Nathan TeBlunthuis
40a92d2db6 reduce wd2 cache size 2025-08-01 19:18:26 -07:00
Nathan TeBlunthuis
6bec0de9b2 configure wikidiff2. 2025-08-01 18:53:07 -07:00
Nathan TeBlunthuis
54e996b910 configure pywikidiff2 cache limits. 2025-08-01 09:24:54 -07:00
Nathan TeBlunthuis
83c92d1a37 decrease moved paragraph detection cutoff to see if that fixes memory issue. 2025-07-22 13:29:01 -07:00
Nathan TeBlunthuis
076df15740 force garbage collection. 2025-07-22 13:13:18 -07:00
Nathan TeBlunthuis
6557e25af7 make a new pywikidiff2 object for each revision to reduce memory. 2025-07-22 09:50:30 -07:00
Nathan TeBlunthuis
d20075b323 add memray for debugging memory usage. 2025-07-17 15:17:23 -07:00
Nathan TeBlunthuis
6d03cac28d decrease batch_size. 2025-07-15 19:37:26 -07:00
Nathan TeBlunthuis
3a44cfd4da increase batch size. 2025-07-15 19:09:36 -07:00
Nathan TeBlunthuis
0fbe788e31 use ichunked instead of chunked. 2025-07-15 18:25:44 -07:00
Nathan TeBlunthuis
37d095199a inc version. 2025-07-15 15:37:55 -07:00
Nathan TeBlunthuis
6b04791de2 reduce batch size. 2025-07-15 15:31:00 -07:00
Nathan TeBlunthuis
507335941d Revert "Merge branch 'compute-diffs' into HEAD"
This reverts commit 907a35323e, reversing
changes made to c40506137b.
2025-07-15 15:23:50 -07:00
Nathan TeBlunthuis
907a35323e Merge branch 'compute-diffs' into HEAD 2025-07-15 15:23:13 -07:00
Nathan TeBlunthuis
c40506137b make wikiq memory efficient again via batch processing. 2025-07-15 15:20:17 -07:00
Nathan TeBlunthuis
e53e7ada5d try fixing the memory problem. 2025-07-14 18:58:27 -07:00
Nathan TeBlunthuis
76d54ae597 support partitioning output parquet by namespace. 2025-07-07 20:58:43 -07:00
Nathan TeBlunthuis
c9fb94ccc0 fix tests. 2025-07-07 20:25:00 -07:00
Nathan TeBlunthuis
ac1dd47b08 Merge branch 'compute-diffs' of gitea:collective/mediawiki_dump_tools into compute-diffs 2025-07-07 20:16:38 -07:00
Nathan TeBlunthuis
c597a6b7f4 refactor into src-layout package. 2025-07-07 20:14:13 -07:00
Nathan TeBlunthuis
a2984bc656 refactor into src-layout package. 2025-07-07 20:13:17 -07:00
Nathan TeBlunthuis
56c90fe1cc add missing files + add sorted_columns metadata. 2025-07-07 19:08:31 -07:00
Nathan TeBlunthuis
d6c4c0a416 add (optional) diff and text columns to output. 2025-07-07 14:39:52 -07:00
Nathan TeBlunthuis
a8e9e7f4fd wikidiff2 integration: pwr complete.
test for pwr based on wikidiff2.
2025-07-07 12:18:22 -07:00
Nathan TeBlunthuis
58c595bf0b add test files. 2025-07-07 11:29:10 -07:00
Nathan TeBlunthuis
cc96bb5f3f remove server. 2025-07-07 11:21:28 -07:00
Nathan TeBlunthuis
14e819e565 compare pywikidiff2 to making requests to wikidiff2. 2025-07-07 10:51:11 -07:00
Nathan TeBlunthuis
4654911533 almost there. working out edge cases. 2025-07-03 21:32:44 -07:00
Nathan TeBlunthuis
cf1fb61a84 WIP: fixing bugs and adding newlines to output. 2025-07-02 13:31:32 -07:00
Nathan TeBlunthuis
c4acc711d2 finish support for paragraph move. 2025-07-01 11:19:00 -07:00
Nathan TeBlunthuis
20de5b93f9 Merge branch 'tmp' into compute-diffs 2025-06-30 20:52:23 -05:00
Nathan TeBlunthuis
37734ed092 add test. 2025-06-30 15:45:56 -07:00
Nathan TeBlunthuis
5a3e4102b5 got wikidiff2 persistence working except for paragraph moves. 2025-06-30 15:37:54 -07:00
Nathan TeBlunthuis
186cb82fb8 some work on wiki_diff_matcher.py 2025-06-27 07:13:41 -07:00
Will Beason
bc7f186112 Start interoperability between wikidiff2 and deltas
The big challenges here (and remaining) are as follows:

1. Deltas requires changes to be given at the token level,
whereas wikidiff2 reports changes at the byte level. Thus,
it is often required to tokenize sequences of text to convert
to the desired token indices. As-is this is done inefficiently,
often requiring re-tokenization of previously-tokenized sequences.
A better implementation would incrementally tokenize, or
automatically find the referenced sequences.

2. Deltas only allows for Equal/Insert/Delete operations,
while wikidiff2 also detects paragraph moves. These paragraph
moves are NOT equivalent to Equal, as the moved paragraphs
are not guaranteed to be equivalent, just very similar.
Wikidiff2 does not report changes to moved paragraphs, so
to preserve token persistence, a difference algorithm
would need to be performed on the before/after sequences.
A stopgap (currently implemented) is to turn these
into strict deletions/insertions.

3. There appears to be a lot of memory consumption, and
sometimes this results in memory overflow. I am unsure
if this is a memory leak or simply that re-tokenizing
causes significant enough memory throughput that
my machine can't handle it.

4. Deltas expects all tokens in the before/after text to
be covered by segment ranges of Equal/Insert/Delete, but
wikidiff2 does not appear to ever emit any Equal ranges,
instead skipping them. These ranges must be computed
and inserted in sequence. As-is the code does not correctly
handle unchanged text at the end of pages.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-26 16:08:50 -05:00
Will Beason
1ec8bfaad4 Add php.ini file
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-24 09:24:35 -05:00
Will Beason
94454ffca3 Add PHP server file
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-23 14:17:53 -05:00
Will Beason
62db384aa4 Pass arrays of diffs instead of incremental
This is 3.5x faster

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-23 14:17:01 -05:00
Will Beason
96915a074b Add call to compute diffs via local PHP server
This is inefficient as it requires an individal request per diff.

Going to try collecting the revision texts to reduce communication
overhead.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-23 13:09:27 -05:00
Will Beason
0d9ab003f0 Fix tests for new field
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 12:44:07 -05:00
Will Beason
4bbed4a196 Merge branch 'parquet_support' into test-parquet 2025-06-17 12:20:19 -05:00
Will Beason
11d2587471 Add docs and rename import pc -> pacsv
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 11:46:16 -05:00
Will Beason
586ae85c65 Conform to 3.9 union type formatting
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 11:41:46 -05:00
Will Beason
390499dd90 Pin to python 3.9
Since our execution environment requires this

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 11:37:20 -05:00
Will Beason
84d464ea38 Remove unnecessary re-conversion to list(revs)
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 11:23:24 -05:00
Will Beason
3e8ae205e8 Factor out revision mutation logic into its own function
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-17 11:02:45 -05:00
Will Beason
8c707f5ef3 Remove unused code
This should help PR readability.

There is likely still some unused code, but that should be the
bulk of it.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 17:20:05 -05:00
Will Beason
b50c51a215 Get regex working
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 16:02:18 -05:00
Will Beason
89465b29f4 Re-add special case where revert radius is zero
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 15:18:21 -05:00
Will Beason
17c7f208ab Add collapsed_revs back
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 15:08:57 -05:00
Will Beason
123b9a18a8 Fix revert column behavior
Now all columns are tested in the parquet test.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 15:03:33 -05:00
Will Beason
06a784ef27 Get columnar refactor partially working
Noargs works, now to do persistence.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 12:51:31 -05:00
Will Beason
8b0f775610 Begin move to columnar types
This will allow making columns optional, as desired, and make
adding new columns straightforward without impacting existing
behavior.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-03 08:52:57 -05:00
Will Beason
f916af9836 Allow specifying output file basename instead of just directory
This is optional, and doesn't impact existing users as preexisting
behavior when users specify an output directory is unchanged.

This makes tests not need to copy large files as part of their
execution, as they can ask files to be written to explicit
locations.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-06-02 14:13:13 -05:00
Will Beason
9ee5ecfc91 Separate revision iteration and field collation logic
This way we're not adding temporary fields to objects that don't
normally have these fields.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-30 14:09:16 -05:00
Will Beason
f9383440a0 Fix tests
Surprisingly replacing list<str> with str doesn't break anything,
even baselines.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-30 13:56:31 -05:00
Will Beason
032fec3198 Remove unnecessary urlencode tests
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-30 13:20:10 -05:00
Will Beason
0d56267ae0 Get parquet libraries writing files
Tests broken due to url encoding, which can likely now be removed.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-30 13:06:26 -05:00
Nathan TeBlunthuis
260e2b177c fix order of fields. 2025-05-29 18:32:16 -07:00
Nathan TeBlunthuis
a13d7f1deb typo fix. 2025-05-29 18:25:08 -07:00
Nathan TeBlunthuis
ffbd180001 make editorid null not '' in parquet. 2025-05-29 18:24:33 -07:00
Nathan TeBlunthuis
606a399450 handle empty comments which are 'False' somehow. 2025-05-29 18:14:58 -07:00
Nathan TeBlunthuis
a9f76a0f62 change order of fields. 2025-05-29 18:10:59 -07:00
Nathan TeBlunthuis
f39ceefa4a Merge branch 'parquet_support' of gitea:collective/mediawiki_dump_tools into parquet_support 2025-05-29 18:05:28 -07:00
Nathan TeBlunthuis
13ee160708 bugfix. 2025-05-29 18:04:41 -07:00
Nathan TeBlunthuis
bd22d26291 update deps and add edit_summary to wikiq output. 2025-05-29 18:02:14 -07:00
Will Beason
4dde25c508 Refactor revision logic to make more straightforward
Use groupby so we don't have to deal with edge cases and compare
revisions directly.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-29 15:46:45 -05:00
Will Beason
aec6e5fafa Refactor collapse user logic
Use simple loop for when we aren't collapsing users.
Add test which covers case when users are deleted.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-29 15:20:34 -05:00
Will Beason
c0e629a313 Add ability to disable revert detection
Also add test to ensure functionality works.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-29 11:59:10 -05:00
Will Beason
9009bb6fa4 Merge branch 'parquet_support' into test-parquet 2025-05-29 10:21:30 -05:00
Will Beason
ab280dd765 Remove requirements.txt and add uv.lock to ignored files.
We can choose to check in uv.lock later if we want.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-29 10:05:49 -05:00
Nathan TeBlunthuis
22d14dc5f2 Remove dependency on pytest. 2025-05-28 21:54:31 -07:00
Nathan TeBlunthuis
5a10f59dc4 Merge branch 'parquet_support' of gitea:collective/mediawiki_dump_tools into parquet_support 2025-05-28 23:52:59 -05:00
Nathan TeBlunthuis
b8cdc82fc2 add ipython for dev 2025-05-28 23:52:37 -05:00
Nathan TeBlunthuis
2a2b611d79 Fix issue with .7z archives
Before, only fandom wikis dumps were compressed with .7z.
These archives can have several .xml files in the .7z; not just one.
So we need to have a flag for the fandom-2020 dumps.

This fixes the bug so .7z archives work in either case.
2025-05-28 21:49:11 -07:00
Nathan TeBlunthuis
39fec0820d use my version of mwxml since it fixes a bug. 2025-05-28 21:13:18 -07:00
Nathan TeBlunthuis
383ee03250 Merge branch 'parquet_support' of gitea:collective/mediawiki_dump_tools into parquet_support 2025-05-28 21:09:13 -07:00
Nathan TeBlunthuis
15e9234903 adding pyproject.toml 2025-05-28 20:59:55 -07:00
Nathan TeBlunthuis
8c7d46472f Merge branch 'parquet_support' of code:mediawiki_dump_tools into parquet_support 2025-05-28 20:54:52 -07:00
Nathan TeBlunthuis
3c7fb088d6 fix schema bugs. 2025-05-28 20:54:42 -07:00
Will Beason
ee01ce3e61 Get Parquet test working
This requires some data smoothing to get read_table and read_parquet
DataFrames to look close enough, but the test now passes and validates
that the data match.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 16:48:58 -05:00
Will Beason
52757a8239 Add noargs test for ikwiki
This way we can ensure that the parquet code outputs equivalent output.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 15:04:10 -05:00
Will Beason
d413443740 Add numpy to environment
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 13:20:28 -05:00
Will Beason
3f94144b1b Begin adding test for parquet export
Changed logic for handling anonymous edits so that wikiq handles
the type for editor ids consistently. Parquet can mix int64 and
None, but not int64 and strings - previously the code used the empty
string to denote anonymous editors.

Tests failing. Don't merge yet.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 13:17:30 -05:00
Will Beason
df0ad1de63 Finish test standardization
Test logic is executed within the WikiqTestCase, while WikiqTester
handles creating and managing the variables tests need.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 10:11:58 -05:00
Will Beason
f3e6cc9392 Begin refactor of tests to make new tests easier to write
Handle file naming logic centrally rather than requiring a dedicated
class per input file.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 09:11:36 -05:00
Will Beason
c8b14c3303 Refactor test temporary file logic and wikiq call pattern
Test file refreshing and path computation is now handled by a helper.

The wikiq command is now constructed and handled by a single method
rather than in several ad-hoc ways.

The last places relying on the working directory are now removed.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-27 16:24:07 -05:00
Will Beason
4d3900b541 Standardize calling for wikiq in tests
This way failures show the output of stderr/etc.

Also create path constant strings for use in tests to avoid repetition
and make changes easier.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-27 14:27:49 -05:00
Will Beason
ebc57864f2 Make tests runnable from anywhere
Tests no longer implicitly require that the caller be in
a specific working directory.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-27 13:40:57 -05:00
Will Beason
3d0bf89938 Move main logic to main()
This avoids:
1) the main function running when sourcing the file
2) Creating many globally-scoped variables in the main logic

Also begin refactor of test output file logic

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-27 11:10:42 -05:00
Will Beason
6d133575c7 Remove resource leaks from tests
Close subprocesses within tests to fix resource leak warning.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-26 15:08:47 -05:00
Will Beason
09a84e7d11 Reformat Wikiq_Unit_Test.py
Separate out reformatting from editing.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-26 15:07:39 -05:00
Will Beason
9c5bf577e6 Remove unused dependencies and fix spacing
The "mw" and "numpy" dependencies were unneeded.

Spaces and tabs were inconsistently used.
They are now used consistently, changes via auto-formatter.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-26 14:15:01 -05:00
Will Beason
4804ecc4b3 Add additional test dependencies
These are now noted in requirements.txt

Also make dependency on 7zip and ffmpeg explicit in README

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-26 12:29:49 -05:00
Will Beason
7a4c41159c Exclude JetBrains config folder in .gitignore
Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-26 10:48:17 -05:00
1aea601a30 [Bugfix] Call the correct matchmake function. 2021-11-16 16:53:21 -08:00
c437b357db rename matchmake functions 2021-11-11 19:09:41 -08:00
bb83d62b74 Add some descriptive comments. 2021-10-19 16:55:24 -07:00
c285402683 add todos to readme 2021-10-18 14:14:11 -07:00
b1bea09ad6 fix bugs and unit tests 2021-10-18 13:33:05 -07:00
9a0c157ebb bugfix 2021-10-18 10:15:03 -07:00
ae870fed0b parquet path is code-complete 2021-10-17 21:46:31 -07:00
26f6d8f984 remove dependency on pandas. 2021-10-17 20:24:33 -07:00
ae9a241747 use dataclasses and pyarrow for types. 2021-10-17 20:21:22 -07:00
d8d20f670b initial work on parquet support 2021-10-17 13:22:22 -07:00
cdfa77d66d remove commented code 2019-11-11 11:28:48 -08:00
02b3250a36 refactor regex matching in a tidier object oriented style 2019-11-09 13:07:46 -08:00
414cc5ff2d validate tests and add asserts and baselines for regex tests. 2019-11-09 12:19:55 -08:00
sohyeonhwang
4ccde84529 added regex scanner v2's dump unit test file regextest.xml.bz2 2019-11-07 14:06:15 -06:00
sohyeonhwang
f147e1d899 merging pull containing revert-radius with 2nd version of regex scanner w/ unit tests 2019-11-07 13:28:17 -06:00
c84844cfb5 add unit tests for configuring revert_radius 2019-10-07 15:02:30 -07:00
c4416d0f1b make revert radius configurable 2019-10-07 13:57:49 -07:00
7b856bec86 Merge branch 'master' into regex_scanner 2019-10-05 18:17:03 -07:00
324ccc8e26 update baseline outputs 2019-10-05 16:36:07 -07:00
17529cdd48 bugfix, remove old legacy persistence flag 2019-10-05 16:13:11 -07:00
sohyeonhwang
7bf4559ceb changes for regex scanner addition 2019-10-05 15:36:58 -05:00
fb052ffa33 edont compute persistence by default 2019-09-22 15:54:17 -07:00
e871023ff5 elaborate docstring for persistence 2019-09-22 15:11:59 -07:00
94 changed files with 140433 additions and 192155 deletions

10
.gitignore vendored
View File

@@ -3,3 +3,13 @@
*.xml.bz2
*.xml.xz
*.swp
# Lockfiles
uv.lock
# JetBrains
/.idea
# Python build and test output
__pycache__/
/test/test_output/

3
.gitmodules vendored
View File

@@ -0,0 +1,3 @@
[submodule "mediawiki-php-wikidiff2"]
path = mediawiki-php-wikidiff2
url = https://github.com/wikimedia/mediawiki-php-wikidiff2/

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.9

42
README.md Normal file
View File

@@ -0,0 +1,42 @@
When you install this from git, you will need to first clone the
repository:
git clone git://projects.mako.cc/mediawiki_dump_tools
From within the repository working directory, initiatlize and set up the
submodule like:
git submodule init
git submodule update
Wikimedia dumps are usually in a compressed format such as 7z (most
common), gz, or bz2. Wikiq uses your computer\'s compression software to
read these files. Therefore wikiq depends on [7za]{.title-ref},
[gzcat]{.title-ref}, and [zcat]{.title-ref}.
# Dependencies
These non-Python dependencies must be installed on your system for wikiq
and its associated tests to work.
- 7zip
- ffmpeg
A new diff engine based on [\_wikidiff2]{.title-ref} can be used for
word-persistence. Wikiq can also output the diffs between each page
revision. This requires installing Wikidiff 2 on your system. On Debian
or Ubuntu Linux this can be done via.
`apt-get install php-wikidiff2`
You may have to also run. `sudo phpenmod wikidiff2`.
Tests \-\-\--To run tests:
python -m unittest test.Wikiq_Unit_Test
## TODO:
1. \[\] Output metadata about the run. What parameters were used? What
versions of deltas?
2. \[\] Url encoding by default

View File

@@ -11,3 +11,31 @@ submodule like::
Wikimedia dumps are usually in a compressed format such as 7z (most common), gz, or bz2. Wikiq uses your computer's compression software to read these files. Therefore wikiq depends on
`7za`, `gzcat`, and `zcat`.
Dependencies
----------------
These non-Python dependencies must be installed on your system for wikiq and its
associated tests to work.
- 7zip
- ffmpeg
A new diff engine based on `_wikidiff2` can be used for word-persistence. Wikiq can also output the diffs between each page revision. This requires installing Wikidiff 2 on your system. On Debian or Ubuntu Linux this can be done via.
``apt-get install php-wikidiff2``
You may have to also run.
``sudo phpenmod wikidiff2``.
Tests
----
To run tests::
python -m unittest test.Wikiq_Unit_Test
TODO:
_______________
1. [] Output metadata about the run. What parameters were used? What versions of deltas?
2. [] Url encoding by default
.. _wikidiff2: https://www.mediawiki.org/wiki/Wikidiff2

49
pyproject.toml Normal file
View File

@@ -0,0 +1,49 @@
[project]
name = "mediawiki-dump-tools"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"deltas>=0.7.0",
"mediawiki-utilities>=0.4.18",
"more-itertools>=10.7.0",
"mwparserfromhell>=0.6.0",
"mwpersistence>=0.2.4",
"mwreverts>=0.1.5",
"mwtypes>=0.4.0",
"mwxml>=0.3.6",
"pyarrow>=20.0.0",
"pyspark>=3.5.0",
"pywikidiff2",
"sortedcontainers>=2.4.0",
"yamlconf>=0.2.6",
]
[project.scripts]
wikiq = "wikiq:main"
wikiq-spark = "wikiq_spark:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/wikiq", "src/wikiq_spark"]
[tool.uv.sources]
yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
mwxml = { git = "https://github.com/groceryheist/python-mwxml" }
deltas = { git = "https://github.com/groceryheist/deltas" }
pywikidiff2 = { git = "ssh://gitea@gitea.communitydata.science:2200/groceryheist/pywikidiff2.git"}
[dependency-groups]
dev = [
"ipython>=8.18.1",
"memray>=1.17.2",
"pandas>=2.1.0",
"pytest>=8.4.1",
"pytest-asyncio>=1.0.0",
"pytest-benchmark>=5.1.0",
]

2
runtest.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
uv run pytest test/test_wiki_diff_matcher.py --capture=tee-sys

1612
src/wikiq/__init__.py Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,33 @@
import pyarrow as pa
# Schema for the `highlightRanges` object, an array of which can be nested in a diff object.
highlight_range_struct = pa.struct([
pa.field('start', pa.int64(), nullable=False, metadata={'description': 'Where the highlighted text should start, in bytes.'}),
pa.field('length', pa.int64(), nullable=False, metadata={'description': 'The length of the highlighted section, in bytes.'}),
pa.field('type', pa.int64(), nullable=False, metadata={'description': 'The type of highlight (0: addition, 1: deletion).'})
])
# Schema for the `moveInfo` object, which can be nested in a diff object.
move_info_struct = pa.struct([
pa.field('id', pa.string(), nullable=False, metadata={'description': 'The ID of the paragraph.'}),
pa.field('linkId', pa.string(), nullable=False, metadata={'description': 'The ID of the corresponding paragraph.'}),
pa.field('linkDirection', pa.int64(), nullable=False, metadata={'description': 'Visual indicator of the relationship (0: lower, 1: higher).'})
])
# Schema for the `offset` object, which is required in a diff object.
offset_struct = pa.struct([
pa.field('from', pa.int64(), nullable=True, metadata={'description': 'The first byte of the line in the `from` revision.'}),
pa.field('to', pa.int64(), nullable=True, metadata={'description': 'The first byte of the line in the `to` revision.'})
])
# The final schema for the entire structure.
diff_field = pa.field('diff', pa.list_(
pa.struct([
pa.field('type', pa.int64(), nullable=False, metadata={'description': 'The type of change (0: context, 1: addition, 2: deletion, etc.).'}),
pa.field('lineNumber', pa.int64(), nullable=True, metadata={'description': 'The line number of the change based on the `to` revision.'}),
pa.field('text', pa.string(), nullable=False, metadata={'description': 'The text of the line.'}),
pa.field('highlightRanges', pa.list_(highlight_range_struct), nullable=True, metadata={'description': 'Highlights to visually represent changes.'}),
pa.field('moveInfo', move_info_struct, nullable=True, metadata={'description': 'Visual indicators for paragraph location changes.'}),
pa.field('offset', offset_struct, nullable=False, metadata={'description': 'The location of the line in bytes from the beginning of the page.'})
])
))

531
src/wikiq/resume.py Normal file
View File

@@ -0,0 +1,531 @@
"""
Checkpoint and resume functionality for wikiq output.
This module handles:
- Finding resume points in existing output (JSONL or Parquet)
- Merging resumed data with existing output (for Parquet, streaming, memory-efficient)
- Checkpoint file management for fast resume point lookup
"""
import json
import os
import sys
from collections import deque
import pyarrow.parquet as pq
def get_checkpoint_path(output_file, partition_namespaces=False):
"""Get the path to the checkpoint file for a given output file.
For partitioned output, the checkpoint is placed outside the partition directory
to avoid pyarrow trying to read it as a parquet file. The filename includes
the output filename to keep it unique per input file (for parallel jobs).
"""
if partition_namespaces:
partition_dir = os.path.dirname(output_file)
output_filename = os.path.basename(output_file)
parent_dir = os.path.dirname(partition_dir)
return os.path.join(parent_dir, output_filename + ".checkpoint")
return str(output_file) + ".checkpoint"
def read_checkpoint(checkpoint_path, partition_namespaces=False):
"""
Read resume point from checkpoint file if it exists.
Checkpoint format:
Single file: {"pageid": 54, "revid": 325} or {"pageid": 54, "revid": 325, "part": 2}
Partitioned: {"0": {"pageid": 54, "revid": 325, "part": 1}, ...}
Returns:
For single files: A tuple (pageid, revid) or (pageid, revid, part), or None if not found.
For partitioned: A dict mapping namespace -> (pageid, revid, part), or None.
"""
if not os.path.exists(checkpoint_path):
return None
try:
with open(checkpoint_path, 'r') as f:
data = json.load(f)
if not data:
return None
# Single-file format: {"pageid": ..., "revid": ..., "part": ...}
if "pageid" in data and "revid" in data:
part = data.get("part", 0)
if part > 0:
return (data["pageid"], data["revid"], part)
return (data["pageid"], data["revid"])
# Partitioned format: {"0": {"pageid": ..., "revid": ..., "part": ...}, ...}
result = {}
for key, value in data.items():
part = value.get("part", 0)
result[int(key)] = (value["pageid"], value["revid"], part)
return result if result else None
except (json.JSONDecodeError, IOError, KeyError, TypeError) as e:
print(f"Warning: Could not read checkpoint file {checkpoint_path}: {e}", file=sys.stderr)
return None
def cleanup_interrupted_resume(output_file, partition_namespaces):
"""
Merge any leftover .resume_temp files from a previous interrupted run.
This should be called BEFORE get_resume_point() so the resume point
is calculated from the merged data.
Returns:
None - no temp files found or normal merge completed
"start_fresh" - both original and temp were corrupted and deleted
"""
import shutil
if partition_namespaces:
partition_dir = os.path.dirname(output_file)
output_filename = os.path.basename(output_file)
temp_suffix = ".resume_temp"
if not os.path.isdir(partition_dir):
return
has_old_temp_files = False
for ns_dir in os.listdir(partition_dir):
if ns_dir.startswith('namespace='):
temp_path = os.path.join(partition_dir, ns_dir, output_filename + temp_suffix)
if os.path.exists(temp_path):
has_old_temp_files = True
break
if has_old_temp_files:
print(f"Found leftover temp files in {partition_dir} from previous interrupted partitioned run, merging first...", file=sys.stderr)
had_corruption = merge_partitioned_namespaces(partition_dir, temp_suffix, output_filename)
has_valid_data = False
for ns_dir in os.listdir(partition_dir):
if ns_dir.startswith('namespace='):
ns_path = os.path.join(partition_dir, ns_dir)
parquet_files = [f for f in os.listdir(ns_path) if f.endswith('.parquet') and not f.endswith('.resume_temp')]
if parquet_files:
has_valid_data = True
break
if had_corruption and not has_valid_data:
checkpoint_path = get_checkpoint_path(output_file, partition_namespaces)
if os.path.exists(checkpoint_path):
os.remove(checkpoint_path)
print("All partitioned files were corrupted, will start fresh.", file=sys.stderr)
return "start_fresh"
print("Previous temp files merged successfully.", file=sys.stderr)
else:
temp_output_file = output_file + ".resume_temp"
if os.path.exists(temp_output_file) and not os.path.isdir(temp_output_file):
print(f"Found leftover temp file {temp_output_file} from previous interrupted run, merging first...", file=sys.stderr)
merged_path = output_file + ".merged"
merged = merge_parquet_files(output_file, temp_output_file, merged_path)
if merged == "original_only":
os.remove(temp_output_file)
elif merged == "temp_only":
if os.path.exists(output_file):
os.remove(output_file)
os.rename(temp_output_file, output_file)
print("Recovered from temp file (original was corrupted or missing).", file=sys.stderr)
elif merged == "both_invalid":
if os.path.exists(output_file):
os.remove(output_file)
if os.path.exists(temp_output_file):
os.remove(temp_output_file)
checkpoint_path = get_checkpoint_path(output_file, partition_namespaces)
if os.path.exists(checkpoint_path):
os.remove(checkpoint_path)
print("Both files were corrupted, will start fresh.", file=sys.stderr)
return "start_fresh"
elif merged == "merged":
os.remove(output_file)
os.rename(merged_path, output_file)
os.remove(temp_output_file)
print("Previous temp file merged successfully.", file=sys.stderr)
else:
os.remove(temp_output_file)
def get_jsonl_resume_point(output_file, input_file=None):
"""Get resume point from last complete line of JSONL file.
For .jsonl.d directories, derives the file path from input_file using get_output_filename.
"""
# Handle .jsonl.d directory output
if output_file.endswith('.jsonl.d'):
if input_file is None:
return None
if os.path.isdir(output_file):
# Import here to avoid circular import
from wikiq import get_output_filename
jsonl_filename = os.path.basename(get_output_filename(input_file, 'jsonl'))
output_file = os.path.join(output_file, jsonl_filename)
print(f"Looking for resume point in: {output_file}", file=sys.stderr)
else:
return None
if not os.path.exists(output_file):
return None
try:
# Track positions of last two valid lines for potential truncation
valid_lines = deque(maxlen=2) # (end_position, record)
with open(output_file, 'rb') as f:
while True:
line = f.readline()
if not line:
break
try:
record = json.loads(line.decode('utf-8'))
valid_lines.append((f.tell(), record))
except (json.JSONDecodeError, KeyError, UnicodeDecodeError):
pass
if not valid_lines:
return None
last_valid_pos, last_valid_record = valid_lines[-1]
# Truncate if file extends past last valid line (corrupted trailing data)
file_size = os.path.getsize(output_file)
if last_valid_pos < file_size:
print(f"Truncating corrupted data from {output_file} ({file_size - last_valid_pos} bytes)", file=sys.stderr)
with open(output_file, 'r+b') as f:
f.truncate(last_valid_pos)
return (last_valid_record['articleid'], last_valid_record['revid'])
except IOError as e:
print(f"Warning: Could not read {output_file}: {e}", file=sys.stderr)
return None
def get_resume_point(output_file, partition_namespaces=False, input_file=None):
"""
Find the resume point(s) from existing output.
For JSONL: reads last line of file (no checkpoint needed).
For Parquet: checks checkpoint file, falls back to scanning parquet.
Args:
output_file: Path to the output file.
partition_namespaces: Whether the output uses namespace partitioning.
input_file: Path to input file (needed for .jsonl.d directory output).
Returns:
For single files: A tuple (pageid, revid) or (pageid, revid, part), or None.
For partitioned: A dict mapping namespace -> (pageid, revid, part), or None.
"""
# For JSONL, read resume point directly from last line (no checkpoint needed)
if output_file.endswith('.jsonl') or output_file.endswith('.jsonl.d'):
result = get_jsonl_resume_point(output_file, input_file)
if result:
print(f"Resume point found from JSONL: pageid={result[0]}, revid={result[1]}", file=sys.stderr)
return result
# For Parquet, use checkpoint file (fast)
checkpoint_path = get_checkpoint_path(output_file, partition_namespaces)
checkpoint_result = read_checkpoint(checkpoint_path, partition_namespaces)
if checkpoint_result is not None:
print(f"Resume point found in checkpoint file {checkpoint_path}", file=sys.stderr)
return checkpoint_result
# Fall back to scanning parquet (slow, for backwards compatibility)
print(f"No checkpoint file found at {checkpoint_path}, scanning parquet output...", file=sys.stderr)
try:
if partition_namespaces:
return _get_resume_point_partitioned(output_file)
else:
return _get_resume_point_single_file(output_file)
except Exception as e:
print(f"Error reading resume point from {output_file}: {e}", file=sys.stderr)
return None
def _get_last_row_resume_point(pq_path):
"""Get resume point by reading only the last row group of a parquet file."""
pf = pq.ParquetFile(pq_path)
if pf.metadata.num_row_groups == 0:
return None
last_rg_idx = pf.metadata.num_row_groups - 1
table = pf.read_row_group(last_rg_idx, columns=['articleid', 'revid'])
if table.num_rows == 0:
return None
max_pageid = table['articleid'][-1].as_py()
max_revid = table['revid'][-1].as_py()
return (max_pageid, max_revid, 0)
def _get_resume_point_partitioned(output_file):
"""Find per-namespace resume points from partitioned output."""
partition_dir = os.path.dirname(output_file)
output_filename = os.path.basename(output_file)
if not os.path.exists(partition_dir) or not os.path.isdir(partition_dir):
return None
namespace_dirs = [d for d in os.listdir(partition_dir) if d.startswith('namespace=')]
if not namespace_dirs:
return None
resume_points = {}
for ns_dir in namespace_dirs:
ns = int(ns_dir.split('=')[1])
pq_path = os.path.join(partition_dir, ns_dir, output_filename)
if not os.path.exists(pq_path):
continue
try:
result = _get_last_row_resume_point(pq_path)
if result is not None:
resume_points[ns] = result
except Exception as e:
print(f"Warning: Could not read {pq_path}: {e}", file=sys.stderr)
continue
return resume_points if resume_points else None
def _get_resume_point_single_file(output_file):
"""Find resume point from a single parquet file."""
if not os.path.exists(output_file):
return None
if os.path.isdir(output_file):
return None
return _get_last_row_resume_point(output_file)
def merge_parquet_files(original_path, temp_path, merged_path):
"""
Merge two parquet files by streaming row groups.
Returns:
"merged" - merged file was created from both sources
"original_only" - temp was invalid, keep original unchanged
"temp_only" - original was corrupted but temp is valid
"both_invalid" - both files invalid
False - both files were valid but empty
"""
original_valid = False
temp_valid = False
original_pq = None
temp_pq = None
try:
original_pq = pq.ParquetFile(original_path)
original_valid = True
except Exception as e:
print(f"Warning: Original file {original_path} is corrupted or invalid: {e}", file=sys.stderr)
try:
if not os.path.exists(temp_path):
print(f"Note: Temp file {temp_path} does not exist", file=sys.stderr)
else:
temp_pq = pq.ParquetFile(temp_path)
temp_valid = True
except Exception:
print(f"Note: No new data in temp file {temp_path}", file=sys.stderr)
if not original_valid and not temp_valid:
print(f"Both original and temp files are invalid, will start fresh", file=sys.stderr)
return "both_invalid"
if not original_valid and temp_valid:
print(f"Original file corrupted but temp file is valid, recovering from temp", file=sys.stderr)
return "temp_only"
if original_valid and not temp_valid:
return "original_only"
merged_writer = None
for i in range(original_pq.num_row_groups):
row_group = original_pq.read_row_group(i)
if merged_writer is None:
merged_writer = pq.ParquetWriter(
merged_path,
row_group.schema,
flavor="spark"
)
merged_writer.write_table(row_group)
for i in range(temp_pq.num_row_groups):
row_group = temp_pq.read_row_group(i)
if merged_writer is None:
merged_writer = pq.ParquetWriter(
merged_path,
row_group.schema,
flavor="spark"
)
merged_writer.write_table(row_group)
if merged_writer is not None:
merged_writer.close()
return "merged"
return False
def merge_partitioned_namespaces(partition_dir, temp_suffix, file_filter):
"""
Merge partitioned namespace directories after resume.
Returns:
True if at least one namespace has valid data after merge
False if all namespaces ended up with corrupted/deleted data
"""
namespace_dirs = [d for d in os.listdir(partition_dir) if d.startswith('namespace=')]
had_corruption = False
expected_temp = file_filter + temp_suffix
for ns_dir in namespace_dirs:
ns_path = os.path.join(partition_dir, ns_dir)
temp_path = os.path.join(ns_path, expected_temp)
if not os.path.exists(temp_path):
continue
original_file = file_filter
original_path = os.path.join(ns_path, original_file)
if os.path.exists(original_path):
merged_path = original_path + ".merged"
merged = merge_parquet_files(original_path, temp_path, merged_path)
if merged == "original_only":
if os.path.exists(temp_path):
os.remove(temp_path)
elif merged == "temp_only":
os.remove(original_path)
os.rename(temp_path, original_path)
elif merged == "both_invalid":
if os.path.exists(original_path):
os.remove(original_path)
if os.path.exists(temp_path):
os.remove(temp_path)
had_corruption = True
elif merged == "merged":
os.remove(original_path)
os.rename(merged_path, original_path)
if os.path.exists(temp_path):
os.remove(temp_path)
else:
if os.path.exists(original_path):
os.remove(original_path)
if os.path.exists(temp_path):
os.remove(temp_path)
else:
try:
pq.ParquetFile(temp_path)
os.rename(temp_path, original_path)
except Exception:
if os.path.exists(temp_path):
os.remove(temp_path)
had_corruption = True
return had_corruption
def finalize_resume_merge(
original_output_file,
temp_output_file,
partition_namespaces,
original_partition_dir
):
"""
Finalize the resume by merging temp output with original output.
"""
import shutil
print("Merging resumed data with existing output...", file=sys.stderr)
try:
if partition_namespaces and original_partition_dir is not None:
file_filter = os.path.basename(original_output_file)
merge_partitioned_namespaces(original_partition_dir, ".resume_temp", file_filter)
if os.path.exists(temp_output_file) and os.path.isdir(temp_output_file):
shutil.rmtree(temp_output_file)
else:
merged_output_file = original_output_file + ".merged"
merged = merge_parquet_files(original_output_file, temp_output_file, merged_output_file)
if merged == "original_only":
if os.path.exists(temp_output_file):
os.remove(temp_output_file)
elif merged == "temp_only":
os.remove(original_output_file)
os.rename(temp_output_file, original_output_file)
elif merged == "both_invalid":
os.remove(original_output_file)
if os.path.exists(temp_output_file):
os.remove(temp_output_file)
elif merged == "merged":
os.remove(original_output_file)
os.rename(merged_output_file, original_output_file)
if os.path.exists(temp_output_file):
os.remove(temp_output_file)
else:
os.remove(original_output_file)
if os.path.exists(temp_output_file):
os.remove(temp_output_file)
print("Merge complete.", file=sys.stderr)
except Exception as e:
print(f"Error merging resume data for {original_output_file}: {e}", file=sys.stderr)
print(f"New data saved in: {temp_output_file}", file=sys.stderr)
raise
def setup_resume_temp_output(output_file, partition_namespaces):
"""
Set up temp output for resume mode (Parquet only).
Returns:
Tuple of (original_output_file, temp_output_file, original_partition_dir)
or (None, None, None) if no existing output to resume from.
"""
import shutil
original_output_file = None
temp_output_file = None
original_partition_dir = None
if partition_namespaces:
partition_dir = os.path.dirname(output_file)
output_filename = os.path.basename(output_file)
output_exists = False
if os.path.isdir(partition_dir):
for d in os.listdir(partition_dir):
if d.startswith('namespace='):
if os.path.exists(os.path.join(partition_dir, d, output_filename)):
output_exists = True
break
if output_exists:
original_partition_dir = partition_dir
else:
output_exists = isinstance(output_file, str) and os.path.exists(output_file)
if output_exists:
original_output_file = output_file
temp_output_file = output_file + ".resume_temp"
if os.path.exists(temp_output_file):
if os.path.isdir(temp_output_file):
shutil.rmtree(temp_output_file)
else:
os.remove(temp_output_file)
if partition_namespaces:
os.makedirs(temp_output_file, exist_ok=True)
return original_output_file, temp_output_file, original_partition_dir

312
src/wikiq/tables.py Normal file
View File

@@ -0,0 +1,312 @@
import sys
from abc import abstractmethod, ABC
from datetime import datetime, timezone
from hashlib import sha1
from typing import Generic, TypeVar, Union, TYPE_CHECKING
import mwreverts
import mwtypes
import mwxml
import pyarrow as pa
if TYPE_CHECKING:
from wikiq.wikitext_parser import WikitextParser
T = TypeVar('T')
class RevisionField(ABC, Generic[T]):
"""
Abstract type which represents a field in a table of page revisions.
"""
@property
@abstractmethod
def field(self) -> pa.Field:
pass
@abstractmethod
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> T:
"""
:param page: The page for this set of revisions.
:param revisions: The set of revisions to compute the field from.
Revisions are passed in chronological order, so use revisions[-1] to
access the most recent revision in the set.
Implementations of extract should handle the case where revisions is
either a single revision (collapse-user=FALSE), or a full edit session
of contiguous edits by the same user (collapse-user=TRUE).
"""
pass
class RevisionTable:
columns: list[RevisionField]
def __init__(self, columns: list[RevisionField]):
self.columns = columns
def schema(self) -> pa.Schema:
return pa.schema([c.field for c in self.columns])
def extract_row(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> dict:
"""Extract a single row dict for the given page and revisions."""
return {
column.field.name: column.extract(page, revisions)
for column in self.columns
}
class RevisionId(RevisionField[int]):
field = pa.field("revid", pa.int64())
def extract(self, _: mwtypes.Page, revisions: list[mwxml.Revision]) -> int:
revision = revisions[-1]
return revision.id
class RevisionTimestamp(RevisionField[datetime]):
field = pa.field("date_time", pa.timestamp('s'))
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> datetime:
revision = revisions[-1]
return revision.timestamp
class RevisionArticleId(RevisionField[int]):
field = pa.field("articleid", pa.int64())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> int:
return page.id
class RevisionEditorId(RevisionField[Union[int, None]]):
field = pa.field("editorid", pa.int64(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[int, None]:
revision = revisions[-1]
if revision.deleted.user:
return None
return revision.user.id
class RevisionEditSummary(RevisionField[Union[str, None]]):
field = pa.field("edit_summary", pa.string(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[str, None]:
revision = revisions[-1]
return revision.comment
class RevisionIsAnon(RevisionField[Union[bool, None]]):
field = pa.field("anon", pa.bool_(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[bool, None]:
revision = revisions[-1]
if revision.deleted.user:
return None
return revision.user.id is None
class RevisionEditorText(RevisionField[Union[str, None]]):
field = pa.field("editor", pa.string(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[str, None]:
revision = revisions[-1]
if revision.deleted.user:
return None
return revision.user.text
class RevisionPageTitle(RevisionField[str]):
field = pa.field("title", pa.string())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> str:
return page.title
class RevisionDeleted(RevisionField[bool]):
field = pa.field("deleted", pa.bool_())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> bool:
revision = revisions[-1]
return revision.deleted.text
class RevisionNamespace(RevisionField[int]):
field = pa.field("namespace", pa.int32())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> int:
return page.namespace
class RevisionSha1(RevisionField[str]):
field = pa.field("sha1", pa.string())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> str:
revision = revisions[-1]
return revision.sha1
class RevisionTextChars(RevisionField[Union[int, None]]):
field = pa.field("text_chars", pa.int32(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[int, None]:
revision = revisions[-1]
if not revision.deleted.text:
return len(revision.text)
return None
class RevisionIsMinor(RevisionField[bool]):
field = pa.field("minor", pa.bool_())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> bool:
revision = revisions[-1]
return revision.minor
class RevisionReverts(RevisionField[Union[str, None]]):
def __init__(self):
super().__init__()
self.rev_detector: Union[mwreverts.Detector, None] = None
field = pa.field("reverteds", pa.string(), nullable=True)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[str, None]:
if self.rev_detector is None:
return None
revision = revisions[-1]
if revision.deleted.text:
return None
revert = self.rev_detector.process(revision.sha1, revision.id)
if revert is None:
return None
return ",".join([str(s) for s in revert.reverteds])
class RevisionCollapsed(RevisionField[int]):
field = pa.field("collapsed_revs", pa.int64())
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> int:
return len(revisions)
class RevisionText(RevisionField[str]):
field = pa.field("text", pa.string(), nullable=False)
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> str:
revision = revisions[-1]
return revision.text
class RevisionExternalLinks(RevisionField[Union[list[str], None]]):
"""Extract all external links from revision text."""
field = pa.field("external_links", pa.list_(pa.string()), nullable=True)
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[list[str], None]:
revision = revisions[-1]
if revision.deleted.text:
return None
return self.wikitext_parser.extract_external_links(revision.text)
class RevisionCitations(RevisionField[Union[list[str], None]]):
"""Extract citations from ref tags and cite templates."""
field = pa.field("citations", pa.list_(pa.string()), nullable=True)
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[list[str], None]:
revision = revisions[-1]
if revision.deleted.text:
return None
return self.wikitext_parser.extract_citations(revision.text)
class RevisionWikilinks(RevisionField[Union[list[dict], None]]):
"""Extract all internal wikilinks from revision text."""
# Struct type with title and optional display text
field = pa.field("wikilinks", pa.list_(pa.struct([
pa.field("title", pa.string()),
pa.field("text", pa.string(), nullable=True),
])), nullable=True)
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[list[dict], None]:
revision = revisions[-1]
if revision.deleted.text:
return None
return self.wikitext_parser.extract_wikilinks(revision.text)
class RevisionTemplates(RevisionField[Union[list[dict], None]]):
"""Extract all templates from revision text."""
# Struct type with name and params map
field = pa.field("templates", pa.list_(pa.struct([
pa.field("name", pa.string()),
pa.field("params", pa.map_(pa.string(), pa.string())),
])), nullable=True)
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[list[dict], None]:
revision = revisions[-1]
if revision.deleted.text:
return None
return self.wikitext_parser.extract_templates(revision.text)
class RevisionHeadings(RevisionField[Union[list[dict], None]]):
"""Extract all section headings from revision text."""
# Struct type with level and text
field = pa.field("headings", pa.list_(pa.struct([
pa.field("level", pa.int8()),
pa.field("text", pa.string()),
])), nullable=True)
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> Union[list[dict], None]:
revision = revisions[-1]
if revision.deleted.text:
return None
return self.wikitext_parser.extract_headings(revision.text)
class RevisionParserTimeout(RevisionField[bool]):
"""Track whether the wikitext parser timed out for this revision."""
field = pa.field("parser_timeout", pa.bool_())
def __init__(self, wikitext_parser: "WikitextParser"):
super().__init__()
self.wikitext_parser = wikitext_parser
def extract(self, page: mwtypes.Page, revisions: list[mwxml.Revision]) -> bool:
return self.wikitext_parser.last_parse_timed_out

View File

@@ -0,0 +1,412 @@
import json
import sys
from collections import namedtuple
from itertools import chain
from typing import Dict, Generator, List, Optional, Tuple
from deltas import (Delete, DiffEngine, Equal, Insert, Operation,
RegexTokenizer, Token, tokenizers)
from mwpersistence import Token
from sortedcontainers import SortedDict
TOKENIZER = tokenizers.wikitext_split
import pywikidiff2
class DiffToOperationMap:
def __init__(self, diff, tokenizer):
self.tokenizer = tokenizer
self.from_par_move_dict = {}
self.to_par_move_dict = {}
self.highlights_without_offset = []
self.diff = diff
# we need to keep track of the bytes of line numbers to recover when wikidiff2 loses offsets.
self.to_linenumber_bytes_map: SortedDict[int, int] = SortedDict()
self.from_linenumber_bytes_map: SortedDict[int, int] = SortedDict()
def tokenize(self, bytes):
return self.tokenizer.tokenize(bytes.decode("utf-8"), token_class=Token)
def to_operations(self):
for entry in self.diff["diff"]:
# add back the newline
entry["text"] += "\n"
text = entry["text"]
offset = entry["offset"]
# this is the first byte of the line in the 'from' revision.
from_start_line = entry["offset"]["from"]
# this is the first byte of the line in the 'to' revision.
to_start_line = entry["offset"]["to"]
if entry["type"] == 0:
yield from self.doEqual(entry)
# a line included in the 'to' revision, but not in the 'from' revision
elif entry["type"] == 1:
yield from self.doInsert(entry)
# a line included in the 'from' revision, but not in the 'to' revision
elif entry["type"] == 2:
yield from self.doDelete(entry)
elif entry["type"] == 3:
# sometimes, for some reason we don't have a 'to' index here. we'll save these for later
if entry["offset"]["to"] is None:
self.highlights_without_offset.append(entry)
else:
yield from self.doHighlightRange(entry)
elif entry["type"] == 4:
linkId = entry["moveInfo"]["linkId"]
if linkId in self.to_par_move_dict:
yield from self.doParMove(entry, self.to_par_move_dict.pop(linkId))
else:
self.from_par_move_dict[entry["moveInfo"]["id"]] = entry
elif entry["type"] == 5:
linkId = entry["moveInfo"]["linkId"]
if linkId in self.from_par_move_dict:
yield from self.doParMove(
self.from_par_move_dict.pop(linkId), entry
)
else:
self.to_par_move_dict[entry["moveInfo"]["id"]] = entry
else:
# The 'type' isn't one of the known
raise ValueError(d)
# now we should be able to apply highlights
for entry in self.highlights_without_offset:
yield from self.doHighlightRange(entry)
if len(self.from_par_move_dict) > 0 or len(self.to_par_move_dict) > 0:
print("PROBLEM! Unmatched parmoves!")
print(self.from_par_move_dict)
print(self.to_par_move_dict)
# We can try to match them:
for lkey in self.from_par_move_dict.keys():
for rkey in self.to_par_move_dict.keys():
from_diff = self.from_par_move_dict[lkey]
to_diff = self.to_par_move_dict[rkey]
if self.match_parmoves_exact(from_diff, to_diff):
yield from self.doParMove(from_diff, to_diff)
del self.to_par_move_dict[lkey]
del self.from_par_move_dict[rkey]
break
# we couldn't find matches. treat type 4 as removal and type 5 as highlight.
for from_diff in self.from_par_move_dict.values():
yield from self.doDelete(from_diff)
# only we don't know the from index; we assume its already handled.
for to_diff in self.to_par_move_dict.values():
offset["from"] = 0
offset["to"] = None
diffops = self.doHighlightRange(
{
"text": to_diff["text"],
"highlightRanges": to_diff["highlightRanges"],
"offset": offset,
"lineNumber": to_diff["lineNumber"],
}
)
diffops = [
(type(op)(None, None, op.b1, op.b2), [], bseq)
for op, _, bseq in diffops
if isinstance(op, Insert) or isinstance(op, Equal)
]
yield from diffops
def match_parmoves_exact(self, from_diff, to_diff):
ops, from_tokens, to_tokens = list(zip(*self.doParMove(from_diff, to_diff)))
from_text = "".join(chain.from_iterable(from_tokens))
# we know they match if we apply the highlight ranges and the "from" tokens equal the lhs tokens.
if from_text == from_diff["text"]:
print("MATCH FOUND")
return True
else:
print("NO MATCH")
print(len(from_text))
print(len(from_diff["text"]))
return False
# mwpersistence expects differences to be represented in order from the
# result's perspective ("to"), not the previous text. Thus, if a line
# is moved earlier then its insertion should appear before its deletion.
# As a rule of thumb, the "to" segments should be non-overlapping and
# strictly increasing, while the "from" segments should merely be
# non-overlapping.
def doEqual(self, entry):
equal_segment, offset, lineNumber = (
entry["text"],
entry["offset"],
entry["lineNumber"],
)
if isinstance(equal_segment, str):
equal_bytes = equal_segment.encode()
elif isinstance(equal_segment, bytes):
equal_bytes = equal_segment
else:
raise ValueError(equal_segment)
self.from_linenumber_bytes_map[lineNumber] = offset["from"] + len(equal_bytes)
self.to_linenumber_bytes_map[lineNumber] = offset["to"] + len(equal_bytes)
tokens = self.tokenize(equal_bytes)
n_tokens = len(tokens)
yield (
Equal(
offset["from"],
None,
offset["to"],
None,
),
tokens,
tokens,
)
def doInsert(self, entry):
insert_segment, offset, lineNumber = (
entry["text"],
entry["offset"],
entry["lineNumber"],
)
if isinstance(insert_segment, str):
insert_bytes = insert_segment.encode()
elif isinstance(insert_segment, bytes):
insert_bytes = insert_segment
else:
raise ValueError(insert_segment)
tokens = self.tokenize(insert_bytes)
self.to_linenumber_bytes_map[lineNumber] = offset["to"] + len(insert_bytes)
yield (
Insert(
None,
None,
offset["to"],
None,
),
[],
tokens,
)
def doDelete(self, entry):
delete_segment, offset, lineNumber = (
entry["text"],
entry["offset"],
entry.get("lineNumber", None),
)
if isinstance(delete_segment, str):
delete_bytes = delete_segment.encode()
elif isinstance(delete_segment, bytes):
delete_bytes = delete_segment
else:
raise ValueError(delete_segment)
tokens = self.tokenize(delete_bytes)
if lineNumber is not None:
self.from_linenumber_bytes_map[lineNumber] = offset["from"] + len(
delete_bytes
)
yield (
Delete(offset["from"], None, None, None),
tokens,
[],
)
def doHighlightRange(self, entry):
highlight_text, highlightRanges, offset, lineNumber = (
entry["text"],
entry["highlightRanges"],
entry["offset"],
entry["lineNumber"],
)
# The text field is an overlapping mix of both the from and to,
# so we need to handle it highlight-by-highlight.
# there can be gaps between highlight segments.
# for instance, if a word is deleted from the middle of a line.
# we need to track that.
highlight_bytes = highlight_text.encode()
highlight_end = 0
# it's possible for offset['to'] to be null.
# we can get it from the line number?
# this bit is a little hacky as it deals with ideosyncratic wikidiff2 behavior
if offset["to"] is None:
# if the line already exists, we insert before it.
if lineNumber in self.to_linenumber_bytes_map:
keyidx = self.to_linenumber_bytes_map.bisect_left(lineNumber) - 1
else:
keyidx = self.to_linenumber_bytes_map.bisect_right(lineNumber) - 1
key = None
if keyidx == -1:
offset["to"] = 0
elif len(self.to_linenumber_bytes_map.keys()) > 0:
key = self.to_linenumber_bytes_map.keys()[keyidx]
else:
key = 0
if key is not None:
offset["to"] = self.to_linenumber_bytes_map.get(key, 0)
highlight_offset = offset
# note that diffs are token-level, but the indexes are byte-level
for highlightRange in highlightRanges:
highlight_start = highlightRange["start"]
# equal bytes in between highlights
if highlight_start > highlight_end:
equal_bytes = highlight_bytes[highlight_end:highlight_start]
n_equal_bytes = len(equal_bytes)
yield from self.doEqual(
{
"text": equal_bytes,
"offset": highlight_offset,
"lineNumber": lineNumber,
}
)
highlight_offset["from"] += n_equal_bytes
highlight_offset["to"] += n_equal_bytes
# handle highlighted insert / delete
highlight_end = highlight_start + highlightRange["length"]
range_bytes = highlight_bytes[highlight_start:highlight_end]
n_range_bytes = len(range_bytes)
if highlightRange["type"] == 0:
yield from self.doInsert(
{
"text": range_bytes,
"offset": highlight_offset,
"lineNumber": lineNumber,
}
)
highlight_offset["to"] += n_range_bytes
elif highlightRange["type"] == 1:
yield from self.doDelete(
{
"text": range_bytes,
"offset": highlight_offset,
"lineNumber": lineNumber,
}
)
highlight_offset["from"] += n_range_bytes
else:
raise Exception(entry)
# handle the rest of the line which is equal
if highlight_end < len(highlight_bytes):
range_bytes = highlight_bytes[highlight_end:]
yield from self.doEqual(
{
"text": range_bytes,
"offset": highlight_offset,
"lineNumber": lineNumber,
}
)
def doParMove(self, from_diff, to_diff):
from_byte_start = from_diff["offset"]["from"]
to_byte_start = to_diff["offset"]["to"]
offset = {"from": from_byte_start, "to": to_byte_start}
yield from self.doHighlightRange(
{
"text": to_diff["text"],
"highlightRanges": to_diff["highlightRanges"],
"offset": offset,
"lineNumber": to_diff["lineNumber"],
}
)
class WikiDiffMatcher:
def __init__(
self,
tokenizer: Optional[RegexTokenizer] = None,
):
self.tokenizer = tokenizer or TOKENIZER
class Processor(DiffEngine.Processor):
def __init__(self, tokenizer=None):
self.tokenizer = tokenizer or TOKENIZER
self.last_tokens = []
self.previous_text = ""
self.differ = pywikidiff2.pywikidiff2(
num_context_lines=1000000,
max_word_level_diff_complexity=-1,
moved_paragraph_detection_cutoff=-1,
words_cache_capacity=10000,
diff_cache_capacity=10000,
stats_cache_capacity=10000,
)
self.last_diff = None
def update(self, last_tokens):
self.last_tokens = last_tokens
def process(self, text, token_class=None):
# The diff has already been computed, but we need to incrementally
# retrieve it to recreate the behavior DiffState expects.
diff = json.loads(self.differ.inline_json_diff(self.previous_text, text))
self.last_diff = diff
diffToOperationsMapper = DiffToOperationMap(diff, self.tokenizer)
diffops = list(diffToOperationsMapper.to_operations())
# this happens when revisions are actually equal.
if len(diffops) == 0:
self.last_tokens = self.tokenizer.tokenize(text, token_class=Token)
ops = [Equal(0, len(self.last_tokens), 0, len(self.last_tokens))]
return ops, self.last_tokens, self.last_tokens
# we get back the byte indices; now we transform to token indices
diffops.sort(
key=lambda t: (t[0].a1 if t[0].a1 is not None else 1e32, t[0].b1)
)
aorder_ops = []
token_offset = 0
_, aseq, _ = list(zip(*diffops))
for op, tokens, _ in diffops:
a1 = token_offset
if isinstance(op, Equal) or isinstance(op, Delete):
token_offset += len(tokens)
a2 = token_offset
aorder_ops.append(type(op)(a1, a2, op.b1, op.b1))
else:
aorder_ops.append(Insert(a1, a1, op.b1, op.b1))
_, aseq, bseq = zip(*diffops)
diffops = list(zip(aorder_ops, aseq, bseq))
diffops.sort(
key=lambda t: (t[0].b1 if t[0].b1 is not None else 1e32, t[0].a1)
)
_, _, bseq = list(zip(*diffops))
border_ops = []
token_offset = 0
for op, _, tokens in diffops:
b1 = token_offset
if isinstance(op, Equal) or isinstance(op, Insert):
token_offset += len(tokens)
b2 = token_offset
border_ops.append(type(op)(op.a1, op.a2, b1, b2))
else:
border_ops.append(type(op)(op.a1, op.a2, b1, b1))
self.previous_text = text
self.last_tokens = list(chain.from_iterable(aseq))
tokens = list(chain.from_iterable(bseq))
return border_ops, self.last_tokens, tokens
def processor(self, *args, **kwargs):
return self.Processor(self.tokenizer)
def process(self):
# DiffState checks for this method even though it is not called.
raise Exception("Unnecessary implementation")

View File

@@ -0,0 +1,133 @@
"""Shared wikitext parser with caching to avoid duplicate parsing."""
from __future__ import annotations
import signal
import mwparserfromhell
PARSER_TIMEOUT = 60 # seconds
class WikitextParser:
"""Caches parsed wikicode to avoid re-parsing the same text."""
CITE_TEMPLATES = {
'cite web', 'cite book', 'cite journal', 'cite news',
'cite magazine', 'cite conference', 'cite encyclopedia',
'cite report', 'cite thesis', 'cite press release',
'citation', 'sfn', 'harvnb', 'harv'
}
def __init__(self):
self._cached_text: str | None = None
self._cached_wikicode = None
self.last_parse_timed_out: bool = False
def _timeout_handler(self, signum, frame):
raise TimeoutError("mwparserfromhell parse exceeded timeout")
def _get_wikicode(self, text: str):
"""Parse text and cache result. Returns cached result if text unchanged."""
if text == self._cached_text:
return self._cached_wikicode
old_handler = signal.signal(signal.SIGALRM, self._timeout_handler)
signal.alarm(PARSER_TIMEOUT)
try:
self._cached_wikicode = mwparserfromhell.parse(text)
self._cached_text = text
self.last_parse_timed_out = False
except TimeoutError:
self._cached_wikicode = None
self._cached_text = text
self.last_parse_timed_out = True
finally:
signal.alarm(0)
signal.signal(signal.SIGALRM, old_handler)
return self._cached_wikicode
def extract_external_links(self, text: str | None) -> list[str] | None:
"""Extract all external link URLs from wikitext."""
if text is None:
return None
try:
wikicode = self._get_wikicode(text)
return [str(link.url) for link in wikicode.filter_external_links()]
except Exception:
return None
def extract_citations(self, text: str | None) -> list[str] | None:
"""Extract citations from ref tags and cite templates."""
if text is None:
return None
try:
wikicode = self._get_wikicode(text)
citations = []
# Extract ref tag contents
for tag in wikicode.filter_tags():
if tag.tag.lower() == 'ref':
content = str(tag.contents).strip()
if content:
citations.append(f"ref:{content}")
# Extract cite templates
for template in wikicode.filter_templates():
template_name = str(template.name).strip().lower()
if any(template_name.startswith(cite) for cite in self.CITE_TEMPLATES):
citations.append(f"template:{str(template)}")
return citations
except Exception:
return None
def extract_wikilinks(self, text: str | None) -> list[dict[str, str | None]] | None:
"""Extract all internal wikilinks with title and display text."""
if text is None:
return None
try:
wikicode = self._get_wikicode(text)
result = []
for link in wikicode.filter_wikilinks():
title = str(link.title).strip()
# text is None if no pipe, otherwise the display text
display_text = str(link.text).strip() if link.text else None
result.append({"title": title, "text": display_text})
return result
except Exception:
return None
def extract_templates(self, text: str | None) -> list[dict] | None:
"""Extract all templates with their names and parameters."""
if text is None:
return None
try:
wikicode = self._get_wikicode(text)
result = []
for template in wikicode.filter_templates():
name = str(template.name).strip()
params = {}
for param in template.params:
param_name = str(param.name).strip()
param_value = str(param.value).strip()
params[param_name] = param_value
result.append({"name": name, "params": params})
return result
except Exception:
return None
def extract_headings(self, text: str | None) -> list[dict] | None:
"""Extract all section headings with their levels."""
if text is None:
return None
try:
wikicode = self._get_wikicode(text)
result = []
for heading in wikicode.filter_headings():
level = heading.level
heading_text = str(heading.title).strip()
result.append({"level": level, "text": heading_text})
return result
except Exception:
return None

File diff suppressed because it is too large Load Diff

0
test/__init__.py Normal file
View File

View File

@@ -1,192 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
FALSE 1 2004-11-11 23:33:14 FALSE "Jasonr" 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 "File:Wiki.png"
FALSE 3 2004-11-11 23:33:14 FALSE "Jasonr" 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 "File:Search logo.png"
FALSE 6 2005-07-29 18:37:42 FALSE "Purplefeltangel" 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About"
TRUE 6 2006-01-15 14:50:13 FALSE "85.255.113.157" FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 "Sailor Moon Wiki:About"
FALSE 6 2006-01-15 20:40:52 FALSE "Angela" 2 TRUE 4 TRUE "266" 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About"
TRUE 6 2006-01-16 04:00:17 FALSE "85.255.113.158" FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 "Sailor Moon Wiki:About"
TRUE 6 2006-01-16 07:20:23 FALSE "85.255.113.154" FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 "Sailor Moon Wiki:About"
FALSE 6 2006-01-19 19:14:50 FALSE "Spam cleanup script" 13134 FALSE 4 TRUE "279,273" 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About"
FALSE 6 2006-08-01 11:21:41 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:About"
FALSE 6 2006-08-04 16:56:16 FALSE "Splarka" 8245 TRUE 4 TRUE "2273" 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About"
FALSE 7 2005-09-12 21:29:28 FALSE "Purplefeltangel" 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies"
TRUE 7 2006-01-15 14:49:34 FALSE "85.255.114.134" FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 "Sailor Moon Wiki:Policies"
TRUE 7 2006-01-15 18:55:09 FALSE "85.255.113.154" FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 "Sailor Moon Wiki:Policies"
FALSE 7 2006-01-15 20:41:05 FALSE "Angela" 2 FALSE 4 TRUE "270,265" 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies"
FALSE 7 2006-08-01 11:21:51 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:Policies"
FALSE 7 2006-08-04 16:56:14 FALSE "Splarka" 8245 TRUE 4 TRUE "2276" 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies"
FALSE 7 2009-12-18 00:28:57 FALSE "Thisismyusername" 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 "Sailor Moon Wiki:Policies"
FALSE 8 2005-07-16 22:10:09 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 "Category:About Sailor Moon Wiki"
FALSE 9 2005-07-16 22:48:26 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 "Template:Charastub"
FALSE 9 2009-11-22 05:46:05 FALSE "Thisismyusername" 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 "Template:Charastub"
FALSE 10 2005-07-30 00:02:20 FALSE "Purplefeltangel" 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 "Sailor Moon Wiki:List of all templates"
FALSE 10 2006-04-16 04:49:39 FALSE "Malkin" 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 "Sailor Moon Wiki:List of all templates"
FALSE 10 2006-08-01 11:22:00 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:List of all templates"
FALSE 10 2006-08-04 16:56:12 FALSE "Splarka" 8245 TRUE 4 TRUE "2279" 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 "Sailor Moon Wiki:List of all templates"
FALSE 10 2009-11-22 01:17:15 FALSE "Thisismyusername" 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 "Sailor Moon Wiki:List of all templates"
FALSE 11 2005-07-16 22:47:55 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 "Category:Character stubs"
FALSE 11 2005-11-04 23:40:45 FALSE "Malkin" 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 "Category:Character stubs"
FALSE 12 2005-07-16 22:56:53 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 "Template:Seealso"
FALSE 13 2005-07-17 03:16:18 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 "Template:Charabox"
FALSE 13 2005-10-25 23:04:33 FALSE "Malkin" 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 "Template:Charabox"
TRUE 13 2006-01-15 15:09:32 FALSE "85.255.114.130" FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 "Template:Charabox"
FALSE 13 2006-01-19 19:14:50 FALSE "Spam cleanup script" 13134 FALSE 10 TRUE "286" 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 "Template:Charabox"
FALSE 13 2006-05-26 04:34:57 FALSE "Malkin" 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 "Template:Charabox"
TRUE 13 2006-06-17 05:16:27 FALSE "220.237.30.150" FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 "Template:Charabox"
FALSE 13 2007-07-01 13:53:42 FALSE "AJtheFlameSwordsman" 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 "Template:Charabox"
FALSE 13 2008-07-08 01:01:13 FALSE "Landavia" 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 "Template:Charabox"
TRUE 13 2008-07-11 21:34:20 FALSE "78.150.115.116" FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 "Template:Charabox"
FALSE 13 2008-10-05 19:20:47 FALSE "Uberfuzzy" 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 "Template:Charabox"
FALSE 13 2010-01-04 04:40:42 FALSE "Toughpigs" 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 "Template:Charabox"
TRUE 13 2010-03-20 19:21:54 FALSE "99.227.202.85" FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 "Template:Charabox"
FALSE 14 2005-08-13 21:10:11 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 "Pretty Guardian Sailor Moon"
FALSE 14 2005-10-30 23:19:48 FALSE "Malkin" 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 "Pretty Guardian Sailor Moon"
TRUE 14 2006-01-03 05:03:34 FALSE "220.237.30.150" FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon"
TRUE 14 2006-01-15 18:31:58 FALSE "85.255.113.155" FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 "Pretty Guardian Sailor Moon"
FALSE 14 2006-01-15 20:40:56 FALSE "Angela" 2 TRUE 0 TRUE "269" 272 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon"
TRUE 14 2006-01-16 07:06:14 FALSE "85.255.114.130" FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 "Pretty Guardian Sailor Moon"
FALSE 14 2006-01-19 19:14:51 FALSE "Spam cleanup script" 13134 FALSE 0 TRUE "287" 1732 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon"
TRUE 14 2006-06-27 09:57:48 FALSE "218.111.168.121" FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 "Pretty Guardian Sailor Moon"
FALSE 14 2006-06-28 02:07:28 FALSE "Angela" 2 TRUE 0 TRUE "2168" 2174 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon"
FALSE 14 2006-08-01 10:54:19 FALSE "Jimbo Wæles" 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Pretty Guardian Sailor Moon"
FALSE 14 2006-08-04 16:59:18 FALSE "Splarka" 8245 TRUE 0 TRUE "2197" 2394 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon"
FALSE 14 2007-12-23 15:16:52 FALSE "Animalia555" 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 "Pretty Guardian Sailor Moon"
TRUE 14 2008-01-30 02:19:03 FALSE "69.211.15.33" FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 "Pretty Guardian Sailor Moon"
FALSE 14 2008-01-30 02:19:23 FALSE "Charitwo" 184532 FALSE 0 TRUE "2700" 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 "Pretty Guardian Sailor Moon"
TRUE 14 2008-04-26 20:03:59 FALSE "24.70.95.205" FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 "Pretty Guardian Sailor Moon"
TRUE 14 2009-03-02 06:46:56 FALSE "116.71.191.83" FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 "Pretty Guardian Sailor Moon"
FALSE 14 2009-03-02 06:48:07 FALSE "Charitwo" 184532 FALSE 0 TRUE "3595" 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 "Pretty Guardian Sailor Moon"
TRUE 14 2009-03-02 06:54:31 FALSE "116.71.191.83" FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 "Pretty Guardian Sailor Moon"
TRUE 14 2009-03-02 09:29:45 FALSE "76.121.175.64" FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 "Pretty Guardian Sailor Moon"
TRUE 14 2009-04-28 01:08:38 FALSE "72.81.240.91" FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 "Pretty Guardian Sailor Moon"
FALSE 14 2009-10-17 07:25:04 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 "Pretty Guardian Sailor Moon"
TRUE 14 2009-11-08 12:08:16 FALSE "71.237.98.158" FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 "Pretty Guardian Sailor Moon"
FALSE 14 2009-11-14 09:14:14 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 "Pretty Guardian Sailor Moon"
FALSE 14 2009-11-19 17:24:17 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 "Pretty Guardian Sailor Moon"
FALSE 14 2009-11-20 05:36:41 FALSE "Thisismyusername" 1628549 TRUE 0 TRUE "5825" 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 "Pretty Guardian Sailor Moon"
FALSE 19 2005-07-17 02:11:33 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 "Category:Sailor soldiers"
TRUE 19 2009-06-27 17:48:45 FALSE "24.193.146.200" FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 "Category:Sailor soldiers"
FALSE 19 2009-11-24 08:09:06 FALSE "Thisismyusername" 1628549 TRUE 14 TRUE "3989" 6074 cf007095dcab5ece28af169412306aa4543e4063 49 "Category:Sailor soldiers"
FALSE 20 2005-07-17 01:19:28 FALSE "Purplefeltangel" 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 "File:Smoon.png"
FALSE 20 2005-11-17 07:49:56 FALSE "Malkin" 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 "File:Smoon.png"
FALSE 21 2005-07-17 01:40:13 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 "Usagi Tsukino"
FALSE 21 2005-07-17 20:40:15 FALSE "Mange" 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 "Usagi Tsukino"
FALSE 21 2005-07-18 01:32:50 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 "Usagi Tsukino"
FALSE 21 2005-07-18 01:41:57 FALSE "Mange" 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 "Usagi Tsukino"
FALSE 21 2005-07-18 02:25:50 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 "Usagi Tsukino"
FALSE 21 2005-11-22 01:53:48 FALSE "Malkin" 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 "Usagi Tsukino"
TRUE 21 2005-12-24 06:14:40 FALSE "220.237.30.150" FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino"
TRUE 21 2006-06-27 10:01:16 FALSE "218.111.168.121" FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 "Usagi Tsukino"
FALSE 21 2006-06-28 02:07:31 FALSE "Angela" 2 TRUE 0 TRUE "2170" 2175 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino"
FALSE 21 2006-08-01 11:20:04 FALSE "Jimbo Wæles" 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Usagi Tsukino"
FALSE 21 2006-08-04 16:57:12 FALSE "Splarka" 8245 TRUE 0 TRUE "2267" 2312 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino"
FALSE 21 2007-02-04 21:03:56 FALSE "DaEd!T0R" 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 "Usagi Tsukino"
TRUE 21 2007-07-24 15:03:38 FALSE "72.84.74.134" FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 "Usagi Tsukino"
TRUE 21 2007-08-30 07:23:17 FALSE "59.101.67.180" FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 "Usagi Tsukino"
TRUE 21 2007-10-15 21:07:12 FALSE "86.130.126.104" FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 "Usagi Tsukino"
FALSE 21 2007-12-27 22:50:15 FALSE "Kataangrl" 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 "Usagi Tsukino"
TRUE 21 2008-01-30 03:24:08 FALSE "72.26.0.104" FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 "Usagi Tsukino"
TRUE 21 2008-02-24 04:56:56 FALSE "70.15.56.7" FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 "Usagi Tsukino"
TRUE 21 2008-05-06 15:45:57 FALSE "68.46.150.25" FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 "Usagi Tsukino"
TRUE 21 2008-05-16 00:02:13 FALSE "68.149.121.109" FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 "Usagi Tsukino"
TRUE 21 2008-07-31 01:21:00 FALSE "24.70.95.205" FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 "Usagi Tsukino"
TRUE 21 2008-08-10 18:02:31 FALSE "66.98.50.84" FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 "Usagi Tsukino"
TRUE 21 2008-09-07 20:49:51 FALSE "70.74.9.38" FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 "Usagi Tsukino"
FALSE 21 2008-10-10 22:00:01 FALSE "Thorn93" 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 "Usagi Tsukino"
FALSE 21 2008-10-22 00:04:36 FALSE "Miraitrunks766" 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino"
FALSE 21 2008-11-29 03:38:39 FALSE "Thorn93" 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 "Usagi Tsukino"
FALSE 21 2008-11-29 06:25:29 FALSE "Uberfuzzy" 161697 TRUE 0 TRUE "3376" 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino"
TRUE 21 2009-02-03 02:56:43 FALSE "75.206.205.142" FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 "Usagi Tsukino"
TRUE 21 2009-02-03 03:06:13 FALSE "153.90.112.86" FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 "Usagi Tsukino"
TRUE 21 2009-02-03 03:11:26 FALSE "75.206.205.142" FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 "Usagi Tsukino"
TRUE 21 2009-02-03 03:14:23 FALSE "153.90.112.86" FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 "Usagi Tsukino"
TRUE 21 2009-02-03 03:14:41 FALSE "75.206.205.142" FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 "Usagi Tsukino"
TRUE 21 2009-02-03 03:19:31 FALSE "153.90.112.86" FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 "Usagi Tsukino"
TRUE 21 2009-02-03 03:22:52 FALSE "75.206.205.142" FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 "Usagi Tsukino"
TRUE 21 2009-02-03 03:23:46 FALSE "153.90.112.86" FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 "Usagi Tsukino"
TRUE 21 2009-02-03 03:33:53 FALSE "75.206.205.142" FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 "Usagi Tsukino"
TRUE 21 2009-02-03 03:37:21 FALSE "153.90.112.86" FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 "Usagi Tsukino"
TRUE 21 2009-02-03 03:40:22 FALSE "75.206.205.142" FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 "Usagi Tsukino"
TRUE 21 2009-02-03 03:40:52 FALSE "153.90.112.86" FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 "Usagi Tsukino"
TRUE 21 2009-02-03 03:40:53 FALSE "75.206.205.142" FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 "Usagi Tsukino"
TRUE 21 2009-02-03 03:42:27 FALSE "153.90.112.86" FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 "Usagi Tsukino"
TRUE 21 2009-02-03 03:47:46 FALSE "75.206.205.142" FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 "Usagi Tsukino"
TRUE 21 2009-02-03 03:47:47 FALSE "153.90.112.86" FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 "Usagi Tsukino"
TRUE 21 2009-02-03 03:48:32 FALSE "75.206.205.142" FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 "Usagi Tsukino"
TRUE 21 2009-02-03 03:50:24 FALSE "153.90.112.86" FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 "Usagi Tsukino"
TRUE 21 2009-02-03 03:57:07 FALSE "75.206.205.142" FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 "Usagi Tsukino"
TRUE 21 2009-02-03 04:18:56 FALSE "153.90.112.86" FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 "Usagi Tsukino"
TRUE 21 2009-02-03 22:16:58 FALSE "75.206.151.91" FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 "Usagi Tsukino"
FALSE 21 2009-02-03 23:35:32 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 "Usagi Tsukino"
TRUE 21 2009-02-03 23:49:18 FALSE "75.206.151.91" FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 "Usagi Tsukino"
FALSE 21 2009-02-03 23:50:22 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 "Usagi Tsukino"
TRUE 21 2009-02-04 01:38:52 FALSE "75.206.151.91" FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 "Usagi Tsukino"
FALSE 21 2009-02-04 04:54:06 FALSE "Uberfuzzy" 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino"
TRUE 21 2009-02-07 18:40:23 FALSE "86.44.90.9" FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 "Usagi Tsukino"
TRUE 21 2009-02-09 05:02:51 FALSE "153.90.112.86" FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 "Usagi Tsukino"
TRUE 21 2009-02-12 19:42:44 FALSE "207.177.118.2" FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 "Usagi Tsukino"
FALSE 21 2009-02-17 19:55:13 FALSE "Jadensdragon" 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 "Usagi Tsukino"
FALSE 21 2009-02-23 04:59:45 FALSE "Michaeldsuarez" 130901 FALSE 0 TRUE "3582,3569,3568,3563" 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino"
FALSE 21 2009-03-03 06:08:59 FALSE "Dreamgirl" 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 "Usagi Tsukino"
TRUE 21 2009-03-04 04:21:02 FALSE "71.192.146.43" FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 "Usagi Tsukino"
TRUE 21 2009-03-09 16:35:02 FALSE "194.242.52.20" FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 "Usagi Tsukino"
FALSE 21 2009-03-17 03:40:32 FALSE "PatamonRoxs" 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 "Usagi Tsukino"
TRUE 21 2009-03-17 19:59:22 FALSE "76.71.117.92" FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 "Usagi Tsukino"
FALSE 21 2009-03-19 04:55:39 FALSE "NtechG" 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 "Usagi Tsukino"
FALSE 21 2009-03-23 00:12:21 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 "Usagi Tsukino"
FALSE 21 2009-03-23 00:47:19 FALSE "Sailorhentai" 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 "Usagi Tsukino"
FALSE 21 2009-03-23 00:49:25 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 "Usagi Tsukino"
TRUE 21 2009-03-23 02:23:36 FALSE "70.43.56.162" FALSE 0 TRUE "3671,3669,3664,3641" 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 "Usagi Tsukino"
TRUE 21 2009-04-02 12:24:31 FALSE "118.137.75.242" FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 "Usagi Tsukino"
TRUE 21 2009-04-05 20:14:38 FALSE "153.90.84.230" FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 "Usagi Tsukino"
TRUE 21 2009-04-06 03:03:07 FALSE "76.92.221.175" FALSE 0 TRUE "3770" 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 "Usagi Tsukino"
TRUE 21 2009-04-09 19:40:02 FALSE "68.82.224.91" FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 "Usagi Tsukino"
TRUE 21 2009-04-12 22:43:46 FALSE "65.8.8.231" FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 "Usagi Tsukino"
TRUE 21 2009-04-22 21:57:32 FALSE "67.191.218.47" FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 "Usagi Tsukino"
TRUE 21 2009-04-25 23:09:06 FALSE "98.235.7.53" FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 "Usagi Tsukino"
TRUE 21 2009-04-28 00:57:47 FALSE "72.81.240.91" FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 "Usagi Tsukino"
FALSE 21 2009-05-07 15:00:11 FALSE "AnimeRules" 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 "Usagi Tsukino"
TRUE 21 2009-05-21 00:03:29 FALSE "68.151.17.131" FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 "Usagi Tsukino"
FALSE 21 2009-05-23 15:36:36 FALSE "PrincessSailorSerenity" 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 "Usagi Tsukino"
TRUE 21 2009-05-29 02:24:31 FALSE "72.174.99.6" FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 "Usagi Tsukino"
FALSE 21 2009-05-29 03:14:16 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 "Usagi Tsukino"
FALSE 21 2009-06-04 02:44:24 FALSE "Eliskuya2" 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 "Usagi Tsukino"
TRUE 21 2009-06-27 17:51:32 FALSE "24.193.146.200" FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 "Usagi Tsukino"
TRUE 21 2009-07-06 22:47:47 FALSE "75.74.70.19" FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 "Usagi Tsukino"
FALSE 21 2009-07-16 08:09:54 FALSE "ShinyRayquaza" 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 "Usagi Tsukino"
TRUE 21 2009-07-21 00:06:27 FALSE "98.235.7.53" FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 "Usagi Tsukino"
FALSE 21 2009-07-22 22:38:22 FALSE "Ghostkaiba297" 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 "Usagi Tsukino"
FALSE 21 2009-07-27 06:06:07 FALSE "Pokinick27" 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 "Usagi Tsukino"
FALSE 21 2009-08-09 14:35:52 FALSE "Eliskuya2" 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 "Usagi Tsukino"
TRUE 21 2009-08-10 05:12:20 FALSE "98.117.157.110" FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 "Usagi Tsukino"
FALSE 21 2009-08-13 02:49:33 FALSE "Gohan fan101" 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 "Usagi Tsukino"
FALSE 21 2009-08-20 06:29:29 FALSE "Donut THX 1138" 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 "Usagi Tsukino"
TRUE 21 2009-09-04 22:59:22 FALSE "67.67.88.74" FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 "Usagi Tsukino"
FALSE 21 2009-09-05 05:31:32 FALSE "C.C100" 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 "Usagi Tsukino"
FALSE 21 2009-09-10 16:12:21 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 "Usagi Tsukino"
FALSE 21 2009-09-18 20:21:35 FALSE "Sonic0chick0ames" 1275878 FALSE 0 TRUE "4451" 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 "Usagi Tsukino"
FALSE 21 2009-09-19 00:37:44 FALSE "Gohan fan101" 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 "Usagi Tsukino"
FALSE 21 2009-09-24 07:43:44 FALSE "Lego3400" 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 "Usagi Tsukino"
FALSE 21 2009-09-24 15:57:49 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 "Usagi Tsukino"
TRUE 21 2009-09-26 18:23:36 FALSE "76.84.83.79" FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 "Usagi Tsukino"
TRUE 21 2009-09-27 20:32:44 FALSE "67.244.149.83" FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 "Usagi Tsukino"
FALSE 21 2009-10-02 05:27:56 FALSE "Lego3400" 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 "Usagi Tsukino"
TRUE 21 2009-10-08 06:28:38 FALSE "123.243.217.127" FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 "Usagi Tsukino"
FALSE 21 2009-10-29 13:01:34 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 "Usagi Tsukino"
TRUE 21 2009-10-29 14:49:00 FALSE "118.137.48.204" FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 "Usagi Tsukino"
FALSE 21 2009-10-31 14:14:43 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 "Usagi Tsukino"
TRUE 21 2009-11-03 11:02:16 FALSE "118.137.75.90" FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 "Usagi Tsukino"
FALSE 21 2009-11-24 11:01:45 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 "Usagi Tsukino"
TRUE 21 2009-12-01 04:45:57 FALSE "12.39.109.152" FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 "Usagi Tsukino"
FALSE 21 2009-12-05 02:33:32 FALSE "Laura steel" 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 "Usagi Tsukino"
FALSE 21 2009-12-11 10:30:43 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 "Usagi Tsukino"
FALSE 21 2009-12-27 19:45:21 FALSE "Laura steel" 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 "Usagi Tsukino"
FALSE 21 2009-12-29 09:36:35 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 "Usagi Tsukino"
FALSE 21 2010-01-04 04:44:57 FALSE "Toughpigs" 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 "Usagi Tsukino"
FALSE 21 2010-01-04 05:28:48 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 "Usagi Tsukino"
FALSE 21 2010-01-17 02:24:44 FALSE "Gohanfan101" 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 "Usagi Tsukino"
TRUE 21 2010-02-11 17:56:34 FALSE "220.255.7.222" FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 "Usagi Tsukino"
TRUE 21 2010-02-11 17:57:47 FALSE "220.255.7.227" FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 "Usagi Tsukino"
FALSE 21 2010-03-05 03:14:09 FALSE "RemiBlade" 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 "Usagi Tsukino"
TRUE 21 2010-03-12 18:20:35 FALSE "80.44.206.126" FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 "Usagi Tsukino"
TRUE 21 2010-03-23 19:31:48 FALSE "24.45.21.138" FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 "Usagi Tsukino"

View File

@@ -1,15 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 124944 20824 0 6
FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE "402436936" 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE "402999028" 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE "405478231,405475313" 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "threedigits"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false "126, 126, 126, 126"
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false "119, 978, 500, 292, 225, 199, 292"
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false "119, 978, 500, 292, 225, 199, 292"
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false "798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621"
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false "798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621"
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false "798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621"
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false "798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621"
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false "798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621"
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false "798, 150, 150, 150, 621, 100, 621"
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false "798, 150, 150, 150, 621, 100, 621"
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false "119, 157, 119, 157, 119, 157, 119, 157"
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false "126, 126, 126, 126"
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false "106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114"
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false "106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114"
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert threedigits
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false 126, 126, 126, 126
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false 119, 978, 500, 292, 225, 199, 292
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false 119, 978, 500, 292, 225, 199, 292
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false 798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false 798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false 798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false 798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false 798, 150, 150, 150, 621, 137, 137, 150, 150, 350, 195, 350, 195, 180, 180, 350, 195, 300, 150, 150, 150, 180, 180, 621
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false 798, 150, 150, 150, 621, 100, 621
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false 798, 150, 150, 150, 621, 100, 621
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false 119, 157, 119, 157, 119, 157, 119, 157
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false 126, 126, 126, 126
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114, 106, 207, 126, 114

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "testcases" "page_word"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false "page, page"
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false "TestCase, TestCase"
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false "page"
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false "TestCase" "page"
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false "page"
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false "page, page"
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false "page, page"
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false "page, page"
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false "page, page"
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false "page, page"
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false "page, page"
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false "page, page"
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false "page"
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false "page, page, page, page"
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false "page, page, page, page, page, page"
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false "page"
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false "page"
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert testcases page_word
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false page, page
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false TestCase, TestCase
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false page
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false TestCase page
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false page
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false page, page
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false page, page
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false page, page
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false page, page
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false page, page
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false page, page
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false page, page
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false page
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false page, page, page, page
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false page, page, page, page, page, page
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false page
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false page

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "wiki_welcome" "chev_com" "warning"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false "welcome to Wikipedia" "Warning"
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false "Chevalier, Chevalier"
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false "Chevalier, Chevalier"
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false "welcome to Wikipedia" "Warning"
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false "welcome to Wikipedia" "Warning"
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false "welcome to Wikipedia"
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert wiki_welcome chev_com warning
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false welcome to Wikipedia Warning
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false Chevalier, Chevalier
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false Chevalier, Chevalier
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false welcome to Wikipedia Warning
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false welcome to Wikipedia Warning
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false welcome to Wikipedia

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "wp_evade"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false "WP:EVADE"
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false "WP:EVADE"
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert wp_evade
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false WP:EVADE
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false WP:EVADE
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "li_cheval" "three_letter" "three_number" "three_cat"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false "has, has"
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false "AES, for" "01, 12, 2001"
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false "new"
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false "1"
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false "AES, jpg, the, the, the, the, and, you, Tor" "67, 119"
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "AES, nom"
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "web, See, for"
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "per, TFD, TFD"
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "per, for, Log, TFD" "2010, 13"
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "per, for, Log, TFD" "2011, 17"
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "you, are, tor, you"
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false "Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier" "jpg, jpg, has, COM" "16, 2018"
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false "alt"
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false "119, 94, 96, 157, 119, 94, 96, 157, 1"
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false "AES"
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false "AES"
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false "See, for"
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false "has, has"
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false "AES, and"
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false "AES, Non"
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false "AES, low, low"
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false "106, 207, 126, 114, 106, 207, 126, 114, 1"
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert li_cheval three_letter three_number three_cat
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false has, has
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false AES, for 01, 12, 2001
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false new
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false 1
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false AES, jpg, the, the, the, the, and, you, Tor 67, 119
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier AES, nom
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier web, See, for
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier per, TFD, TFD
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier per, for, Log, TFD 2010, 13
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier per, for, Log, TFD 2011, 17
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier you, are, tor, you
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier, Li Chevalier jpg, jpg, has, COM 16, 2018
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false alt
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false 119, 94, 96, 157, 119, 94, 96, 157, 1
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false AES
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false AES
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false See, for
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false has, has
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false AES, and
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false AES, Non
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false AES, low, low
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false 106, 207, 126, 114, 106, 207, 126, 114, 1
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false

View File

@@ -0,0 +1,27 @@
"revid" "date_time" "articleid" "title" "namespace" "deleted" "editorid" "edit_summary" "text_chars" "reverteds" "sha1" "minor" "editor" "anon" "revert" "npov_npov" "npov_neutral" "testcase_a" "testcase_b" "testcase_c" "testcase_d"
819091731 2018-01-07 10:40:58 56237363 "User talk:86.139.142.254" 3 false 3742946 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 1141 "135nz8q6lfam6cojla7azb7k5alx3t3" false "NinjaRobotPirate" false false
819091755 2018-01-07 10:41:10 56237364 "User talk:Kavin kavitha" 3 false 32792125 "[[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for ""beauty"", ""grace"", ""fairness"" or ""comeliness""Kavin is born on 01 /12/2001 at Sa...'" 663 "0pwezjc6yopz0smc8al6ogc4fax5bwo" false "Kavin kavitha" false false
819091788 2018-01-07 10:41:26 56237365 "User talk:Dr.vivek163" 3 false 32621254 "/* Regarding Merger discussion */ new section" 399 "sz3t2ap7z8bpkdvdvi195f3i35949bv" false "Amicable always" false false "NPOV, NPOV"
819091796 2018-01-07 10:41:31 56237366 "User talk:Twistorl" 3 false 13286072 "Warning [[Special:Contributions/Twistorl|Twistorl]] - #1" 1260 "r6s5j8j3iykenrhuhpnkpsmmd71vubf" false "ClueBot NG" false false
819091825 2018-01-07 10:41:51 56237368 "Kom Firin" 0 false 8409334 "[[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node " 2249 "tf5qz2yaswx61zrlm9ovxzuhl7r2dc4" false "Khruner" false false "NPOV" "TestCaseB"
822610647 2018-01-27 12:16:02 56237368 "Kom Firin" 0 false 8409334 "/* History */ typo" 2230 "e6oa4g0qv64icdaq26uu1zzbyr5hcbh" true "Khruner" false false
819091844 2018-01-07 10:42:05 56237369 "User:Editingaccount1994/sandbox" 2 false 32794215 "[[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...'" 27840 "0fyvyh2a8xu41gt8obr34oba0bfixj6" false "Editingaccount1994" false false
819093984 2018-01-07 11:09:52 56237369 "User:Editingaccount1994/sandbox" 2 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 27787 "8gy52aolt5rg3eaketwj5v7eiw0apv2" true "AnomieBOT" false false
820064189 2018-01-12 21:45:50 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Orphan per [[WP:TFD|TFD outcome]]" 27784 "he8ydemaanxlrpftqxkez8jfpge1fsj" true "SporkBot" false false
820078679 2018-01-12 23:28:11 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content" 27783 "0to17w9rth3url8n7gvucdtobybdq5h" true "SporkBot" false false
820078733 2018-01-12 23:28:39 56237369 "User:Editingaccount1994/sandbox" 2 false 12406635 "Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content" 27782 "531dizmmloyxffbkdr5vph7owh921eg" true "SporkBot" false false
820177382 2018-01-13 13:45:33 56237369 "User:Editingaccount1994/sandbox" 2 false 13791031 "translate TestCaseD if you are from tor you need neutral point of view " 27757 "nik9p2u2fuk4yazjxt8ymbicxv5qid9" false "Frietjes" false false "TestCaseD"
822038928 2018-01-24 01:35:22 56237369 "User:Editingaccount1994/sandbox" 2 false 2304267 "Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018." 27667 "gwk6pampl8si1v5pv3kwgteg710sfw3" false "CommonsDelinker" false false
819091874 2018-01-07 10:42:20 56237370 "Anita del Rey" 0 false 1368779 "r from alt name" 25 "n4ozbsgle13p9yywtfrz982ccj8woc9" false "PamD" false false
819091883 2018-01-07 10:42:27 56237371 "User talk:119.94.96.157" 3 false 13286072 "Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1" 1274 "ksohnvsbeuzwpl5vb8a3v8m18hva0a7" false "ClueBot NG" false false
819091914 2018-01-07 10:42:50 56237372 "Category:Ohmi Railway" 14 false 677153 "[[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]'" 113 "je7aw21fedbwyqsyofpisdrynsu7olr" false "Underbar dk" false false
819091968 2018-01-07 10:43:32 56237375 "User talk:92.226.219.222" 3 false 882433 "[[WP:AES|←]]Created page with '{{3rr}}~~~~'" 199 "cpm4tkzcx4hc6irr9ukbi06ogud8dtq" false "TastyPoutine" false false
819094036 2018-01-07 11:10:24 56237375 "User talk:92.226.219.222" 3 false 7611264 "[[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info." 1840 "artmfz8b2gxhb3pp8a5p4ksplxqfkpg" true "AnomieBOT" false false
819112363 2018-01-07 14:33:36 56237375 "User talk:92.226.219.222" 3 false 702940 "Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]])" 2949 "dn9wj0n8d8pdd5lqe56uw5xamupowr1" false "Only" false false
819092004 2018-01-07 10:44:01 56237376 "User:Dipayanacharya" 2 false 32794237 "Education" 28 "ofueugwatmmn7u73isw732neuza57gk" false "Dipayanacharya" false false
819092390 2018-01-07 10:49:08 56237376 "User:Dipayanacharya" 2 false 32794237 "School" 38 "dsz55xv96ec2uv6w9c1z7c52ipfovbw" false "Dipayanacharya" false false
819092066 2018-01-07 10:44:56 56237378 "BSCIC" 0 false 21516552 "[[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]]" 65 "9ma38hak0ef1ew4fpiutxpnzd8oz1wd" false "Vinegarymass911" false false
819092102 2018-01-07 10:45:21 56237379 "Category:Women government ministers of Yemen" 14 false 754619 "[[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...'" 285 "4dvakoat58bzyf5hmtthxukt29hip6n" false "BrownHairedGirl" false false
819092135 2018-01-07 10:45:54 56237381 "Talk:List of Morning Glories Characters" 1 false 410898 "[[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}'" 103 "2sjrxsc7os9k9pg4su2t4rk2j8nn0h7" false "PRehse" false false
819092138 2018-01-07 10:45:56 56237382 "User talk:106.207.126.114" 3 false 13286072 "Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1" 1330 "3y9t5wpk6ur5jhone75rhm4wjf01fgi" false "ClueBot NG" false false
819092495 2018-01-07 10:50:22 56237382 "User talk:106.207.126.114" 3 false 31190506 "Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]])" 2355 "8wvn6vh3isyt0dorpe89lztrburgupe" false "HindWIKI" false false
1 revid date_time articleid title namespace deleted editorid edit_summary text_chars reverteds sha1 minor editor anon revert npov_npov npov_neutral testcase_a testcase_b testcase_c testcase_d
2 819091731 2018-01-07 10:40:58 56237363 User talk:86.139.142.254 3 false 3742946 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 1141 135nz8q6lfam6cojla7azb7k5alx3t3 false NinjaRobotPirate false false
3 819091755 2018-01-07 10:41:10 56237364 User talk:Kavin kavitha 3 false 32792125 [[WP:AES|←]]Created page with ''''''Kavin (Tamil. கவின்) is a masculine given name, which is Tamil for "beauty", "grace", "fairness" or "comeliness"Kavin is born on 01 /12/2001 at Sa...' 663 0pwezjc6yopz0smc8al6ogc4fax5bwo false Kavin kavitha false false
4 819091788 2018-01-07 10:41:26 56237365 User talk:Dr.vivek163 3 false 32621254 /* Regarding Merger discussion */ new section 399 sz3t2ap7z8bpkdvdvi195f3i35949bv false Amicable always false false NPOV, NPOV
5 819091796 2018-01-07 10:41:31 56237366 User talk:Twistorl 3 false 13286072 Warning [[Special:Contributions/Twistorl|Twistorl]] - #1 1260 r6s5j8j3iykenrhuhpnkpsmmd71vubf false ClueBot NG false false
6 819091825 2018-01-07 10:41:51 56237368 Kom Firin 0 false 8409334 [[WP:AES|←]]Created page with '[[File:Stele 67.119 Brooklyn.jpg|thumb|Stele of the [[Libu#Great Chiefs of the Libu|Chief of the Libu]] Titaru, a contemporary of pharaoh [[Shoshenq V]] of the [...'TestCaseB and you're a Tor node 2249 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 false Khruner false false NPOV TestCaseB
7 822610647 2018-01-27 12:16:02 56237368 Kom Firin 0 false 8409334 /* History */ typo 2230 e6oa4g0qv64icdaq26uu1zzbyr5hcbh true Khruner false false
8 819091844 2018-01-07 10:42:05 56237369 User:Editingaccount1994/sandbox 2 false 32794215 [[WP:AES|←]]Created page with '{{User sandbox}} <!-- EDIT BELOW THIS LINE --> {{voir homonymes|Chevalier}} {{Infobox Artiste | nom = Li Chevalier | autres noms = | im...' 27840 0fyvyh2a8xu41gt8obr34oba0bfixj6 false Editingaccount1994 false false
9 819093984 2018-01-07 11:09:52 56237369 User:Editingaccount1994/sandbox 2 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{Lien web}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 27787 8gy52aolt5rg3eaketwj5v7eiw0apv2 true AnomieBOT false false
10 820064189 2018-01-12 21:45:50 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Orphan per [[WP:TFD|TFD outcome]] 27784 he8ydemaanxlrpftqxkez8jfpge1fsj true SporkBot false false
11 820078679 2018-01-12 23:28:11 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2010 June 13|TFD outcome]]; no change in content 27783 0to17w9rth3url8n7gvucdtobybdq5h true SporkBot false false
12 820078733 2018-01-12 23:28:39 56237369 User:Editingaccount1994/sandbox 2 false 12406635 Replace template per [[Wikipedia:Templates for discussion/Log/2011 February 17|TFD outcome]]; no change in content 27782 531dizmmloyxffbkdr5vph7owh921eg true SporkBot false false
13 820177382 2018-01-13 13:45:33 56237369 User:Editingaccount1994/sandbox 2 false 13791031 translate TestCaseD if you are from tor you need neutral point of view 27757 nik9p2u2fuk4yazjxt8ymbicxv5qid9 false Frietjes false false TestCaseD
14 822038928 2018-01-24 01:35:22 56237369 User:Editingaccount1994/sandbox 2 false 2304267 Removing [[:c:File:Li_Chevalier_Art_Studio.jpg|Li_Chevalier_Art_Studio.jpg]], it has been deleted from Commons by [[:c:User:JuTa|JuTa]] because: [[:c:COM:OTRS|No permission]] since 16 January 2018. 27667 gwk6pampl8si1v5pv3kwgteg710sfw3 false CommonsDelinker false false
15 819091874 2018-01-07 10:42:20 56237370 Anita del Rey 0 false 1368779 r from alt name 25 n4ozbsgle13p9yywtfrz982ccj8woc9 false PamD false false
16 819091883 2018-01-07 10:42:27 56237371 User talk:119.94.96.157 3 false 13286072 Warning [[Special:Contributions/119.94.96.157|119.94.96.157]] - #1 1274 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 false ClueBot NG false false
17 819091914 2018-01-07 10:42:50 56237372 Category:Ohmi Railway 14 false 677153 [[WP:AES|←]]Created page with ' [[Category:Railway companies of Japan]] [[Category:Rail transport in Shiga Prefecture]] [[Category:Seibu Group]]' 113 je7aw21fedbwyqsyofpisdrynsu7olr false Underbar dk false false
18 819091968 2018-01-07 10:43:32 56237375 User talk:92.226.219.222 3 false 882433 [[WP:AES|←]]Created page with '{{3rr}}~~~~' 199 cpm4tkzcx4hc6irr9ukbi06ogud8dtq false TastyPoutine false false
19 819094036 2018-01-07 11:10:24 56237375 User talk:92.226.219.222 3 false 7611264 [[User:AnomieBOT/docs/TemplateSubster|Substing templates]]: {{3rr}}. See [[User:AnomieBOT/docs/TemplateSubster]] for info. 1840 artmfz8b2gxhb3pp8a5p4ksplxqfkpg true AnomieBOT false false
20 819112363 2018-01-07 14:33:36 56237375 User talk:92.226.219.222 3 false 702940 Your IP address has been blocked from editing because it has been used to [[WP:EVADE|evade a previous block]]. ([[WP:TW|TW]]) 2949 dn9wj0n8d8pdd5lqe56uw5xamupowr1 false Only false false
21 819092004 2018-01-07 10:44:01 56237376 User:Dipayanacharya 2 false 32794237 Education 28 ofueugwatmmn7u73isw732neuza57gk false Dipayanacharya false false
22 819092390 2018-01-07 10:49:08 56237376 User:Dipayanacharya 2 false 32794237 School 38 dsz55xv96ec2uv6w9c1z7c52ipfovbw false Dipayanacharya false false
23 819092066 2018-01-07 10:44:56 56237378 BSCIC 0 false 21516552 [[WP:AES|←]]Redirected page to [[Bangladesh Small and Cottage Industries Corporation]] 65 9ma38hak0ef1ew4fpiutxpnzd8oz1wd false Vinegarymass911 false false
24 819092102 2018-01-07 10:45:21 56237379 Category:Women government ministers of Yemen 14 false 754619 [[WP:AES|←]]Created page with '{{portal|Yemen|Politics}} {{Non-diffusing subcategory|Government ministers of Yemen}} {{Underpopulated category}} Category:Women government ministers by nati...' 285 4dvakoat58bzyf5hmtthxukt29hip6n false BrownHairedGirl false false
25 819092135 2018-01-07 10:45:54 56237381 Talk:List of Morning Glories Characters 1 false 410898 [[WP:AES|←]]Created page with '{{WikiProject Fictional characters|class=List|importance=low}} {{Comicsproj|class=List|importance=low}}' 103 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 false PRehse false false
26 819092138 2018-01-07 10:45:56 56237382 User talk:106.207.126.114 3 false 13286072 Warning [[Special:Contributions/106.207.126.114|106.207.126.114]] - #1 1330 3y9t5wpk6ur5jhone75rhm4wjf01fgi false ClueBot NG false false
27 819092495 2018-01-07 10:50:22 56237382 User talk:106.207.126.114 3 false 31190506 Caution: Unconstructive editing on [[List of Baahubali characters]]. ([[WP:TW|TW]]) 2355 8wvn6vh3isyt0dorpe89lztrburgupe false HindWIKI false false

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,15 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 124944 20824 0 6
FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE "402436936" 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE "402999028" 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE "405478231,405475313" 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0
1 anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 124944 20824 0 6
3 FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
4 FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
5 TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
6 FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
7 TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
8 FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE 402436936 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
9 TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
10 TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
11 FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE 402999028 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
12 FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
13 TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
14 TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
15 FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE 405478231,405475313 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0

View File

@@ -1,15 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 118658 19778 0 6
FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE "402436936" 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE "402999028" 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE "405478231,405475313" 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0

File diff suppressed because it is too large Load Diff

View File

@@ -1,530 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace redirect revert reverteds revid sha1 text_chars title
FALSE 2 1 2004-01-25 13:40:25 FALSE "Brion VIBBER" 1 FALSE 0 Aimaaġvik FALSE 3094 a6dzmzujf5owfsclacifhewzvp6q8ya 24 "HomePage"
TRUE 2 1 2007-01-01 14:51:20 FALSE "125.229.3.76" FALSE 0 Aimaaġvik FALSE 5938 46va13zuh9l56lj7ppey9a11l99zamg 337 "HomePage"
FALSE 2 1 2008-02-24 15:07:26 FALSE "Alexbot" 147 TRUE 0 Aimaaġvik FALSE 7322 5yib0zj4fa2lxe8xxw6l702097371u2 343 "HomePage"
FALSE 2 1 2010-01-09 21:34:14 FALSE "Xqbot" 635 TRUE 0 Aimaaġvik FALSE 10684 0vgbzpr48tad6i1szc5xgd7vu4zh1nk 342 "HomePage"
FALSE 2 1 2017-03-26 14:35:05 FALSE "タチコマ robot" 404 TRUE 0 Aimaaġvik FALSE 34845 mv3294lh8p7fvmarde73v17aezz1pig 336 "HomePage"
FALSE 2 1 2018-02-13 09:18:05 FALSE "CommonsDelinker" 80 FALSE 0 Aimaaġvik FALSE 35075 q4khc2dqrnxvggdas6uimar1re1w947 369 "HomePage"
FALSE 19 1 2004-01-29 15:33:07 FALSE "MediaWiki default" 0 FALSE 10 None FALSE 3111 odlo3q2qspr4rxe1yukj5rilk7wumhq 23 "Template:Sitesupportpage"
FALSE 63 1 2004-01-29 15:33:07 FALSE "MediaWiki default" 0 FALSE 10 None FALSE 3155 iqoi3msj3367xih2y2zwfjc2oojrwxm 119 "Template:Gnunote"
FALSE 572 2 2004-02-22 03:36:48 FALSE "MediaWiki default" 0 FALSE 10 None FALSE 3664 araip06i08my171cqzryz8fs1knaon4 127325 "Template:All messages"
FALSE 572 1 2013-03-01 09:31:20 FALSE "JAnDbot" 99 TRUE 10 None FALSE 31654 elsqotezol950qc39zewdlbtelcqqjs 128636 "Template:All messages"
FALSE 572 1 2013-03-11 10:01:47 FALSE "Legobot" 2628 TRUE 10 None FALSE 32767 imqpnpzbw0h5q635h9hzbswzf9060az 127349 "Template:All messages"
FALSE 767 2 2004-06-02 08:42:29 FALSE "MediaWiki default" 0 FALSE 10 None FALSE 3859 1wzivse2ve3m0ut78ehyijl3qlfitaq 187224 "Template:All system messages"
FALSE 767 1 2013-03-01 09:26:24 FALSE "JAnDbot" 99 TRUE 10 None FALSE 31653 8prldhnjtm50p9zjvckdzxprj5334yv 189051 "Template:All system messages"
FALSE 767 1 2013-03-11 10:02:09 FALSE "Legobot" 2628 TRUE 10 None FALSE 32769 ehmw5r7zk1011pgllzp84rnqs3xq3ua 187248 "Template:All system messages"
FALSE 791 1 2004-06-29 11:34:33 FALSE "MediaWiki default" 0 FALSE 4 None FALSE 3883 1gm72sz8hx7zhhcilq4mnp7z4nrqmk1 178455 "Wikipedia:All system messages"
FALSE 793 1 2004-08-06 15:36:27 FALSE "Suisui" 4 TRUE 2 None FALSE 3885 lbvh1y8f9syua3095ubcdvud7ulskhj 34 "User:Suisui"
FALSE 794 1 2004-08-06 15:40:20 FALSE "Suisui" 4 TRUE 3 None FALSE 3886 aspdh0fd51p7ro1z74ht51jmrni9gc4 166 "User talk:Suisui"
FALSE 795 1 2004-10-07 11:00:56 FALSE "Davidcannon" 7 FALSE 2 None FALSE 3887 nuax8azzvisilvck0bmtprkfstlt3y4 20 "User:Davidcannon"
FALSE 1013 1 2005-04-04 14:15:48 FALSE "Richie" 10 FALSE 2 None FALSE 4105 ccoj6uaiieh41eysivrid5mco6slng7 1352 "User:Richie"
FALSE 1014 2 2005-04-16 19:37:52 FALSE "RCBot~ikwiki" 11 TRUE 2 None FALSE 4106 5ynbgsqmdq4agl2vjkjmbt98r9ohcac 5803 "User:RCBot~ikwiki"
FALSE 1014 1 2015-04-16 23:37:24 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34136 5ynbgsqmdq4agl2vjkjmbt98r9ohcac 5803 "User:RCBot~ikwiki"
FALSE 1016 1 2005-06-04 20:48:04 FALSE "Alvaro~ikwiki" 15 FALSE 2 None FALSE 4108 8azpl0gxqoqbp0ver2oxji2iby1psxx 45 "User:Alvaro~ikwiki"
FALSE 1016 1 2015-04-16 23:37:14 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34092 8azpl0gxqoqbp0ver2oxji2iby1psxx 45 "User:Alvaro~ikwiki"
FALSE 1017 2 2005-06-08 07:26:49 FALSE "Btw~ikwiki" 14 TRUE 2 None FALSE 4109 08ezig9gxnxp2acjycnpu02fex8ksba 80 "User:Btw~ikwiki"
FALSE 1017 1 2015-04-16 23:37:14 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34091 08ezig9gxnxp2acjycnpu02fex8ksba 80 "User:Btw~ikwiki"
FALSE 1445 3 2005-07-17 12:12:58 FALSE "Tiontai~ikwiki" 17 TRUE 0 None FALSE 4627 1tqt546g68dr8o1swxv252hmtpc8g0o 281 "Sisuaq"
TRUE 1445 1 2006-02-17 13:16:25 FALSE "58.1.172.154" FALSE 0 None FALSE 5132 5rwlawzeigat15znjidfhlai0n7dc3l 294 "Sisuaq"
TRUE 1445 1 2006-04-17 10:11:31 FALSE "128.239.182.75" FALSE 0 None FALSE 5246 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Sisuaq"
FALSE 1445 1 2006-04-17 10:57:34 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5246" 5247 5rwlawzeigat15znjidfhlai0n7dc3l 294 "Sisuaq"
FALSE 1445 2 2006-05-31 16:41:13 FALSE "Zanimum" 67 FALSE 0 None FALSE 5317 ffpmbxnhn8hvwyiswf5bv2ljm3wf1k7 304 "Sisuaq"
FALSE 1445 1 2006-09-14 16:48:49 FALSE "Soulbot" 79 TRUE 0 None FALSE 5666 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 "Sisuaq"
TRUE 1445 1 2006-09-26 14:33:28 FALSE "85.108.98.167" FALSE 0 None FALSE 5670 cf956va9o0xttqrgxgailgsesprhizy 1206 "Sisuaq"
FALSE 1445 1 2006-10-02 16:22:14 FALSE "Zanimum" 67 TRUE 0 None TRUE "5670" 5674 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 "Sisuaq"
TRUE 1445 1 2006-10-30 02:54:38 FALSE "222.154.2.115" FALSE 0 None FALSE 5827 s0v7n9mog8dj0450rded6b97e8ndp99 608 "Sisuaq"
FALSE 1445 1 2006-10-30 09:33:10 FALSE "Pill" 81 TRUE 0 None TRUE "5827" 5828 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 "Sisuaq"
FALSE 1445 3 2007-03-17 01:23:22 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6216 szw432ag2f5yo04prf0l4lqn2hvxvm6 593 "Sisuaq"
FALSE 1445 1 2007-05-03 17:38:08 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6498 8zgxt5nu329249eyp27pc6k06qsvrif 667 "Sisuaq"
FALSE 1445 2 2007-06-14 21:42:42 FALSE "Loveless" 103 TRUE 0 None FALSE 6578 jjcjilxc33zda4u1ad1ybovh3e4q2cl 693 "Sisuaq"
FALSE 1445 1 2007-10-31 05:29:27 FALSE "BotMultichill" 124 TRUE 0 None FALSE 6885 btw3ru0rivx5o8yx6r1rwkhxylarruq 707 "Sisuaq"
FALSE 1445 1 2007-11-12 03:28:05 FALSE "SieBot" 121 TRUE 0 None FALSE 6963 h0ag5m6lnibbudszq13j8nahptvx1gg 727 "Sisuaq"
FALSE 1445 2 2007-12-31 18:14:31 FALSE "BotMultichill" 124 TRUE 0 None FALSE 7140 pjksyse9e899ug87hwrf33g8nnjbjaf 757 "Sisuaq"
FALSE 1445 1 2008-01-30 12:23:49 FALSE "Loveless" 103 TRUE 0 None FALSE 7219 jq6qr4l5y52y6tu4et23o62m9tvtba0 766 "Sisuaq"
FALSE 1445 1 2008-04-15 08:03:50 FALSE "AlleborgoBot" 130 TRUE 0 None FALSE 7474 38mt1jk38sut86yznpibqeo8rcwhfcz 783 "Sisuaq"
FALSE 1445 1 2008-05-07 15:01:18 FALSE "JAnDbot" 99 TRUE 0 None FALSE 7544 bvgihi17enaf55zupdl5k16ecfhzs5u 760 "Sisuaq"
FALSE 1445 3 2008-06-26 10:39:28 FALSE "VolkovBot" 102 TRUE 0 None FALSE 7809 k0lfrhahd1chx084mku8764ekbljhwr 837 "Sisuaq"
FALSE 1445 1 2008-07-14 11:10:29 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 7959 pxmnmb9jor5m6n4fm0fea6ve5ataxuv 873 "Sisuaq"
FALSE 1445 1 2008-07-24 11:44:32 FALSE "Loveless" 103 TRUE 0 None FALSE 8039 bi720zl07qki7vv4u7g7f5tktwomem1 875 "Sisuaq"
FALSE 1445 1 2008-07-30 11:28:13 FALSE "AlleborgoBot" 130 TRUE 0 None FALSE 8052 tgzvde4cyick0v4k6mgvxm0yxsxef4x 902 "Sisuaq"
FALSE 1445 1 2008-08-24 20:50:17 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 8094 bg4egkubnxjtxd5qo9qdmd3lazp4sn2 924 "Sisuaq"
FALSE 1445 1 2008-09-01 15:36:30 FALSE "VolkovBot" 102 TRUE 0 None FALSE 8113 rn1t7sx492enfflic2zfbe9pj6dakcv 923 "Sisuaq"
FALSE 1445 1 2008-10-07 07:34:46 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 8311 p5zkfj2s3x15z0tfkbg1vf2bl1bva1d 938 "Sisuaq"
FALSE 1445 1 2008-12-04 10:24:07 FALSE "JAnDbot" 99 TRUE 0 None FALSE 8583 6kmh1ji0svq2f99180vynwdut3l9gj5 942 "Sisuaq"
FALSE 1445 1 2009-02-21 10:16:14 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 8978 j3t2j386ylbn82qgw85z2jr5l9qpzay 958 "Sisuaq"
FALSE 1445 1 2009-04-08 12:37:51 FALSE "ArthurBot" 582 TRUE 0 None FALSE 9284 sei0qpbew2wttetf05k0oozgx9vhct5 977 "Sisuaq"
FALSE 1445 1 2009-06-30 05:52:09 FALSE "Xqbot" 635 TRUE 0 None FALSE 9657 6u8705lqdfx2iqmkozvd00g0ie6cy8p 990 "Sisuaq"
FALSE 1445 1 2009-10-22 08:19:33 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 10176 80mhh3eofeujuqhjv54lgkf1js8p2vw 1013 "Sisuaq"
FALSE 1445 1 2009-10-24 02:31:15 FALSE "ArthurBot" 582 TRUE 0 None FALSE 10181 7tthrkdklqzij4l066teuzbi4jedddn 1016 "Sisuaq"
FALSE 1445 1 2010-01-09 01:41:49 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10636 44ssymph3jw41g87i446kcihbnm45yg 1016 "Sisuaq"
FALSE 1445 1 2010-01-22 03:11:16 FALSE "MastiBot" 148 TRUE 0 None FALSE 10800 13bgbed3omwym3m9zn04z43ebihcy8z 1014 "Sisuaq"
FALSE 1445 1 2010-02-15 14:25:11 FALSE "Alexbot" 147 TRUE 0 None FALSE 10935 12w6eh2g9goc0s88z6sgkubghd2kugg 1037 "Sisuaq"
FALSE 1445 1 2010-02-28 14:27:15 FALSE "SieBot" 121 TRUE 0 None FALSE 10979 frdwnud7shahrtutuzs63nsyj23cfhi 1054 "Sisuaq"
FALSE 1445 1 2010-03-20 10:17:04 FALSE "VolkovBot" 102 TRUE 0 None TRUE "10979" 11149 12w6eh2g9goc0s88z6sgkubghd2kugg 1037 "Sisuaq"
FALSE 1445 1 2010-04-05 10:59:58 FALSE "Xqbot" 635 TRUE 0 None FALSE 11291 5xv01efg2os9ouha6vaxevyi16cjllr 1037 "Sisuaq"
FALSE 1445 1 2010-06-10 22:59:00 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 11622 6piif5kn4v3mq4d9rb3xuw2p7f0vnhi 1051 "Sisuaq"
TRUE 1445 1 2010-06-17 09:52:25 FALSE "82.198.250.8" FALSE 0 None FALSE 11669 hfb8kawny3l8zfvue8btcwy3yusltjc 1068 "Sisuaq"
FALSE 1445 6 2010-07-11 16:58:12 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 12444 duzf8hitda0z0whl9rmu60iwl196y9i 1292 "Sisuaq"
FALSE 1445 1 2010-07-13 20:15:14 FALSE "Idioma-bot" 639 TRUE 0 None FALSE 12543 df14g0q9p23t0qi56vocs69w6a1jxgi 1305 "Sisuaq"
FALSE 1445 1 2010-08-25 21:12:39 FALSE "Xqbot" 635 TRUE 0 None FALSE 14159 m96vi731pdr4uc900rw0fcj6ghfm3rn 1325 "Sisuaq"
FALSE 1445 2 2010-12-31 13:06:51 FALSE "LaaknorBot" 525 TRUE 0 None FALSE 17795 dpxpw9lua522xuuwrb1yddj548dhefn 1341 "Sisuaq"
FALSE 1445 1 2011-02-13 13:57:38 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 18979 eigxvo3j8d02rozkqmfl9aujx2l2y9b 1338 "Sisuaq"
FALSE 1445 1 2011-04-02 20:24:56 FALSE "Xqbot" 635 TRUE 0 None FALSE 19920 dsxe2o0z3pl7d7xr08eykl695syagbw 1330 "Sisuaq"
FALSE 1445 1 2011-04-17 15:45:25 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 20293 l07rufqp7yjbeihm2u1a788rjt3192g 1350 "Sisuaq"
FALSE 1445 1 2011-05-19 19:46:55 FALSE "LaaknorBot" 525 TRUE 0 None FALSE 20760 frhl95ak77xlqfw55c6zvpw6ywzs6fj 1366 "Sisuaq"
FALSE 1445 1 2011-07-28 09:00:56 FALSE "EmausBot" 1333 TRUE 0 None FALSE 21730 rvmvfkzkk9d12tq1n49zlg62xwz6rcu 1384 "Sisuaq"
FALSE 1445 1 2011-09-09 06:15:28 FALSE "Ptbotgourou" 436 TRUE 0 None FALSE 22690 em3obhkk468sr9c4dzqnwecqswbnifo 1387 "Sisuaq"
FALSE 1445 1 2012-05-09 18:42:45 FALSE "AvocatoBot" 2094 TRUE 0 None FALSE 26476 9cuq9hw6ihm1rxclyvq22i01j6j5x5i 1404 "Sisuaq"
FALSE 1445 2 2013-02-17 00:51:48 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 31471 bw0w738mkzql88b5l8bwagqi0k7fla1 1451 "Sisuaq"
FALSE 1445 2 2013-03-08 18:07:13 FALSE "Addbot" 2838 TRUE 0 None FALSE 32496 09grrr59g9kp2637s3r2o4phrsw7phi 404 "Sisuaq"
FALSE 1446 1 2005-07-17 12:18:41 FALSE "Tiontai~ikwiki" 17 FALSE 2 None FALSE 4628 ofcr4sk14isapheqraowlboo7lodg4h 23 "User:Tiontai~ikwiki"
TRUE 1446 1 2005-09-16 07:51:37 FALSE "139.164.130.170" FALSE 2 None FALSE 4808 29nw2o372ywq1egqrq0k9ovtsrj7g62 65 "User:Tiontai~ikwiki"
FALSE 1446 1 2005-09-16 07:56:06 FALSE "Tiontai~ikwiki" 17 TRUE 2 None FALSE 4810 2221uur58pu8oxa4ctgd3ug9865dbf0 48 "User:Tiontai~ikwiki"
FALSE 1446 1 2015-04-16 23:37:28 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34144 2221uur58pu8oxa4ctgd3ug9865dbf0 48 "User:Tiontai~ikwiki"
FALSE 1447 1 2005-07-17 19:34:59 FALSE "Tiontai~ikwiki" 17 FALSE 0 None FALSE 4629 ingz5x5jj49nlnxwj8p7a9slimenga5 382 "Iggaġri"
TRUE 1447 2 2005-08-09 12:18:45 FALSE "217.185.11.214" FALSE 0 None FALSE 4717 l80pt7nrgcmw3r6gxk6mt6st0w5ln9t 423 "Iggaġri"
FALSE 1447 1 2005-08-27 03:27:26 FALSE "Piolinfax" 19 TRUE 0 None FALSE 4752 jla5wfbfh97m0cncrgu7k2wo6lpvmdd 421 "Iggaġri"
TRUE 1447 1 2006-04-17 10:10:04 FALSE "128.239.182.75" FALSE 0 None FALSE 5239 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Iggaġri"
FALSE 1447 1 2006-04-17 10:57:37 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5239" 5254 jla5wfbfh97m0cncrgu7k2wo6lpvmdd 421 "Iggaġri"
FALSE 1447 4 2006-05-31 16:40:48 FALSE "Zanimum" 67 FALSE 0 None FALSE 5314 odzdy2gqrdimqr4y30ynx5set2ux0t8 435 "Iggaġri"
TRUE 1447 3 2007-02-13 20:34:32 FALSE "72.68.230.164" FALSE 0 None FALSE 6002 8lqy19dyxk7hchbc6r3t2mwyf6dn4eq 476 "Iggaġri"
FALSE 1447 4 2007-03-17 02:22:13 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6226 mwaok76cldk6u3oypbjeszds5ozi9gr 502 "Iggaġri"
TRUE 1447 1 2007-04-13 00:13:33 FALSE "134.53.9.181" FALSE 0 None FALSE 6418 7hmm7v9awslgv92dxoljp9vk214cnf0 764 "Iggaġri"
TRUE 1447 1 2007-04-20 07:36:40 FALSE "69.246.33.14" FALSE 0 None FALSE 6469 n6za275ekc4ivj1ps12dglibig258me 800 "Iggaġri"
FALSE 1447 1 2007-05-03 16:54:30 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6494 jb1eko79djrw4aoozxdfiok20hgfz24 846 "Iggaġri"
FALSE 1447 3 2007-08-22 09:24:38 FALSE "Loveless" 103 TRUE 0 None FALSE 6706 qc6q06e2zbdvy039u3u9934ff8fo19c 893 "Iggaġri"
FALSE 1447 1 2007-10-03 15:21:39 FALSE "PipepBot" 125 TRUE 0 None FALSE 6828 9y109gyk4pibftssxzzm2y5asgrqtv6 906 "Iggaġri"
FALSE 1447 1 2007-11-01 00:06:47 FALSE "SieBot" 121 TRUE 0 None FALSE 6887 akkdhdiyxh8wbx3wvh959d3pq8ssnth 926 "Iggaġri"
FALSE 1447 1 2008-06-05 08:00:02 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 7702 aqw8pvesp7pcr1lk3z0zpaxopqbcwsw 954 "Iggaġri"
FALSE 1447 1 2008-06-08 15:43:09 FALSE "SpBot" 231 TRUE 0 None FALSE 7725 0sm8j61cmsnypr7jomwspqxkpdw13km 938 "Iggaġri"
FALSE 1447 1 2008-08-29 18:31:30 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 8099 rphmatqnc1e8zao2607xblrhwvf3wjg 962 "Iggaġri"
FALSE 1447 1 2008-10-20 04:42:52 FALSE "SieBot" 121 TRUE 0 None FALSE 8353 0043phaq2qt6789dmmaiinhub76bx5x 963 "Iggaġri"
FALSE 1447 1 2008-11-01 10:28:14 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 8406 75c42prsf84hl771pi8t0wfovp47mp2 989 "Iggaġri"
FALSE 1447 1 2008-11-02 19:13:33 FALSE "Ptbotgourou" 436 TRUE 0 None FALSE 8415 bsz1f7sm81nkfpp0t03i6imzj1qaye4 1019 "Iggaġri"
FALSE 1447 1 2008-11-18 05:49:06 FALSE "GnawnBot" 491 TRUE 0 None FALSE 8519 akk2v5d047dvyzk66o529o78kbmytrk 1033 "Iggaġri"
TRUE 1447 1 2009-02-11 23:50:10 FALSE "79.72.182.150" FALSE 0 None FALSE 8895 kess2a1n3u7m5geb1vuxt364ipe32sz 1020 "Iggaġri"
FALSE 1447 1 2009-03-07 18:31:38 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 9129 ol8brqhjnq6fzz3brc19nnl66ji18ec 1049 "Iggaġri"
FALSE 1447 1 2009-04-10 17:19:04 FALSE "VolkovBot" 102 TRUE 0 None FALSE 9290 5909st6z8fbf4pzz5z15ai5yc4z6jxb 1057 "Iggaġri"
FALSE 1447 1 2009-05-20 17:19:43 FALSE "Trondtr" 122 TRUE 0 None FALSE 9488 5909st6z8fbf4pzz5z15ai5yc4z6jxb 1057 "Iggaġri"
FALSE 1447 1 2009-06-04 23:31:59 FALSE "SieBot" 121 TRUE 0 None FALSE 9526 99mnfqfl8drhap0lozawyubm0f8ycvc 1056 "Iggaġri"
FALSE 1447 1 2009-06-23 15:31:24 FALSE "MauritsBot" 739 TRUE 0 None FALSE 9587 4yowmuy8iayhsbao5ylwh0anp8opevy 1066 "Iggaġri"
FALSE 1447 1 2009-06-24 06:44:33 FALSE "Rubinbot" 634 TRUE 0 None FALSE 9592 5wxvzz67g9navtq0nwc3anmjhmvbr45 1061 "Iggaġri"
FALSE 1447 1 2009-06-27 12:08:25 FALSE "MauritsBot" 739 TRUE 0 None FALSE 9607 m30v9rvui0iywa7zim7evs77pqrcoxk 1091 "Iggaġri"
FALSE 1447 1 2009-07-03 08:38:50 FALSE "Xqbot" 635 TRUE 0 None FALSE 9661 0aah3bctkgfdekh0ujwdp46y33uygoz 1114 "Iggaġri"
FALSE 1447 1 2010-01-09 01:38:30 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10633 h65j0hmc89udgop10148ojv33jnxn5c 1114 "Iggaġri"
FALSE 1447 1 2010-02-25 12:41:31 FALSE "JAnDbot" 99 TRUE 0 None FALSE 10957 eazyq2jamq7b3sdlkkx5th45udns1z0 1125 "Iggaġri"
FALSE 1447 1 2010-04-13 22:16:26 FALSE "Xqbot" 635 TRUE 0 None FALSE 11344 rrhurhody5q6mxk7a4499ai19h3t11o 1149 "Iggaġri"
FALSE 1447 1 2010-05-05 10:09:51 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 11408 l7e9d3r4yy1t74nfijpqq3erxd36xwv 1171 "Iggaġri"
FALSE 1447 1 2010-09-25 22:32:52 FALSE "Xqbot" 635 TRUE 0 None FALSE 14535 rppvjut3txiz2u6yxvwykv63zuknba3 1191 "Iggaġri"
FALSE 1447 1 2010-10-03 05:06:01 FALSE "MastiBot" 148 TRUE 0 None FALSE 14641 ob432drkjhccv1p74doboxu946vvwud 1161 "Iggaġri"
FALSE 1447 1 2010-10-03 07:03:39 FALSE "SieBot" 121 TRUE 0 None TRUE "14641" 14643 rppvjut3txiz2u6yxvwykv63zuknba3 1191 "Iggaġri"
FALSE 1447 2 2010-12-18 12:16:23 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 17185 nf6fzgne70dl2lvq2ze4wmp2lxfj37d 1191 "Iggaġri"
FALSE 1447 1 2011-02-02 00:47:11 FALSE "MastiBot" 148 TRUE 0 None FALSE 18820 ezhbhw0lj7mop61cgpw5x4jjff8grsi 1219 "Iggaġri"
FALSE 1447 1 2011-02-20 21:40:33 FALSE "EmausBot" 1333 TRUE 0 None FALSE 19206 dp5p7ekjq2pwtp12herhfnaorxf6ndf 1245 "Iggaġri"
FALSE 1447 1 2011-04-07 10:02:37 FALSE "WikitanvirBot" 1497 TRUE 0 None FALSE 20040 swfk8cx4y6a4l6pv4hzwwm0omz53qcj 1245 "Iggaġri"
FALSE 1447 1 2011-07-09 11:05:10 FALSE "AvicBot" 1867 TRUE 0 None FALSE 21486 5ynwxd93sogzotytvho6yp5s7ba4qlm 1272 "Iggaġri"
FALSE 1447 1 2011-07-28 08:33:12 FALSE "EmausBot" 1333 TRUE 0 None FALSE 21728 kp7bx7jeqw2e18qcsit8n0nkay44gkq 1287 "Iggaġri"
FALSE 1447 1 2011-09-30 16:32:17 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 22978 67zofm450nsnszz5qpz7lgcxg49icyk 1302 "Iggaġri"
FALSE 1447 1 2011-10-16 23:47:19 FALSE "HRoestBot" 1296 TRUE 0 None FALSE 23674 tupm3shzyl2i0j1qd6nolkebq30cx6z 1327 "Iggaġri"
FALSE 1447 1 2011-10-18 14:20:58 FALSE "Rubinbot" 634 TRUE 0 None FALSE 23701 btc9p933ass0750pddjrvmz0lrzqbj2 1335 "Iggaġri"
FALSE 1447 2 2011-10-25 13:42:15 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 23841 2da0o38fmm3hwjrrl0azir7a4jv7pl6 1386 "Iggaġri"
FALSE 1447 1 2011-11-02 12:43:47 FALSE "Vagobot" 2095 TRUE 0 None FALSE 24004 5m9h5ob1hponwvzji6tzpjjjm7v2iai 1375 "Iggaġri"
FALSE 1447 2 2011-11-20 16:44:25 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 24362 46v3wyc32np361z1k9wbvb3zpbm2e9j 1415 "Iggaġri"
FALSE 1447 1 2011-11-21 12:21:04 FALSE "ChuispastonBot" 1534 TRUE 0 None FALSE 24377 jwrk4r3zoeytiu0kjcvssrvjie0n0ba 1431 "Iggaġri"
FALSE 1447 1 2011-12-28 22:22:32 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 24773 7wgvahmfhxmb7hirgiguy5oafx3fdkq 1455 "Iggaġri"
FALSE 1447 4 2012-06-18 09:09:53 FALSE "EmausBot" 1333 TRUE 0 None FALSE 27238 mfq83ec4qbdeu5lwymklvj93akrj470 1500 "Iggaġri"
FALSE 1447 1 2012-06-27 22:08:40 FALSE "Xqbot" 635 TRUE 0 None FALSE 27521 o2r6u6bji2jso2cexwd1m9wx7c6r8n8 1495 "Iggaġri"
FALSE 1447 1 2012-09-17 16:53:31 FALSE "YFdyh-bot" 2475 TRUE 0 None FALSE 29113 9b9f5o874kevvp5gvi8yaghngaaw6m7 1513 "Iggaġri"
FALSE 1447 1 2012-10-23 23:14:51 FALSE "JYBot" 2354 TRUE 0 None FALSE 29688 7bhzbc0ode0evee4dftkkni44jzba1i 1538 "Iggaġri"
FALSE 1447 1 2012-10-24 11:31:02 FALSE "DarafshBot" 2348 TRUE 0 None FALSE 29693 dbjqygwzf2xqifhfamzcn49pxdiui7k 1542 "Iggaġri"
FALSE 1447 1 2012-12-31 20:09:22 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 30928 an997alauqhsvf1ffairattwtfkufvd 1567 "Iggaġri"
FALSE 1447 1 2013-03-07 16:32:34 FALSE "Addbot" 2838 TRUE 0 None FALSE 31777 ak5u8cj8vss70b4sbbk5c6aicqcef72 234 "Iggaġri"
FALSE 1448 2 2005-07-23 06:47:08 FALSE "Tiontai~ikwiki" 17 FALSE 0 None FALSE 4631 dppkhrgzhg2215p9vluvis86wrg8fuy 282 "Kaŋuq"
TRUE 1448 1 2006-04-17 10:10:48 FALSE "128.239.182.75" FALSE 0 None FALSE 5243 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Kaŋuq"
FALSE 1448 1 2006-04-17 10:57:36 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5243" 5250 dppkhrgzhg2215p9vluvis86wrg8fuy 282 "Kaŋuq"
FALSE 1448 1 2006-05-31 16:41:06 FALSE "Zanimum" 67 FALSE 0 None FALSE 5316 dfa4axejrcailugfbmsax4zmxc9xlnv 306 "Kaŋuq"
TRUE 1448 1 2006-09-27 17:45:51 FALSE "87.6.88.94" FALSE 0 None FALSE 5671 dc9esp0fuqw1352tbxcr98z306qwqry 403 "Kaŋuq"
FALSE 1448 1 2006-10-02 16:21:26 FALSE "Zanimum" 67 TRUE 0 None TRUE "5671" 5672 dfa4axejrcailugfbmsax4zmxc9xlnv 306 "Kaŋuq"
TRUE 1448 4 2007-02-13 20:05:23 FALSE "72.68.230.164" FALSE 0 None FALSE 5992 l8ygw0oyteca4pwcy5j0fab0qvzxqcu 391 "Kaŋuq"
FALSE 1448 1 2007-03-16 18:49:49 FALSE "Zanimum" 67 FALSE 0 None FALSE 6154 s8edmn625ptend5msxscp3xog9c50qm 397 "Kaŋuq"
FALSE 1448 1 2007-05-03 16:19:37 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6490 j05kp9xlfvk9iqwrb31k6z22p0u5sq8 499 "Kaŋuq"
FALSE 1448 2 2007-07-30 01:57:12 FALSE "Loveless" 103 TRUE 0 None FALSE 6652 1wi3pzqjm2jg3m1hk9w9pjc3b9hvx2t 553 "Kaŋuq"
FALSE 1448 1 2007-09-28 02:34:59 FALSE "SieBot" 121 TRUE 0 None FALSE 6820 k63fkwrb0q5t29mf0vkdsh2h6aurzaz 578 "Kaŋuq"
FALSE 1448 3 2008-07-26 22:47:05 FALSE "Loveless" 103 TRUE 0 None FALSE 8048 8gxd2adb1fsyqi639t4bjwph4cn5795 605 "Kaŋuq"
FALSE 1448 1 2008-10-24 19:44:59 FALSE "SpBot" 231 TRUE 0 None FALSE 8378 1i29mek473y21tq5her9tk3y8r9nh8i 584 "Kaŋuq"
FALSE 1448 2 2009-02-16 10:39:11 FALSE "VolkovBot" 102 TRUE 0 None FALSE 8952 25uagg319hvowxzf957ngw9nb30y9bn 625 "Kaŋuq"
FALSE 1448 1 2009-02-23 16:32:30 FALSE "Muro Bot" 508 TRUE 0 None FALSE 8987 960h9do6ygqhk3g6az4nh9rt5fitk3a 649 "Kaŋuq"
FALSE 1448 1 2009-04-11 03:27:46 FALSE "Rubinbot" 634 TRUE 0 None FALSE 9292 se1k90wvaiqdv9vmd4y15sfamtbhc2n 659 "Kaŋuq"
FALSE 1448 1 2009-06-14 03:09:28 FALSE "SieBot" 121 TRUE 0 None FALSE 9550 cjsadwv8105mm6hp1w9re2znlcv8sxa 680 "Kaŋuq"
FALSE 1448 1 2009-08-30 12:45:13 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 9946 7ss05gg39rnybgilcbp1xzfjrj1mcq8 698 "Kaŋuq"
TRUE 1448 1 2009-09-27 18:54:53 FALSE "92.75.219.44" FALSE 0 None FALSE 10052 den6frmthod8x9ec7yqx4hm7nkv6ses 11 "Kaŋuq"
FALSE 1448 1 2009-09-27 18:55:15 FALSE "J.delanoy" 860 TRUE 0 None TRUE "10052" 10053 7ss05gg39rnybgilcbp1xzfjrj1mcq8 698 "Kaŋuq"
FALSE 1448 1 2009-12-22 12:33:09 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 10481 5g55l5oxlvxvgwg2gz8tmzc9te56bh7 717 "Kaŋuq"
FALSE 1448 2 2010-01-09 01:30:00 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10629 o56waffxj5h7h2vmdtlm7hx2rnyac0w 717 "Kaŋuq"
FALSE 1448 1 2010-01-09 19:50:10 FALSE "Barryland" 286 TRUE 0 None FALSE 10680 o56waffxj5h7h2vmdtlm7hx2rnyac0w 717 "Kaŋuq"
FALSE 1448 5 2010-07-24 22:17:47 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 13226 7zw7so8rmwtq7610zjzy4b87ajbrsey 800 "Kaŋuq"
FALSE 1448 1 2010-10-18 04:20:04 FALSE "VolkovBot" 102 TRUE 0 None FALSE 14825 i9t1urv2vevo46y2u1ceriuiq17aj37 816 "Kaŋuq"
FALSE 1448 1 2010-11-17 06:38:05 FALSE "Xqbot" 635 TRUE 0 None FALSE 15372 30iie8lvzddp9o17voyvrr4kd3atviq 811 "Kaŋuq"
FALSE 1448 1 2011-01-22 18:45:51 FALSE "EmausBot" 1333 TRUE 0 None FALSE 18433 9bgeqxj7z0ioeywkn3w0gop6bbizxo2 825 "Kaŋuq"
FALSE 1448 1 2011-03-02 19:51:22 FALSE "Zorrobot" 251 TRUE 0 None FALSE 19398 5rwqzw1j2qbc59bsqj30cxdlbylrjvy 839 "Kaŋuq"
FALSE 1448 1 2011-03-19 00:10:53 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 19692 agw4eqk30mp1d1jihfit5nv6qf0mfml 838 "Kaŋuq"
FALSE 1448 1 2011-05-15 20:50:11 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 20725 5j10nyz33xirrbzkb4xluhbmtvf087t 854 "Kaŋuq"
FALSE 1448 1 2011-07-24 22:32:21 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 21644 5xtc20megs64gmwzri54th69grpzrl4 877 "Kaŋuq"
FALSE 1448 1 2011-11-12 21:29:17 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 24292 6k0rjncib424d2pnpnb2vj07li3703n 903 "Kaŋuq"
FALSE 1448 1 2011-11-14 22:15:18 FALSE "EmausBot" 1333 TRUE 0 None FALSE 24314 01pjh7hgjonjv46lsx0q25gjggtz7hq 895 "Kaŋuq"
FALSE 1448 1 2011-11-19 02:04:39 FALSE "ChuispastonBot" 1534 TRUE 0 None FALSE 24347 htdthk84ppx36vlhkvjnvzyns61smb7 913 "Kaŋuq"
FALSE 1448 2 2012-05-07 11:48:57 FALSE "EmausBot" 1333 TRUE 0 None FALSE 26428 1mtw6y3s6ylrawh17n7m7961osogbcq 961 "Kaŋuq"
FALSE 1448 1 2012-08-31 14:32:05 FALSE "TjBot" 1564 TRUE 0 None FALSE 28942 mvezdhf41jb1ds26hycownnk7sbcbit 976 "Kaŋuq"
FALSE 1448 2 2012-12-21 09:01:04 FALSE "EmausBot" 1333 TRUE 0 None FALSE 30770 kcfrpzud34qg1i4g4xef2dvupp5uv00 995 "Kaŋuq"
FALSE 1448 1 2013-02-18 12:08:34 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 31508 c5wpzkj18b53tybp84zixt1kbzqssu4 1021 "Kaŋuq"
FALSE 1448 1 2013-03-06 22:19:30 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 31771 8sxmx5ub8786pdu01z9idg6pl3sau8q 1047 "Kaŋuq"
FALSE 1448 3 2013-03-10 09:35:23 FALSE "Addbot" 2838 TRUE 0 None FALSE 32564 bejh0up6uhschzkkmytbmie87gsqi92 256 "Kaŋuq"
TRUE 1448 1 2013-10-04 15:46:28 FALSE "206.219.153.56" FALSE 0 None FALSE 33146 pmtk935a0dst4vtvtits2hai8e9lkr3 119 "Kaŋuq"
FALSE 1448 1 2013-10-04 15:50:48 FALSE "Tegel" 1720 TRUE 0 None TRUE "33146" 33159 bejh0up6uhschzkkmytbmie87gsqi92 256 "Kaŋuq"
FALSE 1448 1 2015-01-06 13:00:29 FALSE "Наркоман Миха" 3648 FALSE 0 None FALSE 33842 mqgayr3zk4fesa06r31fuxevcxdpo3w 122 "Kaŋuq"
FALSE 1448 1 2015-01-08 11:38:11 FALSE "Hugo.arg" 537 FALSE 0 None TRUE "33842" 33843 bejh0up6uhschzkkmytbmie87gsqi92 256 "Kaŋuq"
FALSE 1449 1 2005-07-23 06:57:30 FALSE "Tiontai~ikwiki" 17 FALSE 0 None FALSE 4633 2o5zai3d4mbucpve4j3vhg5k8s3q24d 42 "Iqsraġutilik"
TRUE 1449 1 2005-09-09 09:16:40 FALSE "139.164.130.170" FALSE 0 None FALSE 4804 hxr9av99ootbsolmho7f0yng002iqqp 303 "Iqsraġutilik"
TRUE 1449 1 2006-04-17 10:10:25 FALSE "128.239.182.75" FALSE 0 None FALSE 5241 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Iqsraġutilik"
FALSE 1449 1 2006-04-17 10:57:37 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5241" 5252 hxr9av99ootbsolmho7f0yng002iqqp 303 "Iqsraġutilik"
FALSE 1449 3 2006-05-31 16:40:56 FALSE "Zanimum" 67 FALSE 0 None FALSE 5315 42lnq5hpz1nuyt3kqtxehn46h4hbjiz 380 "Iqsraġutilik"
TRUE 1449 1 2006-06-05 11:33:40 FALSE "85.12.65.1" FALSE 0 None FALSE 5332 9697tdcw32u53mlg18qu4xm11lo3oii 662 "Iqsraġutilik"
FALSE 1449 1 2006-06-24 22:20:45 FALSE "Hersehigh" 70 TRUE 0 None FALSE 5357 175q67i1w1ufa41xen4ls19oyup2k02 681 "Iqsraġutilik"
TRUE 1449 1 2006-06-25 12:13:57 FALSE "217.83.96.53" FALSE 0 None TRUE "5357" 5366 9697tdcw32u53mlg18qu4xm11lo3oii 662 "Iqsraġutilik"
TRUE 1449 1 2007-01-01 14:33:03 FALSE "125.229.3.76" FALSE 0 None FALSE 5927 pi13zzk6kqkkl8leluohf45h4ndykfh 443 "Iqsraġutilik"
TRUE 1449 1 2007-01-04 09:27:49 FALSE "130.232.50.229" FALSE 0 None TRUE "5927" 5951 9697tdcw32u53mlg18qu4xm11lo3oii 662 "Iqsraġutilik"
FALSE 1449 9 2007-04-17 18:44:38 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6455 jqxpmgdt38ry74byjs8ho58jqfe3kq5 662 "Iqsraġutilik"
FALSE 1449 1 2007-05-03 17:38:18 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6499 fzd7kdw09s4d4rbgboxu5va9m4ffmk5 873 "Iqsraġutilik"
FALSE 1449 3 2007-08-24 19:44:16 FALSE "Loveless" 103 TRUE 0 None FALSE 6725 76cmvs4bok1k371cw44ph8mwn9n3rvv 928 "Iqsraġutilik"
FALSE 1449 1 2008-01-17 08:39:59 FALSE "SieBot" 121 TRUE 0 None FALSE 7178 p8yk85n6i99nbkqlm39ft6n2oz6hxip 948 "Iqsraġutilik"
FALSE 1449 1 2008-06-19 19:31:22 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 7779 kwb6az1szndkic1n1y8lnmf3zlfjebd 970 "Iqsraġutilik"
FALSE 1449 2 2008-10-31 09:06:11 FALSE "SieBot" 121 TRUE 0 None FALSE 8403 53xu5u8lektcw2qwvhbyx0m8dthnz7q 1014 "Iqsraġutilik"
FALSE 1449 1 2008-11-11 01:41:22 FALSE "VolkovBot" 102 TRUE 0 None FALSE 8472 39fqxtffolmfs9kthmrm286ucbyknee 1028 "Iqsraġutilik"
FALSE 1449 1 2009-01-21 19:17:53 FALSE "JAnDbot" 99 TRUE 0 None FALSE 8780 iqe45trkr25b9uja9xsg26lquxi8anx 1051 "Iqsraġutilik"
FALSE 1449 1 2009-06-11 19:41:52 FALSE "Ptbotgourou" 436 TRUE 0 None FALSE 9538 96rqrdxwz5z2hcpu2yzxkeqjy86j2n2 1073 "Iqsraġutilik"
FALSE 1449 1 2010-01-08 19:17:39 FALSE "Barryland" 286 TRUE 0 None FALSE 10612 47eaih654e4iogud4gxta1hvos5gf4k 1103 "Iqsraġutilik"
FALSE 1449 1 2010-01-09 01:41:15 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10635 letexz6d64z7l3ynxqmmil5zv61iysg 1103 "Iqsraġutilik"
FALSE 1449 1 2010-02-02 13:07:40 FALSE "Daniil0299" 1015 FALSE 0 None FALSE 10843 434ab5j2s8t8ncmabgiplcufvclep8e 1074 "Iqsraġutilik"
FALSE 1449 1 2010-05-29 18:34:40 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 11582 qu3z925knaj25a233a5fk2q82f3lrqv 1094 "Iqsraġutilik"
FALSE 1449 1 2010-06-07 21:41:23 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 11612 m8in8sq89k5l0p63cmmp44ys8k6de4g 1115 "Iqsraġutilik"
FALSE 1449 4 2010-07-06 18:17:12 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 11907 ag3538bku8iqun7oothasi9h0zofq9w 1165 "Iqsraġutilik"
FALSE 1449 1 2010-07-15 18:13:38 FALSE "EmausBot" 1333 TRUE 0 None FALSE 12679 ga49f59nyj7bqy77c0q95flx3xb0rjt 1188 "Iqsraġutilik"
TRUE 1449 1 2010-07-16 22:35:32 FALSE "204.112.246.41" FALSE 0 None FALSE 12734 r4lnvvucs0nkfdib72nridmctajcu7a 1303 "Iqsraġutilik"
FALSE 1449 4 2010-08-12 13:32:15 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 13803 0bhmqcq5w5lujb5a6nwx0qwjr34den7 1015 "Iqsraġutilik"
FALSE 1449 1 2010-08-20 19:45:32 FALSE "EmausBot" 1333 TRUE 0 None FALSE 14061 gjy2eqlwvjjpcimllk2zy9y9qljvvm4 1033 "Iqsraġutilik"
FALSE 1449 1 2010-11-25 11:47:15 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 15705 8wczmvdksjdx7hg47ovhbkzrkkj0q4b 1055 "Iqsraġutilik"
FALSE 1449 1 2011-03-17 12:30:08 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 19662 1165h7rvp434jlgyn9y515dwq420p0w 1053 "Iqsraġutilik"
FALSE 1449 1 2011-04-07 20:29:41 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 20054 ks4e2tii2u2rlvcjd4c0l69254hwnc6 1078 "Iqsraġutilik"
FALSE 1449 1 2011-11-08 13:35:13 FALSE "Emperyan" 1637 FALSE 0 None FALSE 24148 i6lu38sg1x5rget130sjam06ryycj6q 1358 "Iqsraġutilik"
FALSE 1449 1 2011-11-09 12:02:08 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 24237 p8h0ym2n306f1nwyi6g6xs5acxq9n43 1091 "Iqsraġutilik"
FALSE 1449 1 2011-11-24 17:54:27 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 24417 5tk8m734ww74ze3epyfzxutzi00f4ls 1108 "Iqsraġutilik"
FALSE 1449 2 2012-01-09 02:17:02 FALSE "Luciferwildcat" 2205 FALSE 0 None FALSE 24927 o79yjavf0rm9slipmscizel3769wsxr 1406 "Iqsraġutilik"
FALSE 1449 1 2012-01-30 02:52:54 FALSE "Amqui" 1337 TRUE 0 None FALSE 25101 toelbxk28w64ex5tp6p4iivsu0ds0r1 1389 "Iqsraġutilik"
FALSE 1449 1 2012-02-20 09:43:31 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 25443 q5rtjnv12h9zficb2au1yngb1nhldji 1409 "Iqsraġutilik"
FALSE 1449 1 2012-04-23 02:41:22 FALSE "EmausBot" 1333 TRUE 0 None FALSE 26165 5pt779sia2hj07bc28i7glp0mrgmlv5 1424 "Iqsraġutilik"
FALSE 1449 1 2012-04-23 07:14:50 FALSE "Xqbot" 635 TRUE 0 None FALSE 26171 kst30h11hkx3g0psy7gs48s294f4hd5 1463 "Iqsraġutilik"
FALSE 1449 1 2012-05-02 15:34:02 FALSE "RedBot" 2100 TRUE 0 None FALSE 26353 5o7pl45ffretir41askovsmrzmwvy12 1483 "Iqsraġutilik"
FALSE 1449 1 2012-05-05 16:39:53 FALSE "EmausBot" 1333 TRUE 0 None FALSE 26403 muieqx52p78yqurr70vsxz2i2nxwk73 1508 "Iqsraġutilik"
FALSE 1449 1 2012-05-29 21:43:31 FALSE "RedBot" 2100 TRUE 0 None FALSE 26766 gn7lkgohzy9p0jb2kf50wyscmeyixic 1508 "Iqsraġutilik"
FALSE 1449 1 2012-07-30 02:07:09 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 28531 sr5ejh4nh3tufu9pxnnq73mxh98yvcc 1227 "Iqsraġutilik"
FALSE 1449 1 2012-09-19 23:46:05 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 29139 got37vizjzgbzyhc5z1ti4wgxg9v7oy 1216 "Iqsraġutilik"
FALSE 1449 1 2012-10-12 08:06:20 FALSE "EmausBot" 1333 TRUE 0 None FALSE 29519 0uetxa1zrr3947h9ygy6rxzafm8uz9k 1216 "Iqsraġutilik"
FALSE 1449 1 2012-10-28 03:10:04 FALSE "Makecat-bot" 2644 TRUE 0 None FALSE 29806 01d1vzab4oh3t3nkwcx31d5vcj8sr0i 1240 "Iqsraġutilik"
FALSE 1449 3 2013-02-18 19:30:05 FALSE "EmausBot" 1333 TRUE 0 None FALSE 31520 rms4zm40wodymgpceai2a1ojpi7a6gy 1286 "Iqsraġutilik"
FALSE 1449 1 2013-03-05 12:45:33 FALSE "JackieBot" 1366 TRUE 0 None FALSE 31739 r7kejrehnveieur0bybi1msq0wzkpix 1308 "Iqsraġutilik"
FALSE 1449 3 2013-03-10 23:42:42 FALSE "Addbot" 2838 TRUE 0 None FALSE 32744 t7kxcmhu1vjbrlqnoh7rjk8nnzzgg45 242 "Iqsraġutilik"
TRUE 1449 3 2013-10-04 01:14:07 FALSE "96.48.192.66" FALSE 0 None FALSE 33137 h6vodhci5nnwouhc933nsj5mf77le8r 268 "Iqsraġutilik"
TRUE 1449 3 2013-10-08 02:13:26 FALSE "174.89.105.224" FALSE 0 None TRUE "33137" 33166 t7kxcmhu1vjbrlqnoh7rjk8nnzzgg45 242 "Iqsraġutilik"
FALSE 1449 2 2017-02-02 02:37:30 FALSE "Naulagmi" 3374 FALSE 0 None FALSE 34734 sjayn7m4erokrmk8odw9ufsd12s6841 242 "Iqsraġutilik"
FALSE 1500 3 2005-09-16 07:58:20 FALSE "Tiontai~ikwiki" 17 TRUE 0 None FALSE 4811 r23x2aqntnefiuax7wcumq2axa1jlsp 154 "Aġviġluaq"
TRUE 1500 1 2006-04-17 10:09:44 FALSE "128.239.182.75" FALSE 0 None FALSE 5237 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Aġviġluaq"
FALSE 1500 1 2006-04-17 10:57:39 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5237" 5256 r23x2aqntnefiuax7wcumq2axa1jlsp 154 "Aġviġluaq"
FALSE 1500 3 2006-05-31 16:40:41 FALSE "Zanimum" 67 FALSE 0 None FALSE 5313 6a9ghj3ovfsrer902rrc7rmtldfqvu5 223 "Aġviġluaq"
FALSE 1500 3 2007-03-17 02:18:09 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6220 6a9ghj3ovfsrer902rrc7rmtldfqvu5 223 "Aġviġluaq"
FALSE 1500 1 2008-09-23 05:45:31 FALSE "SieBot" 121 TRUE 0 None FALSE 8249 r0rysmkdw3eesetrr4zqn5xp1jx2bkz 764 "Aġviġluaq"
FALSE 1500 1 2008-10-12 04:06:46 FALSE "StormDaebak" 453 TRUE 0 None FALSE 8324 t193cb48m87oi56kl04wsvqb449joue 780 "Aġviġluaq"
FALSE 1500 1 2008-10-25 02:22:59 FALSE "SieBot" 121 TRUE 0 None FALSE 8380 dgo040pky1c0ealyostyq8ou4sf5cq5 781 "Aġviġluaq"
FALSE 1500 1 2008-12-14 08:13:49 FALSE "VolkovBot" 102 TRUE 0 None FALSE 8626 k5tffa1chz6aru1tvz4c9ujbdpmsqba 803 "Aġviġluaq"
FALSE 1500 1 2009-04-15 18:49:02 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 9312 7qliybq2yykruney7l9aqz4kbdedpkn 820 "Aġviġluaq"
FALSE 1500 1 2009-08-04 05:00:06 FALSE "Xqbot" 635 TRUE 0 None FALSE 9793 mrzjznf75g352puas0mcjtc6bozvkjd 856 "Aġviġluaq"
FALSE 1500 1 2009-10-23 08:17:43 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 10178 5foy6qjnphqizxd0n0xs4ea0dq4wmxg 882 "Aġviġluaq"
FALSE 1500 1 2009-11-24 15:34:18 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 10298 rr3f3pm45l609qlnqpd9gh7lg3x2ymh 902 "Aġviġluaq"
FALSE 1500 1 2010-01-09 01:34:45 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10631 q4m6tni066imha5jme1sna8z9mvjzkb 902 "Aġviġluaq"
FALSE 1500 1 2010-01-09 19:49:39 FALSE "Barryland" 286 TRUE 0 None FALSE 10676 q4m6tni066imha5jme1sna8z9mvjzkb 902 "Aġviġluaq"
FALSE 1500 1 2010-01-12 17:15:24 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 10707 ph2sqf0mihw4tbulsafnme3h6evw59z 920 "Aġviġluaq"
FALSE 1500 1 2010-01-28 03:33:39 FALSE "Xqbot" 635 TRUE 0 None FALSE 10820 sl33w18xuzn1840r0otis5iqblsw76r 937 "Aġviġluaq"
FALSE 1500 1 2010-02-16 09:34:44 FALSE "SieBot" 121 TRUE 0 None FALSE 10940 d211ireboknp6pkoezchblvxhtowtir 937 "Aġviġluaq"
FALSE 1500 3 2010-07-11 17:05:43 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 12450 rv45nxeloxszy0g0q5afkn7aj0paggt 1019 "Aġviġluaq"
FALSE 1500 1 2010-08-24 19:54:38 FALSE "Xqbot" 635 TRUE 0 None FALSE 14150 k842pt6clog1l776lvljyp6egi1kcw8 1035 "Aġviġluaq"
FALSE 1500 1 2010-11-27 05:05:54 FALSE "EmausBot" 1333 TRUE 0 None FALSE 15756 j4bxpduildm1oqn54pdu1vxkwkpk56g 1056 "Aġviġluaq"
FALSE 1500 1 2011-01-20 16:20:56 FALSE "WikitanvirBot" 1497 TRUE 0 None FALSE 18369 ggzberdo5j0sjiyea6k5fpgab75h3in 1081 "Aġviġluaq"
FALSE 1500 1 2011-02-16 03:12:07 FALSE "EmausBot" 1333 TRUE 0 None FALSE 19016 cvy33bofdrsxu8tvzsr6mh177rpma73 1099 "Aġviġluaq"
FALSE 1500 1 2011-02-19 22:59:41 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 19199 brmhhgm471bup09j4mrd8hu58wsp6ks 1114 "Aġviġluaq"
FALSE 1500 1 2011-03-17 21:23:57 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 19670 7kkk70p4vbvh5noj7cak62dfy681bbo 1112 "Aġviġluaq"
FALSE 1500 1 2012-01-25 14:18:15 FALSE "ChuispastonBot" 1534 TRUE 0 None FALSE 25048 13q120rumo7l6d84qmwo2ar16qbpvwl 1132 "Aġviġluaq"
FALSE 1500 1 2012-05-08 22:22:32 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 26460 3wut5947xlfbc11tsaei3fisogdrth2 1152 "Aġviġluaq"
FALSE 1500 1 2012-10-31 23:21:52 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 29880 bumnq5yt0q25ebwmqugkk0rsuyxnrs8 1181 "Aġviġluaq"
FALSE 1500 2 2013-02-16 22:59:08 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 31470 6qxy0pl79cui3zju2lybpfxzz4rgbhz 1228 "Aġviġluaq"
FALSE 1500 2 2013-03-08 13:23:53 FALSE "Addbot" 2838 TRUE 0 None FALSE 32414 h5u1ewlzu3c321hd2l13xv3d1zzvsfy 313 "Aġviġluaq"
TRUE 1500 1 2013-10-04 15:43:14 FALSE "206.219.153.56" FALSE 0 None FALSE 33141 bpsd96f25yijzpdrutywku1fh8fahx0 252 "Aġviġluaq"
FALSE 1500 1 2013-10-04 15:49:25 FALSE "Tegel" 1720 TRUE 0 None TRUE "33141" 33155 h5u1ewlzu3c321hd2l13xv3d1zzvsfy 313 "Aġviġluaq"
FALSE 1500 1 2015-03-19 08:29:58 FALSE "Cekli829" 829 FALSE 0 None FALSE 34057 4nwoqa8cmr3x56ubaw1wzkgt0bmg7uh 296 "Aġviġluaq"
FALSE 1501 1 2005-09-16 07:52:51 FALSE "Tiontai~ikwiki" 17 TRUE 0 None FALSE 4809 ilqx1jnlsttxoxnrt6g9n9b1t3c2gfr 33 "Aaġlu"
TRUE 1501 1 2006-04-17 10:09:34 FALSE "128.239.182.75" FALSE 0 None FALSE 5236 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Aaġlu"
FALSE 1501 1 2006-04-17 10:57:40 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5236" 5257 ilqx1jnlsttxoxnrt6g9n9b1t3c2gfr 33 "Aaġlu"
FALSE 1501 4 2006-05-31 16:40:26 FALSE "Zanimum" 67 TRUE 0 None FALSE 5312 tgvy9n9l64m5tr4hnvjhimdib75en4z 522 "Aaġlu"
TRUE 1501 1 2006-12-02 22:29:57 FALSE "172.202.195.30" FALSE 0 None FALSE 5855 tdy96cbne4l45oxjxninm1qbj7oji91 528 "Aaġlu"
FALSE 1501 1 2006-12-05 17:04:32 FALSE "Zanimum" 67 TRUE 0 None TRUE "5855" 5857 tgvy9n9l64m5tr4hnvjhimdib75en4z 522 "Aaġlu"
FALSE 1501 11 2007-04-17 18:50:09 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6459 5qjxt9mdqxc3s00kp8nbn7b1vtgfrw3 559 "Aaġlu"
TRUE 1501 1 2007-04-20 07:27:02 FALSE "69.246.33.14" FALSE 0 None FALSE 6468 0yap2aeqfq43kie9v4msa55z0rsopet 577 "Aaġlu"
FALSE 1501 1 2007-05-03 16:18:52 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6489 hgjunecbhbp53358t0mgtiblvy0tkiz 737 "Aaġlu"
FALSE 1501 3 2007-07-26 15:14:34 FALSE "Loveless" 103 TRUE 0 None FALSE 6648 sgycpvyfewjpbmpq3x1t677rsiv0a47 772 "Aaġlu"
FALSE 1501 1 2007-09-02 12:57:44 FALSE "SieBot" 121 TRUE 0 None FALSE 6757 1h5mqorgd0d35w7q758y3o06gloq92k 784 "Aaġlu"
FALSE 1501 1 2007-09-13 20:29:08 FALSE "PipepBot" 125 TRUE 0 None FALSE 6778 hewx4n4w60z0phbii41ngdg29lv3k5e 802 "Aaġlu"
FALSE 1501 1 2007-10-31 16:52:15 FALSE "AlleborgoBot" 130 TRUE 0 None FALSE 6886 6p9rjz9ejxzfrsktlx3sfkx07g7cr0q 823 "Aaġlu"
FALSE 1501 1 2007-11-03 22:57:47 FALSE "SieBot" 121 TRUE 0 None FALSE 6894 gb1j73aya3z7us3js8esg5w91n9kddq 836 "Aaġlu"
FALSE 1501 1 2007-12-21 02:05:50 FALSE "BotMultichill" 124 TRUE 0 None FALSE 7115 1qp3ouqmixitw7gtmldklobk35hadfb 852 "Aaġlu"
FALSE 1501 1 2008-01-11 12:43:08 FALSE "AlleborgoBot" 130 TRUE 0 None FALSE 7154 6wqp9ym7m5g38l7vzug3j9bz2mj1c3k 902 "Aaġlu"
FALSE 1501 1 2008-03-25 05:28:59 FALSE "Loveless" 103 TRUE 0 None FALSE 7435 jdcpzbhq6u2are3uw9pztccnu6v48wq 917 "Aaġlu"
FALSE 1501 1 2008-05-18 02:05:15 FALSE "SieBot" 121 TRUE 0 None FALSE 7585 jbdhted3i7inuwnjx3d2zdvicfwiucn 932 "Aaġlu"
FALSE 1501 1 2008-07-15 13:27:05 FALSE "JAnDbot" 99 TRUE 0 None FALSE 7970 q65ygqzw9fkpjvyw0xh22na69plw09s 935 "Aaġlu"
FALSE 1501 1 2008-07-24 09:58:49 FALSE "Loveless" 103 TRUE 0 None FALSE 8038 kimr2606ytr1y1rk59wovd6l35sahoe 953 "Aaġlu"
FALSE 1501 1 2008-09-11 06:55:28 FALSE "SieBot" 121 TRUE 0 None FALSE 8146 1fpin3yb0wl2ixiphjiuxx6wy7mampl 965 "Aaġlu"
TRUE 1501 1 2008-09-29 14:43:29 FALSE "213.216.208.243" FALSE 0 None FALSE 8281 6pz5jugmkawqzdnn41i2gvqa1jd1cqc 1088 "Aaġlu"
FALSE 1501 1 2008-09-29 14:45:10 FALSE "Drini" 126 TRUE 0 None TRUE "8281" 8284 1fpin3yb0wl2ixiphjiuxx6wy7mampl 965 "Aaġlu"
FALSE 1501 1 2008-10-15 09:34:49 FALSE "Escarbot" 135 TRUE 0 None FALSE 8339 bkl63uf4zx4wr28ouqzupxniel2pszy 982 "Aaġlu"
FALSE 1501 1 2009-01-19 11:58:57 FALSE "JAnDbot" 99 TRUE 0 None FALSE 8768 ilf0x4o65dnzdvcu338q4od74xlzl2l 990 "Aaġlu"
FALSE 1501 1 2009-02-06 08:37:15 FALSE "ArthurBot" 582 TRUE 0 None FALSE 8851 lyztqefbq9nds5nc11o3uhysnhioy4u 1009 "Aaġlu"
FALSE 1501 1 2009-02-22 16:46:53 FALSE "VolkovBot" 102 TRUE 0 None FALSE 8983 g831br153gac7l6i698s25yump4ds1d 1029 "Aaġlu"
FALSE 1501 2 2009-03-04 11:53:40 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 9119 pd6jl9epli3y8p14zkdszphnc3pxq54 1041 "Aaġlu"
FALSE 1501 1 2009-04-23 21:31:39 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 9345 c1357timob68cja4pk5om8z9rkvetkj 1053 "Aaġlu"
FALSE 1501 1 2009-04-26 15:51:58 FALSE "Ptbotgourou" 436 TRUE 0 None FALSE 9355 0d9n1451p2tx88u658ljx7lawjphes9 1062 "Aaġlu"
FALSE 1501 1 2009-06-07 09:13:46 FALSE "SilvonenBot" 626 TRUE 0 None FALSE 9535 gkrxe2u3redcyp1ra8lpuxeoghm5wsu 1062 "Aaġlu"
FALSE 1501 1 2009-06-30 15:11:45 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 9658 apcuck0jzb1fkglmwaj9hyjpxeukj7p 1077 "Aaġlu"
FALSE 1501 1 2009-08-19 20:42:52 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 9904 7168i4yqc0j5brg0pk3xu4r4vcuvbjg 1094 "Aaġlu"
FALSE 1501 1 2009-09-20 20:42:20 FALSE "VolkovBot" 102 TRUE 0 None FALSE 10025 sbx4tqj6hb2u801r92d3vh4kmsu7f3r 1130 "Aaġlu"
FALSE 1501 1 2009-09-21 20:36:30 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 10027 8jnzq89y3v67z9u9bm0hbgryrrdyed0 1152 "Aaġlu"
FALSE 1501 1 2009-10-02 00:42:39 FALSE "SieBot" 121 TRUE 0 None FALSE 10069 srzwn6rmirw8ot8n40auhrb8679gk1o 1167 "Aaġlu"
FALSE 1501 1 2009-11-28 19:41:29 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 10376 4nshrriqt4v2oniaevptt3t0mc87osm 1186 "Aaġlu"
FALSE 1501 1 2010-01-08 22:09:11 FALSE "VolkovBot" 102 TRUE 0 None FALSE 10622 6mo4m08u9cozjal4i8ij6y0e6gw0ygp 1211 "Aaġlu"
FALSE 1501 1 2010-01-09 01:32:28 FALSE "Jehane & Louli" 1009 FALSE 0 None FALSE 10630 6lys5unf79urz8knm454yxfg6trp3zb 1215 "Aaġlu"
FALSE 1501 1 2010-01-29 15:49:32 FALSE "VolkovBot" 102 TRUE 0 None FALSE 10829 2w9mnhyq3yoa5r8ejsrj6jl9afkyhsf 1215 "Aaġlu"
FALSE 1501 1 2010-02-01 06:23:42 FALSE "Alexbot" 147 TRUE 0 None FALSE 10839 s1u6xg659359ahksiiuvkmvyzj4wnzx 1235 "Aaġlu"
TRUE 1501 1 2010-02-05 04:40:17 FALSE "75.100.81.66" FALSE 0 None FALSE 10880 rwpegyjm14zq6pmb4r2ltvpke4j5ulc 1327 "Aaġlu"
FALSE 1501 1 2010-02-06 13:15:27 FALSE "Jehane & Louli" 1009 FALSE 0 None TRUE "10880" 10897 s1u6xg659359ahksiiuvkmvyzj4wnzx 1235 "Aaġlu"
FALSE 1501 1 2010-02-26 15:53:36 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 10965 m78h38xydqvr5rrtpy2195slr5v0x9c 1257 "Aaġlu"
FALSE 1501 5 2010-07-11 17:04:34 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 12448 c7j3cyx2kachuo6ph7qc36mubrgfm7t 1348 "Aaġlu"
FALSE 1501 3 2010-09-02 01:02:07 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 14245 colw2okgykcnmtz4lueb6943vfduqgx 1389 "Aaġlu"
FALSE 1501 1 2010-12-11 05:57:29 FALSE "Xqbot" 635 TRUE 0 None FALSE 16683 15n3l64yoclu9or7vp3yxb2cbgxrrma 1388 "Aaġlu"
FALSE 1501 1 2010-12-22 21:58:58 FALSE "LaaknorBot" 525 TRUE 0 None FALSE 17471 s3us3xmwdhcjnz2ir57uidjyzxm1r2j 1402 "Aaġlu"
FALSE 1501 1 2010-12-31 13:56:20 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 17796 0x0sai84x8o1m2314zajhzjamnoljvh 1414 "Aaġlu"
FALSE 1501 2 2011-02-18 01:12:57 FALSE "Xqbot" 635 TRUE 0 None FALSE 19117 qh8yezidh3mz0zexrm4ek5cu3bcpcwq 1428 "Aaġlu"
FALSE 1501 1 2011-03-12 20:20:01 FALSE "EmausBot" 1333 TRUE 0 None FALSE 19565 jhhbx149rdws9z023gd5xfanajvg1e2 1449 "Aaġlu"
FALSE 1501 1 2011-03-30 23:38:40 FALSE "KamikazeBot" 878 TRUE 0 None FALSE 19881 igaef1ul39inxpb8a2v2hgyvpx5xb42 1469 "Aaġlu"
FALSE 1501 1 2011-04-02 22:16:19 FALSE "WikitanvirBot" 1497 TRUE 0 None TRUE "19881" 19923 jhhbx149rdws9z023gd5xfanajvg1e2 1449 "Aaġlu"
FALSE 1501 1 2011-04-30 18:20:20 FALSE "Movses-bot" 1601 TRUE 0 None FALSE 20568 ixzoprpyromrdxt0x85vswx57i30ui8 1442 "Aaġlu"
FALSE 1501 1 2011-08-18 13:22:41 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 22089 3odx8mt34k12t0p76w92ccjlik82wx8 1454 "Aaġlu"
FALSE 1501 1 2011-09-02 22:25:23 FALSE "EmausBot" 1333 TRUE 0 None FALSE 22560 clb0ldqa6n3wkear5tj2cq8la262gaa 1462 "Aaġlu"
FALSE 1501 1 2011-09-13 16:00:03 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 22765 nicr7yjxjox61nx348zr3gp015pqyqo 1494 "Aaġlu"
FALSE 1501 1 2011-09-14 01:17:30 FALSE "EmausBot" 1333 TRUE 0 None FALSE 22767 cbg9c1hr2xoa43nnatmhlc4b0r7ta07 1474 "Aaġlu"
FALSE 1501 1 2011-10-02 11:22:35 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 23003 3nfq0y1nnmf7tyvgg79efpsaz9pqgym 1490 "Aaġlu"
FALSE 1501 1 2011-10-18 14:54:00 FALSE "HerculeBot" 403 TRUE 0 None FALSE 23702 f9mw5xobdvzdyn6owx5bibrlbcc1gfc 1505 "Aaġlu"
FALSE 1501 1 2012-03-23 16:31:57 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 25719 cwj0n187bx311jkgs0hsvn064xxw7qt 1531 "Aaġlu"
FALSE 1501 1 2012-09-05 01:12:39 FALSE "EmausBot" 1333 TRUE 0 None FALSE 28994 rs17f4cdaeg5kvi8fpcqxcdyoymj6ym 1546 "Aaġlu"
FALSE 1501 2 2013-02-16 22:12:40 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 31468 no1vqx4u03due8mr8ajj8qrpz72apy5 1559 "Aaġlu"
FALSE 1501 2 2013-03-08 13:24:03 FALSE "Addbot" 2838 TRUE 0 None FALSE 32415 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 "Aaġlu"
TRUE 1501 3 2013-10-04 15:42:18 FALSE "206.219.153.56" FALSE 0 None FALSE 33140 qybkcsc8eg1621uo87nr8yombvbq6oq 254 "Aaġlu"
FALSE 1501 1 2013-10-04 15:50:52 FALSE "Tegel" 1720 TRUE 0 None TRUE "33140" 33160 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 "Aaġlu"
FALSE 1501 1 2015-01-06 12:56:08 FALSE "Наркоман Миха" 3648 FALSE 0 None FALSE 33837 emusfa9uwfjpiep5k08ksc7ji8bxvsh 290 "Aaġlu"
FALSE 1501 1 2015-01-08 11:39:22 FALSE "Hugo.arg" 537 FALSE 0 None TRUE "33837" 33846 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 "Aaġlu"
TRUE 1502 1 2005-09-23 15:32:02 FALSE "61.248.79.240" FALSE 0 None FALSE 4813 o2adbnqwsq2p93s8flhbnw3mpj6fd0h 46 "Iñupiatun"
TRUE 1502 1 2005-10-13 09:32:21 FALSE "82.147.34.250" FALSE 0 None FALSE 4815 g52l0a677s14v5kv81nox2moyqcmwda 47 "Iñupiatun"
TRUE 1502 1 2005-12-30 02:31:30 FALSE "66.30.58.20" FALSE 0 None FALSE 5059 lirtxjft5jl1yq7tufrbz7vm4q7w6y4 72 "Iñupiatun"
TRUE 1502 1 2006-04-17 10:10:35 FALSE "128.239.182.75" FALSE 0 None FALSE 5242 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 "Iñupiatun"
FALSE 1502 1 2006-04-17 10:57:37 FALSE "Jon Harald Søby" 58 TRUE 0 None TRUE "5242" 5251 lirtxjft5jl1yq7tufrbz7vm4q7w6y4 72 "Iñupiatun"
FALSE 1502 1 2006-05-31 16:45:31 FALSE "Zanimum" 67 FALSE 0 None FALSE 5319 odh69gyxplx8x7uyj6cuezek7jb53hd 240 "Iñupiatun"
TRUE 1502 1 2006-06-05 11:30:05 FALSE "85.12.65.1" FALSE 0 None FALSE 5331 tktu2ef7se6zvip02uvrn1vj0w7z8nw 337 "Iñupiatun"
TRUE 1502 1 2006-07-02 12:14:43 FALSE "69.138.13.236" FALSE 0 None FALSE 5552 its5jrp7d5nzreba0hwbmja5phnvldt 468 "Iñupiatun"
TRUE 1502 6 2007-02-15 01:34:09 FALSE "72.68.230.164" FALSE 0 None FALSE 6037 b42itqeo5beiz4eb64lm5td5x9l7tir 586 "Iñupiatun"
FALSE 1502 1 2007-03-15 19:52:08 FALSE "EnglishItalianoNihongoRusski" 96 FALSE 0 None FALSE 6121 4d7rqk1t7q5nyqvu6ukog84km0sd8us 594 "Iñupiatun"
TRUE 1502 1 2007-03-21 22:14:53 FALSE "201.240.154.184" FALSE 0 None FALSE 6304 ndhrntufy7mie9129dhbqg2k9x87gk9 639 "Iñupiatun"
FALSE 1502 1 2007-05-03 16:17:06 FALSE "VolkovBot" 102 TRUE 0 None FALSE 6488 5e717j81kvm1czjczp6zj8ff3pfucu4 633 "Iñupiatun"
FALSE 1502 1 2007-10-13 09:11:55 FALSE "BotMultichill" 124 TRUE 0 None FALSE 6848 qoknkomq9fxbpo95uzcya1x92j2iijz 655 "Iñupiatun"
FALSE 1502 1 2008-03-04 01:06:15 FALSE "PipepBot" 125 TRUE 0 None FALSE 7372 lcamz2bfv0nxjsxrqzj8t2hts522qqp 688 "Iñupiatun"
TRUE 1502 1 2008-07-20 15:26:23 FALSE "122.35.120.44" FALSE 0 None FALSE 7996 hqil27mnw6lfc6ep96p0i44xpqojx1x 1465 "Iñupiatun"
FALSE 1502 1 2008-08-04 06:02:44 FALSE "MelancholieBot" 184 TRUE 0 None FALSE 8060 983cbunhsbftn6tj0agk0d8ckyh75c6 1480 "Iñupiatun"
TRUE 1502 1 2009-02-15 23:21:41 FALSE "137.229.57.171" FALSE 0 None FALSE 8950 eipjtu8mcnd3hp6zf0wbmz59xg8lxfs 1480 "Iñupiatun"
FALSE 1502 1 2009-02-19 01:54:26 FALSE "Smretyerg" 601 FALSE 0 None FALSE 8961 f2ksx9qusffr1vdn1qqv8itwmvk4dli 1480 "Iñupiatun"
TRUE 1502 2 2009-02-20 13:37:00 FALSE "79.72.211.232" FALSE 0 None FALSE 8974 9bdwzu858hveg74hdzq9nvsxtzzyc55 1480 "Iñupiatun"
FALSE 1502 1 2009-12-19 21:39:17 FALSE "ArthurBot" 582 TRUE 0 None FALSE 10478 bahv2cn0f2y1ax7m6idupyj7ea76nm3 1501 "Iñupiatun"
FALSE 1502 1 2009-12-31 11:42:32 FALSE "SieBot" 121 TRUE 0 None FALSE 10509 lu2p3le3e2q8r3qnagdrt1gnbrd0dsp 1483 "Iñupiatun"
FALSE 1502 2 2010-01-09 19:43:25 FALSE "Barryland" 286 TRUE 0 None FALSE 10670 pd12ye2xzymtxtlxz2ac9lw6glyav6g 1238 "Iñupiatun"
FALSE 1502 1 2010-01-16 16:00:07 FALSE "D'ohBot" 748 TRUE 0 None FALSE 10772 69zrx7cnc0kkbkes7cbmiwbanm36n9c 1260 "Iñupiatun"
FALSE 1502 1 2010-02-26 03:56:57 FALSE "Rubinbot" 634 TRUE 0 None FALSE 10961 e24igxqahkdff8hxxdfj8k5hitdkzkm 1279 "Iñupiatun"
FALSE 1502 1 2010-03-21 07:36:03 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 11174 oyisqobnjyw7qo8gmd8yxnggmgxgv2c 1294 "Iñupiatun"
FALSE 1502 3 2010-05-18 07:13:24 FALSE "Xqbot" 635 TRUE 0 None FALSE 11535 ptpf980t0xz5ci0ilzezckmhd498p6k 1291 "Iñupiatun"
FALSE 1502 10 2010-07-18 00:52:42 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 12788 8jwpeggc2sa1gyrtjaz2hr8wu6rf7r4 1754 "Iñupiatun"
FALSE 1502 1 2010-07-25 10:49:35 FALSE "Xqbot" 635 TRUE 0 None FALSE 13232 gcykj7a0al9dd38icqt0ct6lzuwzqm2 1781 "Iñupiatun"
FALSE 1502 2 2010-07-27 00:03:31 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 13288 c0nixwfrqrs92uwdbzod853bnmxjv93 1806 "Iñupiatun"
FALSE 1502 1 2010-09-05 21:23:20 FALSE "ArthurBot" 582 TRUE 0 None FALSE 14271 6wlye0z5n6lwswf9ev9d8ttiyp0c1si 1821 "Iñupiatun"
FALSE 1502 3 2010-09-13 01:00:38 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 14351 ks6t7zkupnw96qppv97ai07r1duza9j 3949 "Iñupiatun"
FALSE 1502 2 2010-11-06 13:16:13 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 15156 4ap051nk3jkc1pe7fxd9bkb3lohjeus 4005 "Iñupiatun"
FALSE 1502 1 2010-11-08 22:05:12 FALSE "TXiKiBoT" 187 TRUE 0 None FALSE 15215 c6dcfgp29i7snxdzaq0v3bsv5r8udna 4005 "Iñupiatun"
FALSE 1502 7 2010-12-21 15:22:45 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 17378 2shilu0pithw4p3mmh3b09unpwocdpk 4253 "Iñupiatun"
TRUE 1502 4 2010-12-23 18:30:40 FALSE "118.173.146.163" FALSE 0 None FALSE 17506 phoiac9h4m842xq45sp7s6u21eteeq1 0 "Iñupiatun"
FALSE 1502 1 2010-12-23 18:31:08 FALSE "JenVan" 1562 TRUE 0 None TRUE "17506" 17507 2shilu0pithw4p3mmh3b09unpwocdpk 4253 "Iñupiatun"
FALSE 1502 1 2010-12-23 23:56:29 FALSE "Kmoksy" 1212 FALSE 0 None FALSE 17508 7y3d79o1f7zx3mfhwuooakfg4hkqtz2 4277 "Iñupiatun"
FALSE 1502 1 2010-12-30 21:08:34 FALSE "WikitanvirBot" 1497 TRUE 0 None FALSE 17783 612o9j4oqwcrgxwj7zpsnx1xi0nrm5t 4276 "Iñupiatun"
FALSE 1502 1 2011-01-01 14:30:15 FALSE "VolkovBot" 102 TRUE 0 None FALSE 17844 il3rlyaqh4c7imwyuol8akbbbtic3gn 4277 "Iñupiatun"
FALSE 1502 1 2011-05-01 12:03:57 FALSE "KamikazeBot" 878 TRUE 0 None FALSE 20577 j0pisxx86m7dne1zwzymdw0e60n107a 4284 "Iñupiatun"
FALSE 1502 1 2011-07-17 05:12:28 FALSE "Xqbot" 635 TRUE 0 None FALSE 21556 9ykukxd6p4ry54f4e4vd7ntcvqaphov 4305 "Iñupiatun"
FALSE 1502 1 2011-08-04 20:10:19 FALSE "Luckas-bot" 646 TRUE 0 None FALSE 21804 iudfzhruf977jqdjhap19hoe83634ze 4325 "Iñupiatun"
FALSE 1502 2 2011-08-21 22:17:12 FALSE "EmausBot" 1333 TRUE 0 None FALSE 22238 6sva5on9xdoaowv5xbtf8cegnog6m3p 4419 "Iñupiatun"
FALSE 1502 1 2011-09-05 11:17:43 FALSE "ZéroBot" 1516 TRUE 0 None FALSE 22613 r9g81eflogmnfv1m7x20jdt57xlsbcg 4441 "Iñupiatun"
FALSE 1502 1 2011-09-10 14:58:43 FALSE "KamikazeBot" 878 TRUE 0 None FALSE 22727 58dv210s7112l5i8lvrv7v2fzx5eq0f 4441 "Iñupiatun"
FALSE 1502 1 2012-02-04 05:53:34 FALSE "EmausBot" 1333 TRUE 0 None FALSE 25199 9rce74etosw94dxg8oallhsttm3zc4a 4464 "Iñupiatun"
FALSE 1502 1 2012-03-28 14:09:54 FALSE "MerlIwBot" 1733 TRUE 0 None FALSE 25807 mucq0mw3ktw8fdwe2z6xawmp84t62fr 4485 "Iñupiatun"
FALSE 1502 1 2012-08-02 06:05:03 FALSE "Mathonius" 1803 FALSE 0 None FALSE 28567 jm2a2oqap91gxqu27jf7dmyqlki8121 4303 "Iñupiatun"
FALSE 1502 1 2013-01-25 20:23:12 FALSE "JackieBot" 1366 TRUE 0 None FALSE 31246 6hl0b46sygnd30rk00ihngace49e5fb 4325 "Iñupiatun"
FALSE 1502 1 2013-03-07 16:33:53 FALSE "Addbot" 2838 TRUE 0 None FALSE 31782 pfzasbuwdgd3mdhywfknkxd2e8p9ogp 3661 "Iñupiatun"
TRUE 1502 1 2013-10-04 01:12:46 FALSE "96.48.192.66" FALSE 0 None FALSE 33134 e3x9j7nnypnuwew8kvvjmvgeas7cnf3 3649 "Iñupiatun"
FALSE 1502 1 2013-10-15 16:07:38 FALSE "Glaisher" 2971 TRUE 0 None TRUE "33134" 33179 pfzasbuwdgd3mdhywfknkxd2e8p9ogp 3661 "Iñupiatun"
TRUE 1502 1 2014-10-26 06:00:38 FALSE "216.163.117.182" FALSE 0 None FALSE 33779 htj3mstxpsese1ti3owsd7qy1kcftoi 3664 "Iñupiatun"
FALSE 1502 3 2015-01-06 12:58:25 FALSE "Наркоман Миха" 3648 FALSE 0 None FALSE 33840 dbyg7aiz6bk76lsvryyd8rnajjhogny 3797 "Iñupiatun"
FALSE 1502 1 2015-01-08 11:39:02 FALSE "Hugo.arg" 537 FALSE 0 None TRUE "33840" 33845 htj3mstxpsese1ti3owsd7qy1kcftoi 3664 "Iñupiatun"
FALSE 1502 2 2017-03-04 09:40:18 FALSE "Naulagmi" 3374 FALSE 0 None FALSE 34757 sidr7z3cp6wupfot6sopxcx2oocdzbe 3740 "Iñupiatun"
FALSE 1503 1 2005-09-27 02:33:24 FALSE "Jvano~ikwiki" 20 TRUE 2 None FALSE 4814 grgs1fjjiyedram4ittaj099bo7vghr 48 "User:Jvano~ikwiki"
FALSE 1503 1 2015-04-16 23:37:21 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34123 grgs1fjjiyedram4ittaj099bo7vghr 48 "User:Jvano~ikwiki"
TRUE 1505 1 2005-10-24 23:26:36 FALSE "211.34.185.4" FALSE 1 None FALSE 4818 kz7b9dbvy0zurfja2acggr54l4e0b12 194 "Talk:Aimaaġvik"
TRUE 1505 1 2005-10-26 03:43:58 FALSE "172.157.31.154" FALSE 1 None FALSE 4819 phoiac9h4m842xq45sp7s6u21eteeq1 0 "Talk:Aimaaġvik"
TRUE 1505 1 2005-11-03 04:26:59 FALSE "211.34.103.125" FALSE 1 None FALSE 4820 h26uvwhsig836894e5aqljiewivudtn 336 "Talk:Aimaaġvik"
FALSE 1505 1 2005-11-05 09:26:40 FALSE "Korg" 28 TRUE 1 None TRUE "4820" 4823 phoiac9h4m842xq45sp7s6u21eteeq1 0 "Talk:Aimaaġvik"
TRUE 1505 3 2005-12-08 13:30:24 FALSE "213.6.210.38" FALSE 1 None FALSE 4990 62cwojp69ovl8nhf34g23uz72b9mf3q 307 "Talk:Aimaaġvik"
TRUE 1505 1 2005-12-14 02:23:39 FALSE "61.75.1.118" FALSE 1 None FALSE 4997 694579o0hs0dchx2tjrzqffwrgn3j05 1229 "Talk:Aimaaġvik"
FALSE 1505 1 2005-12-16 07:41:58 FALSE "Korg" 28 TRUE 1 None TRUE "4997" 5003 62cwojp69ovl8nhf34g23uz72b9mf3q 307 "Talk:Aimaaġvik"
TRUE 1505 1 2005-12-18 11:39:26 FALSE "59.15.73.88" FALSE 1 None FALSE 5010 0eyx4crb328tjcwdgw1kfzzz1tfa44w 1403 "Talk:Aimaaġvik"
TRUE 1505 1 2005-12-18 22:46:21 FALSE "62.141.24.65" FALSE 1 None FALSE 5018 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
TRUE 1505 1 2005-12-29 17:18:49 FALSE "81.26.9.90" FALSE 1 None FALSE 5057 jl0xg7kmr6e4xqs2l1t0xo63z5i2zq7 819 "Talk:Aimaaġvik"
TRUE 1505 1 2005-12-29 22:33:55 FALSE "24.118.117.0" FALSE 1 None TRUE "5057,5018,5010,5003,4997,4990" 5058 phoiac9h4m842xq45sp7s6u21eteeq1 0 "Talk:Aimaaġvik"
TRUE 1505 1 2006-01-04 14:10:29 FALSE "213.6.210.236" FALSE 1 None TRUE "5058,5057" 5071 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
TRUE 1505 1 2006-01-06 00:11:44 FALSE "220.18.72.9" FALSE 1 None FALSE 5075 n8u1fadtt3x7ex1me0z1m924cmij9s1 1730 "Talk:Aimaaġvik"
FALSE 1505 1 2006-01-06 06:08:28 FALSE "Korg" 28 TRUE 1 None TRUE "5075" 5087 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
TRUE 1505 1 2006-01-06 06:50:07 FALSE "219.168.42.101" FALSE 1 None FALSE 5091 m83jzpco9ncaqte34i3um9u1dqnoyoh 366 "Talk:Aimaaġvik"
FALSE 1505 1 2006-01-07 09:29:28 FALSE "Hégésippe Cormier" 31 TRUE 1 None TRUE "5091" 5096 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
TRUE 1505 1 2006-01-16 08:46:35 FALSE "211.59.135.75" FALSE 1 None FALSE 5101 n8sam65vkx8g1a9wvrt8nyb85v0rgq3 1485 "Talk:Aimaaġvik"
FALSE 1505 1 2006-01-16 16:42:45 FALSE "Hégésippe Cormier" 31 TRUE 1 None TRUE "5101" 5108 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
TRUE 1505 1 2006-01-17 22:37:54 FALSE "211.104.3.46" FALSE 1 None FALSE 5116 klczx7l7icwy1hidde8ul48w19jrrp8 1118 "Talk:Aimaaġvik"
FALSE 1505 1 2006-01-18 09:41:17 FALSE "Hégésippe Cormier" 31 TRUE 1 None TRUE "5116" 5125 sj8opulcvxorluaaep5i170q4bl3p4g 306 "Talk:Aimaaġvik"
FALSE 1505 1 2006-06-02 19:46:48 FALSE "Zanimum" 67 FALSE 1 None FALSE 5325 7egs7wb3q7l5pm9644xkwp47r21v22p 525 "Talk:Aimaaġvik"
TRUE 1505 1 2006-06-06 09:03:01 FALSE "217.83.95.227" FALSE 1 None FALSE 5335 gvrddsqc4l6vddq7173ipuutcaj4moi 812 "Talk:Aimaaġvik"
FALSE 1505 2 2006-06-14 14:37:19 FALSE "Zanimum" 67 FALSE 1 None FALSE 5344 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 "Talk:Aimaaġvik"
TRUE 1505 1 2006-10-14 15:25:55 FALSE "83.171.153.215" FALSE 1 None TRUE "5344,5335,5325,5125,5116,5108,5101,5096,5091,5087,5075,5071" 5694 phoiac9h4m842xq45sp7s6u21eteeq1 0 "Talk:Aimaaġvik"
FALSE 1505 1 2006-11-04 04:08:57 FALSE "Az1568" 84 TRUE 1 None TRUE "5694" 5837 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 "Talk:Aimaaġvik"
TRUE 1505 1 2007-01-01 14:21:46 FALSE "125.229.3.76" FALSE 1 None FALSE 5914 0c52n2l9uh6ncayxern8jxuczhtxdd1 3215 "Talk:Aimaaġvik"
TRUE 1505 1 2007-02-13 13:57:15 FALSE "84.66.62.34" FALSE 1 None TRUE "5914" 5981 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 "Talk:Aimaaġvik"
TRUE 1505 6 2007-02-13 23:23:45 FALSE "72.68.230.164" FALSE 1 None FALSE 6009 0cxndkdk8prn2855cyedtt8f9cj13yp 1716 "Talk:Aimaaġvik"
FALSE 1505 1 2007-03-15 23:37:47 FALSE "EnglishItalianoNihongoRusski" 96 TRUE 1 None FALSE 6144 0cxndkdk8prn2855cyedtt8f9cj13yp 1716 "Talk:Aimaaġvik"
FALSE 1505 1 2007-03-28 20:08:11 FALSE "Aberwak" 100 FALSE 1 None FALSE 6343 dg7ly0l7o3nh6dpz74fnuo5ucq3ej6h 2340 "Talk:Aimaaġvik"
FALSE 1505 3 2007-04-09 15:41:51 FALSE "EnglishItalianoNihongoRusski" 96 TRUE 1 None FALSE 6391 98j6do0371a1f1shmzen2n1i9q1jjgk 2888 "Talk:Aimaaġvik"
FALSE 1505 1 2008-01-11 13:46:29 FALSE "Trondtr" 122 FALSE 1 None FALSE 7155 e1ct1cwvz7mi12v0hyb0zai4y8dlabp 4787 "Talk:Aimaaġvik"
TRUE 1505 1 2008-07-26 07:12:56 FALSE "124.190.244.83" FALSE 1 None FALSE 8044 qgj7dq0bv8hsb7ul0mbqxxibnh9qyzm 718 "Talk:Aimaaġvik"
FALSE 1505 1 2008-07-26 07:37:45 FALSE ".anaconda" 364 TRUE 1 None TRUE "8044" 8046 e1ct1cwvz7mi12v0hyb0zai4y8dlabp 4787 "Talk:Aimaaġvik"
FALSE 1505 1 2009-03-10 00:40:44 FALSE "Pathoschild" 131 FALSE 1 None FALSE 9143 t59948x6rp4srop7vvm09cfk1xuy109 45 "Talk:Aimaaġvik"
FALSE 1505 2 2010-01-09 19:48:43 FALSE "Barryland" 286 TRUE 1 None FALSE 10674 ag8lfoh2cu2abt12ncm8us49lesw4bi 99 "Talk:Aimaaġvik"
FALSE 1505 1 2010-07-06 04:17:24 FALSE "Kmoksy" 1212 FALSE 1 None FALSE 11776 7gvr82bljfw9r2ivra1g2pd10r2cu9q 631 "Talk:Aimaaġvik"
FALSE 1505 2 2010-08-12 06:40:56 FALSE "Seksen iki yüz kırk beş" 1411 FALSE 1 None FALSE 13787 3g12ogc6o8trknyfersjvnqs3b3fpt8 819 "Talk:Aimaaġvik"
FALSE 1505 1 2010-10-18 00:08:32 FALSE "Kmoksy" 1212 FALSE 1 None FALSE 14820 no1xofl83q3e3ovqijc49cp9vn7clty 867 "Talk:Aimaaġvik"
FALSE 1505 1 2011-03-20 22:00:47 FALSE "Muhtac" 1741 FALSE 1 None FALSE 19717 5w7m9mj2qv36idd5ono4fpfx3a8ry30 1205 "Talk:Aimaaġvik"
FALSE 1505 3 2017-03-23 23:12:18 FALSE "Naulagmi" 3374 TRUE 1 None FALSE 34823 m076pkndfpsuvdj8kvftvgo1ndwxa1f 1497 "Talk:Aimaaġvik"
FALSE 1506 5 2005-12-16 08:29:46 FALSE "Korg" 28 FALSE 2 None FALSE 5007 1lejak38bdzc4j1v3fku0azfz8vgcpp 229 "User:Korg"
FALSE 1507 2 2005-11-28 01:33:34 FALSE "Korg" 28 FALSE 2 None FALSE 4828 n8hhtsk76wwmtu5gwd8q1lgdriwlgv3 142 "User:Korg/monobook.js"
FALSE 1509 1 2005-11-13 16:33:23 FALSE "Incelemeelemani" 29 FALSE 2 None FALSE 4826 jf5iot5l2sk42kchekjpafamdjdvyt7 2123 "User:Incelemeelemani"
FALSE 1509 1 2015-03-15 10:54:47 FALSE "İncelemeelemani" 3759 FALSE 2 None FALSE 33971 4rqsoudr2pb9f9me8yg9mwewbeha5cr 2079 "User:Incelemeelemani"
FALSE 1510 1 2005-11-29 06:34:17 FALSE "Taichi" 35 FALSE 2 None FALSE 4829 8kehfhp6ey7azjhch9art67r4oxbe6m 162 "User:Taichi"
FALSE 1510 1 2010-07-20 20:58:37 FALSE "Kmoksy" 1212 FALSE 2 None FALSE 12856 jbf5s63l51rka31ybmrf176bh6cngy6 160 "User:Taichi"
FALSE 1510 1 2011-01-01 13:35:28 FALSE "CarsracBot" 1271 TRUE 2 None FALSE 17839 8qwyc6vnnkrbxdppj9rg2bnsfw2a8i2 4085 "User:Taichi"
FALSE 1568 1 2005-12-11 09:02:03 FALSE "Zigger" 41 FALSE 2 None FALSE 4992 j0twn3lvsynod7vuwq5l72ae1ai4abg 18 "User:Zigger"
FALSE 1569 1 2005-12-11 09:02:12 FALSE "Zigger" 41 FALSE 3 None FALSE 4993 j0twn3lvsynod7vuwq5l72ae1ai4abg 18 "User talk:Zigger"
TRUE 1574 1 2005-12-18 11:39:56 FALSE "211.211.244.254" FALSE 2 None FALSE 5013 73s522vbekhz1xgrw23j57c1sfmlqf1 1096 "User:Piolinfax"
TRUE 1574 1 2005-12-18 22:45:17 FALSE "62.141.24.65" FALSE 2 None FALSE 5015 phoiac9h4m842xq45sp7s6u21eteeq1 0 "User:Piolinfax"
TRUE 1574 1 2006-01-06 00:12:15 FALSE "61.40.107.187" FALSE 2 None FALSE 5079 1uis1wuef8yfnomg4jjz7fxrdpdrf8n 1424 "User:Piolinfax"
FALSE 1574 1 2006-01-06 06:08:16 FALSE "Korg" 28 TRUE 2 None TRUE "5079" 5086 phoiac9h4m842xq45sp7s6u21eteeq1 0 "User:Piolinfax"
TRUE 1574 1 2006-01-06 06:50:05 FALSE "219.35.6.87" FALSE 2 None FALSE 5090 qong8k874girva6hzpe36q98wqyndh0 60 "User:Piolinfax"
FALSE 1574 1 2006-01-07 09:29:18 FALSE "Hégésippe Cormier" 31 TRUE 2 None TRUE "5090" 5095 phoiac9h4m842xq45sp7s6u21eteeq1 0 "User:Piolinfax"
TRUE 1574 1 2006-01-16 08:47:01 FALSE "211.53.142.13" FALSE 2 None FALSE 5105 caldyfmy32qrdhycnw21nqhdvdjqx3p 1179 "User:Piolinfax"
FALSE 1574 1 2006-01-16 16:42:09 FALSE "Hégésippe Cormier" 31 TRUE 2 None TRUE "5105" 5106 phoiac9h4m842xq45sp7s6u21eteeq1 0 "User:Piolinfax"
TRUE 1574 1 2006-01-17 22:38:02 FALSE "200.25.144.38" FALSE 2 None FALSE 5117 edui1i95wv4ve9x53zzsuw7xiikpx3c 812 "User:Piolinfax"
FALSE 1574 1 2006-01-18 09:41:27 FALSE "Hégésippe Cormier" 31 TRUE 2 None TRUE "5117" 5126 phoiac9h4m842xq45sp7s6u21eteeq1 0 "User:Piolinfax"
FALSE 1590 2 2015-09-21 02:30:03 FALSE "Gangleri" 45 FALSE 3 None FALSE 34303 qx2czh7z1suvx0mi1aj3qlm875wcewc 12101 "User talk:Gangleri"
FALSE 1591 1 2006-01-04 08:02:53 FALSE "Gangleri" 45 TRUE 2 None FALSE 5070 irvn2b8j8ubddrvj9bnsx2dqt39zf8j 844 "User:Gangleri"
FALSE 1592 1 2006-01-17 20:12:45 FALSE "Interwiki de~ikwiki" 49 FALSE 2 None FALSE 5112 4xvy1x63knvn77mw89pjw96bu5lci8k 55 "User:Interwiki de~ikwiki"
FALSE 1592 1 2015-04-16 23:37:18 FALSE "Maintenance script" 3819 TRUE 2 None FALSE 34110 4xvy1x63knvn77mw89pjw96bu5lci8k 55 "User:Interwiki de~ikwiki"
FALSE 1593 2 2012-12-02 09:58:48 FALSE "Koavf" 52 FALSE 2 None FALSE 30562 957ehhzlmuq6csi9tufrh1mj50vm1k7 89 "User:Koavf"
FALSE 1652 2 2006-03-31 20:16:52 FALSE "Jon Harald Søby" 58 TRUE 2 None FALSE 5230 4phxqzpulvpxne911mzzv07fsfrg2lr 6663 "User:Jon Harald Søby"
FALSE 1652 1 2008-06-01 07:17:08 FALSE "Zorrobot" 251 TRUE 2 None FALSE 7659 inmsp45gm3ypye8ddpb0jdp3s955tun 7941 "User:Jon Harald Søby"
FALSE 1652 2 2010-06-22 02:49:46 FALSE "Pathoschild" 131 TRUE 2 None FALSE 11699 16xrf4y2staje21dc33nyigtg1a5ndu 175 "User:Jon Harald Søby"
FALSE 1652 2 2011-07-12 22:58:07 FALSE "JhsBot" 1273 TRUE 2 None FALSE 21510 hy32b1eu3enbarxofzgp8uffm0vlwmn 8551 "User:Jon Harald Søby"
FALSE 1652 1 2011-08-03 10:24:47 FALSE "Zorrobot" 251 TRUE 2 None FALSE 21783 00qk1l1vd7br4adyc2v2a4l8s8i0goj 8581 "User:Jon Harald Søby"
FALSE 1652 4 2012-03-28 16:22:20 FALSE "JhsBot" 1273 TRUE 2 None FALSE 25811 lqpgeqxslpn9crl9mkmc04i4y9ldgik 8651 "User:Jon Harald Søby"
FALSE 1653 1 2006-04-14 23:58:15 FALSE "Dcljr" 59 FALSE 3 None FALSE 5231 dl2wq75cothaznr4rezydkuwnap6jnz 88 "User talk:Dcljr"
FALSE 1654 6 2015-02-04 19:42:34 FALSE "Dcljr" 59 FALSE 2 None FALSE 33888 925syxnuul04iqaur644iau5lyayed4 520 "User:Dcljr"
FALSE 1655 1 2006-04-18 09:01:53 FALSE "Proofreader" 60 FALSE 2 None FALSE 5261 eq3wkx8fo7i2nkteyqzkmvb6pzi59pt 291 "User:Proofreader"
FALSE 1656 1 2006-04-18 09:08:50 FALSE "Proofreader" 60 FALSE 1 None FALSE 5262 j8mw7a3ln4tphl2446bq32g9anfxat9 313 "Talk:Aġviġluaq"
FALSE 1656 1 2010-01-09 19:49:39 FALSE "Barryland" 286 TRUE 1 None FALSE 10678 j8mw7a3ln4tphl2446bq32g9anfxat9 313 "Talk:Aġviġluaq"
FALSE 1658 2 2006-12-04 14:47:14 FALSE "Johannes Rohr" 65 FALSE 2 None FALSE 5856 phflgu2w4krqg6viv4yrl4rn9czjulo 214 "User:Johannes Rohr"
TRUE 1660 1 2006-05-09 14:40:19 FALSE "82.83.242.229" FALSE 1 None FALSE 5272 pm90gnqp1a3ig4w0xk1e19w3r43qsgj 1134 "Talk:Zergeisterung"
FALSE 1660 1 2006-05-16 15:10:35 FALSE "Ahoerstemeier" 66 FALSE 1 None FALSE 5275 3usez1m7jishsk3xutbooqlj9xcv1qy 126 "Talk:Zergeisterung"
FALSE 1661 1 2006-05-16 20:13:26 FALSE "Johannes Rohr" 65 FALSE 10 None FALSE 5276 aa3pkfu1ajume8zc7xg0yhxq0kwg6hi 485 "Template:Piiġaa"
TRUE 1661 1 2006-06-07 01:31:04 FALSE "138.89.27.154" FALSE 10 None FALSE 5338 r775p5n0vzjj2yxj1ebx4qlwjzteoib 512 "Template:Piiġaa"
TRUE 1661 1 2007-01-01 15:05:43 FALSE "125.229.3.76" FALSE 10 None FALSE 5946 qveyld4fvxxg9l50odb48fu49bz18yu 18 "Template:Piiġaa"
TRUE 1661 1 2007-01-03 05:41:55 FALSE "61.219.23.178" FALSE 10 None TRUE "5946" 5949 r775p5n0vzjj2yxj1ebx4qlwjzteoib 512 "Template:Piiġaa"
FALSE 1661 2 2010-01-15 14:58:31 FALSE "Barryland" 286 TRUE 10 None FALSE 10767 2y5zqjokv7xdb2mr777helppc9xqkqu 528 "Template:Piiġaa"
FALSE 1661 1 2010-05-14 18:16:01 FALSE "Seb az86556" 835 TRUE 10 None FALSE 11508 t6e13stn84dtwwpo6dr5dnl99yw6tfk 550 "Template:Piiġaa"
FALSE 1661 1 2010-12-18 08:51:57 FALSE "Kmoksy" 1212 FALSE 10 None FALSE 17102 6mxj7fvvunkkf16slnyd8hz9dl64645 574 "Template:Piiġaa"
FALSE 1661 1 2013-03-01 10:07:46 FALSE "JAnDbot" 99 TRUE 10 None FALSE 31655 be9y48zsbajcic3xymfz889all2sp9d 6877 "Template:Piiġaa"
FALSE 1661 1 2013-04-14 22:25:46 FALSE "Addbot" 2838 TRUE 10 None FALSE 32966 9wb0pmjavnojw8z5eaak3sy8kc9f1lk 644 "Template:Piiġaa"
FALSE 1661 1 2013-05-14 11:48:59 FALSE "Iketsi" 1581 FALSE 10 None FALSE 33012 bujirr2ujo8ks1qj3d6f2azvttoa138 598 "Template:Piiġaa"
FALSE 1661 1 2017-01-17 15:51:04 FALSE "Wolverène" 3347 TRUE 10 None FALSE 34713 1gi82t478tse1l62t8vvmsj1ev1hddf 596 "Template:Piiġaa"
FALSE 1663 1 2006-05-31 16:21:08 FALSE "Zanimum" 67 TRUE 10 None FALSE 5286 cxfsbjml0607rl5ecexdd6sb7jl1vuu 1214 "Template:Commons"
FALSE 1663 1 2009-12-15 09:48:46 FALSE "JAnDbot" 99 TRUE 10 None FALSE 10470 7sp36d57vvfble3vr718p44z8r72a4b 2191 "Template:Commons"
FALSE 1663 1 2010-01-27 20:15:30 FALSE "Obersachsebot" 784 TRUE 10 None FALSE 10819 rj6tthv16pbqbw1g5nw22ntvu68063w 2190 "Template:Commons"
FALSE 1663 1 2010-11-23 22:46:43 FALSE "Luckas-bot" 646 TRUE 10 None FALSE 15604 1xihihn24tzj8kzfk76xy89qk8zdj25 2215 "Template:Commons"
FALSE 1663 1 2011-02-26 17:53:42 FALSE "TXiKiBoT" 187 TRUE 10 None FALSE 19272 q3xh8rsqp94i6ih6kgwcejg304tbw5e 2212 "Template:Commons"
FALSE 1663 1 2012-05-21 12:33:17 FALSE "JAnDbot" 99 TRUE 10 None FALSE 26677 35cl06opzyeh7t7rq333sczqvxitbhp 2232 "Template:Commons"
FALSE 1663 1 2012-07-15 12:43:09 FALSE "Gerakibot" 1014 TRUE 10 None FALSE 28268 0ub8t61dnzj23istyjcud7t5rq5lwvz 2232 "Template:Commons"
FALSE 1663 1 2013-03-07 16:34:04 FALSE "Addbot" 2838 TRUE 10 None FALSE 31783 ab05tn8fampnobdsr0tvdel45zy2mvt 493 "Template:Commons"
FALSE 1663 1 2013-03-10 22:17:37 FALSE "Delusion23" 2855 FALSE 10 None FALSE 32708 bacj7f7luh69unxcey0dn5g8saby2f2 357 "Template:Commons"
FALSE 1664 1 2006-05-31 16:33:02 FALSE "Zanimum" 67 FALSE 10 None FALSE 5300 trxwbve6bpt3269xzl2lde4bg4h0egu 158 "Template:New"
TRUE 1664 1 2007-01-01 14:47:16 FALSE "125.229.3.76" FALSE 10 None FALSE 5936 c729pgs8qf16669x43rfu19gcd4tr3h 167 "Template:New"
FALSE 1664 1 2007-03-16 19:05:12 FALSE "Zanimum" 67 FALSE 10 None FALSE 6162 bysxxtjunkv5376n5l0vp27kyly7yub 143 "Template:New"
TRUE 1664 1 2007-05-03 08:04:31 FALSE "67.15.183.12" FALSE 10 None FALSE 6487 fnb3mg68yv4s8vyt6i8xqobtk66rpup 165 "Template:New"
FALSE 1664 1 2010-02-06 13:25:09 FALSE "Jehane & Louli" 1009 FALSE 10 None FALSE 10898 7e62xqzhj34iel5ibzr52er8hk9wwoj 165 "Template:New"
FALSE 1665 2 2006-05-31 16:35:03 FALSE "Zanimum" 67 FALSE 10 None FALSE 5303 66zs6c09cn11m4508knanaxo4dsvkmk 3962 "Template:Wikipedialang"
FALSE 1665 2 2007-06-28 02:15:27 FALSE "Manu~ikwiki" 107 FALSE 10 None FALSE 6607 dks8zi95d699yyqaouzn2mn4ug8867n 3996 "Template:Wikipedialang"
FALSE 1665 1 2007-08-19 12:11:18 FALSE "Jorunn" 115 FALSE 10 None FALSE 6695 o2reor4lkwdl0r7wvy9ja1d8qxg28n0 3999 "Template:Wikipedialang"
TRUE 1665 1 2008-02-04 16:30:46 FALSE "85.59.110.215" FALSE 10 None FALSE 7237 s741hykb7j92wxj99h8kog6dvh7s8si 3999 "Template:Wikipedialang"
FALSE 1665 2 2014-11-08 08:32:21 FALSE "Naulagmi" 3374 FALSE 10 None FALSE 33796 jqaoualw7e67chbjar037h1z9u96otg 3980 "Template:Wikipedialang"
FALSE 1666 2 2006-05-31 16:37:15 FALSE "Zanimum" 67 TRUE 10 None FALSE 5307 6f476or6rewsingasmywkn3v8sbdg2x 350 "Template:Main Page banner"
FALSE 1667 2 2006-05-31 16:48:02 FALSE "Zanimum" 67 FALSE 2 None FALSE 5321 owik3khf3t8id0az781orzjawz6mnsw 40 "User:Zanimum"
FALSE 1668 2 2006-05-31 16:48:42 FALSE "Zanimum" 67 FALSE 3 None FALSE 5323 ebh70k36w5b7a3a4b757j65vxodpk4n 50 "User talk:Zanimum"
FALSE 1668 1 2006-06-03 09:00:31 FALSE "Jon Harald Søby" 58 FALSE 3 None FALSE 5329 ablfek6punwkrfvaci44anps3qujap1 214 "User talk:Zanimum"
FALSE 1668 1 2006-06-08 11:15:44 FALSE "Korg" 28 FALSE 3 None FALSE 5340 owgg9w8bjjac7e1q9m5jfs5q14nqjg8 319 "User talk:Zanimum"
FALSE 1668 2 2006-06-14 14:34:08 FALSE "Zanimum" 67 FALSE 3 None FALSE 5342 tjurxdqrptpa7n3ijt04ddkdlvyf790 1030 "User talk:Zanimum"
FALSE 1668 1 2006-06-19 01:51:20 FALSE "Korg" 28 FALSE 3 None FALSE 5349 2hjvz4afxv83fgo069alzr470uqex71 1366 "User talk:Zanimum"
FALSE 1668 2 2006-06-19 17:46:18 FALSE "Zanimum" 67 TRUE 3 None FALSE 5351 jv402utk9rsps9mstnwwhtmjyeo5o37 1751 "User talk:Zanimum"
FALSE 1668 1 2006-06-25 12:18:12 FALSE "Johannes Rohr" 65 FALSE 3 None FALSE 5367 9ii5zm71amw1jqihx0dfghtxcntvglo 1978 "User talk:Zanimum"
FALSE 1668 1 2006-07-05 01:17:10 FALSE "Aeæ~ikwiki" 71 FALSE 3 None FALSE 5558 gc8g7at5gi0w2ix8rwb8z9hgk28nyk2 2214 "User talk:Zanimum"
FALSE 1668 1 2006-07-07 19:06:22 FALSE "Zanimum" 67 FALSE 3 None FALSE 5561 5zfl7uvctai04us3h8551lu5zr1dziv 2364 "User talk:Zanimum"
FALSE 1668 1 2006-09-16 03:35:09 FALSE "Gaudio" 76 FALSE 3 None FALSE 5668 1pwyqhutahtxvqq801lfibazppcsfho 2491 "User talk:Zanimum"
FALSE 1668 1 2006-10-14 14:05:06 FALSE "Pill" 81 TRUE 3 None FALSE 5684 jg9810dxdzdvf9nvztnoeh934z5o18h 2678 "User talk:Zanimum"
TRUE 1668 1 2006-10-17 08:42:35 FALSE "217.94.28.80" FALSE 3 None FALSE 5750 a5inmw8u5tunypjo2qv3uh8pfjh37xb 3000 "User talk:Zanimum"
TRUE 1668 1 2007-03-30 22:49:19 FALSE "201.17.213.229" FALSE 3 None FALSE 6347 n6f41erwu27z9gew1x7xu8qabvfv91o 3249 "User talk:Zanimum"
FALSE 1668 1 2007-03-31 04:13:20 FALSE "ReyBrujo" 98 FALSE 3 None FALSE 6348 kmqnbsrprf1vee4ond4rdokxny7oswi 3355 "User talk:Zanimum"
FALSE 1668 1 2012-06-08 05:53:15 FALSE "Rymchonak" 2457 FALSE 3 None FALSE 26886 j0408tuhqmssj0qgjf8vlspn1nleywr 3756 "User talk:Zanimum"
FALSE 1668 1 2012-06-16 09:02:30 FALSE "Tadiranscopus" 2254 FALSE 3 None FALSE 27170 arh5bcrjko0v8v3x7raj6t9e7v0ceve 3982 "User talk:Zanimum"
FALSE 1668 1 2014-08-09 01:01:02 FALSE "Naulagmi" 3374 FALSE 3 None FALSE 33664 7sroim11fcxi3a5zb18fn2sbi7bgzby 4207 "User talk:Zanimum"
FALSE 1668 1 2015-01-31 18:30:13 FALSE "Rschen7754" 2752 FALSE 3 None FALSE 33883 g2ij7wx9xqskcm8itkpnli5qczqkrmw 5840 "User talk:Zanimum"
FALSE 1669 1 2006-06-02 19:43:04 FALSE "Zanimum" 67 FALSE 3 None FALSE 5324 pc2bxvesvssfflvv3s7arubmk01f8uc 131 "User talk:Nickshanks"
FALSE 1669 1 2006-06-04 16:07:52 FALSE "Nickshanks" 68 TRUE 3 None FALSE 5330 b8bixm0fq0kswula1xzc03qhs64ihfl 394 "User talk:Nickshanks"
FALSE 1669 1 2006-06-14 14:39:56 FALSE "Zanimum" 67 FALSE 3 None FALSE 5346 5aktswh3a6ln82v9mrahsss1hsg2rvp 628 "User talk:Nickshanks"
FALSE 1672 1 2006-06-14 14:38:27 FALSE "Zanimum" 67 FALSE 3 None FALSE 5345 r5wwgs9u3cxp4fwa8e41ej5eqcizk98 242 "User talk:85.12.65.1"
1 anon articleid collapsed_revs date_time deleted editor editor_id minor namespace redirect revert reverteds revid sha1 text_chars title
2 FALSE 2 1 2004-01-25 13:40:25 FALSE Brion VIBBER 1 FALSE 0 Aimaaġvik FALSE 3094 a6dzmzujf5owfsclacifhewzvp6q8ya 24 HomePage
3 TRUE 2 1 2007-01-01 14:51:20 FALSE 125.229.3.76 FALSE 0 Aimaaġvik FALSE 5938 46va13zuh9l56lj7ppey9a11l99zamg 337 HomePage
4 FALSE 2 1 2008-02-24 15:07:26 FALSE Alexbot 147 TRUE 0 Aimaaġvik FALSE 7322 5yib0zj4fa2lxe8xxw6l702097371u2 343 HomePage
5 FALSE 2 1 2010-01-09 21:34:14 FALSE Xqbot 635 TRUE 0 Aimaaġvik FALSE 10684 0vgbzpr48tad6i1szc5xgd7vu4zh1nk 342 HomePage
6 FALSE 2 1 2017-03-26 14:35:05 FALSE タチコマ robot 404 TRUE 0 Aimaaġvik FALSE 34845 mv3294lh8p7fvmarde73v17aezz1pig 336 HomePage
7 FALSE 2 1 2018-02-13 09:18:05 FALSE CommonsDelinker 80 FALSE 0 Aimaaġvik FALSE 35075 q4khc2dqrnxvggdas6uimar1re1w947 369 HomePage
8 FALSE 19 1 2004-01-29 15:33:07 FALSE MediaWiki default 0 FALSE 10 None FALSE 3111 odlo3q2qspr4rxe1yukj5rilk7wumhq 23 Template:Sitesupportpage
9 FALSE 63 1 2004-01-29 15:33:07 FALSE MediaWiki default 0 FALSE 10 None FALSE 3155 iqoi3msj3367xih2y2zwfjc2oojrwxm 119 Template:Gnunote
10 FALSE 572 2 2004-02-22 03:36:48 FALSE MediaWiki default 0 FALSE 10 None FALSE 3664 araip06i08my171cqzryz8fs1knaon4 127325 Template:All messages
11 FALSE 572 1 2013-03-01 09:31:20 FALSE JAnDbot 99 TRUE 10 None FALSE 31654 elsqotezol950qc39zewdlbtelcqqjs 128636 Template:All messages
12 FALSE 572 1 2013-03-11 10:01:47 FALSE Legobot 2628 TRUE 10 None FALSE 32767 imqpnpzbw0h5q635h9hzbswzf9060az 127349 Template:All messages
13 FALSE 767 2 2004-06-02 08:42:29 FALSE MediaWiki default 0 FALSE 10 None FALSE 3859 1wzivse2ve3m0ut78ehyijl3qlfitaq 187224 Template:All system messages
14 FALSE 767 1 2013-03-01 09:26:24 FALSE JAnDbot 99 TRUE 10 None FALSE 31653 8prldhnjtm50p9zjvckdzxprj5334yv 189051 Template:All system messages
15 FALSE 767 1 2013-03-11 10:02:09 FALSE Legobot 2628 TRUE 10 None FALSE 32769 ehmw5r7zk1011pgllzp84rnqs3xq3ua 187248 Template:All system messages
16 FALSE 791 1 2004-06-29 11:34:33 FALSE MediaWiki default 0 FALSE 4 None FALSE 3883 1gm72sz8hx7zhhcilq4mnp7z4nrqmk1 178455 Wikipedia:All system messages
17 FALSE 793 1 2004-08-06 15:36:27 FALSE Suisui 4 TRUE 2 None FALSE 3885 lbvh1y8f9syua3095ubcdvud7ulskhj 34 User:Suisui
18 FALSE 794 1 2004-08-06 15:40:20 FALSE Suisui 4 TRUE 3 None FALSE 3886 aspdh0fd51p7ro1z74ht51jmrni9gc4 166 User talk:Suisui
19 FALSE 795 1 2004-10-07 11:00:56 FALSE Davidcannon 7 FALSE 2 None FALSE 3887 nuax8azzvisilvck0bmtprkfstlt3y4 20 User:Davidcannon
20 FALSE 1013 1 2005-04-04 14:15:48 FALSE Richie 10 FALSE 2 None FALSE 4105 ccoj6uaiieh41eysivrid5mco6slng7 1352 User:Richie
21 FALSE 1014 2 2005-04-16 19:37:52 FALSE RCBot~ikwiki 11 TRUE 2 None FALSE 4106 5ynbgsqmdq4agl2vjkjmbt98r9ohcac 5803 User:RCBot~ikwiki
22 FALSE 1014 1 2015-04-16 23:37:24 FALSE Maintenance script 3819 TRUE 2 None FALSE 34136 5ynbgsqmdq4agl2vjkjmbt98r9ohcac 5803 User:RCBot~ikwiki
23 FALSE 1016 1 2005-06-04 20:48:04 FALSE Alvaro~ikwiki 15 FALSE 2 None FALSE 4108 8azpl0gxqoqbp0ver2oxji2iby1psxx 45 User:Alvaro~ikwiki
24 FALSE 1016 1 2015-04-16 23:37:14 FALSE Maintenance script 3819 TRUE 2 None FALSE 34092 8azpl0gxqoqbp0ver2oxji2iby1psxx 45 User:Alvaro~ikwiki
25 FALSE 1017 2 2005-06-08 07:26:49 FALSE Btw~ikwiki 14 TRUE 2 None FALSE 4109 08ezig9gxnxp2acjycnpu02fex8ksba 80 User:Btw~ikwiki
26 FALSE 1017 1 2015-04-16 23:37:14 FALSE Maintenance script 3819 TRUE 2 None FALSE 34091 08ezig9gxnxp2acjycnpu02fex8ksba 80 User:Btw~ikwiki
27 FALSE 1445 3 2005-07-17 12:12:58 FALSE Tiontai~ikwiki 17 TRUE 0 None FALSE 4627 1tqt546g68dr8o1swxv252hmtpc8g0o 281 Sisuaq
28 TRUE 1445 1 2006-02-17 13:16:25 FALSE 58.1.172.154 FALSE 0 None FALSE 5132 5rwlawzeigat15znjidfhlai0n7dc3l 294 Sisuaq
29 TRUE 1445 1 2006-04-17 10:11:31 FALSE 128.239.182.75 FALSE 0 None FALSE 5246 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Sisuaq
30 FALSE 1445 1 2006-04-17 10:57:34 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5246 5247 5rwlawzeigat15znjidfhlai0n7dc3l 294 Sisuaq
31 FALSE 1445 2 2006-05-31 16:41:13 FALSE Zanimum 67 FALSE 0 None FALSE 5317 ffpmbxnhn8hvwyiswf5bv2ljm3wf1k7 304 Sisuaq
32 FALSE 1445 1 2006-09-14 16:48:49 FALSE Soulbot 79 TRUE 0 None FALSE 5666 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 Sisuaq
33 TRUE 1445 1 2006-09-26 14:33:28 FALSE 85.108.98.167 FALSE 0 None FALSE 5670 cf956va9o0xttqrgxgailgsesprhizy 1206 Sisuaq
34 FALSE 1445 1 2006-10-02 16:22:14 FALSE Zanimum 67 TRUE 0 None TRUE 5670 5674 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 Sisuaq
35 TRUE 1445 1 2006-10-30 02:54:38 FALSE 222.154.2.115 FALSE 0 None FALSE 5827 s0v7n9mog8dj0450rded6b97e8ndp99 608 Sisuaq
36 FALSE 1445 1 2006-10-30 09:33:10 FALSE Pill 81 TRUE 0 None TRUE 5827 5828 47kci4pxgvpnuxe0vyz6wvi1wzzqnmo 536 Sisuaq
37 FALSE 1445 3 2007-03-17 01:23:22 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6216 szw432ag2f5yo04prf0l4lqn2hvxvm6 593 Sisuaq
38 FALSE 1445 1 2007-05-03 17:38:08 FALSE VolkovBot 102 TRUE 0 None FALSE 6498 8zgxt5nu329249eyp27pc6k06qsvrif 667 Sisuaq
39 FALSE 1445 2 2007-06-14 21:42:42 FALSE Loveless 103 TRUE 0 None FALSE 6578 jjcjilxc33zda4u1ad1ybovh3e4q2cl 693 Sisuaq
40 FALSE 1445 1 2007-10-31 05:29:27 FALSE BotMultichill 124 TRUE 0 None FALSE 6885 btw3ru0rivx5o8yx6r1rwkhxylarruq 707 Sisuaq
41 FALSE 1445 1 2007-11-12 03:28:05 FALSE SieBot 121 TRUE 0 None FALSE 6963 h0ag5m6lnibbudszq13j8nahptvx1gg 727 Sisuaq
42 FALSE 1445 2 2007-12-31 18:14:31 FALSE BotMultichill 124 TRUE 0 None FALSE 7140 pjksyse9e899ug87hwrf33g8nnjbjaf 757 Sisuaq
43 FALSE 1445 1 2008-01-30 12:23:49 FALSE Loveless 103 TRUE 0 None FALSE 7219 jq6qr4l5y52y6tu4et23o62m9tvtba0 766 Sisuaq
44 FALSE 1445 1 2008-04-15 08:03:50 FALSE AlleborgoBot 130 TRUE 0 None FALSE 7474 38mt1jk38sut86yznpibqeo8rcwhfcz 783 Sisuaq
45 FALSE 1445 1 2008-05-07 15:01:18 FALSE JAnDbot 99 TRUE 0 None FALSE 7544 bvgihi17enaf55zupdl5k16ecfhzs5u 760 Sisuaq
46 FALSE 1445 3 2008-06-26 10:39:28 FALSE VolkovBot 102 TRUE 0 None FALSE 7809 k0lfrhahd1chx084mku8764ekbljhwr 837 Sisuaq
47 FALSE 1445 1 2008-07-14 11:10:29 FALSE TXiKiBoT 187 TRUE 0 None FALSE 7959 pxmnmb9jor5m6n4fm0fea6ve5ataxuv 873 Sisuaq
48 FALSE 1445 1 2008-07-24 11:44:32 FALSE Loveless 103 TRUE 0 None FALSE 8039 bi720zl07qki7vv4u7g7f5tktwomem1 875 Sisuaq
49 FALSE 1445 1 2008-07-30 11:28:13 FALSE AlleborgoBot 130 TRUE 0 None FALSE 8052 tgzvde4cyick0v4k6mgvxm0yxsxef4x 902 Sisuaq
50 FALSE 1445 1 2008-08-24 20:50:17 FALSE TXiKiBoT 187 TRUE 0 None FALSE 8094 bg4egkubnxjtxd5qo9qdmd3lazp4sn2 924 Sisuaq
51 FALSE 1445 1 2008-09-01 15:36:30 FALSE VolkovBot 102 TRUE 0 None FALSE 8113 rn1t7sx492enfflic2zfbe9pj6dakcv 923 Sisuaq
52 FALSE 1445 1 2008-10-07 07:34:46 FALSE TXiKiBoT 187 TRUE 0 None FALSE 8311 p5zkfj2s3x15z0tfkbg1vf2bl1bva1d 938 Sisuaq
53 FALSE 1445 1 2008-12-04 10:24:07 FALSE JAnDbot 99 TRUE 0 None FALSE 8583 6kmh1ji0svq2f99180vynwdut3l9gj5 942 Sisuaq
54 FALSE 1445 1 2009-02-21 10:16:14 FALSE TXiKiBoT 187 TRUE 0 None FALSE 8978 j3t2j386ylbn82qgw85z2jr5l9qpzay 958 Sisuaq
55 FALSE 1445 1 2009-04-08 12:37:51 FALSE ArthurBot 582 TRUE 0 None FALSE 9284 sei0qpbew2wttetf05k0oozgx9vhct5 977 Sisuaq
56 FALSE 1445 1 2009-06-30 05:52:09 FALSE Xqbot 635 TRUE 0 None FALSE 9657 6u8705lqdfx2iqmkozvd00g0ie6cy8p 990 Sisuaq
57 FALSE 1445 1 2009-10-22 08:19:33 FALSE MelancholieBot 184 TRUE 0 None FALSE 10176 80mhh3eofeujuqhjv54lgkf1js8p2vw 1013 Sisuaq
58 FALSE 1445 1 2009-10-24 02:31:15 FALSE ArthurBot 582 TRUE 0 None FALSE 10181 7tthrkdklqzij4l066teuzbi4jedddn 1016 Sisuaq
59 FALSE 1445 1 2010-01-09 01:41:49 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10636 44ssymph3jw41g87i446kcihbnm45yg 1016 Sisuaq
60 FALSE 1445 1 2010-01-22 03:11:16 FALSE MastiBot 148 TRUE 0 None FALSE 10800 13bgbed3omwym3m9zn04z43ebihcy8z 1014 Sisuaq
61 FALSE 1445 1 2010-02-15 14:25:11 FALSE Alexbot 147 TRUE 0 None FALSE 10935 12w6eh2g9goc0s88z6sgkubghd2kugg 1037 Sisuaq
62 FALSE 1445 1 2010-02-28 14:27:15 FALSE SieBot 121 TRUE 0 None FALSE 10979 frdwnud7shahrtutuzs63nsyj23cfhi 1054 Sisuaq
63 FALSE 1445 1 2010-03-20 10:17:04 FALSE VolkovBot 102 TRUE 0 None TRUE 10979 11149 12w6eh2g9goc0s88z6sgkubghd2kugg 1037 Sisuaq
64 FALSE 1445 1 2010-04-05 10:59:58 FALSE Xqbot 635 TRUE 0 None FALSE 11291 5xv01efg2os9ouha6vaxevyi16cjllr 1037 Sisuaq
65 FALSE 1445 1 2010-06-10 22:59:00 FALSE Kmoksy 1212 FALSE 0 None FALSE 11622 6piif5kn4v3mq4d9rb3xuw2p7f0vnhi 1051 Sisuaq
66 TRUE 1445 1 2010-06-17 09:52:25 FALSE 82.198.250.8 FALSE 0 None FALSE 11669 hfb8kawny3l8zfvue8btcwy3yusltjc 1068 Sisuaq
67 FALSE 1445 6 2010-07-11 16:58:12 FALSE Kmoksy 1212 FALSE 0 None FALSE 12444 duzf8hitda0z0whl9rmu60iwl196y9i 1292 Sisuaq
68 FALSE 1445 1 2010-07-13 20:15:14 FALSE Idioma-bot 639 TRUE 0 None FALSE 12543 df14g0q9p23t0qi56vocs69w6a1jxgi 1305 Sisuaq
69 FALSE 1445 1 2010-08-25 21:12:39 FALSE Xqbot 635 TRUE 0 None FALSE 14159 m96vi731pdr4uc900rw0fcj6ghfm3rn 1325 Sisuaq
70 FALSE 1445 2 2010-12-31 13:06:51 FALSE LaaknorBot 525 TRUE 0 None FALSE 17795 dpxpw9lua522xuuwrb1yddj548dhefn 1341 Sisuaq
71 FALSE 1445 1 2011-02-13 13:57:38 FALSE Kmoksy 1212 FALSE 0 None FALSE 18979 eigxvo3j8d02rozkqmfl9aujx2l2y9b 1338 Sisuaq
72 FALSE 1445 1 2011-04-02 20:24:56 FALSE Xqbot 635 TRUE 0 None FALSE 19920 dsxe2o0z3pl7d7xr08eykl695syagbw 1330 Sisuaq
73 FALSE 1445 1 2011-04-17 15:45:25 FALSE Luckas-bot 646 TRUE 0 None FALSE 20293 l07rufqp7yjbeihm2u1a788rjt3192g 1350 Sisuaq
74 FALSE 1445 1 2011-05-19 19:46:55 FALSE LaaknorBot 525 TRUE 0 None FALSE 20760 frhl95ak77xlqfw55c6zvpw6ywzs6fj 1366 Sisuaq
75 FALSE 1445 1 2011-07-28 09:00:56 FALSE EmausBot 1333 TRUE 0 None FALSE 21730 rvmvfkzkk9d12tq1n49zlg62xwz6rcu 1384 Sisuaq
76 FALSE 1445 1 2011-09-09 06:15:28 FALSE Ptbotgourou 436 TRUE 0 None FALSE 22690 em3obhkk468sr9c4dzqnwecqswbnifo 1387 Sisuaq
77 FALSE 1445 1 2012-05-09 18:42:45 FALSE AvocatoBot 2094 TRUE 0 None FALSE 26476 9cuq9hw6ihm1rxclyvq22i01j6j5x5i 1404 Sisuaq
78 FALSE 1445 2 2013-02-17 00:51:48 FALSE MerlIwBot 1733 TRUE 0 None FALSE 31471 bw0w738mkzql88b5l8bwagqi0k7fla1 1451 Sisuaq
79 FALSE 1445 2 2013-03-08 18:07:13 FALSE Addbot 2838 TRUE 0 None FALSE 32496 09grrr59g9kp2637s3r2o4phrsw7phi 404 Sisuaq
80 FALSE 1446 1 2005-07-17 12:18:41 FALSE Tiontai~ikwiki 17 FALSE 2 None FALSE 4628 ofcr4sk14isapheqraowlboo7lodg4h 23 User:Tiontai~ikwiki
81 TRUE 1446 1 2005-09-16 07:51:37 FALSE 139.164.130.170 FALSE 2 None FALSE 4808 29nw2o372ywq1egqrq0k9ovtsrj7g62 65 User:Tiontai~ikwiki
82 FALSE 1446 1 2005-09-16 07:56:06 FALSE Tiontai~ikwiki 17 TRUE 2 None FALSE 4810 2221uur58pu8oxa4ctgd3ug9865dbf0 48 User:Tiontai~ikwiki
83 FALSE 1446 1 2015-04-16 23:37:28 FALSE Maintenance script 3819 TRUE 2 None FALSE 34144 2221uur58pu8oxa4ctgd3ug9865dbf0 48 User:Tiontai~ikwiki
84 FALSE 1447 1 2005-07-17 19:34:59 FALSE Tiontai~ikwiki 17 FALSE 0 None FALSE 4629 ingz5x5jj49nlnxwj8p7a9slimenga5 382 Iggaġri
85 TRUE 1447 2 2005-08-09 12:18:45 FALSE 217.185.11.214 FALSE 0 None FALSE 4717 l80pt7nrgcmw3r6gxk6mt6st0w5ln9t 423 Iggaġri
86 FALSE 1447 1 2005-08-27 03:27:26 FALSE Piolinfax 19 TRUE 0 None FALSE 4752 jla5wfbfh97m0cncrgu7k2wo6lpvmdd 421 Iggaġri
87 TRUE 1447 1 2006-04-17 10:10:04 FALSE 128.239.182.75 FALSE 0 None FALSE 5239 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Iggaġri
88 FALSE 1447 1 2006-04-17 10:57:37 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5239 5254 jla5wfbfh97m0cncrgu7k2wo6lpvmdd 421 Iggaġri
89 FALSE 1447 4 2006-05-31 16:40:48 FALSE Zanimum 67 FALSE 0 None FALSE 5314 odzdy2gqrdimqr4y30ynx5set2ux0t8 435 Iggaġri
90 TRUE 1447 3 2007-02-13 20:34:32 FALSE 72.68.230.164 FALSE 0 None FALSE 6002 8lqy19dyxk7hchbc6r3t2mwyf6dn4eq 476 Iggaġri
91 FALSE 1447 4 2007-03-17 02:22:13 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6226 mwaok76cldk6u3oypbjeszds5ozi9gr 502 Iggaġri
92 TRUE 1447 1 2007-04-13 00:13:33 FALSE 134.53.9.181 FALSE 0 None FALSE 6418 7hmm7v9awslgv92dxoljp9vk214cnf0 764 Iggaġri
93 TRUE 1447 1 2007-04-20 07:36:40 FALSE 69.246.33.14 FALSE 0 None FALSE 6469 n6za275ekc4ivj1ps12dglibig258me 800 Iggaġri
94 FALSE 1447 1 2007-05-03 16:54:30 FALSE VolkovBot 102 TRUE 0 None FALSE 6494 jb1eko79djrw4aoozxdfiok20hgfz24 846 Iggaġri
95 FALSE 1447 3 2007-08-22 09:24:38 FALSE Loveless 103 TRUE 0 None FALSE 6706 qc6q06e2zbdvy039u3u9934ff8fo19c 893 Iggaġri
96 FALSE 1447 1 2007-10-03 15:21:39 FALSE PipepBot 125 TRUE 0 None FALSE 6828 9y109gyk4pibftssxzzm2y5asgrqtv6 906 Iggaġri
97 FALSE 1447 1 2007-11-01 00:06:47 FALSE SieBot 121 TRUE 0 None FALSE 6887 akkdhdiyxh8wbx3wvh959d3pq8ssnth 926 Iggaġri
98 FALSE 1447 1 2008-06-05 08:00:02 FALSE TXiKiBoT 187 TRUE 0 None FALSE 7702 aqw8pvesp7pcr1lk3z0zpaxopqbcwsw 954 Iggaġri
99 FALSE 1447 1 2008-06-08 15:43:09 FALSE SpBot 231 TRUE 0 None FALSE 7725 0sm8j61cmsnypr7jomwspqxkpdw13km 938 Iggaġri
100 FALSE 1447 1 2008-08-29 18:31:30 FALSE TXiKiBoT 187 TRUE 0 None FALSE 8099 rphmatqnc1e8zao2607xblrhwvf3wjg 962 Iggaġri
101 FALSE 1447 1 2008-10-20 04:42:52 FALSE SieBot 121 TRUE 0 None FALSE 8353 0043phaq2qt6789dmmaiinhub76bx5x 963 Iggaġri
102 FALSE 1447 1 2008-11-01 10:28:14 FALSE TXiKiBoT 187 TRUE 0 None FALSE 8406 75c42prsf84hl771pi8t0wfovp47mp2 989 Iggaġri
103 FALSE 1447 1 2008-11-02 19:13:33 FALSE Ptbotgourou 436 TRUE 0 None FALSE 8415 bsz1f7sm81nkfpp0t03i6imzj1qaye4 1019 Iggaġri
104 FALSE 1447 1 2008-11-18 05:49:06 FALSE GnawnBot 491 TRUE 0 None FALSE 8519 akk2v5d047dvyzk66o529o78kbmytrk 1033 Iggaġri
105 TRUE 1447 1 2009-02-11 23:50:10 FALSE 79.72.182.150 FALSE 0 None FALSE 8895 kess2a1n3u7m5geb1vuxt364ipe32sz 1020 Iggaġri
106 FALSE 1447 1 2009-03-07 18:31:38 FALSE TXiKiBoT 187 TRUE 0 None FALSE 9129 ol8brqhjnq6fzz3brc19nnl66ji18ec 1049 Iggaġri
107 FALSE 1447 1 2009-04-10 17:19:04 FALSE VolkovBot 102 TRUE 0 None FALSE 9290 5909st6z8fbf4pzz5z15ai5yc4z6jxb 1057 Iggaġri
108 FALSE 1447 1 2009-05-20 17:19:43 FALSE Trondtr 122 TRUE 0 None FALSE 9488 5909st6z8fbf4pzz5z15ai5yc4z6jxb 1057 Iggaġri
109 FALSE 1447 1 2009-06-04 23:31:59 FALSE SieBot 121 TRUE 0 None FALSE 9526 99mnfqfl8drhap0lozawyubm0f8ycvc 1056 Iggaġri
110 FALSE 1447 1 2009-06-23 15:31:24 FALSE MauritsBot 739 TRUE 0 None FALSE 9587 4yowmuy8iayhsbao5ylwh0anp8opevy 1066 Iggaġri
111 FALSE 1447 1 2009-06-24 06:44:33 FALSE Rubinbot 634 TRUE 0 None FALSE 9592 5wxvzz67g9navtq0nwc3anmjhmvbr45 1061 Iggaġri
112 FALSE 1447 1 2009-06-27 12:08:25 FALSE MauritsBot 739 TRUE 0 None FALSE 9607 m30v9rvui0iywa7zim7evs77pqrcoxk 1091 Iggaġri
113 FALSE 1447 1 2009-07-03 08:38:50 FALSE Xqbot 635 TRUE 0 None FALSE 9661 0aah3bctkgfdekh0ujwdp46y33uygoz 1114 Iggaġri
114 FALSE 1447 1 2010-01-09 01:38:30 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10633 h65j0hmc89udgop10148ojv33jnxn5c 1114 Iggaġri
115 FALSE 1447 1 2010-02-25 12:41:31 FALSE JAnDbot 99 TRUE 0 None FALSE 10957 eazyq2jamq7b3sdlkkx5th45udns1z0 1125 Iggaġri
116 FALSE 1447 1 2010-04-13 22:16:26 FALSE Xqbot 635 TRUE 0 None FALSE 11344 rrhurhody5q6mxk7a4499ai19h3t11o 1149 Iggaġri
117 FALSE 1447 1 2010-05-05 10:09:51 FALSE Luckas-bot 646 TRUE 0 None FALSE 11408 l7e9d3r4yy1t74nfijpqq3erxd36xwv 1171 Iggaġri
118 FALSE 1447 1 2010-09-25 22:32:52 FALSE Xqbot 635 TRUE 0 None FALSE 14535 rppvjut3txiz2u6yxvwykv63zuknba3 1191 Iggaġri
119 FALSE 1447 1 2010-10-03 05:06:01 FALSE MastiBot 148 TRUE 0 None FALSE 14641 ob432drkjhccv1p74doboxu946vvwud 1161 Iggaġri
120 FALSE 1447 1 2010-10-03 07:03:39 FALSE SieBot 121 TRUE 0 None TRUE 14641 14643 rppvjut3txiz2u6yxvwykv63zuknba3 1191 Iggaġri
121 FALSE 1447 2 2010-12-18 12:16:23 FALSE Kmoksy 1212 FALSE 0 None FALSE 17185 nf6fzgne70dl2lvq2ze4wmp2lxfj37d 1191 Iggaġri
122 FALSE 1447 1 2011-02-02 00:47:11 FALSE MastiBot 148 TRUE 0 None FALSE 18820 ezhbhw0lj7mop61cgpw5x4jjff8grsi 1219 Iggaġri
123 FALSE 1447 1 2011-02-20 21:40:33 FALSE EmausBot 1333 TRUE 0 None FALSE 19206 dp5p7ekjq2pwtp12herhfnaorxf6ndf 1245 Iggaġri
124 FALSE 1447 1 2011-04-07 10:02:37 FALSE WikitanvirBot 1497 TRUE 0 None FALSE 20040 swfk8cx4y6a4l6pv4hzwwm0omz53qcj 1245 Iggaġri
125 FALSE 1447 1 2011-07-09 11:05:10 FALSE AvicBot 1867 TRUE 0 None FALSE 21486 5ynwxd93sogzotytvho6yp5s7ba4qlm 1272 Iggaġri
126 FALSE 1447 1 2011-07-28 08:33:12 FALSE EmausBot 1333 TRUE 0 None FALSE 21728 kp7bx7jeqw2e18qcsit8n0nkay44gkq 1287 Iggaġri
127 FALSE 1447 1 2011-09-30 16:32:17 FALSE Luckas-bot 646 TRUE 0 None FALSE 22978 67zofm450nsnszz5qpz7lgcxg49icyk 1302 Iggaġri
128 FALSE 1447 1 2011-10-16 23:47:19 FALSE HRoestBot 1296 TRUE 0 None FALSE 23674 tupm3shzyl2i0j1qd6nolkebq30cx6z 1327 Iggaġri
129 FALSE 1447 1 2011-10-18 14:20:58 FALSE Rubinbot 634 TRUE 0 None FALSE 23701 btc9p933ass0750pddjrvmz0lrzqbj2 1335 Iggaġri
130 FALSE 1447 2 2011-10-25 13:42:15 FALSE Luckas-bot 646 TRUE 0 None FALSE 23841 2da0o38fmm3hwjrrl0azir7a4jv7pl6 1386 Iggaġri
131 FALSE 1447 1 2011-11-02 12:43:47 FALSE Vagobot 2095 TRUE 0 None FALSE 24004 5m9h5ob1hponwvzji6tzpjjjm7v2iai 1375 Iggaġri
132 FALSE 1447 2 2011-11-20 16:44:25 FALSE Luckas-bot 646 TRUE 0 None FALSE 24362 46v3wyc32np361z1k9wbvb3zpbm2e9j 1415 Iggaġri
133 FALSE 1447 1 2011-11-21 12:21:04 FALSE ChuispastonBot 1534 TRUE 0 None FALSE 24377 jwrk4r3zoeytiu0kjcvssrvjie0n0ba 1431 Iggaġri
134 FALSE 1447 1 2011-12-28 22:22:32 FALSE TXiKiBoT 187 TRUE 0 None FALSE 24773 7wgvahmfhxmb7hirgiguy5oafx3fdkq 1455 Iggaġri
135 FALSE 1447 4 2012-06-18 09:09:53 FALSE EmausBot 1333 TRUE 0 None FALSE 27238 mfq83ec4qbdeu5lwymklvj93akrj470 1500 Iggaġri
136 FALSE 1447 1 2012-06-27 22:08:40 FALSE Xqbot 635 TRUE 0 None FALSE 27521 o2r6u6bji2jso2cexwd1m9wx7c6r8n8 1495 Iggaġri
137 FALSE 1447 1 2012-09-17 16:53:31 FALSE YFdyh-bot 2475 TRUE 0 None FALSE 29113 9b9f5o874kevvp5gvi8yaghngaaw6m7 1513 Iggaġri
138 FALSE 1447 1 2012-10-23 23:14:51 FALSE JYBot 2354 TRUE 0 None FALSE 29688 7bhzbc0ode0evee4dftkkni44jzba1i 1538 Iggaġri
139 FALSE 1447 1 2012-10-24 11:31:02 FALSE DarafshBot 2348 TRUE 0 None FALSE 29693 dbjqygwzf2xqifhfamzcn49pxdiui7k 1542 Iggaġri
140 FALSE 1447 1 2012-12-31 20:09:22 FALSE MerlIwBot 1733 TRUE 0 None FALSE 30928 an997alauqhsvf1ffairattwtfkufvd 1567 Iggaġri
141 FALSE 1447 1 2013-03-07 16:32:34 FALSE Addbot 2838 TRUE 0 None FALSE 31777 ak5u8cj8vss70b4sbbk5c6aicqcef72 234 Iggaġri
142 FALSE 1448 2 2005-07-23 06:47:08 FALSE Tiontai~ikwiki 17 FALSE 0 None FALSE 4631 dppkhrgzhg2215p9vluvis86wrg8fuy 282 Kaŋuq
143 TRUE 1448 1 2006-04-17 10:10:48 FALSE 128.239.182.75 FALSE 0 None FALSE 5243 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Kaŋuq
144 FALSE 1448 1 2006-04-17 10:57:36 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5243 5250 dppkhrgzhg2215p9vluvis86wrg8fuy 282 Kaŋuq
145 FALSE 1448 1 2006-05-31 16:41:06 FALSE Zanimum 67 FALSE 0 None FALSE 5316 dfa4axejrcailugfbmsax4zmxc9xlnv 306 Kaŋuq
146 TRUE 1448 1 2006-09-27 17:45:51 FALSE 87.6.88.94 FALSE 0 None FALSE 5671 dc9esp0fuqw1352tbxcr98z306qwqry 403 Kaŋuq
147 FALSE 1448 1 2006-10-02 16:21:26 FALSE Zanimum 67 TRUE 0 None TRUE 5671 5672 dfa4axejrcailugfbmsax4zmxc9xlnv 306 Kaŋuq
148 TRUE 1448 4 2007-02-13 20:05:23 FALSE 72.68.230.164 FALSE 0 None FALSE 5992 l8ygw0oyteca4pwcy5j0fab0qvzxqcu 391 Kaŋuq
149 FALSE 1448 1 2007-03-16 18:49:49 FALSE Zanimum 67 FALSE 0 None FALSE 6154 s8edmn625ptend5msxscp3xog9c50qm 397 Kaŋuq
150 FALSE 1448 1 2007-05-03 16:19:37 FALSE VolkovBot 102 TRUE 0 None FALSE 6490 j05kp9xlfvk9iqwrb31k6z22p0u5sq8 499 Kaŋuq
151 FALSE 1448 2 2007-07-30 01:57:12 FALSE Loveless 103 TRUE 0 None FALSE 6652 1wi3pzqjm2jg3m1hk9w9pjc3b9hvx2t 553 Kaŋuq
152 FALSE 1448 1 2007-09-28 02:34:59 FALSE SieBot 121 TRUE 0 None FALSE 6820 k63fkwrb0q5t29mf0vkdsh2h6aurzaz 578 Kaŋuq
153 FALSE 1448 3 2008-07-26 22:47:05 FALSE Loveless 103 TRUE 0 None FALSE 8048 8gxd2adb1fsyqi639t4bjwph4cn5795 605 Kaŋuq
154 FALSE 1448 1 2008-10-24 19:44:59 FALSE SpBot 231 TRUE 0 None FALSE 8378 1i29mek473y21tq5her9tk3y8r9nh8i 584 Kaŋuq
155 FALSE 1448 2 2009-02-16 10:39:11 FALSE VolkovBot 102 TRUE 0 None FALSE 8952 25uagg319hvowxzf957ngw9nb30y9bn 625 Kaŋuq
156 FALSE 1448 1 2009-02-23 16:32:30 FALSE Muro Bot 508 TRUE 0 None FALSE 8987 960h9do6ygqhk3g6az4nh9rt5fitk3a 649 Kaŋuq
157 FALSE 1448 1 2009-04-11 03:27:46 FALSE Rubinbot 634 TRUE 0 None FALSE 9292 se1k90wvaiqdv9vmd4y15sfamtbhc2n 659 Kaŋuq
158 FALSE 1448 1 2009-06-14 03:09:28 FALSE SieBot 121 TRUE 0 None FALSE 9550 cjsadwv8105mm6hp1w9re2znlcv8sxa 680 Kaŋuq
159 FALSE 1448 1 2009-08-30 12:45:13 FALSE MelancholieBot 184 TRUE 0 None FALSE 9946 7ss05gg39rnybgilcbp1xzfjrj1mcq8 698 Kaŋuq
160 TRUE 1448 1 2009-09-27 18:54:53 FALSE 92.75.219.44 FALSE 0 None FALSE 10052 den6frmthod8x9ec7yqx4hm7nkv6ses 11 Kaŋuq
161 FALSE 1448 1 2009-09-27 18:55:15 FALSE J.delanoy 860 TRUE 0 None TRUE 10052 10053 7ss05gg39rnybgilcbp1xzfjrj1mcq8 698 Kaŋuq
162 FALSE 1448 1 2009-12-22 12:33:09 FALSE TXiKiBoT 187 TRUE 0 None FALSE 10481 5g55l5oxlvxvgwg2gz8tmzc9te56bh7 717 Kaŋuq
163 FALSE 1448 2 2010-01-09 01:30:00 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10629 o56waffxj5h7h2vmdtlm7hx2rnyac0w 717 Kaŋuq
164 FALSE 1448 1 2010-01-09 19:50:10 FALSE Barryland 286 TRUE 0 None FALSE 10680 o56waffxj5h7h2vmdtlm7hx2rnyac0w 717 Kaŋuq
165 FALSE 1448 5 2010-07-24 22:17:47 FALSE Kmoksy 1212 FALSE 0 None FALSE 13226 7zw7so8rmwtq7610zjzy4b87ajbrsey 800 Kaŋuq
166 FALSE 1448 1 2010-10-18 04:20:04 FALSE VolkovBot 102 TRUE 0 None FALSE 14825 i9t1urv2vevo46y2u1ceriuiq17aj37 816 Kaŋuq
167 FALSE 1448 1 2010-11-17 06:38:05 FALSE Xqbot 635 TRUE 0 None FALSE 15372 30iie8lvzddp9o17voyvrr4kd3atviq 811 Kaŋuq
168 FALSE 1448 1 2011-01-22 18:45:51 FALSE EmausBot 1333 TRUE 0 None FALSE 18433 9bgeqxj7z0ioeywkn3w0gop6bbizxo2 825 Kaŋuq
169 FALSE 1448 1 2011-03-02 19:51:22 FALSE Zorrobot 251 TRUE 0 None FALSE 19398 5rwqzw1j2qbc59bsqj30cxdlbylrjvy 839 Kaŋuq
170 FALSE 1448 1 2011-03-19 00:10:53 FALSE Kmoksy 1212 FALSE 0 None FALSE 19692 agw4eqk30mp1d1jihfit5nv6qf0mfml 838 Kaŋuq
171 FALSE 1448 1 2011-05-15 20:50:11 FALSE Luckas-bot 646 TRUE 0 None FALSE 20725 5j10nyz33xirrbzkb4xluhbmtvf087t 854 Kaŋuq
172 FALSE 1448 1 2011-07-24 22:32:21 FALSE ZéroBot 1516 TRUE 0 None FALSE 21644 5xtc20megs64gmwzri54th69grpzrl4 877 Kaŋuq
173 FALSE 1448 1 2011-11-12 21:29:17 FALSE Luckas-bot 646 TRUE 0 None FALSE 24292 6k0rjncib424d2pnpnb2vj07li3703n 903 Kaŋuq
174 FALSE 1448 1 2011-11-14 22:15:18 FALSE EmausBot 1333 TRUE 0 None FALSE 24314 01pjh7hgjonjv46lsx0q25gjggtz7hq 895 Kaŋuq
175 FALSE 1448 1 2011-11-19 02:04:39 FALSE ChuispastonBot 1534 TRUE 0 None FALSE 24347 htdthk84ppx36vlhkvjnvzyns61smb7 913 Kaŋuq
176 FALSE 1448 2 2012-05-07 11:48:57 FALSE EmausBot 1333 TRUE 0 None FALSE 26428 1mtw6y3s6ylrawh17n7m7961osogbcq 961 Kaŋuq
177 FALSE 1448 1 2012-08-31 14:32:05 FALSE TjBot 1564 TRUE 0 None FALSE 28942 mvezdhf41jb1ds26hycownnk7sbcbit 976 Kaŋuq
178 FALSE 1448 2 2012-12-21 09:01:04 FALSE EmausBot 1333 TRUE 0 None FALSE 30770 kcfrpzud34qg1i4g4xef2dvupp5uv00 995 Kaŋuq
179 FALSE 1448 1 2013-02-18 12:08:34 FALSE MerlIwBot 1733 TRUE 0 None FALSE 31508 c5wpzkj18b53tybp84zixt1kbzqssu4 1021 Kaŋuq
180 FALSE 1448 1 2013-03-06 22:19:30 FALSE ZéroBot 1516 TRUE 0 None FALSE 31771 8sxmx5ub8786pdu01z9idg6pl3sau8q 1047 Kaŋuq
181 FALSE 1448 3 2013-03-10 09:35:23 FALSE Addbot 2838 TRUE 0 None FALSE 32564 bejh0up6uhschzkkmytbmie87gsqi92 256 Kaŋuq
182 TRUE 1448 1 2013-10-04 15:46:28 FALSE 206.219.153.56 FALSE 0 None FALSE 33146 pmtk935a0dst4vtvtits2hai8e9lkr3 119 Kaŋuq
183 FALSE 1448 1 2013-10-04 15:50:48 FALSE Tegel 1720 TRUE 0 None TRUE 33146 33159 bejh0up6uhschzkkmytbmie87gsqi92 256 Kaŋuq
184 FALSE 1448 1 2015-01-06 13:00:29 FALSE Наркоман Миха 3648 FALSE 0 None FALSE 33842 mqgayr3zk4fesa06r31fuxevcxdpo3w 122 Kaŋuq
185 FALSE 1448 1 2015-01-08 11:38:11 FALSE Hugo.arg 537 FALSE 0 None TRUE 33842 33843 bejh0up6uhschzkkmytbmie87gsqi92 256 Kaŋuq
186 FALSE 1449 1 2005-07-23 06:57:30 FALSE Tiontai~ikwiki 17 FALSE 0 None FALSE 4633 2o5zai3d4mbucpve4j3vhg5k8s3q24d 42 Iqsraġutilik
187 TRUE 1449 1 2005-09-09 09:16:40 FALSE 139.164.130.170 FALSE 0 None FALSE 4804 hxr9av99ootbsolmho7f0yng002iqqp 303 Iqsraġutilik
188 TRUE 1449 1 2006-04-17 10:10:25 FALSE 128.239.182.75 FALSE 0 None FALSE 5241 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Iqsraġutilik
189 FALSE 1449 1 2006-04-17 10:57:37 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5241 5252 hxr9av99ootbsolmho7f0yng002iqqp 303 Iqsraġutilik
190 FALSE 1449 3 2006-05-31 16:40:56 FALSE Zanimum 67 FALSE 0 None FALSE 5315 42lnq5hpz1nuyt3kqtxehn46h4hbjiz 380 Iqsraġutilik
191 TRUE 1449 1 2006-06-05 11:33:40 FALSE 85.12.65.1 FALSE 0 None FALSE 5332 9697tdcw32u53mlg18qu4xm11lo3oii 662 Iqsraġutilik
192 FALSE 1449 1 2006-06-24 22:20:45 FALSE Hersehigh 70 TRUE 0 None FALSE 5357 175q67i1w1ufa41xen4ls19oyup2k02 681 Iqsraġutilik
193 TRUE 1449 1 2006-06-25 12:13:57 FALSE 217.83.96.53 FALSE 0 None TRUE 5357 5366 9697tdcw32u53mlg18qu4xm11lo3oii 662 Iqsraġutilik
194 TRUE 1449 1 2007-01-01 14:33:03 FALSE 125.229.3.76 FALSE 0 None FALSE 5927 pi13zzk6kqkkl8leluohf45h4ndykfh 443 Iqsraġutilik
195 TRUE 1449 1 2007-01-04 09:27:49 FALSE 130.232.50.229 FALSE 0 None TRUE 5927 5951 9697tdcw32u53mlg18qu4xm11lo3oii 662 Iqsraġutilik
196 FALSE 1449 9 2007-04-17 18:44:38 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6455 jqxpmgdt38ry74byjs8ho58jqfe3kq5 662 Iqsraġutilik
197 FALSE 1449 1 2007-05-03 17:38:18 FALSE VolkovBot 102 TRUE 0 None FALSE 6499 fzd7kdw09s4d4rbgboxu5va9m4ffmk5 873 Iqsraġutilik
198 FALSE 1449 3 2007-08-24 19:44:16 FALSE Loveless 103 TRUE 0 None FALSE 6725 76cmvs4bok1k371cw44ph8mwn9n3rvv 928 Iqsraġutilik
199 FALSE 1449 1 2008-01-17 08:39:59 FALSE SieBot 121 TRUE 0 None FALSE 7178 p8yk85n6i99nbkqlm39ft6n2oz6hxip 948 Iqsraġutilik
200 FALSE 1449 1 2008-06-19 19:31:22 FALSE TXiKiBoT 187 TRUE 0 None FALSE 7779 kwb6az1szndkic1n1y8lnmf3zlfjebd 970 Iqsraġutilik
201 FALSE 1449 2 2008-10-31 09:06:11 FALSE SieBot 121 TRUE 0 None FALSE 8403 53xu5u8lektcw2qwvhbyx0m8dthnz7q 1014 Iqsraġutilik
202 FALSE 1449 1 2008-11-11 01:41:22 FALSE VolkovBot 102 TRUE 0 None FALSE 8472 39fqxtffolmfs9kthmrm286ucbyknee 1028 Iqsraġutilik
203 FALSE 1449 1 2009-01-21 19:17:53 FALSE JAnDbot 99 TRUE 0 None FALSE 8780 iqe45trkr25b9uja9xsg26lquxi8anx 1051 Iqsraġutilik
204 FALSE 1449 1 2009-06-11 19:41:52 FALSE Ptbotgourou 436 TRUE 0 None FALSE 9538 96rqrdxwz5z2hcpu2yzxkeqjy86j2n2 1073 Iqsraġutilik
205 FALSE 1449 1 2010-01-08 19:17:39 FALSE Barryland 286 TRUE 0 None FALSE 10612 47eaih654e4iogud4gxta1hvos5gf4k 1103 Iqsraġutilik
206 FALSE 1449 1 2010-01-09 01:41:15 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10635 letexz6d64z7l3ynxqmmil5zv61iysg 1103 Iqsraġutilik
207 FALSE 1449 1 2010-02-02 13:07:40 FALSE Daniil0299 1015 FALSE 0 None FALSE 10843 434ab5j2s8t8ncmabgiplcufvclep8e 1074 Iqsraġutilik
208 FALSE 1449 1 2010-05-29 18:34:40 FALSE Luckas-bot 646 TRUE 0 None FALSE 11582 qu3z925knaj25a233a5fk2q82f3lrqv 1094 Iqsraġutilik
209 FALSE 1449 1 2010-06-07 21:41:23 FALSE TXiKiBoT 187 TRUE 0 None FALSE 11612 m8in8sq89k5l0p63cmmp44ys8k6de4g 1115 Iqsraġutilik
210 FALSE 1449 4 2010-07-06 18:17:12 FALSE Kmoksy 1212 FALSE 0 None FALSE 11907 ag3538bku8iqun7oothasi9h0zofq9w 1165 Iqsraġutilik
211 FALSE 1449 1 2010-07-15 18:13:38 FALSE EmausBot 1333 TRUE 0 None FALSE 12679 ga49f59nyj7bqy77c0q95flx3xb0rjt 1188 Iqsraġutilik
212 TRUE 1449 1 2010-07-16 22:35:32 FALSE 204.112.246.41 FALSE 0 None FALSE 12734 r4lnvvucs0nkfdib72nridmctajcu7a 1303 Iqsraġutilik
213 FALSE 1449 4 2010-08-12 13:32:15 FALSE Kmoksy 1212 FALSE 0 None FALSE 13803 0bhmqcq5w5lujb5a6nwx0qwjr34den7 1015 Iqsraġutilik
214 FALSE 1449 1 2010-08-20 19:45:32 FALSE EmausBot 1333 TRUE 0 None FALSE 14061 gjy2eqlwvjjpcimllk2zy9y9qljvvm4 1033 Iqsraġutilik
215 FALSE 1449 1 2010-11-25 11:47:15 FALSE Luckas-bot 646 TRUE 0 None FALSE 15705 8wczmvdksjdx7hg47ovhbkzrkkj0q4b 1055 Iqsraġutilik
216 FALSE 1449 1 2011-03-17 12:30:08 FALSE Kmoksy 1212 FALSE 0 None FALSE 19662 1165h7rvp434jlgyn9y515dwq420p0w 1053 Iqsraġutilik
217 FALSE 1449 1 2011-04-07 20:29:41 FALSE Luckas-bot 646 TRUE 0 None FALSE 20054 ks4e2tii2u2rlvcjd4c0l69254hwnc6 1078 Iqsraġutilik
218 FALSE 1449 1 2011-11-08 13:35:13 FALSE Emperyan 1637 FALSE 0 None FALSE 24148 i6lu38sg1x5rget130sjam06ryycj6q 1358 Iqsraġutilik
219 FALSE 1449 1 2011-11-09 12:02:08 FALSE Kmoksy 1212 FALSE 0 None FALSE 24237 p8h0ym2n306f1nwyi6g6xs5acxq9n43 1091 Iqsraġutilik
220 FALSE 1449 1 2011-11-24 17:54:27 FALSE Luckas-bot 646 TRUE 0 None FALSE 24417 5tk8m734ww74ze3epyfzxutzi00f4ls 1108 Iqsraġutilik
221 FALSE 1449 2 2012-01-09 02:17:02 FALSE Luciferwildcat 2205 FALSE 0 None FALSE 24927 o79yjavf0rm9slipmscizel3769wsxr 1406 Iqsraġutilik
222 FALSE 1449 1 2012-01-30 02:52:54 FALSE Amqui 1337 TRUE 0 None FALSE 25101 toelbxk28w64ex5tp6p4iivsu0ds0r1 1389 Iqsraġutilik
223 FALSE 1449 1 2012-02-20 09:43:31 FALSE Luckas-bot 646 TRUE 0 None FALSE 25443 q5rtjnv12h9zficb2au1yngb1nhldji 1409 Iqsraġutilik
224 FALSE 1449 1 2012-04-23 02:41:22 FALSE EmausBot 1333 TRUE 0 None FALSE 26165 5pt779sia2hj07bc28i7glp0mrgmlv5 1424 Iqsraġutilik
225 FALSE 1449 1 2012-04-23 07:14:50 FALSE Xqbot 635 TRUE 0 None FALSE 26171 kst30h11hkx3g0psy7gs48s294f4hd5 1463 Iqsraġutilik
226 FALSE 1449 1 2012-05-02 15:34:02 FALSE RedBot 2100 TRUE 0 None FALSE 26353 5o7pl45ffretir41askovsmrzmwvy12 1483 Iqsraġutilik
227 FALSE 1449 1 2012-05-05 16:39:53 FALSE EmausBot 1333 TRUE 0 None FALSE 26403 muieqx52p78yqurr70vsxz2i2nxwk73 1508 Iqsraġutilik
228 FALSE 1449 1 2012-05-29 21:43:31 FALSE RedBot 2100 TRUE 0 None FALSE 26766 gn7lkgohzy9p0jb2kf50wyscmeyixic 1508 Iqsraġutilik
229 FALSE 1449 1 2012-07-30 02:07:09 FALSE Kmoksy 1212 FALSE 0 None FALSE 28531 sr5ejh4nh3tufu9pxnnq73mxh98yvcc 1227 Iqsraġutilik
230 FALSE 1449 1 2012-09-19 23:46:05 FALSE MerlIwBot 1733 TRUE 0 None FALSE 29139 got37vizjzgbzyhc5z1ti4wgxg9v7oy 1216 Iqsraġutilik
231 FALSE 1449 1 2012-10-12 08:06:20 FALSE EmausBot 1333 TRUE 0 None FALSE 29519 0uetxa1zrr3947h9ygy6rxzafm8uz9k 1216 Iqsraġutilik
232 FALSE 1449 1 2012-10-28 03:10:04 FALSE Makecat-bot 2644 TRUE 0 None FALSE 29806 01d1vzab4oh3t3nkwcx31d5vcj8sr0i 1240 Iqsraġutilik
233 FALSE 1449 3 2013-02-18 19:30:05 FALSE EmausBot 1333 TRUE 0 None FALSE 31520 rms4zm40wodymgpceai2a1ojpi7a6gy 1286 Iqsraġutilik
234 FALSE 1449 1 2013-03-05 12:45:33 FALSE JackieBot 1366 TRUE 0 None FALSE 31739 r7kejrehnveieur0bybi1msq0wzkpix 1308 Iqsraġutilik
235 FALSE 1449 3 2013-03-10 23:42:42 FALSE Addbot 2838 TRUE 0 None FALSE 32744 t7kxcmhu1vjbrlqnoh7rjk8nnzzgg45 242 Iqsraġutilik
236 TRUE 1449 3 2013-10-04 01:14:07 FALSE 96.48.192.66 FALSE 0 None FALSE 33137 h6vodhci5nnwouhc933nsj5mf77le8r 268 Iqsraġutilik
237 TRUE 1449 3 2013-10-08 02:13:26 FALSE 174.89.105.224 FALSE 0 None TRUE 33137 33166 t7kxcmhu1vjbrlqnoh7rjk8nnzzgg45 242 Iqsraġutilik
238 FALSE 1449 2 2017-02-02 02:37:30 FALSE Naulagmi 3374 FALSE 0 None FALSE 34734 sjayn7m4erokrmk8odw9ufsd12s6841 242 Iqsraġutilik
239 FALSE 1500 3 2005-09-16 07:58:20 FALSE Tiontai~ikwiki 17 TRUE 0 None FALSE 4811 r23x2aqntnefiuax7wcumq2axa1jlsp 154 Aġviġluaq
240 TRUE 1500 1 2006-04-17 10:09:44 FALSE 128.239.182.75 FALSE 0 None FALSE 5237 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Aġviġluaq
241 FALSE 1500 1 2006-04-17 10:57:39 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5237 5256 r23x2aqntnefiuax7wcumq2axa1jlsp 154 Aġviġluaq
242 FALSE 1500 3 2006-05-31 16:40:41 FALSE Zanimum 67 FALSE 0 None FALSE 5313 6a9ghj3ovfsrer902rrc7rmtldfqvu5 223 Aġviġluaq
243 FALSE 1500 3 2007-03-17 02:18:09 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6220 6a9ghj3ovfsrer902rrc7rmtldfqvu5 223 Aġviġluaq
244 FALSE 1500 1 2008-09-23 05:45:31 FALSE SieBot 121 TRUE 0 None FALSE 8249 r0rysmkdw3eesetrr4zqn5xp1jx2bkz 764 Aġviġluaq
245 FALSE 1500 1 2008-10-12 04:06:46 FALSE StormDaebak 453 TRUE 0 None FALSE 8324 t193cb48m87oi56kl04wsvqb449joue 780 Aġviġluaq
246 FALSE 1500 1 2008-10-25 02:22:59 FALSE SieBot 121 TRUE 0 None FALSE 8380 dgo040pky1c0ealyostyq8ou4sf5cq5 781 Aġviġluaq
247 FALSE 1500 1 2008-12-14 08:13:49 FALSE VolkovBot 102 TRUE 0 None FALSE 8626 k5tffa1chz6aru1tvz4c9ujbdpmsqba 803 Aġviġluaq
248 FALSE 1500 1 2009-04-15 18:49:02 FALSE MelancholieBot 184 TRUE 0 None FALSE 9312 7qliybq2yykruney7l9aqz4kbdedpkn 820 Aġviġluaq
249 FALSE 1500 1 2009-08-04 05:00:06 FALSE Xqbot 635 TRUE 0 None FALSE 9793 mrzjznf75g352puas0mcjtc6bozvkjd 856 Aġviġluaq
250 FALSE 1500 1 2009-10-23 08:17:43 FALSE MelancholieBot 184 TRUE 0 None FALSE 10178 5foy6qjnphqizxd0n0xs4ea0dq4wmxg 882 Aġviġluaq
251 FALSE 1500 1 2009-11-24 15:34:18 FALSE TXiKiBoT 187 TRUE 0 None FALSE 10298 rr3f3pm45l609qlnqpd9gh7lg3x2ymh 902 Aġviġluaq
252 FALSE 1500 1 2010-01-09 01:34:45 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10631 q4m6tni066imha5jme1sna8z9mvjzkb 902 Aġviġluaq
253 FALSE 1500 1 2010-01-09 19:49:39 FALSE Barryland 286 TRUE 0 None FALSE 10676 q4m6tni066imha5jme1sna8z9mvjzkb 902 Aġviġluaq
254 FALSE 1500 1 2010-01-12 17:15:24 FALSE TXiKiBoT 187 TRUE 0 None FALSE 10707 ph2sqf0mihw4tbulsafnme3h6evw59z 920 Aġviġluaq
255 FALSE 1500 1 2010-01-28 03:33:39 FALSE Xqbot 635 TRUE 0 None FALSE 10820 sl33w18xuzn1840r0otis5iqblsw76r 937 Aġviġluaq
256 FALSE 1500 1 2010-02-16 09:34:44 FALSE SieBot 121 TRUE 0 None FALSE 10940 d211ireboknp6pkoezchblvxhtowtir 937 Aġviġluaq
257 FALSE 1500 3 2010-07-11 17:05:43 FALSE Kmoksy 1212 FALSE 0 None FALSE 12450 rv45nxeloxszy0g0q5afkn7aj0paggt 1019 Aġviġluaq
258 FALSE 1500 1 2010-08-24 19:54:38 FALSE Xqbot 635 TRUE 0 None FALSE 14150 k842pt6clog1l776lvljyp6egi1kcw8 1035 Aġviġluaq
259 FALSE 1500 1 2010-11-27 05:05:54 FALSE EmausBot 1333 TRUE 0 None FALSE 15756 j4bxpduildm1oqn54pdu1vxkwkpk56g 1056 Aġviġluaq
260 FALSE 1500 1 2011-01-20 16:20:56 FALSE WikitanvirBot 1497 TRUE 0 None FALSE 18369 ggzberdo5j0sjiyea6k5fpgab75h3in 1081 Aġviġluaq
261 FALSE 1500 1 2011-02-16 03:12:07 FALSE EmausBot 1333 TRUE 0 None FALSE 19016 cvy33bofdrsxu8tvzsr6mh177rpma73 1099 Aġviġluaq
262 FALSE 1500 1 2011-02-19 22:59:41 FALSE Luckas-bot 646 TRUE 0 None FALSE 19199 brmhhgm471bup09j4mrd8hu58wsp6ks 1114 Aġviġluaq
263 FALSE 1500 1 2011-03-17 21:23:57 FALSE Kmoksy 1212 FALSE 0 None FALSE 19670 7kkk70p4vbvh5noj7cak62dfy681bbo 1112 Aġviġluaq
264 FALSE 1500 1 2012-01-25 14:18:15 FALSE ChuispastonBot 1534 TRUE 0 None FALSE 25048 13q120rumo7l6d84qmwo2ar16qbpvwl 1132 Aġviġluaq
265 FALSE 1500 1 2012-05-08 22:22:32 FALSE Luckas-bot 646 TRUE 0 None FALSE 26460 3wut5947xlfbc11tsaei3fisogdrth2 1152 Aġviġluaq
266 FALSE 1500 1 2012-10-31 23:21:52 FALSE ZéroBot 1516 TRUE 0 None FALSE 29880 bumnq5yt0q25ebwmqugkk0rsuyxnrs8 1181 Aġviġluaq
267 FALSE 1500 2 2013-02-16 22:59:08 FALSE MerlIwBot 1733 TRUE 0 None FALSE 31470 6qxy0pl79cui3zju2lybpfxzz4rgbhz 1228 Aġviġluaq
268 FALSE 1500 2 2013-03-08 13:23:53 FALSE Addbot 2838 TRUE 0 None FALSE 32414 h5u1ewlzu3c321hd2l13xv3d1zzvsfy 313 Aġviġluaq
269 TRUE 1500 1 2013-10-04 15:43:14 FALSE 206.219.153.56 FALSE 0 None FALSE 33141 bpsd96f25yijzpdrutywku1fh8fahx0 252 Aġviġluaq
270 FALSE 1500 1 2013-10-04 15:49:25 FALSE Tegel 1720 TRUE 0 None TRUE 33141 33155 h5u1ewlzu3c321hd2l13xv3d1zzvsfy 313 Aġviġluaq
271 FALSE 1500 1 2015-03-19 08:29:58 FALSE Cekli829 829 FALSE 0 None FALSE 34057 4nwoqa8cmr3x56ubaw1wzkgt0bmg7uh 296 Aġviġluaq
272 FALSE 1501 1 2005-09-16 07:52:51 FALSE Tiontai~ikwiki 17 TRUE 0 None FALSE 4809 ilqx1jnlsttxoxnrt6g9n9b1t3c2gfr 33 Aaġlu
273 TRUE 1501 1 2006-04-17 10:09:34 FALSE 128.239.182.75 FALSE 0 None FALSE 5236 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Aaġlu
274 FALSE 1501 1 2006-04-17 10:57:40 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5236 5257 ilqx1jnlsttxoxnrt6g9n9b1t3c2gfr 33 Aaġlu
275 FALSE 1501 4 2006-05-31 16:40:26 FALSE Zanimum 67 TRUE 0 None FALSE 5312 tgvy9n9l64m5tr4hnvjhimdib75en4z 522 Aaġlu
276 TRUE 1501 1 2006-12-02 22:29:57 FALSE 172.202.195.30 FALSE 0 None FALSE 5855 tdy96cbne4l45oxjxninm1qbj7oji91 528 Aaġlu
277 FALSE 1501 1 2006-12-05 17:04:32 FALSE Zanimum 67 TRUE 0 None TRUE 5855 5857 tgvy9n9l64m5tr4hnvjhimdib75en4z 522 Aaġlu
278 FALSE 1501 11 2007-04-17 18:50:09 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6459 5qjxt9mdqxc3s00kp8nbn7b1vtgfrw3 559 Aaġlu
279 TRUE 1501 1 2007-04-20 07:27:02 FALSE 69.246.33.14 FALSE 0 None FALSE 6468 0yap2aeqfq43kie9v4msa55z0rsopet 577 Aaġlu
280 FALSE 1501 1 2007-05-03 16:18:52 FALSE VolkovBot 102 TRUE 0 None FALSE 6489 hgjunecbhbp53358t0mgtiblvy0tkiz 737 Aaġlu
281 FALSE 1501 3 2007-07-26 15:14:34 FALSE Loveless 103 TRUE 0 None FALSE 6648 sgycpvyfewjpbmpq3x1t677rsiv0a47 772 Aaġlu
282 FALSE 1501 1 2007-09-02 12:57:44 FALSE SieBot 121 TRUE 0 None FALSE 6757 1h5mqorgd0d35w7q758y3o06gloq92k 784 Aaġlu
283 FALSE 1501 1 2007-09-13 20:29:08 FALSE PipepBot 125 TRUE 0 None FALSE 6778 hewx4n4w60z0phbii41ngdg29lv3k5e 802 Aaġlu
284 FALSE 1501 1 2007-10-31 16:52:15 FALSE AlleborgoBot 130 TRUE 0 None FALSE 6886 6p9rjz9ejxzfrsktlx3sfkx07g7cr0q 823 Aaġlu
285 FALSE 1501 1 2007-11-03 22:57:47 FALSE SieBot 121 TRUE 0 None FALSE 6894 gb1j73aya3z7us3js8esg5w91n9kddq 836 Aaġlu
286 FALSE 1501 1 2007-12-21 02:05:50 FALSE BotMultichill 124 TRUE 0 None FALSE 7115 1qp3ouqmixitw7gtmldklobk35hadfb 852 Aaġlu
287 FALSE 1501 1 2008-01-11 12:43:08 FALSE AlleborgoBot 130 TRUE 0 None FALSE 7154 6wqp9ym7m5g38l7vzug3j9bz2mj1c3k 902 Aaġlu
288 FALSE 1501 1 2008-03-25 05:28:59 FALSE Loveless 103 TRUE 0 None FALSE 7435 jdcpzbhq6u2are3uw9pztccnu6v48wq 917 Aaġlu
289 FALSE 1501 1 2008-05-18 02:05:15 FALSE SieBot 121 TRUE 0 None FALSE 7585 jbdhted3i7inuwnjx3d2zdvicfwiucn 932 Aaġlu
290 FALSE 1501 1 2008-07-15 13:27:05 FALSE JAnDbot 99 TRUE 0 None FALSE 7970 q65ygqzw9fkpjvyw0xh22na69plw09s 935 Aaġlu
291 FALSE 1501 1 2008-07-24 09:58:49 FALSE Loveless 103 TRUE 0 None FALSE 8038 kimr2606ytr1y1rk59wovd6l35sahoe 953 Aaġlu
292 FALSE 1501 1 2008-09-11 06:55:28 FALSE SieBot 121 TRUE 0 None FALSE 8146 1fpin3yb0wl2ixiphjiuxx6wy7mampl 965 Aaġlu
293 TRUE 1501 1 2008-09-29 14:43:29 FALSE 213.216.208.243 FALSE 0 None FALSE 8281 6pz5jugmkawqzdnn41i2gvqa1jd1cqc 1088 Aaġlu
294 FALSE 1501 1 2008-09-29 14:45:10 FALSE Drini 126 TRUE 0 None TRUE 8281 8284 1fpin3yb0wl2ixiphjiuxx6wy7mampl 965 Aaġlu
295 FALSE 1501 1 2008-10-15 09:34:49 FALSE Escarbot 135 TRUE 0 None FALSE 8339 bkl63uf4zx4wr28ouqzupxniel2pszy 982 Aaġlu
296 FALSE 1501 1 2009-01-19 11:58:57 FALSE JAnDbot 99 TRUE 0 None FALSE 8768 ilf0x4o65dnzdvcu338q4od74xlzl2l 990 Aaġlu
297 FALSE 1501 1 2009-02-06 08:37:15 FALSE ArthurBot 582 TRUE 0 None FALSE 8851 lyztqefbq9nds5nc11o3uhysnhioy4u 1009 Aaġlu
298 FALSE 1501 1 2009-02-22 16:46:53 FALSE VolkovBot 102 TRUE 0 None FALSE 8983 g831br153gac7l6i698s25yump4ds1d 1029 Aaġlu
299 FALSE 1501 2 2009-03-04 11:53:40 FALSE TXiKiBoT 187 TRUE 0 None FALSE 9119 pd6jl9epli3y8p14zkdszphnc3pxq54 1041 Aaġlu
300 FALSE 1501 1 2009-04-23 21:31:39 FALSE MelancholieBot 184 TRUE 0 None FALSE 9345 c1357timob68cja4pk5om8z9rkvetkj 1053 Aaġlu
301 FALSE 1501 1 2009-04-26 15:51:58 FALSE Ptbotgourou 436 TRUE 0 None FALSE 9355 0d9n1451p2tx88u658ljx7lawjphes9 1062 Aaġlu
302 FALSE 1501 1 2009-06-07 09:13:46 FALSE SilvonenBot 626 TRUE 0 None FALSE 9535 gkrxe2u3redcyp1ra8lpuxeoghm5wsu 1062 Aaġlu
303 FALSE 1501 1 2009-06-30 15:11:45 FALSE TXiKiBoT 187 TRUE 0 None FALSE 9658 apcuck0jzb1fkglmwaj9hyjpxeukj7p 1077 Aaġlu
304 FALSE 1501 1 2009-08-19 20:42:52 FALSE MelancholieBot 184 TRUE 0 None FALSE 9904 7168i4yqc0j5brg0pk3xu4r4vcuvbjg 1094 Aaġlu
305 FALSE 1501 1 2009-09-20 20:42:20 FALSE VolkovBot 102 TRUE 0 None FALSE 10025 sbx4tqj6hb2u801r92d3vh4kmsu7f3r 1130 Aaġlu
306 FALSE 1501 1 2009-09-21 20:36:30 FALSE MelancholieBot 184 TRUE 0 None FALSE 10027 8jnzq89y3v67z9u9bm0hbgryrrdyed0 1152 Aaġlu
307 FALSE 1501 1 2009-10-02 00:42:39 FALSE SieBot 121 TRUE 0 None FALSE 10069 srzwn6rmirw8ot8n40auhrb8679gk1o 1167 Aaġlu
308 FALSE 1501 1 2009-11-28 19:41:29 FALSE TXiKiBoT 187 TRUE 0 None FALSE 10376 4nshrriqt4v2oniaevptt3t0mc87osm 1186 Aaġlu
309 FALSE 1501 1 2010-01-08 22:09:11 FALSE VolkovBot 102 TRUE 0 None FALSE 10622 6mo4m08u9cozjal4i8ij6y0e6gw0ygp 1211 Aaġlu
310 FALSE 1501 1 2010-01-09 01:32:28 FALSE Jehane & Louli 1009 FALSE 0 None FALSE 10630 6lys5unf79urz8knm454yxfg6trp3zb 1215 Aaġlu
311 FALSE 1501 1 2010-01-29 15:49:32 FALSE VolkovBot 102 TRUE 0 None FALSE 10829 2w9mnhyq3yoa5r8ejsrj6jl9afkyhsf 1215 Aaġlu
312 FALSE 1501 1 2010-02-01 06:23:42 FALSE Alexbot 147 TRUE 0 None FALSE 10839 s1u6xg659359ahksiiuvkmvyzj4wnzx 1235 Aaġlu
313 TRUE 1501 1 2010-02-05 04:40:17 FALSE 75.100.81.66 FALSE 0 None FALSE 10880 rwpegyjm14zq6pmb4r2ltvpke4j5ulc 1327 Aaġlu
314 FALSE 1501 1 2010-02-06 13:15:27 FALSE Jehane & Louli 1009 FALSE 0 None TRUE 10880 10897 s1u6xg659359ahksiiuvkmvyzj4wnzx 1235 Aaġlu
315 FALSE 1501 1 2010-02-26 15:53:36 FALSE TXiKiBoT 187 TRUE 0 None FALSE 10965 m78h38xydqvr5rrtpy2195slr5v0x9c 1257 Aaġlu
316 FALSE 1501 5 2010-07-11 17:04:34 FALSE Kmoksy 1212 FALSE 0 None FALSE 12448 c7j3cyx2kachuo6ph7qc36mubrgfm7t 1348 Aaġlu
317 FALSE 1501 3 2010-09-02 01:02:07 FALSE Luckas-bot 646 TRUE 0 None FALSE 14245 colw2okgykcnmtz4lueb6943vfduqgx 1389 Aaġlu
318 FALSE 1501 1 2010-12-11 05:57:29 FALSE Xqbot 635 TRUE 0 None FALSE 16683 15n3l64yoclu9or7vp3yxb2cbgxrrma 1388 Aaġlu
319 FALSE 1501 1 2010-12-22 21:58:58 FALSE LaaknorBot 525 TRUE 0 None FALSE 17471 s3us3xmwdhcjnz2ir57uidjyzxm1r2j 1402 Aaġlu
320 FALSE 1501 1 2010-12-31 13:56:20 FALSE ZéroBot 1516 TRUE 0 None FALSE 17796 0x0sai84x8o1m2314zajhzjamnoljvh 1414 Aaġlu
321 FALSE 1501 2 2011-02-18 01:12:57 FALSE Xqbot 635 TRUE 0 None FALSE 19117 qh8yezidh3mz0zexrm4ek5cu3bcpcwq 1428 Aaġlu
322 FALSE 1501 1 2011-03-12 20:20:01 FALSE EmausBot 1333 TRUE 0 None FALSE 19565 jhhbx149rdws9z023gd5xfanajvg1e2 1449 Aaġlu
323 FALSE 1501 1 2011-03-30 23:38:40 FALSE KamikazeBot 878 TRUE 0 None FALSE 19881 igaef1ul39inxpb8a2v2hgyvpx5xb42 1469 Aaġlu
324 FALSE 1501 1 2011-04-02 22:16:19 FALSE WikitanvirBot 1497 TRUE 0 None TRUE 19881 19923 jhhbx149rdws9z023gd5xfanajvg1e2 1449 Aaġlu
325 FALSE 1501 1 2011-04-30 18:20:20 FALSE Movses-bot 1601 TRUE 0 None FALSE 20568 ixzoprpyromrdxt0x85vswx57i30ui8 1442 Aaġlu
326 FALSE 1501 1 2011-08-18 13:22:41 FALSE Luckas-bot 646 TRUE 0 None FALSE 22089 3odx8mt34k12t0p76w92ccjlik82wx8 1454 Aaġlu
327 FALSE 1501 1 2011-09-02 22:25:23 FALSE EmausBot 1333 TRUE 0 None FALSE 22560 clb0ldqa6n3wkear5tj2cq8la262gaa 1462 Aaġlu
328 FALSE 1501 1 2011-09-13 16:00:03 FALSE Luckas-bot 646 TRUE 0 None FALSE 22765 nicr7yjxjox61nx348zr3gp015pqyqo 1494 Aaġlu
329 FALSE 1501 1 2011-09-14 01:17:30 FALSE EmausBot 1333 TRUE 0 None FALSE 22767 cbg9c1hr2xoa43nnatmhlc4b0r7ta07 1474 Aaġlu
330 FALSE 1501 1 2011-10-02 11:22:35 FALSE ZéroBot 1516 TRUE 0 None FALSE 23003 3nfq0y1nnmf7tyvgg79efpsaz9pqgym 1490 Aaġlu
331 FALSE 1501 1 2011-10-18 14:54:00 FALSE HerculeBot 403 TRUE 0 None FALSE 23702 f9mw5xobdvzdyn6owx5bibrlbcc1gfc 1505 Aaġlu
332 FALSE 1501 1 2012-03-23 16:31:57 FALSE Luckas-bot 646 TRUE 0 None FALSE 25719 cwj0n187bx311jkgs0hsvn064xxw7qt 1531 Aaġlu
333 FALSE 1501 1 2012-09-05 01:12:39 FALSE EmausBot 1333 TRUE 0 None FALSE 28994 rs17f4cdaeg5kvi8fpcqxcdyoymj6ym 1546 Aaġlu
334 FALSE 1501 2 2013-02-16 22:12:40 FALSE MerlIwBot 1733 TRUE 0 None FALSE 31468 no1vqx4u03due8mr8ajj8qrpz72apy5 1559 Aaġlu
335 FALSE 1501 2 2013-03-08 13:24:03 FALSE Addbot 2838 TRUE 0 None FALSE 32415 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 Aaġlu
336 TRUE 1501 3 2013-10-04 15:42:18 FALSE 206.219.153.56 FALSE 0 None FALSE 33140 qybkcsc8eg1621uo87nr8yombvbq6oq 254 Aaġlu
337 FALSE 1501 1 2013-10-04 15:50:52 FALSE Tegel 1720 TRUE 0 None TRUE 33140 33160 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 Aaġlu
338 FALSE 1501 1 2015-01-06 12:56:08 FALSE Наркоман Миха 3648 FALSE 0 None FALSE 33837 emusfa9uwfjpiep5k08ksc7ji8bxvsh 290 Aaġlu
339 FALSE 1501 1 2015-01-08 11:39:22 FALSE Hugo.arg 537 FALSE 0 None TRUE 33837 33846 kyd3gf0dad22oo7rsi4lsviczrs6u0q 274 Aaġlu
340 TRUE 1502 1 2005-09-23 15:32:02 FALSE 61.248.79.240 FALSE 0 None FALSE 4813 o2adbnqwsq2p93s8flhbnw3mpj6fd0h 46 Iñupiatun
341 TRUE 1502 1 2005-10-13 09:32:21 FALSE 82.147.34.250 FALSE 0 None FALSE 4815 g52l0a677s14v5kv81nox2moyqcmwda 47 Iñupiatun
342 TRUE 1502 1 2005-12-30 02:31:30 FALSE 66.30.58.20 FALSE 0 None FALSE 5059 lirtxjft5jl1yq7tufrbz7vm4q7w6y4 72 Iñupiatun
343 TRUE 1502 1 2006-04-17 10:10:35 FALSE 128.239.182.75 FALSE 0 None FALSE 5242 gr7fzslnhjy83be0eb2ygi82wjcgain 25379 Iñupiatun
344 FALSE 1502 1 2006-04-17 10:57:37 FALSE Jon Harald Søby 58 TRUE 0 None TRUE 5242 5251 lirtxjft5jl1yq7tufrbz7vm4q7w6y4 72 Iñupiatun
345 FALSE 1502 1 2006-05-31 16:45:31 FALSE Zanimum 67 FALSE 0 None FALSE 5319 odh69gyxplx8x7uyj6cuezek7jb53hd 240 Iñupiatun
346 TRUE 1502 1 2006-06-05 11:30:05 FALSE 85.12.65.1 FALSE 0 None FALSE 5331 tktu2ef7se6zvip02uvrn1vj0w7z8nw 337 Iñupiatun
347 TRUE 1502 1 2006-07-02 12:14:43 FALSE 69.138.13.236 FALSE 0 None FALSE 5552 its5jrp7d5nzreba0hwbmja5phnvldt 468 Iñupiatun
348 TRUE 1502 6 2007-02-15 01:34:09 FALSE 72.68.230.164 FALSE 0 None FALSE 6037 b42itqeo5beiz4eb64lm5td5x9l7tir 586 Iñupiatun
349 FALSE 1502 1 2007-03-15 19:52:08 FALSE EnglishItalianoNihongoRusski 96 FALSE 0 None FALSE 6121 4d7rqk1t7q5nyqvu6ukog84km0sd8us 594 Iñupiatun
350 TRUE 1502 1 2007-03-21 22:14:53 FALSE 201.240.154.184 FALSE 0 None FALSE 6304 ndhrntufy7mie9129dhbqg2k9x87gk9 639 Iñupiatun
351 FALSE 1502 1 2007-05-03 16:17:06 FALSE VolkovBot 102 TRUE 0 None FALSE 6488 5e717j81kvm1czjczp6zj8ff3pfucu4 633 Iñupiatun
352 FALSE 1502 1 2007-10-13 09:11:55 FALSE BotMultichill 124 TRUE 0 None FALSE 6848 qoknkomq9fxbpo95uzcya1x92j2iijz 655 Iñupiatun
353 FALSE 1502 1 2008-03-04 01:06:15 FALSE PipepBot 125 TRUE 0 None FALSE 7372 lcamz2bfv0nxjsxrqzj8t2hts522qqp 688 Iñupiatun
354 TRUE 1502 1 2008-07-20 15:26:23 FALSE 122.35.120.44 FALSE 0 None FALSE 7996 hqil27mnw6lfc6ep96p0i44xpqojx1x 1465 Iñupiatun
355 FALSE 1502 1 2008-08-04 06:02:44 FALSE MelancholieBot 184 TRUE 0 None FALSE 8060 983cbunhsbftn6tj0agk0d8ckyh75c6 1480 Iñupiatun
356 TRUE 1502 1 2009-02-15 23:21:41 FALSE 137.229.57.171 FALSE 0 None FALSE 8950 eipjtu8mcnd3hp6zf0wbmz59xg8lxfs 1480 Iñupiatun
357 FALSE 1502 1 2009-02-19 01:54:26 FALSE Smretyerg 601 FALSE 0 None FALSE 8961 f2ksx9qusffr1vdn1qqv8itwmvk4dli 1480 Iñupiatun
358 TRUE 1502 2 2009-02-20 13:37:00 FALSE 79.72.211.232 FALSE 0 None FALSE 8974 9bdwzu858hveg74hdzq9nvsxtzzyc55 1480 Iñupiatun
359 FALSE 1502 1 2009-12-19 21:39:17 FALSE ArthurBot 582 TRUE 0 None FALSE 10478 bahv2cn0f2y1ax7m6idupyj7ea76nm3 1501 Iñupiatun
360 FALSE 1502 1 2009-12-31 11:42:32 FALSE SieBot 121 TRUE 0 None FALSE 10509 lu2p3le3e2q8r3qnagdrt1gnbrd0dsp 1483 Iñupiatun
361 FALSE 1502 2 2010-01-09 19:43:25 FALSE Barryland 286 TRUE 0 None FALSE 10670 pd12ye2xzymtxtlxz2ac9lw6glyav6g 1238 Iñupiatun
362 FALSE 1502 1 2010-01-16 16:00:07 FALSE D'ohBot 748 TRUE 0 None FALSE 10772 69zrx7cnc0kkbkes7cbmiwbanm36n9c 1260 Iñupiatun
363 FALSE 1502 1 2010-02-26 03:56:57 FALSE Rubinbot 634 TRUE 0 None FALSE 10961 e24igxqahkdff8hxxdfj8k5hitdkzkm 1279 Iñupiatun
364 FALSE 1502 1 2010-03-21 07:36:03 FALSE Luckas-bot 646 TRUE 0 None FALSE 11174 oyisqobnjyw7qo8gmd8yxnggmgxgv2c 1294 Iñupiatun
365 FALSE 1502 3 2010-05-18 07:13:24 FALSE Xqbot 635 TRUE 0 None FALSE 11535 ptpf980t0xz5ci0ilzezckmhd498p6k 1291 Iñupiatun
366 FALSE 1502 10 2010-07-18 00:52:42 FALSE Kmoksy 1212 FALSE 0 None FALSE 12788 8jwpeggc2sa1gyrtjaz2hr8wu6rf7r4 1754 Iñupiatun
367 FALSE 1502 1 2010-07-25 10:49:35 FALSE Xqbot 635 TRUE 0 None FALSE 13232 gcykj7a0al9dd38icqt0ct6lzuwzqm2 1781 Iñupiatun
368 FALSE 1502 2 2010-07-27 00:03:31 FALSE Kmoksy 1212 FALSE 0 None FALSE 13288 c0nixwfrqrs92uwdbzod853bnmxjv93 1806 Iñupiatun
369 FALSE 1502 1 2010-09-05 21:23:20 FALSE ArthurBot 582 TRUE 0 None FALSE 14271 6wlye0z5n6lwswf9ev9d8ttiyp0c1si 1821 Iñupiatun
370 FALSE 1502 3 2010-09-13 01:00:38 FALSE Kmoksy 1212 FALSE 0 None FALSE 14351 ks6t7zkupnw96qppv97ai07r1duza9j 3949 Iñupiatun
371 FALSE 1502 2 2010-11-06 13:16:13 FALSE Luckas-bot 646 TRUE 0 None FALSE 15156 4ap051nk3jkc1pe7fxd9bkb3lohjeus 4005 Iñupiatun
372 FALSE 1502 1 2010-11-08 22:05:12 FALSE TXiKiBoT 187 TRUE 0 None FALSE 15215 c6dcfgp29i7snxdzaq0v3bsv5r8udna 4005 Iñupiatun
373 FALSE 1502 7 2010-12-21 15:22:45 FALSE Kmoksy 1212 FALSE 0 None FALSE 17378 2shilu0pithw4p3mmh3b09unpwocdpk 4253 Iñupiatun
374 TRUE 1502 4 2010-12-23 18:30:40 FALSE 118.173.146.163 FALSE 0 None FALSE 17506 phoiac9h4m842xq45sp7s6u21eteeq1 0 Iñupiatun
375 FALSE 1502 1 2010-12-23 18:31:08 FALSE JenVan 1562 TRUE 0 None TRUE 17506 17507 2shilu0pithw4p3mmh3b09unpwocdpk 4253 Iñupiatun
376 FALSE 1502 1 2010-12-23 23:56:29 FALSE Kmoksy 1212 FALSE 0 None FALSE 17508 7y3d79o1f7zx3mfhwuooakfg4hkqtz2 4277 Iñupiatun
377 FALSE 1502 1 2010-12-30 21:08:34 FALSE WikitanvirBot 1497 TRUE 0 None FALSE 17783 612o9j4oqwcrgxwj7zpsnx1xi0nrm5t 4276 Iñupiatun
378 FALSE 1502 1 2011-01-01 14:30:15 FALSE VolkovBot 102 TRUE 0 None FALSE 17844 il3rlyaqh4c7imwyuol8akbbbtic3gn 4277 Iñupiatun
379 FALSE 1502 1 2011-05-01 12:03:57 FALSE KamikazeBot 878 TRUE 0 None FALSE 20577 j0pisxx86m7dne1zwzymdw0e60n107a 4284 Iñupiatun
380 FALSE 1502 1 2011-07-17 05:12:28 FALSE Xqbot 635 TRUE 0 None FALSE 21556 9ykukxd6p4ry54f4e4vd7ntcvqaphov 4305 Iñupiatun
381 FALSE 1502 1 2011-08-04 20:10:19 FALSE Luckas-bot 646 TRUE 0 None FALSE 21804 iudfzhruf977jqdjhap19hoe83634ze 4325 Iñupiatun
382 FALSE 1502 2 2011-08-21 22:17:12 FALSE EmausBot 1333 TRUE 0 None FALSE 22238 6sva5on9xdoaowv5xbtf8cegnog6m3p 4419 Iñupiatun
383 FALSE 1502 1 2011-09-05 11:17:43 FALSE ZéroBot 1516 TRUE 0 None FALSE 22613 r9g81eflogmnfv1m7x20jdt57xlsbcg 4441 Iñupiatun
384 FALSE 1502 1 2011-09-10 14:58:43 FALSE KamikazeBot 878 TRUE 0 None FALSE 22727 58dv210s7112l5i8lvrv7v2fzx5eq0f 4441 Iñupiatun
385 FALSE 1502 1 2012-02-04 05:53:34 FALSE EmausBot 1333 TRUE 0 None FALSE 25199 9rce74etosw94dxg8oallhsttm3zc4a 4464 Iñupiatun
386 FALSE 1502 1 2012-03-28 14:09:54 FALSE MerlIwBot 1733 TRUE 0 None FALSE 25807 mucq0mw3ktw8fdwe2z6xawmp84t62fr 4485 Iñupiatun
387 FALSE 1502 1 2012-08-02 06:05:03 FALSE Mathonius 1803 FALSE 0 None FALSE 28567 jm2a2oqap91gxqu27jf7dmyqlki8121 4303 Iñupiatun
388 FALSE 1502 1 2013-01-25 20:23:12 FALSE JackieBot 1366 TRUE 0 None FALSE 31246 6hl0b46sygnd30rk00ihngace49e5fb 4325 Iñupiatun
389 FALSE 1502 1 2013-03-07 16:33:53 FALSE Addbot 2838 TRUE 0 None FALSE 31782 pfzasbuwdgd3mdhywfknkxd2e8p9ogp 3661 Iñupiatun
390 TRUE 1502 1 2013-10-04 01:12:46 FALSE 96.48.192.66 FALSE 0 None FALSE 33134 e3x9j7nnypnuwew8kvvjmvgeas7cnf3 3649 Iñupiatun
391 FALSE 1502 1 2013-10-15 16:07:38 FALSE Glaisher 2971 TRUE 0 None TRUE 33134 33179 pfzasbuwdgd3mdhywfknkxd2e8p9ogp 3661 Iñupiatun
392 TRUE 1502 1 2014-10-26 06:00:38 FALSE 216.163.117.182 FALSE 0 None FALSE 33779 htj3mstxpsese1ti3owsd7qy1kcftoi 3664 Iñupiatun
393 FALSE 1502 3 2015-01-06 12:58:25 FALSE Наркоман Миха 3648 FALSE 0 None FALSE 33840 dbyg7aiz6bk76lsvryyd8rnajjhogny 3797 Iñupiatun
394 FALSE 1502 1 2015-01-08 11:39:02 FALSE Hugo.arg 537 FALSE 0 None TRUE 33840 33845 htj3mstxpsese1ti3owsd7qy1kcftoi 3664 Iñupiatun
395 FALSE 1502 2 2017-03-04 09:40:18 FALSE Naulagmi 3374 FALSE 0 None FALSE 34757 sidr7z3cp6wupfot6sopxcx2oocdzbe 3740 Iñupiatun
396 FALSE 1503 1 2005-09-27 02:33:24 FALSE Jvano~ikwiki 20 TRUE 2 None FALSE 4814 grgs1fjjiyedram4ittaj099bo7vghr 48 User:Jvano~ikwiki
397 FALSE 1503 1 2015-04-16 23:37:21 FALSE Maintenance script 3819 TRUE 2 None FALSE 34123 grgs1fjjiyedram4ittaj099bo7vghr 48 User:Jvano~ikwiki
398 TRUE 1505 1 2005-10-24 23:26:36 FALSE 211.34.185.4 FALSE 1 None FALSE 4818 kz7b9dbvy0zurfja2acggr54l4e0b12 194 Talk:Aimaaġvik
399 TRUE 1505 1 2005-10-26 03:43:58 FALSE 172.157.31.154 FALSE 1 None FALSE 4819 phoiac9h4m842xq45sp7s6u21eteeq1 0 Talk:Aimaaġvik
400 TRUE 1505 1 2005-11-03 04:26:59 FALSE 211.34.103.125 FALSE 1 None FALSE 4820 h26uvwhsig836894e5aqljiewivudtn 336 Talk:Aimaaġvik
401 FALSE 1505 1 2005-11-05 09:26:40 FALSE Korg 28 TRUE 1 None TRUE 4820 4823 phoiac9h4m842xq45sp7s6u21eteeq1 0 Talk:Aimaaġvik
402 TRUE 1505 3 2005-12-08 13:30:24 FALSE 213.6.210.38 FALSE 1 None FALSE 4990 62cwojp69ovl8nhf34g23uz72b9mf3q 307 Talk:Aimaaġvik
403 TRUE 1505 1 2005-12-14 02:23:39 FALSE 61.75.1.118 FALSE 1 None FALSE 4997 694579o0hs0dchx2tjrzqffwrgn3j05 1229 Talk:Aimaaġvik
404 FALSE 1505 1 2005-12-16 07:41:58 FALSE Korg 28 TRUE 1 None TRUE 4997 5003 62cwojp69ovl8nhf34g23uz72b9mf3q 307 Talk:Aimaaġvik
405 TRUE 1505 1 2005-12-18 11:39:26 FALSE 59.15.73.88 FALSE 1 None FALSE 5010 0eyx4crb328tjcwdgw1kfzzz1tfa44w 1403 Talk:Aimaaġvik
406 TRUE 1505 1 2005-12-18 22:46:21 FALSE 62.141.24.65 FALSE 1 None FALSE 5018 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
407 TRUE 1505 1 2005-12-29 17:18:49 FALSE 81.26.9.90 FALSE 1 None FALSE 5057 jl0xg7kmr6e4xqs2l1t0xo63z5i2zq7 819 Talk:Aimaaġvik
408 TRUE 1505 1 2005-12-29 22:33:55 FALSE 24.118.117.0 FALSE 1 None TRUE 5057,5018,5010,5003,4997,4990 5058 phoiac9h4m842xq45sp7s6u21eteeq1 0 Talk:Aimaaġvik
409 TRUE 1505 1 2006-01-04 14:10:29 FALSE 213.6.210.236 FALSE 1 None TRUE 5058,5057 5071 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
410 TRUE 1505 1 2006-01-06 00:11:44 FALSE 220.18.72.9 FALSE 1 None FALSE 5075 n8u1fadtt3x7ex1me0z1m924cmij9s1 1730 Talk:Aimaaġvik
411 FALSE 1505 1 2006-01-06 06:08:28 FALSE Korg 28 TRUE 1 None TRUE 5075 5087 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
412 TRUE 1505 1 2006-01-06 06:50:07 FALSE 219.168.42.101 FALSE 1 None FALSE 5091 m83jzpco9ncaqte34i3um9u1dqnoyoh 366 Talk:Aimaaġvik
413 FALSE 1505 1 2006-01-07 09:29:28 FALSE Hégésippe Cormier 31 TRUE 1 None TRUE 5091 5096 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
414 TRUE 1505 1 2006-01-16 08:46:35 FALSE 211.59.135.75 FALSE 1 None FALSE 5101 n8sam65vkx8g1a9wvrt8nyb85v0rgq3 1485 Talk:Aimaaġvik
415 FALSE 1505 1 2006-01-16 16:42:45 FALSE Hégésippe Cormier 31 TRUE 1 None TRUE 5101 5108 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
416 TRUE 1505 1 2006-01-17 22:37:54 FALSE 211.104.3.46 FALSE 1 None FALSE 5116 klczx7l7icwy1hidde8ul48w19jrrp8 1118 Talk:Aimaaġvik
417 FALSE 1505 1 2006-01-18 09:41:17 FALSE Hégésippe Cormier 31 TRUE 1 None TRUE 5116 5125 sj8opulcvxorluaaep5i170q4bl3p4g 306 Talk:Aimaaġvik
418 FALSE 1505 1 2006-06-02 19:46:48 FALSE Zanimum 67 FALSE 1 None FALSE 5325 7egs7wb3q7l5pm9644xkwp47r21v22p 525 Talk:Aimaaġvik
419 TRUE 1505 1 2006-06-06 09:03:01 FALSE 217.83.95.227 FALSE 1 None FALSE 5335 gvrddsqc4l6vddq7173ipuutcaj4moi 812 Talk:Aimaaġvik
420 FALSE 1505 2 2006-06-14 14:37:19 FALSE Zanimum 67 FALSE 1 None FALSE 5344 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 Talk:Aimaaġvik
421 TRUE 1505 1 2006-10-14 15:25:55 FALSE 83.171.153.215 FALSE 1 None TRUE 5344,5335,5325,5125,5116,5108,5101,5096,5091,5087,5075,5071 5694 phoiac9h4m842xq45sp7s6u21eteeq1 0 Talk:Aimaaġvik
422 FALSE 1505 1 2006-11-04 04:08:57 FALSE Az1568 84 TRUE 1 None TRUE 5694 5837 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 Talk:Aimaaġvik
423 TRUE 1505 1 2007-01-01 14:21:46 FALSE 125.229.3.76 FALSE 1 None FALSE 5914 0c52n2l9uh6ncayxern8jxuczhtxdd1 3215 Talk:Aimaaġvik
424 TRUE 1505 1 2007-02-13 13:57:15 FALSE 84.66.62.34 FALSE 1 None TRUE 5914 5981 tuhcjlth2fyxaqed089b2dd4on7krxc 1184 Talk:Aimaaġvik
425 TRUE 1505 6 2007-02-13 23:23:45 FALSE 72.68.230.164 FALSE 1 None FALSE 6009 0cxndkdk8prn2855cyedtt8f9cj13yp 1716 Talk:Aimaaġvik
426 FALSE 1505 1 2007-03-15 23:37:47 FALSE EnglishItalianoNihongoRusski 96 TRUE 1 None FALSE 6144 0cxndkdk8prn2855cyedtt8f9cj13yp 1716 Talk:Aimaaġvik
427 FALSE 1505 1 2007-03-28 20:08:11 FALSE Aberwak 100 FALSE 1 None FALSE 6343 dg7ly0l7o3nh6dpz74fnuo5ucq3ej6h 2340 Talk:Aimaaġvik
428 FALSE 1505 3 2007-04-09 15:41:51 FALSE EnglishItalianoNihongoRusski 96 TRUE 1 None FALSE 6391 98j6do0371a1f1shmzen2n1i9q1jjgk 2888 Talk:Aimaaġvik
429 FALSE 1505 1 2008-01-11 13:46:29 FALSE Trondtr 122 FALSE 1 None FALSE 7155 e1ct1cwvz7mi12v0hyb0zai4y8dlabp 4787 Talk:Aimaaġvik
430 TRUE 1505 1 2008-07-26 07:12:56 FALSE 124.190.244.83 FALSE 1 None FALSE 8044 qgj7dq0bv8hsb7ul0mbqxxibnh9qyzm 718 Talk:Aimaaġvik
431 FALSE 1505 1 2008-07-26 07:37:45 FALSE .anaconda 364 TRUE 1 None TRUE 8044 8046 e1ct1cwvz7mi12v0hyb0zai4y8dlabp 4787 Talk:Aimaaġvik
432 FALSE 1505 1 2009-03-10 00:40:44 FALSE Pathoschild 131 FALSE 1 None FALSE 9143 t59948x6rp4srop7vvm09cfk1xuy109 45 Talk:Aimaaġvik
433 FALSE 1505 2 2010-01-09 19:48:43 FALSE Barryland 286 TRUE 1 None FALSE 10674 ag8lfoh2cu2abt12ncm8us49lesw4bi 99 Talk:Aimaaġvik
434 FALSE 1505 1 2010-07-06 04:17:24 FALSE Kmoksy 1212 FALSE 1 None FALSE 11776 7gvr82bljfw9r2ivra1g2pd10r2cu9q 631 Talk:Aimaaġvik
435 FALSE 1505 2 2010-08-12 06:40:56 FALSE Seksen iki yüz kırk beş 1411 FALSE 1 None FALSE 13787 3g12ogc6o8trknyfersjvnqs3b3fpt8 819 Talk:Aimaaġvik
436 FALSE 1505 1 2010-10-18 00:08:32 FALSE Kmoksy 1212 FALSE 1 None FALSE 14820 no1xofl83q3e3ovqijc49cp9vn7clty 867 Talk:Aimaaġvik
437 FALSE 1505 1 2011-03-20 22:00:47 FALSE Muhtac 1741 FALSE 1 None FALSE 19717 5w7m9mj2qv36idd5ono4fpfx3a8ry30 1205 Talk:Aimaaġvik
438 FALSE 1505 3 2017-03-23 23:12:18 FALSE Naulagmi 3374 TRUE 1 None FALSE 34823 m076pkndfpsuvdj8kvftvgo1ndwxa1f 1497 Talk:Aimaaġvik
439 FALSE 1506 5 2005-12-16 08:29:46 FALSE Korg 28 FALSE 2 None FALSE 5007 1lejak38bdzc4j1v3fku0azfz8vgcpp 229 User:Korg
440 FALSE 1507 2 2005-11-28 01:33:34 FALSE Korg 28 FALSE 2 None FALSE 4828 n8hhtsk76wwmtu5gwd8q1lgdriwlgv3 142 User:Korg/monobook.js
441 FALSE 1509 1 2005-11-13 16:33:23 FALSE Incelemeelemani 29 FALSE 2 None FALSE 4826 jf5iot5l2sk42kchekjpafamdjdvyt7 2123 User:Incelemeelemani
442 FALSE 1509 1 2015-03-15 10:54:47 FALSE İncelemeelemani 3759 FALSE 2 None FALSE 33971 4rqsoudr2pb9f9me8yg9mwewbeha5cr 2079 User:Incelemeelemani
443 FALSE 1510 1 2005-11-29 06:34:17 FALSE Taichi 35 FALSE 2 None FALSE 4829 8kehfhp6ey7azjhch9art67r4oxbe6m 162 User:Taichi
444 FALSE 1510 1 2010-07-20 20:58:37 FALSE Kmoksy 1212 FALSE 2 None FALSE 12856 jbf5s63l51rka31ybmrf176bh6cngy6 160 User:Taichi
445 FALSE 1510 1 2011-01-01 13:35:28 FALSE CarsracBot 1271 TRUE 2 None FALSE 17839 8qwyc6vnnkrbxdppj9rg2bnsfw2a8i2 4085 User:Taichi
446 FALSE 1568 1 2005-12-11 09:02:03 FALSE Zigger 41 FALSE 2 None FALSE 4992 j0twn3lvsynod7vuwq5l72ae1ai4abg 18 User:Zigger
447 FALSE 1569 1 2005-12-11 09:02:12 FALSE Zigger 41 FALSE 3 None FALSE 4993 j0twn3lvsynod7vuwq5l72ae1ai4abg 18 User talk:Zigger
448 TRUE 1574 1 2005-12-18 11:39:56 FALSE 211.211.244.254 FALSE 2 None FALSE 5013 73s522vbekhz1xgrw23j57c1sfmlqf1 1096 User:Piolinfax
449 TRUE 1574 1 2005-12-18 22:45:17 FALSE 62.141.24.65 FALSE 2 None FALSE 5015 phoiac9h4m842xq45sp7s6u21eteeq1 0 User:Piolinfax
450 TRUE 1574 1 2006-01-06 00:12:15 FALSE 61.40.107.187 FALSE 2 None FALSE 5079 1uis1wuef8yfnomg4jjz7fxrdpdrf8n 1424 User:Piolinfax
451 FALSE 1574 1 2006-01-06 06:08:16 FALSE Korg 28 TRUE 2 None TRUE 5079 5086 phoiac9h4m842xq45sp7s6u21eteeq1 0 User:Piolinfax
452 TRUE 1574 1 2006-01-06 06:50:05 FALSE 219.35.6.87 FALSE 2 None FALSE 5090 qong8k874girva6hzpe36q98wqyndh0 60 User:Piolinfax
453 FALSE 1574 1 2006-01-07 09:29:18 FALSE Hégésippe Cormier 31 TRUE 2 None TRUE 5090 5095 phoiac9h4m842xq45sp7s6u21eteeq1 0 User:Piolinfax
454 TRUE 1574 1 2006-01-16 08:47:01 FALSE 211.53.142.13 FALSE 2 None FALSE 5105 caldyfmy32qrdhycnw21nqhdvdjqx3p 1179 User:Piolinfax
455 FALSE 1574 1 2006-01-16 16:42:09 FALSE Hégésippe Cormier 31 TRUE 2 None TRUE 5105 5106 phoiac9h4m842xq45sp7s6u21eteeq1 0 User:Piolinfax
456 TRUE 1574 1 2006-01-17 22:38:02 FALSE 200.25.144.38 FALSE 2 None FALSE 5117 edui1i95wv4ve9x53zzsuw7xiikpx3c 812 User:Piolinfax
457 FALSE 1574 1 2006-01-18 09:41:27 FALSE Hégésippe Cormier 31 TRUE 2 None TRUE 5117 5126 phoiac9h4m842xq45sp7s6u21eteeq1 0 User:Piolinfax
458 FALSE 1590 2 2015-09-21 02:30:03 FALSE Gangleri 45 FALSE 3 None FALSE 34303 qx2czh7z1suvx0mi1aj3qlm875wcewc 12101 User talk:Gangleri
459 FALSE 1591 1 2006-01-04 08:02:53 FALSE Gangleri 45 TRUE 2 None FALSE 5070 irvn2b8j8ubddrvj9bnsx2dqt39zf8j 844 User:Gangleri
460 FALSE 1592 1 2006-01-17 20:12:45 FALSE Interwiki de~ikwiki 49 FALSE 2 None FALSE 5112 4xvy1x63knvn77mw89pjw96bu5lci8k 55 User:Interwiki de~ikwiki
461 FALSE 1592 1 2015-04-16 23:37:18 FALSE Maintenance script 3819 TRUE 2 None FALSE 34110 4xvy1x63knvn77mw89pjw96bu5lci8k 55 User:Interwiki de~ikwiki
462 FALSE 1593 2 2012-12-02 09:58:48 FALSE Koavf 52 FALSE 2 None FALSE 30562 957ehhzlmuq6csi9tufrh1mj50vm1k7 89 User:Koavf
463 FALSE 1652 2 2006-03-31 20:16:52 FALSE Jon Harald Søby 58 TRUE 2 None FALSE 5230 4phxqzpulvpxne911mzzv07fsfrg2lr 6663 User:Jon Harald Søby
464 FALSE 1652 1 2008-06-01 07:17:08 FALSE Zorrobot 251 TRUE 2 None FALSE 7659 inmsp45gm3ypye8ddpb0jdp3s955tun 7941 User:Jon Harald Søby
465 FALSE 1652 2 2010-06-22 02:49:46 FALSE Pathoschild 131 TRUE 2 None FALSE 11699 16xrf4y2staje21dc33nyigtg1a5ndu 175 User:Jon Harald Søby
466 FALSE 1652 2 2011-07-12 22:58:07 FALSE JhsBot 1273 TRUE 2 None FALSE 21510 hy32b1eu3enbarxofzgp8uffm0vlwmn 8551 User:Jon Harald Søby
467 FALSE 1652 1 2011-08-03 10:24:47 FALSE Zorrobot 251 TRUE 2 None FALSE 21783 00qk1l1vd7br4adyc2v2a4l8s8i0goj 8581 User:Jon Harald Søby
468 FALSE 1652 4 2012-03-28 16:22:20 FALSE JhsBot 1273 TRUE 2 None FALSE 25811 lqpgeqxslpn9crl9mkmc04i4y9ldgik 8651 User:Jon Harald Søby
469 FALSE 1653 1 2006-04-14 23:58:15 FALSE Dcljr 59 FALSE 3 None FALSE 5231 dl2wq75cothaznr4rezydkuwnap6jnz 88 User talk:Dcljr
470 FALSE 1654 6 2015-02-04 19:42:34 FALSE Dcljr 59 FALSE 2 None FALSE 33888 925syxnuul04iqaur644iau5lyayed4 520 User:Dcljr
471 FALSE 1655 1 2006-04-18 09:01:53 FALSE Proofreader 60 FALSE 2 None FALSE 5261 eq3wkx8fo7i2nkteyqzkmvb6pzi59pt 291 User:Proofreader
472 FALSE 1656 1 2006-04-18 09:08:50 FALSE Proofreader 60 FALSE 1 None FALSE 5262 j8mw7a3ln4tphl2446bq32g9anfxat9 313 Talk:Aġviġluaq
473 FALSE 1656 1 2010-01-09 19:49:39 FALSE Barryland 286 TRUE 1 None FALSE 10678 j8mw7a3ln4tphl2446bq32g9anfxat9 313 Talk:Aġviġluaq
474 FALSE 1658 2 2006-12-04 14:47:14 FALSE Johannes Rohr 65 FALSE 2 None FALSE 5856 phflgu2w4krqg6viv4yrl4rn9czjulo 214 User:Johannes Rohr
475 TRUE 1660 1 2006-05-09 14:40:19 FALSE 82.83.242.229 FALSE 1 None FALSE 5272 pm90gnqp1a3ig4w0xk1e19w3r43qsgj 1134 Talk:Zergeisterung
476 FALSE 1660 1 2006-05-16 15:10:35 FALSE Ahoerstemeier 66 FALSE 1 None FALSE 5275 3usez1m7jishsk3xutbooqlj9xcv1qy 126 Talk:Zergeisterung
477 FALSE 1661 1 2006-05-16 20:13:26 FALSE Johannes Rohr 65 FALSE 10 None FALSE 5276 aa3pkfu1ajume8zc7xg0yhxq0kwg6hi 485 Template:Piiġaa
478 TRUE 1661 1 2006-06-07 01:31:04 FALSE 138.89.27.154 FALSE 10 None FALSE 5338 r775p5n0vzjj2yxj1ebx4qlwjzteoib 512 Template:Piiġaa
479 TRUE 1661 1 2007-01-01 15:05:43 FALSE 125.229.3.76 FALSE 10 None FALSE 5946 qveyld4fvxxg9l50odb48fu49bz18yu 18 Template:Piiġaa
480 TRUE 1661 1 2007-01-03 05:41:55 FALSE 61.219.23.178 FALSE 10 None TRUE 5946 5949 r775p5n0vzjj2yxj1ebx4qlwjzteoib 512 Template:Piiġaa
481 FALSE 1661 2 2010-01-15 14:58:31 FALSE Barryland 286 TRUE 10 None FALSE 10767 2y5zqjokv7xdb2mr777helppc9xqkqu 528 Template:Piiġaa
482 FALSE 1661 1 2010-05-14 18:16:01 FALSE Seb az86556 835 TRUE 10 None FALSE 11508 t6e13stn84dtwwpo6dr5dnl99yw6tfk 550 Template:Piiġaa
483 FALSE 1661 1 2010-12-18 08:51:57 FALSE Kmoksy 1212 FALSE 10 None FALSE 17102 6mxj7fvvunkkf16slnyd8hz9dl64645 574 Template:Piiġaa
484 FALSE 1661 1 2013-03-01 10:07:46 FALSE JAnDbot 99 TRUE 10 None FALSE 31655 be9y48zsbajcic3xymfz889all2sp9d 6877 Template:Piiġaa
485 FALSE 1661 1 2013-04-14 22:25:46 FALSE Addbot 2838 TRUE 10 None FALSE 32966 9wb0pmjavnojw8z5eaak3sy8kc9f1lk 644 Template:Piiġaa
486 FALSE 1661 1 2013-05-14 11:48:59 FALSE Iketsi 1581 FALSE 10 None FALSE 33012 bujirr2ujo8ks1qj3d6f2azvttoa138 598 Template:Piiġaa
487 FALSE 1661 1 2017-01-17 15:51:04 FALSE Wolverène 3347 TRUE 10 None FALSE 34713 1gi82t478tse1l62t8vvmsj1ev1hddf 596 Template:Piiġaa
488 FALSE 1663 1 2006-05-31 16:21:08 FALSE Zanimum 67 TRUE 10 None FALSE 5286 cxfsbjml0607rl5ecexdd6sb7jl1vuu 1214 Template:Commons
489 FALSE 1663 1 2009-12-15 09:48:46 FALSE JAnDbot 99 TRUE 10 None FALSE 10470 7sp36d57vvfble3vr718p44z8r72a4b 2191 Template:Commons
490 FALSE 1663 1 2010-01-27 20:15:30 FALSE Obersachsebot 784 TRUE 10 None FALSE 10819 rj6tthv16pbqbw1g5nw22ntvu68063w 2190 Template:Commons
491 FALSE 1663 1 2010-11-23 22:46:43 FALSE Luckas-bot 646 TRUE 10 None FALSE 15604 1xihihn24tzj8kzfk76xy89qk8zdj25 2215 Template:Commons
492 FALSE 1663 1 2011-02-26 17:53:42 FALSE TXiKiBoT 187 TRUE 10 None FALSE 19272 q3xh8rsqp94i6ih6kgwcejg304tbw5e 2212 Template:Commons
493 FALSE 1663 1 2012-05-21 12:33:17 FALSE JAnDbot 99 TRUE 10 None FALSE 26677 35cl06opzyeh7t7rq333sczqvxitbhp 2232 Template:Commons
494 FALSE 1663 1 2012-07-15 12:43:09 FALSE Gerakibot 1014 TRUE 10 None FALSE 28268 0ub8t61dnzj23istyjcud7t5rq5lwvz 2232 Template:Commons
495 FALSE 1663 1 2013-03-07 16:34:04 FALSE Addbot 2838 TRUE 10 None FALSE 31783 ab05tn8fampnobdsr0tvdel45zy2mvt 493 Template:Commons
496 FALSE 1663 1 2013-03-10 22:17:37 FALSE Delusion23 2855 FALSE 10 None FALSE 32708 bacj7f7luh69unxcey0dn5g8saby2f2 357 Template:Commons
497 FALSE 1664 1 2006-05-31 16:33:02 FALSE Zanimum 67 FALSE 10 None FALSE 5300 trxwbve6bpt3269xzl2lde4bg4h0egu 158 Template:New
498 TRUE 1664 1 2007-01-01 14:47:16 FALSE 125.229.3.76 FALSE 10 None FALSE 5936 c729pgs8qf16669x43rfu19gcd4tr3h 167 Template:New
499 FALSE 1664 1 2007-03-16 19:05:12 FALSE Zanimum 67 FALSE 10 None FALSE 6162 bysxxtjunkv5376n5l0vp27kyly7yub 143 Template:New
500 TRUE 1664 1 2007-05-03 08:04:31 FALSE 67.15.183.12 FALSE 10 None FALSE 6487 fnb3mg68yv4s8vyt6i8xqobtk66rpup 165 Template:New
501 FALSE 1664 1 2010-02-06 13:25:09 FALSE Jehane & Louli 1009 FALSE 10 None FALSE 10898 7e62xqzhj34iel5ibzr52er8hk9wwoj 165 Template:New
502 FALSE 1665 2 2006-05-31 16:35:03 FALSE Zanimum 67 FALSE 10 None FALSE 5303 66zs6c09cn11m4508knanaxo4dsvkmk 3962 Template:Wikipedialang
503 FALSE 1665 2 2007-06-28 02:15:27 FALSE Manu~ikwiki 107 FALSE 10 None FALSE 6607 dks8zi95d699yyqaouzn2mn4ug8867n 3996 Template:Wikipedialang
504 FALSE 1665 1 2007-08-19 12:11:18 FALSE Jorunn 115 FALSE 10 None FALSE 6695 o2reor4lkwdl0r7wvy9ja1d8qxg28n0 3999 Template:Wikipedialang
505 TRUE 1665 1 2008-02-04 16:30:46 FALSE 85.59.110.215 FALSE 10 None FALSE 7237 s741hykb7j92wxj99h8kog6dvh7s8si 3999 Template:Wikipedialang
506 FALSE 1665 2 2014-11-08 08:32:21 FALSE Naulagmi 3374 FALSE 10 None FALSE 33796 jqaoualw7e67chbjar037h1z9u96otg 3980 Template:Wikipedialang
507 FALSE 1666 2 2006-05-31 16:37:15 FALSE Zanimum 67 TRUE 10 None FALSE 5307 6f476or6rewsingasmywkn3v8sbdg2x 350 Template:Main Page banner
508 FALSE 1667 2 2006-05-31 16:48:02 FALSE Zanimum 67 FALSE 2 None FALSE 5321 owik3khf3t8id0az781orzjawz6mnsw 40 User:Zanimum
509 FALSE 1668 2 2006-05-31 16:48:42 FALSE Zanimum 67 FALSE 3 None FALSE 5323 ebh70k36w5b7a3a4b757j65vxodpk4n 50 User talk:Zanimum
510 FALSE 1668 1 2006-06-03 09:00:31 FALSE Jon Harald Søby 58 FALSE 3 None FALSE 5329 ablfek6punwkrfvaci44anps3qujap1 214 User talk:Zanimum
511 FALSE 1668 1 2006-06-08 11:15:44 FALSE Korg 28 FALSE 3 None FALSE 5340 owgg9w8bjjac7e1q9m5jfs5q14nqjg8 319 User talk:Zanimum
512 FALSE 1668 2 2006-06-14 14:34:08 FALSE Zanimum 67 FALSE 3 None FALSE 5342 tjurxdqrptpa7n3ijt04ddkdlvyf790 1030 User talk:Zanimum
513 FALSE 1668 1 2006-06-19 01:51:20 FALSE Korg 28 FALSE 3 None FALSE 5349 2hjvz4afxv83fgo069alzr470uqex71 1366 User talk:Zanimum
514 FALSE 1668 2 2006-06-19 17:46:18 FALSE Zanimum 67 TRUE 3 None FALSE 5351 jv402utk9rsps9mstnwwhtmjyeo5o37 1751 User talk:Zanimum
515 FALSE 1668 1 2006-06-25 12:18:12 FALSE Johannes Rohr 65 FALSE 3 None FALSE 5367 9ii5zm71amw1jqihx0dfghtxcntvglo 1978 User talk:Zanimum
516 FALSE 1668 1 2006-07-05 01:17:10 FALSE Aeæ~ikwiki 71 FALSE 3 None FALSE 5558 gc8g7at5gi0w2ix8rwb8z9hgk28nyk2 2214 User talk:Zanimum
517 FALSE 1668 1 2006-07-07 19:06:22 FALSE Zanimum 67 FALSE 3 None FALSE 5561 5zfl7uvctai04us3h8551lu5zr1dziv 2364 User talk:Zanimum
518 FALSE 1668 1 2006-09-16 03:35:09 FALSE Gaudio 76 FALSE 3 None FALSE 5668 1pwyqhutahtxvqq801lfibazppcsfho 2491 User talk:Zanimum
519 FALSE 1668 1 2006-10-14 14:05:06 FALSE Pill 81 TRUE 3 None FALSE 5684 jg9810dxdzdvf9nvztnoeh934z5o18h 2678 User talk:Zanimum
520 TRUE 1668 1 2006-10-17 08:42:35 FALSE 217.94.28.80 FALSE 3 None FALSE 5750 a5inmw8u5tunypjo2qv3uh8pfjh37xb 3000 User talk:Zanimum
521 TRUE 1668 1 2007-03-30 22:49:19 FALSE 201.17.213.229 FALSE 3 None FALSE 6347 n6f41erwu27z9gew1x7xu8qabvfv91o 3249 User talk:Zanimum
522 FALSE 1668 1 2007-03-31 04:13:20 FALSE ReyBrujo 98 FALSE 3 None FALSE 6348 kmqnbsrprf1vee4ond4rdokxny7oswi 3355 User talk:Zanimum
523 FALSE 1668 1 2012-06-08 05:53:15 FALSE Rymchonak 2457 FALSE 3 None FALSE 26886 j0408tuhqmssj0qgjf8vlspn1nleywr 3756 User talk:Zanimum
524 FALSE 1668 1 2012-06-16 09:02:30 FALSE Tadiranscopus 2254 FALSE 3 None FALSE 27170 arh5bcrjko0v8v3x7raj6t9e7v0ceve 3982 User talk:Zanimum
525 FALSE 1668 1 2014-08-09 01:01:02 FALSE Naulagmi 3374 FALSE 3 None FALSE 33664 7sroim11fcxi3a5zb18fn2sbi7bgzby 4207 User talk:Zanimum
526 FALSE 1668 1 2015-01-31 18:30:13 FALSE Rschen7754 2752 FALSE 3 None FALSE 33883 g2ij7wx9xqskcm8itkpnli5qczqkrmw 5840 User talk:Zanimum
527 FALSE 1669 1 2006-06-02 19:43:04 FALSE Zanimum 67 FALSE 3 None FALSE 5324 pc2bxvesvssfflvv3s7arubmk01f8uc 131 User talk:Nickshanks
528 FALSE 1669 1 2006-06-04 16:07:52 FALSE Nickshanks 68 TRUE 3 None FALSE 5330 b8bixm0fq0kswula1xzc03qhs64ihfl 394 User talk:Nickshanks
529 FALSE 1669 1 2006-06-14 14:39:56 FALSE Zanimum 67 FALSE 3 None FALSE 5346 5aktswh3a6ln82v9mrahsss1hsg2rvp 628 User talk:Nickshanks
530 FALSE 1672 1 2006-06-14 14:38:27 FALSE Zanimum 67 FALSE 3 None FALSE 5345 r5wwgs9u3cxp4fwa8e41ej5eqcizk98 242 User talk:85.12.65.1

View File

@@ -1,6 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 10 2
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE "None,None,None" None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
3 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
4 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 10 2
5 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
6 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE None,None,None None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,192 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
FALSE 1 1 2004-11-11 23:33:14 FALSE "Jasonr" 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 "File:Wiki.png" 0 0 0 0
FALSE 3 1 2004-11-11 23:33:14 FALSE "Jasonr" 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 "File:Search logo.png" 0 0 0 0
FALSE 6 3 2005-07-29 18:37:42 FALSE "Purplefeltangel" 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About" 400 80 0 6
TRUE 6 1 2006-01-15 14:50:13 FALSE "85.255.113.157" FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 "Sailor Moon Wiki:About" 0 735 0 6
FALSE 6 1 2006-01-15 20:40:52 FALSE "Angela" 2 TRUE 4 TRUE "266" 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About" 0 0 0 5
TRUE 6 1 2006-01-16 04:00:17 FALSE "85.255.113.158" FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 "Sailor Moon Wiki:About" 741 741 0 4
TRUE 6 1 2006-01-16 07:20:23 FALSE "85.255.113.154" FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 "Sailor Moon Wiki:About" 0 797 0 3
FALSE 6 1 2006-01-19 19:14:50 FALSE "Spam cleanup script" 13134 FALSE 4 TRUE "279,273" 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About" 0 0 0 2
FALSE 6 1 2006-08-01 11:21:41 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:About" 0 3 80 1
FALSE 6 1 2006-08-04 16:56:16 FALSE "Splarka" 8245 TRUE 4 TRUE "2273" 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 "Sailor Moon Wiki:About" 0 0 0 0
FALSE 7 8 2005-09-12 21:29:28 FALSE "Purplefeltangel" 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies" 8445 1692 0 6
TRUE 7 1 2006-01-15 14:49:34 FALSE "85.255.114.134" FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 "Sailor Moon Wiki:Policies" 726 726 0 5
TRUE 7 1 2006-01-15 18:55:09 FALSE "85.255.113.154" FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 "Sailor Moon Wiki:Policies" 0 799 0 4
FALSE 7 1 2006-01-15 20:41:05 FALSE "Angela" 2 FALSE 4 TRUE "270,265" 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies" 0 0 0 3
FALSE 7 1 2006-08-01 11:21:51 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:Policies" 0 3 1692 2
FALSE 7 1 2006-08-04 16:56:14 FALSE "Splarka" 8245 TRUE 4 TRUE "2276" 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 "Sailor Moon Wiki:Policies" 0 0 0 1
FALSE 7 3 2009-12-18 00:28:57 FALSE "Thisismyusername" 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 "Sailor Moon Wiki:Policies" 0 183 103 0
FALSE 8 1 2005-07-16 22:10:09 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 "Category:About Sailor Moon Wiki" 0 14 0 0
FALSE 9 3 2005-07-16 22:48:26 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 "Template:Charastub" 71 72 0 1
FALSE 9 1 2009-11-22 05:46:05 FALSE "Thisismyusername" 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 "Template:Charastub" 0 1 1 0
FALSE 10 9 2005-07-30 00:02:20 FALSE "Purplefeltangel" 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 "Sailor Moon Wiki:List of all templates" 186 105 0 4
FALSE 10 4 2006-04-16 04:49:39 FALSE "Malkin" 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 "Sailor Moon Wiki:List of all templates" 394 187 54 3
FALSE 10 1 2006-08-01 11:22:00 FALSE "Jimbo Wæles" 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Sailor Moon Wiki:List of all templates" 0 1 236 2
FALSE 10 1 2006-08-04 16:56:12 FALSE "Splarka" 8245 TRUE 4 TRUE "2279" 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 "Sailor Moon Wiki:List of all templates" 0 0 0 1
FALSE 10 1 2009-11-22 01:17:15 FALSE "Thisismyusername" 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 "Sailor Moon Wiki:List of all templates" 0 13 0 0
FALSE 11 1 2005-07-16 22:47:55 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 "Category:Character stubs" 18 18 0 1
FALSE 11 2 2005-11-04 23:40:45 FALSE "Malkin" 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 "Category:Character stubs" 0 38 0 0
FALSE 12 1 2005-07-16 22:56:53 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 "Template:Seealso" 0 18 0 0
FALSE 13 14 2005-07-17 03:16:18 FALSE "Purplefeltangel" 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 "Template:Charabox" 3357 560 0 6
FALSE 13 1 2005-10-25 23:04:33 FALSE "Malkin" 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 "Template:Charabox" 236 40 0 6
TRUE 13 1 2006-01-15 15:09:32 FALSE "85.255.114.130" FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 "Template:Charabox" 0 677 0 6
FALSE 13 1 2006-01-19 19:14:50 FALSE "Spam cleanup script" 13134 FALSE 10 TRUE "286" 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 "Template:Charabox" 0 0 0 6
FALSE 13 1 2006-05-26 04:34:57 FALSE "Malkin" 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 "Template:Charabox" 6 1 1 6
TRUE 13 1 2006-06-17 05:16:27 FALSE "220.237.30.150" FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 "Template:Charabox" 6 1 1 6
FALSE 13 1 2007-07-01 13:53:42 FALSE "AJtheFlameSwordsman" 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 "Template:Charabox" 0 1 1 5
FALSE 13 2 2008-07-08 01:01:13 FALSE "Landavia" 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 "Template:Charabox" 38 10 1 4
TRUE 13 4 2008-07-11 21:34:20 FALSE "78.150.115.116" FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 "Template:Charabox" 522 222 271 3
FALSE 13 3 2008-10-05 19:20:47 FALSE "Uberfuzzy" 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 "Template:Charabox" 236 118 67 2
FALSE 13 1 2010-01-04 04:40:42 FALSE "Toughpigs" 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 "Template:Charabox" 20 20 1 1
TRUE 13 1 2010-03-20 19:21:54 FALSE "99.227.202.85" FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 "Template:Charabox" 0 2 0 0
FALSE 14 14 2005-08-13 21:10:11 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 "Pretty Guardian Sailor Moon" 12469 2081 0 6
FALSE 14 2 2005-10-30 23:19:48 FALSE "Malkin" 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 "Pretty Guardian Sailor Moon" 270 54 12 6
TRUE 14 1 2006-01-03 05:03:34 FALSE "220.237.30.150" FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon" 5 1 1 6
TRUE 14 1 2006-01-15 18:31:58 FALSE "85.255.113.155" FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 "Pretty Guardian Sailor Moon" 0 807 0 6
FALSE 14 1 2006-01-15 20:40:56 FALSE "Angela" 2 TRUE 0 TRUE "269" 272 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon" 0 0 0 6
TRUE 14 1 2006-01-16 07:06:14 FALSE "85.255.114.130" FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 "Pretty Guardian Sailor Moon" 0 747 0 6
FALSE 14 1 2006-01-19 19:14:51 FALSE "Spam cleanup script" 13134 FALSE 0 TRUE "287" 1732 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon" 0 0 0 6
TRUE 14 1 2006-06-27 09:57:48 FALSE "218.111.168.121" FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 "Pretty Guardian Sailor Moon" 0 2 2122 6
FALSE 14 1 2006-06-28 02:07:28 FALSE "Angela" 2 TRUE 0 TRUE "2168" 2174 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon" 0 0 0 6
FALSE 14 1 2006-08-01 10:54:19 FALSE "Jimbo Wæles" 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Pretty Guardian Sailor Moon" 0 1 2121 6
FALSE 14 1 2006-08-04 16:59:18 FALSE "Splarka" 8245 TRUE 0 TRUE "2197" 2394 5877864861dfc3214178d1755c92343044707f0c 5833 "Pretty Guardian Sailor Moon" 0 0 0 6
FALSE 14 1 2007-12-23 15:16:52 FALSE "Animalia555" 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 "Pretty Guardian Sailor Moon" 318 82 80 6
TRUE 14 1 2008-01-30 02:19:03 FALSE "69.211.15.33" FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 "Pretty Guardian Sailor Moon" 0 7 1645 6
FALSE 14 1 2008-01-30 02:19:23 FALSE "Charitwo" 184532 FALSE 0 TRUE "2700" 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 "Pretty Guardian Sailor Moon" 0 0 0 6
TRUE 14 2 2008-04-26 20:03:59 FALSE "24.70.95.205" FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 "Pretty Guardian Sailor Moon" 96 16 2 6
TRUE 14 3 2009-03-02 06:46:56 FALSE "116.71.191.83" FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 "Pretty Guardian Sailor Moon" 0 195 770 6
FALSE 14 1 2009-03-02 06:48:07 FALSE "Charitwo" 184532 FALSE 0 TRUE "3595" 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 "Pretty Guardian Sailor Moon" 0 0 0 6
TRUE 14 2 2009-03-02 06:54:31 FALSE "116.71.191.83" FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 "Pretty Guardian Sailor Moon" 138 36 449 6
TRUE 14 1 2009-03-02 09:29:45 FALSE "76.121.175.64" FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 "Pretty Guardian Sailor Moon" 3 1 13 6
TRUE 14 3 2009-04-28 01:08:38 FALSE "72.81.240.91" FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 "Pretty Guardian Sailor Moon" 35 7 3 5
FALSE 14 3 2009-10-17 07:25:04 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 "Pretty Guardian Sailor Moon" 8 9 12 4
TRUE 14 2 2009-11-08 12:08:16 FALSE "71.237.98.158" FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 "Pretty Guardian Sailor Moon" 0 30 2 3
FALSE 14 2 2009-11-14 09:14:14 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 "Pretty Guardian Sailor Moon" 6 3 1193 2
FALSE 14 1 2009-11-19 17:24:17 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 "Pretty Guardian Sailor Moon" 0 8 0 1
FALSE 14 1 2009-11-20 05:36:41 FALSE "Thisismyusername" 1628549 TRUE 0 TRUE "5825" 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 "Pretty Guardian Sailor Moon" 0 0 0 0
FALSE 19 2 2005-07-17 02:11:33 FALSE "Purplefeltangel" 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 "Category:Sailor soldiers" 30 15 0 2
TRUE 19 1 2009-06-27 17:48:45 FALSE "24.193.146.200" FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 "Category:Sailor soldiers" 0 6 0 1
FALSE 19 1 2009-11-24 08:09:06 FALSE "Thisismyusername" 1628549 TRUE 14 TRUE "3989" 6074 cf007095dcab5ece28af169412306aa4543e4063 49 "Category:Sailor soldiers" 0 0 0 0
FALSE 20 2 2005-07-17 01:19:28 FALSE "Purplefeltangel" 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 "File:Smoon.png" 158 200 0 1
FALSE 20 1 2005-11-17 07:49:56 FALSE "Malkin" 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 "File:Smoon.png" 0 3 82 0
FALSE 21 6 2005-07-17 01:40:13 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 "Usagi Tsukino" 1500 252 0 6
FALSE 21 1 2005-07-17 20:40:15 FALSE "Mange" 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 "Usagi Tsukino" 1636 304 0 6
FALSE 21 1 2005-07-18 01:32:50 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 "Usagi Tsukino" 100 47 26 6
FALSE 21 1 2005-07-18 01:41:57 FALSE "Mange" 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 "Usagi Tsukino" 8224 1835 90 6
FALSE 21 5 2005-07-18 02:25:50 FALSE "Purplefeltangel" 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 "Usagi Tsukino" 2076 464 164 6
FALSE 21 3 2005-11-22 01:53:48 FALSE "Malkin" 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 "Usagi Tsukino" 514 128 10 6
TRUE 21 1 2005-12-24 06:14:40 FALSE "220.237.30.150" FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino" 4 1 1 6
TRUE 21 1 2006-06-27 10:01:16 FALSE "218.111.168.121" FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 "Usagi Tsukino" 0 9419 2641 6
FALSE 21 1 2006-06-28 02:07:31 FALSE "Angela" 2 TRUE 0 TRUE "2170" 2175 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino" 0 0 0 6
FALSE 21 1 2006-08-01 11:20:04 FALSE "Jimbo Wæles" 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 "Usagi Tsukino" 0 1 2738 6
FALSE 21 1 2006-08-04 16:57:12 FALSE "Splarka" 8245 TRUE 0 TRUE "2267" 2312 72d44fc0eb35576246560864c018e73f68464470 6993 "Usagi Tsukino" 0 0 0 6
FALSE 21 5 2007-02-04 21:03:56 FALSE "DaEd!T0R" 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 "Usagi Tsukino" 6806 1167 6 6
TRUE 21 1 2007-07-24 15:03:38 FALSE "72.84.74.134" FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 "Usagi Tsukino" 214 39 2 6
TRUE 21 1 2007-08-30 07:23:17 FALSE "59.101.67.180" FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 "Usagi Tsukino" 72 12 0 6
TRUE 21 2 2007-10-15 21:07:12 FALSE "86.130.126.104" FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 "Usagi Tsukino" 978 163 213 6
FALSE 21 1 2007-12-27 22:50:15 FALSE "Kataangrl" 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 "Usagi Tsukino" 6 1 1 6
TRUE 21 1 2008-01-30 03:24:08 FALSE "72.26.0.104" FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 "Usagi Tsukino" 18 3 3 6
TRUE 21 2 2008-02-24 04:56:56 FALSE "70.15.56.7" FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 "Usagi Tsukino" 36 6 2 6
TRUE 21 1 2008-05-06 15:45:57 FALSE "68.46.150.25" FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 "Usagi Tsukino" 0 59 0 6
TRUE 21 3 2008-05-16 00:02:13 FALSE "68.149.121.109" FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 "Usagi Tsukino" 12 2 74 6
TRUE 21 2 2008-07-31 01:21:00 FALSE "24.70.95.205" FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 "Usagi Tsukino" 18 3 5 6
TRUE 21 1 2008-08-10 18:02:31 FALSE "66.98.50.84" FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 "Usagi Tsukino" 6 1 1 6
TRUE 21 1 2008-09-07 20:49:51 FALSE "70.74.9.38" FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 "Usagi Tsukino" 4 4 0 6
FALSE 21 17 2008-10-10 22:00:01 FALSE "Thorn93" 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 "Usagi Tsukino" 1683 622 0 6
FALSE 21 2 2008-10-22 00:04:36 FALSE "Miraitrunks766" 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino" 0 0 600 6
FALSE 21 22 2008-11-29 03:38:39 FALSE "Thorn93" 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 "Usagi Tsukino" 0 595 0 6
FALSE 21 1 2008-11-29 06:25:29 FALSE "Uberfuzzy" 161697 TRUE 0 TRUE "3376" 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino" 0 0 0 6
TRUE 21 4 2009-02-03 02:56:43 FALSE "75.206.205.142" FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 "Usagi Tsukino" 2442 410 720 6
TRUE 21 2 2009-02-03 03:06:13 FALSE "153.90.112.86" FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 "Usagi Tsukino" 552 92 27 6
TRUE 21 1 2009-02-03 03:11:26 FALSE "75.206.205.142" FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 "Usagi Tsukino" 216 36 18 6
TRUE 21 1 2009-02-03 03:14:23 FALSE "153.90.112.86" FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 "Usagi Tsukino" 1344 224 209 6
TRUE 21 1 2009-02-03 03:14:41 FALSE "75.206.205.142" FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 "Usagi Tsukino" 96 16 0 6
TRUE 21 1 2009-02-03 03:19:31 FALSE "153.90.112.86" FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 "Usagi Tsukino" 588 98 90 6
TRUE 21 1 2009-02-03 03:22:52 FALSE "75.206.205.142" FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 "Usagi Tsukino" 894 149 99 6
TRUE 21 1 2009-02-03 03:23:46 FALSE "153.90.112.86" FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 "Usagi Tsukino" 697 118 80 6
TRUE 21 4 2009-02-03 03:33:53 FALSE "75.206.205.142" FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 "Usagi Tsukino" 402 71 41 6
TRUE 21 2 2009-02-03 03:37:21 FALSE "153.90.112.86" FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 "Usagi Tsukino" 30 5 7 6
TRUE 21 3 2009-02-03 03:40:22 FALSE "75.206.205.142" FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 "Usagi Tsukino" 30 5 5 6
TRUE 21 1 2009-02-03 03:40:52 FALSE "153.90.112.86" FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 "Usagi Tsukino" 12 2 2 6
TRUE 21 1 2009-02-03 03:40:53 FALSE "75.206.205.142" FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 "Usagi Tsukino" 6 1 1 6
TRUE 21 1 2009-02-03 03:42:27 FALSE "153.90.112.86" FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 "Usagi Tsukino" 54 9 1 6
TRUE 21 2 2009-02-03 03:47:46 FALSE "75.206.205.142" FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 "Usagi Tsukino" 1658 277 255 6
TRUE 21 1 2009-02-03 03:47:47 FALSE "153.90.112.86" FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 "Usagi Tsukino" 1482 247 220 6
TRUE 21 1 2009-02-03 03:48:32 FALSE "75.206.205.142" FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 "Usagi Tsukino" 6 1 1 6
TRUE 21 1 2009-02-03 03:50:24 FALSE "153.90.112.86" FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 "Usagi Tsukino" 18 3 1 6
TRUE 21 1 2009-02-03 03:57:07 FALSE "75.206.205.142" FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 "Usagi Tsukino" 1 92 1 6
TRUE 21 3 2009-02-03 04:18:56 FALSE "153.90.112.86" FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 "Usagi Tsukino" 593 106 155 6
TRUE 21 4 2009-02-03 22:16:58 FALSE "75.206.151.91" FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 "Usagi Tsukino" 1546 278 222 6
FALSE 21 2 2009-02-03 23:35:32 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 "Usagi Tsukino" 3 1 5 6
TRUE 21 2 2009-02-03 23:49:18 FALSE "75.206.151.91" FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 "Usagi Tsukino" 52 26 0 6
FALSE 21 1 2009-02-03 23:50:22 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 "Usagi Tsukino" 16 14 0 6
TRUE 21 5 2009-02-04 01:38:52 FALSE "75.206.151.91" FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 "Usagi Tsukino" 381 251 10 6
FALSE 21 1 2009-02-04 04:54:06 FALSE "Uberfuzzy" 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino" 7113 1526 1888 6
TRUE 21 1 2009-02-07 18:40:23 FALSE "86.44.90.9" FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 "Usagi Tsukino" 0 9 0 6
TRUE 21 1 2009-02-09 05:02:51 FALSE "153.90.112.86" FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 "Usagi Tsukino" 0 11 3590 6
TRUE 21 1 2009-02-12 19:42:44 FALSE "207.177.118.2" FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 "Usagi Tsukino" 5 6 12 6
FALSE 21 5 2009-02-17 19:55:13 FALSE "Jadensdragon" 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 "Usagi Tsukino" 0 56 56 6
FALSE 21 1 2009-02-23 04:59:45 FALSE "Michaeldsuarez" 130901 FALSE 0 TRUE "3582,3569,3568,3563" 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 "Usagi Tsukino" 0 0 0 6
FALSE 21 1 2009-03-03 06:08:59 FALSE "Dreamgirl" 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 "Usagi Tsukino" 379 67 41 6
TRUE 21 1 2009-03-04 04:21:02 FALSE "71.192.146.43" FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 "Usagi Tsukino" 6 1 1 6
TRUE 21 1 2009-03-09 16:35:02 FALSE "194.242.52.20" FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 "Usagi Tsukino" 30 5 3 6
FALSE 21 1 2009-03-17 03:40:32 FALSE "PatamonRoxs" 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 "Usagi Tsukino" 2001 347 144 6
TRUE 21 1 2009-03-17 19:59:22 FALSE "76.71.117.92" FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 "Usagi Tsukino" 6 1 1 6
FALSE 21 2 2009-03-19 04:55:39 FALSE "NtechG" 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 "Usagi Tsukino" 45 16 0 6
FALSE 21 3 2009-03-23 00:12:21 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 "Usagi Tsukino" 1100 550 277 6
FALSE 21 1 2009-03-23 00:47:19 FALSE "Sailorhentai" 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 "Usagi Tsukino" 8 10 8 6
FALSE 21 2 2009-03-23 00:49:25 FALSE "WilbertVereAwdry" 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 "Usagi Tsukino" 0 8 5 6
TRUE 21 1 2009-03-23 02:23:36 FALSE "70.43.56.162" FALSE 0 TRUE "3671,3669,3664,3641" 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 "Usagi Tsukino" 0 0 0 6
TRUE 21 1 2009-04-02 12:24:31 FALSE "118.137.75.242" FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 "Usagi Tsukino" 216 36 1 6
TRUE 21 3 2009-04-05 20:14:38 FALSE "153.90.84.230" FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 "Usagi Tsukino" 0 471 535 6
TRUE 21 2 2009-04-06 03:03:07 FALSE "76.92.221.175" FALSE 0 TRUE "3770" 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 "Usagi Tsukino" 0 0 0 6
TRUE 21 1 2009-04-09 19:40:02 FALSE "68.82.224.91" FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 "Usagi Tsukino" 36 6 5 6
TRUE 21 1 2009-04-12 22:43:46 FALSE "65.8.8.231" FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 "Usagi Tsukino" 348 59 55 6
TRUE 21 1 2009-04-22 21:57:32 FALSE "67.191.218.47" FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 "Usagi Tsukino" 6 1 1 6
TRUE 21 4 2009-04-25 23:09:06 FALSE "98.235.7.53" FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 "Usagi Tsukino" 12 2 6 6
TRUE 21 1 2009-04-28 00:57:47 FALSE "72.81.240.91" FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 "Usagi Tsukino" 6 1 1 6
FALSE 21 2 2009-05-07 15:00:11 FALSE "AnimeRules" 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 "Usagi Tsukino" 132 22 10 6
TRUE 21 1 2009-05-21 00:03:29 FALSE "68.151.17.131" FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 "Usagi Tsukino" 6 1 38 6
FALSE 21 2 2009-05-23 15:36:36 FALSE "PrincessSailorSerenity" 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 "Usagi Tsukino" 10060 1677 198 6
TRUE 21 1 2009-05-29 02:24:31 FALSE "72.174.99.6" FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 "Usagi Tsukino" 144 24 0 6
FALSE 21 1 2009-05-29 03:14:16 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 "Usagi Tsukino" 0 10 0 6
FALSE 21 1 2009-06-04 02:44:24 FALSE "Eliskuya2" 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 "Usagi Tsukino" 60 10 31 6
TRUE 21 2 2009-06-27 17:51:32 FALSE "24.193.146.200" FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 "Usagi Tsukino" 83 18 8 6
TRUE 21 1 2009-07-06 22:47:47 FALSE "75.74.70.19" FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 "Usagi Tsukino" 24 4 4 6
FALSE 21 1 2009-07-16 08:09:54 FALSE "ShinyRayquaza" 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 "Usagi Tsukino" 42 7 8 6
TRUE 21 1 2009-07-21 00:06:27 FALSE "98.235.7.53" FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 "Usagi Tsukino" 88 18 3 6
FALSE 21 3 2009-07-22 22:38:22 FALSE "Ghostkaiba297" 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 "Usagi Tsukino" 6306 1051 21 6
FALSE 21 1 2009-07-27 06:06:07 FALSE "Pokinick27" 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 "Usagi Tsukino" 66 34 6 6
FALSE 21 1 2009-08-09 14:35:52 FALSE "Eliskuya2" 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 "Usagi Tsukino" 0 0 31 6
TRUE 21 1 2009-08-10 05:12:20 FALSE "98.117.157.110" FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 "Usagi Tsukino" 12 2 5 6
FALSE 21 2 2009-08-13 02:49:33 FALSE "Gohan fan101" 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 "Usagi Tsukino" 210 35 2 6
FALSE 21 1 2009-08-20 06:29:29 FALSE "Donut THX 1138" 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 "Usagi Tsukino" 144 24 2 6
TRUE 21 1 2009-09-04 22:59:22 FALSE "67.67.88.74" FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 "Usagi Tsukino" 44 11 0 6
FALSE 21 4 2009-09-05 05:31:32 FALSE "C.C100" 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 "Usagi Tsukino" 39 13 0 6
FALSE 21 1 2009-09-10 16:12:21 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 "Usagi Tsukino" 0 20 1 6
FALSE 21 1 2009-09-18 20:21:35 FALSE "Sonic0chick0ames" 1275878 FALSE 0 TRUE "4451" 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 "Usagi Tsukino" 0 0 0 6
FALSE 21 1 2009-09-19 00:37:44 FALSE "Gohan fan101" 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 "Usagi Tsukino" 6 19 0 6
FALSE 21 1 2009-09-24 07:43:44 FALSE "Lego3400" 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 "Usagi Tsukino" 91841 15309 4796 6
FALSE 21 1 2009-09-24 15:57:49 FALSE "Sailormoon21" 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 "Usagi Tsukino" 23 14 0 6
TRUE 21 2 2009-09-26 18:23:36 FALSE "76.84.83.79" FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 "Usagi Tsukino" 72 12 4 6
TRUE 21 1 2009-09-27 20:32:44 FALSE "67.244.149.83" FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 "Usagi Tsukino" 36 6 6 6
FALSE 21 1 2009-10-02 05:27:56 FALSE "Lego3400" 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 "Usagi Tsukino" 0 0 8 6
TRUE 21 1 2009-10-08 06:28:38 FALSE "123.243.217.127" FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 "Usagi Tsukino" 156 26 0 6
FALSE 21 7 2009-10-29 13:01:34 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 "Usagi Tsukino" 568 96 46 6
TRUE 21 5 2009-10-29 14:49:00 FALSE "118.137.48.204" FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 "Usagi Tsukino" 455 80 6 6
FALSE 21 2 2009-10-31 14:14:43 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 "Usagi Tsukino" 139 24 3 6
TRUE 21 1 2009-11-03 11:02:16 FALSE "118.137.75.90" FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 "Usagi Tsukino" 18 3 7 6
FALSE 21 6 2009-11-24 11:01:45 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 "Usagi Tsukino" 702 117 52 6
TRUE 21 4 2009-12-01 04:45:57 FALSE "12.39.109.152" FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 "Usagi Tsukino" 903 189 0 6
FALSE 21 3 2009-12-05 02:33:32 FALSE "Laura steel" 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 "Usagi Tsukino" 0 10 0 6
FALSE 21 2 2009-12-11 10:30:43 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 "Usagi Tsukino" 6 3 25 6
FALSE 21 19 2009-12-27 19:45:21 FALSE "Laura steel" 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 "Usagi Tsukino" 164 225 553 6
FALSE 21 4 2009-12-29 09:36:35 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 "Usagi Tsukino" 0 57 202 6
FALSE 21 1 2010-01-04 04:44:57 FALSE "Toughpigs" 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 "Usagi Tsukino" 2940 503 192 6
FALSE 21 1 2010-01-04 05:28:48 FALSE "Thisismyusername" 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 "Usagi Tsukino" 822 137 58 6
FALSE 21 2 2010-01-17 02:24:44 FALSE "Gohanfan101" 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 "Usagi Tsukino" 125 25 0 5
TRUE 21 1 2010-02-11 17:56:34 FALSE "220.255.7.222" FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 "Usagi Tsukino" 74 22 0 4
TRUE 21 1 2010-02-11 17:57:47 FALSE "220.255.7.227" FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 "Usagi Tsukino" 3 1 2 3
FALSE 21 1 2010-03-05 03:14:09 FALSE "RemiBlade" 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 "Usagi Tsukino" 18 9 3 2
TRUE 21 2 2010-03-12 18:20:35 FALSE "80.44.206.126" FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 "Usagi Tsukino" 5 5 33 1
TRUE 21 1 2010-03-23 19:31:48 FALSE "24.45.21.138" FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 "Usagi Tsukino" 0 5 15 0
1 anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 FALSE 1 1 2004-11-11 23:33:14 FALSE Jasonr 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 File:Wiki.png 0 0 0 0
3 FALSE 3 1 2004-11-11 23:33:14 FALSE Jasonr 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 File:Search logo.png 0 0 0 0
4 FALSE 6 3 2005-07-29 18:37:42 FALSE Purplefeltangel 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 Sailor Moon Wiki:About 400 80 0 6
5 TRUE 6 1 2006-01-15 14:50:13 FALSE 85.255.113.157 FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 Sailor Moon Wiki:About 0 735 0 6
6 FALSE 6 1 2006-01-15 20:40:52 FALSE Angela 2 TRUE 4 TRUE 266 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 Sailor Moon Wiki:About 0 0 0 5
7 TRUE 6 1 2006-01-16 04:00:17 FALSE 85.255.113.158 FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 Sailor Moon Wiki:About 741 741 0 4
8 TRUE 6 1 2006-01-16 07:20:23 FALSE 85.255.113.154 FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 Sailor Moon Wiki:About 0 797 0 3
9 FALSE 6 1 2006-01-19 19:14:50 FALSE Spam cleanup script 13134 FALSE 4 TRUE 279,273 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 Sailor Moon Wiki:About 0 0 0 2
10 FALSE 6 1 2006-08-01 11:21:41 FALSE Jimbo Wæles 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 Sailor Moon Wiki:About 0 3 80 1
11 FALSE 6 1 2006-08-04 16:56:16 FALSE Splarka 8245 TRUE 4 TRUE 2273 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 Sailor Moon Wiki:About 0 0 0 0
12 FALSE 7 8 2005-09-12 21:29:28 FALSE Purplefeltangel 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 Sailor Moon Wiki:Policies 8445 1692 0 6
13 TRUE 7 1 2006-01-15 14:49:34 FALSE 85.255.114.134 FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 Sailor Moon Wiki:Policies 726 726 0 5
14 TRUE 7 1 2006-01-15 18:55:09 FALSE 85.255.113.154 FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 Sailor Moon Wiki:Policies 0 799 0 4
15 FALSE 7 1 2006-01-15 20:41:05 FALSE Angela 2 FALSE 4 TRUE 270,265 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 Sailor Moon Wiki:Policies 0 0 0 3
16 FALSE 7 1 2006-08-01 11:21:51 FALSE Jimbo Wæles 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 Sailor Moon Wiki:Policies 0 3 1692 2
17 FALSE 7 1 2006-08-04 16:56:14 FALSE Splarka 8245 TRUE 4 TRUE 2276 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 Sailor Moon Wiki:Policies 0 0 0 1
18 FALSE 7 3 2009-12-18 00:28:57 FALSE Thisismyusername 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 Sailor Moon Wiki:Policies 0 183 103 0
19 FALSE 8 1 2005-07-16 22:10:09 FALSE Purplefeltangel 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 Category:About Sailor Moon Wiki 0 14 0 0
20 FALSE 9 3 2005-07-16 22:48:26 FALSE Purplefeltangel 5055 FALSE 10 FALSE 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 Template:Charastub 71 72 0 1
21 FALSE 9 1 2009-11-22 05:46:05 FALSE Thisismyusername 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 Template:Charastub 0 1 1 0
22 FALSE 10 9 2005-07-30 00:02:20 FALSE Purplefeltangel 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 Sailor Moon Wiki:List of all templates 186 105 0 4
23 FALSE 10 4 2006-04-16 04:49:39 FALSE Malkin 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 Sailor Moon Wiki:List of all templates 394 187 54 3
24 FALSE 10 1 2006-08-01 11:22:00 FALSE Jimbo Wæles 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 Sailor Moon Wiki:List of all templates 0 1 236 2
25 FALSE 10 1 2006-08-04 16:56:12 FALSE Splarka 8245 TRUE 4 TRUE 2279 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 Sailor Moon Wiki:List of all templates 0 0 0 1
26 FALSE 10 1 2009-11-22 01:17:15 FALSE Thisismyusername 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 Sailor Moon Wiki:List of all templates 0 13 0 0
27 FALSE 11 1 2005-07-16 22:47:55 FALSE Purplefeltangel 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 Category:Character stubs 18 18 0 1
28 FALSE 11 2 2005-11-04 23:40:45 FALSE Malkin 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 Category:Character stubs 0 38 0 0
29 FALSE 12 1 2005-07-16 22:56:53 FALSE Purplefeltangel 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 Template:Seealso 0 18 0 0
30 FALSE 13 14 2005-07-17 03:16:18 FALSE Purplefeltangel 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 Template:Charabox 3357 560 0 6
31 FALSE 13 1 2005-10-25 23:04:33 FALSE Malkin 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 Template:Charabox 236 40 0 6
32 TRUE 13 1 2006-01-15 15:09:32 FALSE 85.255.114.130 FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 Template:Charabox 0 677 0 6
33 FALSE 13 1 2006-01-19 19:14:50 FALSE Spam cleanup script 13134 FALSE 10 TRUE 286 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 Template:Charabox 0 0 0 6
34 FALSE 13 1 2006-05-26 04:34:57 FALSE Malkin 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 Template:Charabox 6 1 1 6
35 TRUE 13 1 2006-06-17 05:16:27 FALSE 220.237.30.150 FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 Template:Charabox 6 1 1 6
36 FALSE 13 1 2007-07-01 13:53:42 FALSE AJtheFlameSwordsman 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 Template:Charabox 0 1 1 5
37 FALSE 13 2 2008-07-08 01:01:13 FALSE Landavia 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 Template:Charabox 38 10 1 4
38 TRUE 13 4 2008-07-11 21:34:20 FALSE 78.150.115.116 FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 Template:Charabox 522 222 271 3
39 FALSE 13 3 2008-10-05 19:20:47 FALSE Uberfuzzy 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 Template:Charabox 236 118 67 2
40 FALSE 13 1 2010-01-04 04:40:42 FALSE Toughpigs 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 Template:Charabox 20 20 1 1
41 TRUE 13 1 2010-03-20 19:21:54 FALSE 99.227.202.85 FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 Template:Charabox 0 2 0 0
42 FALSE 14 14 2005-08-13 21:10:11 FALSE Purplefeltangel 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 Pretty Guardian Sailor Moon 12469 2081 0 6
43 FALSE 14 2 2005-10-30 23:19:48 FALSE Malkin 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 Pretty Guardian Sailor Moon 270 54 12 6
44 TRUE 14 1 2006-01-03 05:03:34 FALSE 220.237.30.150 FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 Pretty Guardian Sailor Moon 5 1 1 6
45 TRUE 14 1 2006-01-15 18:31:58 FALSE 85.255.113.155 FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 Pretty Guardian Sailor Moon 0 807 0 6
46 FALSE 14 1 2006-01-15 20:40:56 FALSE Angela 2 TRUE 0 TRUE 269 272 5877864861dfc3214178d1755c92343044707f0c 5833 Pretty Guardian Sailor Moon 0 0 0 6
47 TRUE 14 1 2006-01-16 07:06:14 FALSE 85.255.114.130 FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 Pretty Guardian Sailor Moon 0 747 0 6
48 FALSE 14 1 2006-01-19 19:14:51 FALSE Spam cleanup script 13134 FALSE 0 TRUE 287 1732 5877864861dfc3214178d1755c92343044707f0c 5833 Pretty Guardian Sailor Moon 0 0 0 6
49 TRUE 14 1 2006-06-27 09:57:48 FALSE 218.111.168.121 FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 Pretty Guardian Sailor Moon 0 2 2122 6
50 FALSE 14 1 2006-06-28 02:07:28 FALSE Angela 2 TRUE 0 TRUE 2168 2174 5877864861dfc3214178d1755c92343044707f0c 5833 Pretty Guardian Sailor Moon 0 0 0 6
51 FALSE 14 1 2006-08-01 10:54:19 FALSE Jimbo Wæles 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 Pretty Guardian Sailor Moon 0 1 2121 6
52 FALSE 14 1 2006-08-04 16:59:18 FALSE Splarka 8245 TRUE 0 TRUE 2197 2394 5877864861dfc3214178d1755c92343044707f0c 5833 Pretty Guardian Sailor Moon 0 0 0 6
53 FALSE 14 1 2007-12-23 15:16:52 FALSE Animalia555 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 Pretty Guardian Sailor Moon 318 82 80 6
54 TRUE 14 1 2008-01-30 02:19:03 FALSE 69.211.15.33 FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 Pretty Guardian Sailor Moon 0 7 1645 6
55 FALSE 14 1 2008-01-30 02:19:23 FALSE Charitwo 184532 FALSE 0 TRUE 2700 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 Pretty Guardian Sailor Moon 0 0 0 6
56 TRUE 14 2 2008-04-26 20:03:59 FALSE 24.70.95.205 FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 Pretty Guardian Sailor Moon 96 16 2 6
57 TRUE 14 3 2009-03-02 06:46:56 FALSE 116.71.191.83 FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 Pretty Guardian Sailor Moon 0 195 770 6
58 FALSE 14 1 2009-03-02 06:48:07 FALSE Charitwo 184532 FALSE 0 TRUE 3595 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 Pretty Guardian Sailor Moon 0 0 0 6
59 TRUE 14 2 2009-03-02 06:54:31 FALSE 116.71.191.83 FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 Pretty Guardian Sailor Moon 138 36 449 6
60 TRUE 14 1 2009-03-02 09:29:45 FALSE 76.121.175.64 FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 Pretty Guardian Sailor Moon 3 1 13 6
61 TRUE 14 3 2009-04-28 01:08:38 FALSE 72.81.240.91 FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 Pretty Guardian Sailor Moon 35 7 3 5
62 FALSE 14 3 2009-10-17 07:25:04 FALSE Thisismyusername 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 Pretty Guardian Sailor Moon 8 9 12 4
63 TRUE 14 2 2009-11-08 12:08:16 FALSE 71.237.98.158 FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 Pretty Guardian Sailor Moon 0 30 2 3
64 FALSE 14 2 2009-11-14 09:14:14 FALSE Thisismyusername 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 Pretty Guardian Sailor Moon 6 3 1193 2
65 FALSE 14 1 2009-11-19 17:24:17 FALSE Sailormoon21 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 Pretty Guardian Sailor Moon 0 8 0 1
66 FALSE 14 1 2009-11-20 05:36:41 FALSE Thisismyusername 1628549 TRUE 0 TRUE 5825 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 Pretty Guardian Sailor Moon 0 0 0 0
67 FALSE 19 2 2005-07-17 02:11:33 FALSE Purplefeltangel 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 Category:Sailor soldiers 30 15 0 2
68 TRUE 19 1 2009-06-27 17:48:45 FALSE 24.193.146.200 FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 Category:Sailor soldiers 0 6 0 1
69 FALSE 19 1 2009-11-24 08:09:06 FALSE Thisismyusername 1628549 TRUE 14 TRUE 3989 6074 cf007095dcab5ece28af169412306aa4543e4063 49 Category:Sailor soldiers 0 0 0 0
70 FALSE 20 2 2005-07-17 01:19:28 FALSE Purplefeltangel 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 File:Smoon.png 158 200 0 1
71 FALSE 20 1 2005-11-17 07:49:56 FALSE Malkin 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 File:Smoon.png 0 3 82 0
72 FALSE 21 6 2005-07-17 01:40:13 FALSE Purplefeltangel 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 Usagi Tsukino 1500 252 0 6
73 FALSE 21 1 2005-07-17 20:40:15 FALSE Mange 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 Usagi Tsukino 1636 304 0 6
74 FALSE 21 1 2005-07-18 01:32:50 FALSE Purplefeltangel 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 Usagi Tsukino 100 47 26 6
75 FALSE 21 1 2005-07-18 01:41:57 FALSE Mange 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 Usagi Tsukino 8224 1835 90 6
76 FALSE 21 5 2005-07-18 02:25:50 FALSE Purplefeltangel 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 Usagi Tsukino 2076 464 164 6
77 FALSE 21 3 2005-11-22 01:53:48 FALSE Malkin 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 Usagi Tsukino 514 128 10 6
78 TRUE 21 1 2005-12-24 06:14:40 FALSE 220.237.30.150 FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 Usagi Tsukino 4 1 1 6
79 TRUE 21 1 2006-06-27 10:01:16 FALSE 218.111.168.121 FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 Usagi Tsukino 0 9419 2641 6
80 FALSE 21 1 2006-06-28 02:07:31 FALSE Angela 2 TRUE 0 TRUE 2170 2175 72d44fc0eb35576246560864c018e73f68464470 6993 Usagi Tsukino 0 0 0 6
81 FALSE 21 1 2006-08-01 11:20:04 FALSE Jimbo Wæles 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 Usagi Tsukino 0 1 2738 6
82 FALSE 21 1 2006-08-04 16:57:12 FALSE Splarka 8245 TRUE 0 TRUE 2267 2312 72d44fc0eb35576246560864c018e73f68464470 6993 Usagi Tsukino 0 0 0 6
83 FALSE 21 5 2007-02-04 21:03:56 FALSE DaEd!T0R 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 Usagi Tsukino 6806 1167 6 6
84 TRUE 21 1 2007-07-24 15:03:38 FALSE 72.84.74.134 FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 Usagi Tsukino 214 39 2 6
85 TRUE 21 1 2007-08-30 07:23:17 FALSE 59.101.67.180 FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 Usagi Tsukino 72 12 0 6
86 TRUE 21 2 2007-10-15 21:07:12 FALSE 86.130.126.104 FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 Usagi Tsukino 978 163 213 6
87 FALSE 21 1 2007-12-27 22:50:15 FALSE Kataangrl 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 Usagi Tsukino 6 1 1 6
88 TRUE 21 1 2008-01-30 03:24:08 FALSE 72.26.0.104 FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 Usagi Tsukino 18 3 3 6
89 TRUE 21 2 2008-02-24 04:56:56 FALSE 70.15.56.7 FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 Usagi Tsukino 36 6 2 6
90 TRUE 21 1 2008-05-06 15:45:57 FALSE 68.46.150.25 FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 Usagi Tsukino 0 59 0 6
91 TRUE 21 3 2008-05-16 00:02:13 FALSE 68.149.121.109 FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 Usagi Tsukino 12 2 74 6
92 TRUE 21 2 2008-07-31 01:21:00 FALSE 24.70.95.205 FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 Usagi Tsukino 18 3 5 6
93 TRUE 21 1 2008-08-10 18:02:31 FALSE 66.98.50.84 FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 Usagi Tsukino 6 1 1 6
94 TRUE 21 1 2008-09-07 20:49:51 FALSE 70.74.9.38 FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 Usagi Tsukino 4 4 0 6
95 FALSE 21 17 2008-10-10 22:00:01 FALSE Thorn93 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 Usagi Tsukino 1683 622 0 6
96 FALSE 21 2 2008-10-22 00:04:36 FALSE Miraitrunks766 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 Usagi Tsukino 0 0 600 6
97 FALSE 21 22 2008-11-29 03:38:39 FALSE Thorn93 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 Usagi Tsukino 0 595 0 6
98 FALSE 21 1 2008-11-29 06:25:29 FALSE Uberfuzzy 161697 TRUE 0 TRUE 3376 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 Usagi Tsukino 0 0 0 6
99 TRUE 21 4 2009-02-03 02:56:43 FALSE 75.206.205.142 FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 Usagi Tsukino 2442 410 720 6
100 TRUE 21 2 2009-02-03 03:06:13 FALSE 153.90.112.86 FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 Usagi Tsukino 552 92 27 6
101 TRUE 21 1 2009-02-03 03:11:26 FALSE 75.206.205.142 FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 Usagi Tsukino 216 36 18 6
102 TRUE 21 1 2009-02-03 03:14:23 FALSE 153.90.112.86 FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 Usagi Tsukino 1344 224 209 6
103 TRUE 21 1 2009-02-03 03:14:41 FALSE 75.206.205.142 FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 Usagi Tsukino 96 16 0 6
104 TRUE 21 1 2009-02-03 03:19:31 FALSE 153.90.112.86 FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 Usagi Tsukino 588 98 90 6
105 TRUE 21 1 2009-02-03 03:22:52 FALSE 75.206.205.142 FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 Usagi Tsukino 894 149 99 6
106 TRUE 21 1 2009-02-03 03:23:46 FALSE 153.90.112.86 FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 Usagi Tsukino 697 118 80 6
107 TRUE 21 4 2009-02-03 03:33:53 FALSE 75.206.205.142 FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 Usagi Tsukino 402 71 41 6
108 TRUE 21 2 2009-02-03 03:37:21 FALSE 153.90.112.86 FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 Usagi Tsukino 30 5 7 6
109 TRUE 21 3 2009-02-03 03:40:22 FALSE 75.206.205.142 FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 Usagi Tsukino 30 5 5 6
110 TRUE 21 1 2009-02-03 03:40:52 FALSE 153.90.112.86 FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 Usagi Tsukino 12 2 2 6
111 TRUE 21 1 2009-02-03 03:40:53 FALSE 75.206.205.142 FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 Usagi Tsukino 6 1 1 6
112 TRUE 21 1 2009-02-03 03:42:27 FALSE 153.90.112.86 FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 Usagi Tsukino 54 9 1 6
113 TRUE 21 2 2009-02-03 03:47:46 FALSE 75.206.205.142 FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 Usagi Tsukino 1658 277 255 6
114 TRUE 21 1 2009-02-03 03:47:47 FALSE 153.90.112.86 FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 Usagi Tsukino 1482 247 220 6
115 TRUE 21 1 2009-02-03 03:48:32 FALSE 75.206.205.142 FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 Usagi Tsukino 6 1 1 6
116 TRUE 21 1 2009-02-03 03:50:24 FALSE 153.90.112.86 FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 Usagi Tsukino 18 3 1 6
117 TRUE 21 1 2009-02-03 03:57:07 FALSE 75.206.205.142 FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 Usagi Tsukino 1 92 1 6
118 TRUE 21 3 2009-02-03 04:18:56 FALSE 153.90.112.86 FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 Usagi Tsukino 593 106 155 6
119 TRUE 21 4 2009-02-03 22:16:58 FALSE 75.206.151.91 FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 Usagi Tsukino 1546 278 222 6
120 FALSE 21 2 2009-02-03 23:35:32 FALSE WilbertVereAwdry 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 Usagi Tsukino 3 1 5 6
121 TRUE 21 2 2009-02-03 23:49:18 FALSE 75.206.151.91 FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 Usagi Tsukino 52 26 0 6
122 FALSE 21 1 2009-02-03 23:50:22 FALSE WilbertVereAwdry 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 Usagi Tsukino 16 14 0 6
123 TRUE 21 5 2009-02-04 01:38:52 FALSE 75.206.151.91 FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 Usagi Tsukino 381 251 10 6
124 FALSE 21 1 2009-02-04 04:54:06 FALSE Uberfuzzy 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 Usagi Tsukino 7113 1526 1888 6
125 TRUE 21 1 2009-02-07 18:40:23 FALSE 86.44.90.9 FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 Usagi Tsukino 0 9 0 6
126 TRUE 21 1 2009-02-09 05:02:51 FALSE 153.90.112.86 FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 Usagi Tsukino 0 11 3590 6
127 TRUE 21 1 2009-02-12 19:42:44 FALSE 207.177.118.2 FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 Usagi Tsukino 5 6 12 6
128 FALSE 21 5 2009-02-17 19:55:13 FALSE Jadensdragon 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 Usagi Tsukino 0 56 56 6
129 FALSE 21 1 2009-02-23 04:59:45 FALSE Michaeldsuarez 130901 FALSE 0 TRUE 3582,3569,3568,3563 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 Usagi Tsukino 0 0 0 6
130 FALSE 21 1 2009-03-03 06:08:59 FALSE Dreamgirl 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 Usagi Tsukino 379 67 41 6
131 TRUE 21 1 2009-03-04 04:21:02 FALSE 71.192.146.43 FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 Usagi Tsukino 6 1 1 6
132 TRUE 21 1 2009-03-09 16:35:02 FALSE 194.242.52.20 FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 Usagi Tsukino 30 5 3 6
133 FALSE 21 1 2009-03-17 03:40:32 FALSE PatamonRoxs 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 Usagi Tsukino 2001 347 144 6
134 TRUE 21 1 2009-03-17 19:59:22 FALSE 76.71.117.92 FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 Usagi Tsukino 6 1 1 6
135 FALSE 21 2 2009-03-19 04:55:39 FALSE NtechG 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 Usagi Tsukino 45 16 0 6
136 FALSE 21 3 2009-03-23 00:12:21 FALSE WilbertVereAwdry 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 Usagi Tsukino 1100 550 277 6
137 FALSE 21 1 2009-03-23 00:47:19 FALSE Sailorhentai 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 Usagi Tsukino 8 10 8 6
138 FALSE 21 2 2009-03-23 00:49:25 FALSE WilbertVereAwdry 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 Usagi Tsukino 0 8 5 6
139 TRUE 21 1 2009-03-23 02:23:36 FALSE 70.43.56.162 FALSE 0 TRUE 3671,3669,3664,3641 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 Usagi Tsukino 0 0 0 6
140 TRUE 21 1 2009-04-02 12:24:31 FALSE 118.137.75.242 FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 Usagi Tsukino 216 36 1 6
141 TRUE 21 3 2009-04-05 20:14:38 FALSE 153.90.84.230 FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 Usagi Tsukino 0 471 535 6
142 TRUE 21 2 2009-04-06 03:03:07 FALSE 76.92.221.175 FALSE 0 TRUE 3770 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 Usagi Tsukino 0 0 0 6
143 TRUE 21 1 2009-04-09 19:40:02 FALSE 68.82.224.91 FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 Usagi Tsukino 36 6 5 6
144 TRUE 21 1 2009-04-12 22:43:46 FALSE 65.8.8.231 FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 Usagi Tsukino 348 59 55 6
145 TRUE 21 1 2009-04-22 21:57:32 FALSE 67.191.218.47 FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 Usagi Tsukino 6 1 1 6
146 TRUE 21 4 2009-04-25 23:09:06 FALSE 98.235.7.53 FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 Usagi Tsukino 12 2 6 6
147 TRUE 21 1 2009-04-28 00:57:47 FALSE 72.81.240.91 FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 Usagi Tsukino 6 1 1 6
148 FALSE 21 2 2009-05-07 15:00:11 FALSE AnimeRules 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 Usagi Tsukino 132 22 10 6
149 TRUE 21 1 2009-05-21 00:03:29 FALSE 68.151.17.131 FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 Usagi Tsukino 6 1 38 6
150 FALSE 21 2 2009-05-23 15:36:36 FALSE PrincessSailorSerenity 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 Usagi Tsukino 10060 1677 198 6
151 TRUE 21 1 2009-05-29 02:24:31 FALSE 72.174.99.6 FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 Usagi Tsukino 144 24 0 6
152 FALSE 21 1 2009-05-29 03:14:16 FALSE Sailormoon21 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 Usagi Tsukino 0 10 0 6
153 FALSE 21 1 2009-06-04 02:44:24 FALSE Eliskuya2 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 Usagi Tsukino 60 10 31 6
154 TRUE 21 2 2009-06-27 17:51:32 FALSE 24.193.146.200 FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 Usagi Tsukino 83 18 8 6
155 TRUE 21 1 2009-07-06 22:47:47 FALSE 75.74.70.19 FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 Usagi Tsukino 24 4 4 6
156 FALSE 21 1 2009-07-16 08:09:54 FALSE ShinyRayquaza 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 Usagi Tsukino 42 7 8 6
157 TRUE 21 1 2009-07-21 00:06:27 FALSE 98.235.7.53 FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 Usagi Tsukino 88 18 3 6
158 FALSE 21 3 2009-07-22 22:38:22 FALSE Ghostkaiba297 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 Usagi Tsukino 6306 1051 21 6
159 FALSE 21 1 2009-07-27 06:06:07 FALSE Pokinick27 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 Usagi Tsukino 66 34 6 6
160 FALSE 21 1 2009-08-09 14:35:52 FALSE Eliskuya2 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 Usagi Tsukino 0 0 31 6
161 TRUE 21 1 2009-08-10 05:12:20 FALSE 98.117.157.110 FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 Usagi Tsukino 12 2 5 6
162 FALSE 21 2 2009-08-13 02:49:33 FALSE Gohan fan101 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 Usagi Tsukino 210 35 2 6
163 FALSE 21 1 2009-08-20 06:29:29 FALSE Donut THX 1138 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 Usagi Tsukino 144 24 2 6
164 TRUE 21 1 2009-09-04 22:59:22 FALSE 67.67.88.74 FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 Usagi Tsukino 44 11 0 6
165 FALSE 21 4 2009-09-05 05:31:32 FALSE C.C100 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 Usagi Tsukino 39 13 0 6
166 FALSE 21 1 2009-09-10 16:12:21 FALSE Sailormoon21 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 Usagi Tsukino 0 20 1 6
167 FALSE 21 1 2009-09-18 20:21:35 FALSE Sonic0chick0ames 1275878 FALSE 0 TRUE 4451 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 Usagi Tsukino 0 0 0 6
168 FALSE 21 1 2009-09-19 00:37:44 FALSE Gohan fan101 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 Usagi Tsukino 6 19 0 6
169 FALSE 21 1 2009-09-24 07:43:44 FALSE Lego3400 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 Usagi Tsukino 91841 15309 4796 6
170 FALSE 21 1 2009-09-24 15:57:49 FALSE Sailormoon21 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 Usagi Tsukino 23 14 0 6
171 TRUE 21 2 2009-09-26 18:23:36 FALSE 76.84.83.79 FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 Usagi Tsukino 72 12 4 6
172 TRUE 21 1 2009-09-27 20:32:44 FALSE 67.244.149.83 FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 Usagi Tsukino 36 6 6 6
173 FALSE 21 1 2009-10-02 05:27:56 FALSE Lego3400 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 Usagi Tsukino 0 0 8 6
174 TRUE 21 1 2009-10-08 06:28:38 FALSE 123.243.217.127 FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 Usagi Tsukino 156 26 0 6
175 FALSE 21 7 2009-10-29 13:01:34 FALSE Thisismyusername 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 Usagi Tsukino 568 96 46 6
176 TRUE 21 5 2009-10-29 14:49:00 FALSE 118.137.48.204 FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 Usagi Tsukino 455 80 6 6
177 FALSE 21 2 2009-10-31 14:14:43 FALSE Thisismyusername 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 Usagi Tsukino 139 24 3 6
178 TRUE 21 1 2009-11-03 11:02:16 FALSE 118.137.75.90 FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 Usagi Tsukino 18 3 7 6
179 FALSE 21 6 2009-11-24 11:01:45 FALSE Thisismyusername 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 Usagi Tsukino 702 117 52 6
180 TRUE 21 4 2009-12-01 04:45:57 FALSE 12.39.109.152 FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 Usagi Tsukino 903 189 0 6
181 FALSE 21 3 2009-12-05 02:33:32 FALSE Laura steel 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 Usagi Tsukino 0 10 0 6
182 FALSE 21 2 2009-12-11 10:30:43 FALSE Thisismyusername 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 Usagi Tsukino 6 3 25 6
183 FALSE 21 19 2009-12-27 19:45:21 FALSE Laura steel 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 Usagi Tsukino 164 225 553 6
184 FALSE 21 4 2009-12-29 09:36:35 FALSE Thisismyusername 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 Usagi Tsukino 0 57 202 6
185 FALSE 21 1 2010-01-04 04:44:57 FALSE Toughpigs 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 Usagi Tsukino 2940 503 192 6
186 FALSE 21 1 2010-01-04 05:28:48 FALSE Thisismyusername 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 Usagi Tsukino 822 137 58 6
187 FALSE 21 2 2010-01-17 02:24:44 FALSE Gohanfan101 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 Usagi Tsukino 125 25 0 5
188 TRUE 21 1 2010-02-11 17:56:34 FALSE 220.255.7.222 FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 Usagi Tsukino 74 22 0 4
189 TRUE 21 1 2010-02-11 17:57:47 FALSE 220.255.7.227 FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 Usagi Tsukino 3 1 2 3
190 FALSE 21 1 2010-03-05 03:14:09 FALSE RemiBlade 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 Usagi Tsukino 18 9 3 2
191 TRUE 21 2 2010-03-12 18:20:35 FALSE 80.44.206.126 FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 Usagi Tsukino 5 5 33 1
192 TRUE 21 1 2010-03-23 19:31:48 FALSE 24.45.21.138 FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 Usagi Tsukino 0 5 15 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE "None,None,None" None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
3 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
4 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
5 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
6 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE None,None,None None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0

View File

@@ -0,0 +1,27 @@
anon articleid chev_com date_time deleted editor editorid minor namespace revert reverteds revid sha1 text_chars title warning wiki_welcome
FALSE 56237363 2018-01-07 10:40:58 FALSE "NinjaRobotPirate" 3742946 FALSE 3 FALSE 819091731 135nz8q6lfam6cojla7azb7k5alx3t3 1141 "User talk:86.139.142.254"
FALSE 56237364 2018-01-07 10:41:10 FALSE "Kavin kavitha" 32792125 FALSE 3 FALSE 819091755 0pwezjc6yopz0smc8al6ogc4fax5bwo 663 "User talk:Kavin kavitha"
FALSE 56237365 2018-01-07 10:41:26 FALSE "Amicable always" 32621254 FALSE 3 FALSE 819091788 sz3t2ap7z8bpkdvdvi195f3i35949bv 399 "User talk:Dr.vivek163"
FALSE 56237366 2018-01-07 10:41:31 FALSE "ClueBot NG" 13286072 FALSE 3 FALSE 819091796 r6s5j8j3iykenrhuhpnkpsmmd71vubf 1260 "User talk:Twistorl" Warning welcome to Wikipedia
FALSE 56237368 2018-01-07 10:41:51 FALSE "Khruner" 8409334 FALSE 0 FALSE 819091825 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 2249 "Kom Firin"
FALSE 56237368 2018-01-27 12:16:02 FALSE "Khruner" 8409334 TRUE 0 FALSE 822610647 e6oa4g0qv64icdaq26uu1zzbyr5hcbh 2230 "Kom Firin"
FALSE 56237369 Chevalier, Chevalier 2018-01-07 10:42:05 FALSE "Editingaccount1994" 32794215 FALSE 2 FALSE 819091844 0fyvyh2a8xu41gt8obr34oba0bfixj6 27840 "User:Editingaccount1994/sandbox"
FALSE 56237369 2018-01-07 11:09:52 FALSE "AnomieBOT" 7611264 TRUE 2 FALSE 819093984 8gy52aolt5rg3eaketwj5v7eiw0apv2 27787 "User:Editingaccount1994/sandbox"
FALSE 56237369 2018-01-12 21:45:50 FALSE "SporkBot" 12406635 TRUE 2 FALSE 820064189 he8ydemaanxlrpftqxkez8jfpge1fsj 27784 "User:Editingaccount1994/sandbox"
FALSE 56237369 2018-01-12 23:28:11 FALSE "SporkBot" 12406635 TRUE 2 FALSE 820078679 0to17w9rth3url8n7gvucdtobybdq5h 27783 "User:Editingaccount1994/sandbox"
FALSE 56237369 2018-01-12 23:28:39 FALSE "SporkBot" 12406635 TRUE 2 FALSE 820078733 531dizmmloyxffbkdr5vph7owh921eg 27782 "User:Editingaccount1994/sandbox"
FALSE 56237369 2018-01-13 13:45:33 FALSE "Frietjes" 13791031 FALSE 2 FALSE 820177382 nik9p2u2fuk4yazjxt8ymbicxv5qid9 27757 "User:Editingaccount1994/sandbox"
FALSE 56237369 Chevalier, Chevalier 2018-01-24 01:35:22 FALSE "CommonsDelinker" 2304267 FALSE 2 FALSE 822038928 gwk6pampl8si1v5pv3kwgteg710sfw3 27667 "User:Editingaccount1994/sandbox"
FALSE 56237370 2018-01-07 10:42:20 FALSE "PamD" 1368779 FALSE 0 FALSE 819091874 n4ozbsgle13p9yywtfrz982ccj8woc9 25 "Anita del Rey"
FALSE 56237371 2018-01-07 10:42:27 FALSE "ClueBot NG" 13286072 FALSE 3 FALSE 819091883 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 1274 "User talk:119.94.96.157" Warning welcome to Wikipedia
FALSE 56237372 2018-01-07 10:42:50 FALSE "Underbar dk" 677153 FALSE 14 FALSE 819091914 je7aw21fedbwyqsyofpisdrynsu7olr 113 "Category:Ohmi Railway"
FALSE 56237375 2018-01-07 10:43:32 FALSE "TastyPoutine" 882433 FALSE 3 FALSE 819091968 cpm4tkzcx4hc6irr9ukbi06ogud8dtq 199 "User talk:92.226.219.222"
FALSE 56237375 2018-01-07 11:10:24 FALSE "AnomieBOT" 7611264 TRUE 3 FALSE 819094036 artmfz8b2gxhb3pp8a5p4ksplxqfkpg 1840 "User talk:92.226.219.222"
FALSE 56237375 2018-01-07 14:33:36 FALSE "Only" 702940 FALSE 3 FALSE 819112363 dn9wj0n8d8pdd5lqe56uw5xamupowr1 2949 "User talk:92.226.219.222"
FALSE 56237376 2018-01-07 10:44:01 FALSE "Dipayanacharya" 32794237 FALSE 2 FALSE 819092004 ofueugwatmmn7u73isw732neuza57gk 28 "User:Dipayanacharya"
FALSE 56237376 2018-01-07 10:49:08 FALSE "Dipayanacharya" 32794237 FALSE 2 FALSE 819092390 dsz55xv96ec2uv6w9c1z7c52ipfovbw 38 "User:Dipayanacharya"
FALSE 56237378 2018-01-07 10:44:56 FALSE "Vinegarymass911" 21516552 FALSE 0 FALSE 819092066 9ma38hak0ef1ew4fpiutxpnzd8oz1wd 65 "BSCIC"
FALSE 56237379 2018-01-07 10:45:21 FALSE "BrownHairedGirl" 754619 FALSE 14 FALSE 819092102 4dvakoat58bzyf5hmtthxukt29hip6n 285 "Category:Women government ministers of Yemen"
FALSE 56237381 2018-01-07 10:45:54 FALSE "PRehse" 410898 FALSE 1 FALSE 819092135 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 103 "Talk:List of Morning Glories Characters"
FALSE 56237382 2018-01-07 10:45:56 FALSE "ClueBot NG" 13286072 FALSE 3 FALSE 819092138 3y9t5wpk6ur5jhone75rhm4wjf01fgi 1330 "User talk:106.207.126.114" Warning welcome to Wikipedia
FALSE 56237382 2018-01-07 10:50:22 FALSE "HindWIKI" 31190506 FALSE 3 FALSE 819092495 8wvn6vh3isyt0dorpe89lztrburgupe 2355 "User talk:106.207.126.114" welcome to Wikipedia
1 anon articleid chev_com date_time deleted editor editorid minor namespace revert reverteds revid sha1 text_chars title warning wiki_welcome
2 FALSE 56237363 2018-01-07 10:40:58 FALSE NinjaRobotPirate 3742946 FALSE 3 FALSE 819091731 135nz8q6lfam6cojla7azb7k5alx3t3 1141 User talk:86.139.142.254
3 FALSE 56237364 2018-01-07 10:41:10 FALSE Kavin kavitha 32792125 FALSE 3 FALSE 819091755 0pwezjc6yopz0smc8al6ogc4fax5bwo 663 User talk:Kavin kavitha
4 FALSE 56237365 2018-01-07 10:41:26 FALSE Amicable always 32621254 FALSE 3 FALSE 819091788 sz3t2ap7z8bpkdvdvi195f3i35949bv 399 User talk:Dr.vivek163
5 FALSE 56237366 2018-01-07 10:41:31 FALSE ClueBot NG 13286072 FALSE 3 FALSE 819091796 r6s5j8j3iykenrhuhpnkpsmmd71vubf 1260 User talk:Twistorl Warning welcome to Wikipedia
6 FALSE 56237368 2018-01-07 10:41:51 FALSE Khruner 8409334 FALSE 0 FALSE 819091825 tf5qz2yaswx61zrlm9ovxzuhl7r2dc4 2249 Kom Firin
7 FALSE 56237368 2018-01-27 12:16:02 FALSE Khruner 8409334 TRUE 0 FALSE 822610647 e6oa4g0qv64icdaq26uu1zzbyr5hcbh 2230 Kom Firin
8 FALSE 56237369 Chevalier, Chevalier 2018-01-07 10:42:05 FALSE Editingaccount1994 32794215 FALSE 2 FALSE 819091844 0fyvyh2a8xu41gt8obr34oba0bfixj6 27840 User:Editingaccount1994/sandbox
9 FALSE 56237369 2018-01-07 11:09:52 FALSE AnomieBOT 7611264 TRUE 2 FALSE 819093984 8gy52aolt5rg3eaketwj5v7eiw0apv2 27787 User:Editingaccount1994/sandbox
10 FALSE 56237369 2018-01-12 21:45:50 FALSE SporkBot 12406635 TRUE 2 FALSE 820064189 he8ydemaanxlrpftqxkez8jfpge1fsj 27784 User:Editingaccount1994/sandbox
11 FALSE 56237369 2018-01-12 23:28:11 FALSE SporkBot 12406635 TRUE 2 FALSE 820078679 0to17w9rth3url8n7gvucdtobybdq5h 27783 User:Editingaccount1994/sandbox
12 FALSE 56237369 2018-01-12 23:28:39 FALSE SporkBot 12406635 TRUE 2 FALSE 820078733 531dizmmloyxffbkdr5vph7owh921eg 27782 User:Editingaccount1994/sandbox
13 FALSE 56237369 2018-01-13 13:45:33 FALSE Frietjes 13791031 FALSE 2 FALSE 820177382 nik9p2u2fuk4yazjxt8ymbicxv5qid9 27757 User:Editingaccount1994/sandbox
14 FALSE 56237369 Chevalier, Chevalier 2018-01-24 01:35:22 FALSE CommonsDelinker 2304267 FALSE 2 FALSE 822038928 gwk6pampl8si1v5pv3kwgteg710sfw3 27667 User:Editingaccount1994/sandbox
15 FALSE 56237370 2018-01-07 10:42:20 FALSE PamD 1368779 FALSE 0 FALSE 819091874 n4ozbsgle13p9yywtfrz982ccj8woc9 25 Anita del Rey
16 FALSE 56237371 2018-01-07 10:42:27 FALSE ClueBot NG 13286072 FALSE 3 FALSE 819091883 ksohnvsbeuzwpl5vb8a3v8m18hva0a7 1274 User talk:119.94.96.157 Warning welcome to Wikipedia
17 FALSE 56237372 2018-01-07 10:42:50 FALSE Underbar dk 677153 FALSE 14 FALSE 819091914 je7aw21fedbwyqsyofpisdrynsu7olr 113 Category:Ohmi Railway
18 FALSE 56237375 2018-01-07 10:43:32 FALSE TastyPoutine 882433 FALSE 3 FALSE 819091968 cpm4tkzcx4hc6irr9ukbi06ogud8dtq 199 User talk:92.226.219.222
19 FALSE 56237375 2018-01-07 11:10:24 FALSE AnomieBOT 7611264 TRUE 3 FALSE 819094036 artmfz8b2gxhb3pp8a5p4ksplxqfkpg 1840 User talk:92.226.219.222
20 FALSE 56237375 2018-01-07 14:33:36 FALSE Only 702940 FALSE 3 FALSE 819112363 dn9wj0n8d8pdd5lqe56uw5xamupowr1 2949 User talk:92.226.219.222
21 FALSE 56237376 2018-01-07 10:44:01 FALSE Dipayanacharya 32794237 FALSE 2 FALSE 819092004 ofueugwatmmn7u73isw732neuza57gk 28 User:Dipayanacharya
22 FALSE 56237376 2018-01-07 10:49:08 FALSE Dipayanacharya 32794237 FALSE 2 FALSE 819092390 dsz55xv96ec2uv6w9c1z7c52ipfovbw 38 User:Dipayanacharya
23 FALSE 56237378 2018-01-07 10:44:56 FALSE Vinegarymass911 21516552 FALSE 0 FALSE 819092066 9ma38hak0ef1ew4fpiutxpnzd8oz1wd 65 BSCIC
24 FALSE 56237379 2018-01-07 10:45:21 FALSE BrownHairedGirl 754619 FALSE 14 FALSE 819092102 4dvakoat58bzyf5hmtthxukt29hip6n 285 Category:Women government ministers of Yemen
25 FALSE 56237381 2018-01-07 10:45:54 FALSE PRehse 410898 FALSE 1 FALSE 819092135 2sjrxsc7os9k9pg4su2t4rk2j8nn0h7 103 Talk:List of Morning Glories Characters
26 FALSE 56237382 2018-01-07 10:45:56 FALSE ClueBot NG 13286072 FALSE 3 FALSE 819092138 3y9t5wpk6ur5jhone75rhm4wjf01fgi 1330 User talk:106.207.126.114 Warning welcome to Wikipedia
27 FALSE 56237382 2018-01-07 10:50:22 FALSE HindWIKI 31190506 FALSE 3 FALSE 819092495 8wvn6vh3isyt0dorpe89lztrburgupe 2355 User talk:106.207.126.114 welcome to Wikipedia

File diff suppressed because it is too large Load Diff

View File

@@ -1,411 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
FALSE 1 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3AWiki.png%22
FALSE 3 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3ASearch%20logo.png%22
FALSE 6 2005-07-16 21:46:43 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 3 83d73a7b77b4de495037c6236808e8518d545591 184 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2005-07-16 21:47:16 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 130 1f5e2990a4350396907d087706de27afc106302a 222 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2005-07-29 18:37:42 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-15 14:50:13 FALSE %2285.255.113.157%22 FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-01-15 20:40:52 FALSE %22Angela%22 2 TRUE 4 TRUE "266" 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-16 04:00:17 FALSE %2285.255.113.158%22 FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-16 07:20:23 FALSE %2285.255.113.154%22 FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 4 TRUE "279,273" 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-08-01 11:21:41 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-08-04 16:56:16 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2273" 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 7 2005-07-16 22:09:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 5 be1969ef45877518a1cad13f8e56480b3a18716c 3217 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-16 22:17:11 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 6 1d28e2148e4ca41015bd5bab4b7987a494316180 3737 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-16 22:18:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 39 00913a74749ca1783b05d92547728ec016e38a9d 3950 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-17 02:01:56 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 143 d51f10d004bcc3384234b19df209b00327ecc04c 3992 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-29 22:35:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 185 014220129562ab1183e1635f794e9de61a5fdfb1 3994 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-11 20:58:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 187 53523cf4df6d059353669495356ac4e814e863b4 4336 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-12 21:24:49 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 188 1097c589d1ab97dd00ac8302d2d2ab354f2a0e0b 4412 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-12 21:29:28 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
TRUE 7 2006-01-15 14:49:34 FALSE %2285.255.114.134%22 FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 %22Sailor%20Moon%20Wiki%3APolicies%22
TRUE 7 2006-01-15 18:55:09 FALSE %2285.255.113.154%22 FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-01-15 20:41:05 FALSE %22Angela%22 2 FALSE 4 TRUE "270,265" 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-08-01 11:21:51 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-08-04 16:56:14 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2276" 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-05 08:49:33 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6321 ea21012108822ca7d2147f137c33d7db647dd4a4 4540 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-18 00:27:31 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6612 35e2e3e4363dce8d8d18679037360988fe851771 4565 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-18 00:28:57 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 8 2005-07-16 22:10:09 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 %22Category%3AAbout%20Sailor%20Moon%20Wiki%22
FALSE 9 2005-07-16 22:40:19 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 8 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
FALSE 9 2005-07-16 22:48:15 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 9 27e19d4e7c17fbd0396c31828cae3bfb8e2ee7c8 202 %22Template%3ACharastub%22
FALSE 9 2005-07-16 22:48:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "9" 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
FALSE 9 2009-11-22 05:46:05 FALSE %22Thisismyusername%22 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 %22Template%3ACharastub%22
FALSE 10 2005-07-16 22:47:18 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 7 e81e52ce91be28ff0d1e494c8464bb1ac8da905b 105 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-16 22:47:34 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 10 0e87f555f01710a9f31fe45793a7163db5aa51ca 152 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-16 22:57:59 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 13 03f8870c40d5171e94ca84bf3d952d0e9f298d06 176 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-17 00:15:53 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 14 2fb025e35aac0093c087abe4d4ed91e745813d0a 317 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-17 00:16:14 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 135 38890ff5b5d05398ecd8a9481d607f3bf4fe4417 203 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-29 18:49:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 151 eaa02ae0ce25c5786dd26c3050fec0a35a17e1f8 205 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:00:45 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 152 70705e974a8a8bae35c78e10be7711c956226169 242 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:01:35 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 153 00de5fdbce9e5afccd3e3290aee29372b0ca900f 293 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:02:20 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-05 00:23:37 FALSE %22Malkin%22 177 TRUE 4 FALSE 237 30164ea2825c4f6b760a79b2c8176ca176ebb4d0 583 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-14 05:41:04 FALSE %22Malkin%22 177 TRUE 4 FALSE 241 15677691b7f303c2fd0b6c490dc680fc07724376 638 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-17 07:48:10 FALSE %22Malkin%22 177 TRUE 4 FALSE 283 28da42804e820942b569b1c2956308d066ab18f8 668 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-04-16 04:49:39 FALSE %22Malkin%22 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-08-01 11:22:00 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-08-04 16:56:12 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2279" 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2009-11-22 01:17:15 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 11 2005-07-16 22:47:55 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 %22Category%3ACharacter%20stubs%22
FALSE 11 2005-11-04 23:36:13 FALSE %22Malkin%22 177 TRUE 14 FALSE 220 02504da0ba3941173e8c1924b2ebca32014655df 94 %22Category%3ACharacter%20stubs%22
FALSE 11 2005-11-04 23:40:45 FALSE %22Malkin%22 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 %22Category%3ACharacter%20stubs%22
FALSE 12 2005-07-16 22:56:53 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 %22Template%3ASeealso%22
FALSE 13 2005-07-16 23:37:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 11 1534cc265d3016b0b996ac9713e784d55b41e000 1070 %22Template%3ACharabox%22
FALSE 13 2005-07-16 23:39:57 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 26 41499b647e20ac0f3e49611c51ab195fe3a8e356 1108 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:28:30 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 34 d7c7ca5ad4961f145af88b40855209c74d83b1f5 1143 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:41:11 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 35 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:42:21 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 36 d4c3382412d49883c953d720fa89a7af46cd4c7f 1157 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:43:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "36" 52 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:09:38 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 53 ec2e9b0ed4b068cc52d121a70debfa584b2c6a17 1159 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:10:23 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 54 5701a47565dee6dd98fc03d5b036dbc346c33359 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:10:39 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 55 34f5e6aef65d87aec8cbe56a120d8e90598b12d3 1159 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:12:00 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "55,54,53" 56 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:12:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 57 d6c4bdea3a8b7f88a6d67b878943ca6c7fe37a07 1160 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:13:20 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 58 f513ee93c1a7ad3582b6502782cd82f3a6b928bf 1160 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:15:01 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "58,57" 59 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:16:18 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 %22Template%3ACharabox%22
FALSE 13 2005-10-25 23:04:33 FALSE %22Malkin%22 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
TRUE 13 2006-01-15 15:09:32 FALSE %2285.255.114.130%22 FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 %22Template%3ACharabox%22
FALSE 13 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 10 TRUE "286" 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
FALSE 13 2006-05-26 04:34:57 FALSE %22Malkin%22 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 %22Template%3ACharabox%22
TRUE 13 2006-06-17 05:16:27 FALSE %22220.237.30.150%22 FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 %22Template%3ACharabox%22
FALSE 13 2007-07-01 13:53:42 FALSE %22AJtheFlameSwordsman%22 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 %22Template%3ACharabox%22
FALSE 13 2008-06-21 02:37:43 FALSE %22Landavia%22 265950 TRUE 10 FALSE 2782 6d9fc08ff005da3a33d35c30dbd1bd1c7a72091a 1278 %22Template%3ACharabox%22
FALSE 13 2008-07-08 01:01:13 FALSE %22Landavia%22 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:28:53 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2856 65745105a0dda265f03bd8459e7052e24aa1cc7a 1380 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:29:37 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2857 2f34cc6fc3f7a7f33ddd880f0bda6c82619778c7 1389 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:33:11 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2858 1557bd94cf960713e932d5593422206e7deba078 1257 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:34:20 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 %22Template%3ACharabox%22
FALSE 13 2008-09-20 04:10:46 FALSE %22Uberfuzzy%22 161697 FALSE 10 TRUE "2859,2858,2857,2856" 2899 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
FALSE 13 2008-10-05 19:19:45 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2966 0ed834d80d8b155f6cb0aa9137bbab6e0d452651 1286 %22Template%3ACharabox%22
FALSE 13 2008-10-05 19:20:47 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 %22Template%3ACharabox%22
FALSE 13 2010-01-04 04:40:42 FALSE %22Toughpigs%22 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 %22Template%3ACharabox%22
TRUE 13 2010-03-20 19:21:54 FALSE %2299.227.202.85%22 FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 %22Template%3ACharabox%22
FALSE 14 2005-07-17 00:02:36 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 12 5b6cb89c6c51db0e21b16949cc5849d5432bf98e 4164 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:02:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 17 9b94ad968fdb495bc3de790ff00768019887f0f6 4162 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:27:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 19 4b9f2ae9d282c15faa3524f8f260637fb55811da 5612 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:38:57 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 20 779e9abdceb7c0fb404617d35b77ce7be91bd2e5 5614 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:40:29 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 21 20b724bfa4f1eb649e950ae60f265487c9df8475 5622 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:41:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 22 5a2f1b140bca7b6b3c12ee44a8422cb4fcb0f26a 5623 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:42:32 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 69 dc3b4550165e22b0768374612ffda9b9d5326e2e 5656 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 16:33:09 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 81 b3714229850f34c6f92dcdb4a95975ce1007ebbf 5679 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-18 01:35:37 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 87 120b5e1095c351ed0568d8d6ec52fb0cd93785fa 5676 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-18 02:03:00 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 119 e852d9b5a58b60f4c343f1610a879e7d94096295 5692 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-19 22:59:20 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 120 7e67c986b6b36dbb2dd935ab5c1d74253d550cd6 5758 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-19 22:59:45 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 125 9378526871378ff21825abf2f99c58da6b898f16 5761 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-22 02:01:48 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 167 fde382ae335cea4b64ad37f92dfaf3b1bcb52beb 5747 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-08-13 21:10:11 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-10-27 21:25:54 FALSE %22Malkin%22 177 TRUE 0 FALSE 211 b4f564c1b9776a8b4f44a7f68d1182d610a92439 5748 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-10-30 23:19:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-03 05:03:34 FALSE %22220.237.30.150%22 FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-15 18:31:58 FALSE %2285.255.113.155%22 FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-01-15 20:40:56 FALSE %22Angela%22 2 TRUE 0 TRUE "269" 272 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-16 07:06:14 FALSE %2285.255.114.130%22 FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-01-19 19:14:51 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 0 TRUE "287" 1732 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-06-27 09:57:48 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-06-28 02:07:28 FALSE %22Angela%22 2 TRUE 0 TRUE "2168" 2174 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-08-01 10:54:19 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-08-04 16:59:18 FALSE %22Splarka%22 8245 TRUE 0 TRUE "2197" 2394 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2007-12-23 15:16:52 FALSE %22Animalia555%22 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-01-30 02:19:03 FALSE %2269.211.15.33%22 FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2008-01-30 02:19:23 FALSE %22Charitwo%22 184532 FALSE 0 TRUE "2700" 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-04-26 20:02:18 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2743 5ddeac4ff5af72ac9746568c2c1060693ae4bbc2 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-04-26 20:03:59 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 05:02:47 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3593 dc89db0e48d924793fe46a322d4818f97b46ac4a 5899 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 05:04:12 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3594 acff9378220bd66b125fc843cd8237a5d191db79 6010 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:46:56 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-03-02 06:48:07 FALSE %22Charitwo%22 184532 FALSE 0 TRUE "3595,3594,3593" 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:52:20 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3597 b484336f0d4733585cc055c623be050670e6e6d3 5936 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:54:31 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 09:29:45 FALSE %2276.121.175.64%22 FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:05:59 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3846 a0b898f41c6237792415e7d265e8f4e6ea4aa7e5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:07:34 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3847 521c9de87e3ac8b6607d53be47d962658b9bfbf3 4791 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:08:38 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:17:40 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5321 09173f99c2196e50fa6c5ec89dd3a248415c6aac 4776 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:21:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5326 d233082eed3a93fe4b41d31b18d91d6ac3b38065 4782 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:25:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-11-08 12:06:18 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5684 d2500367109d3528185f99737352f40b677a7226 4797 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-11-08 12:08:16 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-14 08:22:01 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5707 b718d5fa20aaa3e5dac78b66d18779e6c7806d2b 4833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-14 09:14:14 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-19 17:24:17 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-20 05:36:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE "5825" 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 19 2005-07-17 01:16:13 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 44 abfb4612e0ac3c305e5bdb7dc79d4df8c7a3c6a0 24 %22Category%3ASailor%20soldiers%22
FALSE 19 2005-07-17 02:11:33 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
TRUE 19 2009-06-27 17:48:45 FALSE %2224.193.146.200%22 FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 %22Category%3ASailor%20soldiers%22
FALSE 19 2009-11-24 08:09:06 FALSE %22Thisismyusername%22 1628549 TRUE 14 TRUE "3989" 6074 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
FALSE 20 2005-07-17 01:18:57 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 23 5403fb3476d1ec93163ec4d3f7e6a27d68eb793e 8 %22File%3ASmoon.png%22
FALSE 20 2005-07-17 01:19:28 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 %22File%3ASmoon.png%22
FALSE 20 2005-11-17 07:49:56 FALSE %22Malkin%22 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 %22File%3ASmoon.png%22
FALSE 21 2005-07-17 01:29:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 27 5d2a74bb183bcb5de1eb08e4314b32e6e4c9b11c 698 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:30:43 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 28 c0df0a86d9c3d9b10dd049ee70df8569272223dc 721 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 29 f65707c856957bd1041a22c6339355015bc0ec92 725 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:18 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 30 348fdf8f7e0a9bd518be14793a77d2c55c8ae321 724 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:38 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 33 e7ab0ef33b00942a6d40fc1e63fa1862200bb993 727 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:40:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 20:40:15 FALSE %22Mange%22 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:32:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:41:57 FALSE %22Mange%22 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:44:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 86 050815b74778d040cfe5b2d708e6054eef2f9574 5948 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:58:59 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 89 fdf55e8a5dbceabe27dca48b82afd52c5d3279f4 5957 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:10:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 93 df8b543b4768e69270f753f7d859343a2d35c947 6618 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:24:24 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 94 18fa0fb2f1cc8948ffff0a79fbf37bdf7c42c9ee 6629 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:25:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 %22Usagi%20Tsukino%22
FALSE 21 2005-10-25 02:26:40 FALSE %22Malkin%22 177 TRUE 0 FALSE 250 7ce3ad98674e990b09a343a9f2f1fe0581429e2e 6754 %22Usagi%20Tsukino%22
FALSE 21 2005-11-17 23:46:12 FALSE %22Malkin%22 177 TRUE 0 FALSE 252 1157fc364030ed349a0a93eada1898a524a962a4 6885 %22Usagi%20Tsukino%22
FALSE 21 2005-11-22 01:53:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 %22Usagi%20Tsukino%22
TRUE 21 2005-12-24 06:14:40 FALSE %22220.237.30.150%22 FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
TRUE 21 2006-06-27 10:01:16 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 %22Usagi%20Tsukino%22
FALSE 21 2006-06-28 02:07:31 FALSE %22Angela%22 2 TRUE 0 TRUE "2170" 2175 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
FALSE 21 2006-08-01 11:20:04 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Usagi%20Tsukino%22
FALSE 21 2006-08-04 16:57:12 FALSE %22Splarka%22 8245 TRUE 0 TRUE "2267" 2312 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:19:51 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2479 5892a29f067d67874d7476e6b071ddc13c9e8f68 7427 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:24:02 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2480 1f2da9b7addd8af44c16020eedeed4b3e36ff512 8245 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:25:53 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2481 2dd31939210c0d7587b39b4ff65a8dbfa40b6b3d 8412 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:36:11 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2482 9ce7e4f06d4abaf1817f1d3f45bb40201728534e 10127 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 21:03:56 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 %22Usagi%20Tsukino%22
TRUE 21 2007-07-24 15:03:38 FALSE %2272.84.74.134%22 FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 %22Usagi%20Tsukino%22
TRUE 21 2007-08-30 07:23:17 FALSE %2259.101.67.180%22 FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 %22Usagi%20Tsukino%22
TRUE 21 2007-10-15 21:05:45 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2661 d052855d49c11fa0dacc7fe1aa6abceb0ddf34c5 10133 %22Usagi%20Tsukino%22
TRUE 21 2007-10-15 21:07:12 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 %22Usagi%20Tsukino%22
FALSE 21 2007-12-27 22:50:15 FALSE %22Kataangrl%22 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 %22Usagi%20Tsukino%22
TRUE 21 2008-01-30 03:24:08 FALSE %2272.26.0.104%22 FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 %22Usagi%20Tsukino%22
TRUE 21 2008-02-24 04:55:53 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2731 e10f68b8b855ec0f52aa8c0feeab3e159c4a37a4 10145 %22Usagi%20Tsukino%22
TRUE 21 2008-02-24 04:56:56 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 %22Usagi%20Tsukino%22
TRUE 21 2008-05-06 15:45:57 FALSE %2268.46.150.25%22 FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 %22Usagi%20Tsukino%22
TRUE 21 2008-05-15 23:58:16 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2760 7c6edf9a3979f1f33978b07731dcd20b1d902697 10153 %22Usagi%20Tsukino%22
TRUE 21 2008-05-15 23:59:58 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2761 bd7f852970ffbc7ed3e0fcecf17ef74d0b57d032 10122 %22Usagi%20Tsukino%22
TRUE 21 2008-05-16 00:02:13 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 %22Usagi%20Tsukino%22
TRUE 21 2008-07-31 01:19:44 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2866 52493aada08ef5c40d2f1f94eb6c06fb0a5d4fcf 10123 %22Usagi%20Tsukino%22
TRUE 21 2008-07-31 01:21:00 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 %22Usagi%20Tsukino%22
TRUE 21 2008-08-10 18:02:31 FALSE %2266.98.50.84%22 FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 %22Usagi%20Tsukino%22
TRUE 21 2008-09-07 20:49:51 FALSE %2270.74.9.38%22 FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 02:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2911 24ccdd156f4facf88ed501300e8a12f851cbfe14 10243 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 02:59:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2912 28d3cd12fbbce72801d3b6669e98fec39338f934 10274 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 03:04:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2913 85ea8c312752a46a2613b944ee782ae1ea40cd54 10368 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 03:05:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2914 9feb673f79b8296a04b6d2a5e5d3465f5f491064 10375 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 14:49:36 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2919 531273b98b43dd3d6b17b5cc81b5fa1d274094bc 10519 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:23:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2929 a3906a8457bee683a4f252a0f5cfaa1c95decf71 10628 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:24:14 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2930 537e53df3de3361d1fbdaef5ffeeae61d7c3d1aa 10634 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:24:53 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2931 adcffe13fd55958e3f062e9e35ae1ba6da4babdd 10655 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:28:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2932 ac06ba836f06247fa00c90221a92263b3d8d5f78 10885 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:34:28 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2933 99e3cc77398ae1524656ea00457daf017310aca3 11132 %22Usagi%20Tsukino%22
FALSE 21 2008-10-03 18:49:12 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2937 b676048ca642376c4154775845a6bfac5fec5694 11188 %22Usagi%20Tsukino%22
FALSE 21 2008-10-03 18:50:00 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2938 c194ea05edf7cc13ccdbdc90ebae08f60b5175b5 11275 %22Usagi%20Tsukino%22
FALSE 21 2008-10-05 00:37:20 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2959 063359e70dd85519ba0f6c58efb2d510b5f4301c 11398 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:53:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3073 d84f2fdf5d702611d654df38face217bd5bfae12 11458 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:55:57 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3074 a46b13682f1cc37cd82f3a87f57d7071fc97cac2 11668 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3075 3fd4a505e9f5b7eeb9736f970f7f0701eeb8400b 11748 %22Usagi%20Tsukino%22
FALSE 21 2008-10-10 22:00:01 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 %22Usagi%20Tsukino%22
FALSE 21 2008-10-22 00:02:46 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3219 55e9a70396ad5fe56e57a5532c4dfe849ffb019a 11410 %22Usagi%20Tsukino%22
FALSE 21 2008-10-22 00:04:36 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 18:39:10 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3254 d3525b29783ef675620dffacd67f09cfc416952c 10287 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 18:44:43 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3256 510878309a56a4a4ba0d4f87ce27b8d25f15d65d 10310 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 19:16:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3261 616dd1c236765eb5e222c229795e47aeeefca356 10447 %22Usagi%20Tsukino%22
FALSE 21 2008-11-16 23:22:56 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3295 0a7e4eca0bde53a0b788bf98046c3f13a0024afb 10627 %22Usagi%20Tsukino%22
FALSE 21 2008-11-16 23:24:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3296 9fd5b4eb5232c21b28af9b6124a6bf8007b49c96 10664 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:26:55 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3299 ee6a40778d1c03558d6010a3cae260b41038567d 11054 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:42:27 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3301 a378bc32d66b12a6cf90674ed7e706bac8df37c2 11174 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:44:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3302 0c88078926b24c00b2cb45f516014ff6d94252e2 11277 %22Usagi%20Tsukino%22
FALSE 21 2008-11-18 19:20:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3303 ed26c0cc380c7cc837435750358464bdc7d4bd94 11361 %22Usagi%20Tsukino%22
FALSE 21 2008-11-18 23:03:38 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3310 61d626c2e5ac9558055538e76a2c9027f0a2219f 11406 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 18:07:19 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3330 4c4291fd01f39d04f1d304a286d1e1c9da4bd634 11428 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 18:12:52 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3332 33e822d495e7b5ed591df0234514e5e97b5a3a0d 11519 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 19:55:17 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3333 453e7d82d4ecaf5c76bf2a2635bc3758d7b594e5 11660 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 19:56:01 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3334 bfcbc1fda499e1fb0a6f70ff9c636d49ef0dcb48 11642 %22Usagi%20Tsukino%22
FALSE 21 2008-11-26 03:45:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3337 fd0e1e2ff9b089bc7cc63a7d8a400fa31da02881 11709 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:22:00 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3353 fc56374e5db574ee532251b7834f17b6167a2334 11739 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:22:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3354 2983c01522257faeb308f99fba9fc54a064802a4 11743 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:38:31 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3358 158c36c0b78b411ab4e40982a2c144534feea101 11773 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:39:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3359 be7d10232be75dd829a3695f9d12babf3aee98c6 11779 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 01:07:05 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3371 4ca203ee92ba6ea035bc9ee06f4c8d34f212b5a8 11857 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 03:38:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3375 24782d2d56bfa8c77ccb017942765d34974f1219 11958 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 03:38:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 06:25:29 FALSE %22Uberfuzzy%22 161697 TRUE 0 FALSE 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:40:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3481 517ed0e5a319a59215c17737912dd3a192cbf27c 10213 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:43:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3482 b54210b5272b260d3170fbca5f35c770a4f31720 10192 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:54:35 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3483 bff315633e5d9909f2b896f6670b99d69f9cc93d 9366 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:56:43 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:58:26 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3485 dc2995500d238ddba4e319dcf1fe5bbf0bc256c0 9294 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:06:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:11:26 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:14:23 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:14:41 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:19:31 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:22:52 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:23:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:27:42 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3493 66ff67a36ef74b48aa3cf8b37f16dd25e984e19b 9905 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:30:16 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3494 277168827a6c97138c20f46c8fb7fd86d020e551 9926 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:32:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3495 e6116ef7eddef7b1c5423890d685db6b5d5d69f5 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:33:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:35:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3498 99ee5ace328efff55e12c99f03626e492d52e6b3 9969 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:37:21 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:39:04 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3501 ef979a8e0e262bc2530d1260ed3f9676a811070e 9964 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:05 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3502 bece232bd57d219d8e5943d4cf227ae15d67c9d0 9963 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:22 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:52 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:42:27 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:46:57 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3507 823ff905fecebeab82c6dab4ee21fe401b38d9f1 10111 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:47:46 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:47:47 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:48:32 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:50:24 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:57:07 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:58:57 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3513 d484b463a73759923027354187bacc991b7aaa75 10206 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 04:09:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3514 47ad398b8290eaef99aa120a5214c238df7deaf9 10209 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 04:18:56 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:06:45 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3516 086a828f60de4f38948e295dc10736838d18efde 10324 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:07:19 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3517 9fd5f8af1e91d48c03dd6d852a791e74b65f9244 10350 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:14:26 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3518 acfdaf90525ef700949060d5ad45577d71eb1ed8 10469 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:16:58 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:35:18 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3520 455158ce1473b93c03d3433d26a691954272e112 10471 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:35:32 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:45:21 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3522 b2ef40b075acbc01d33ba59991e3f0158768a5da 10496 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:49:18 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:50:22 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:52:11 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3525 d90baefbef00e7bfd94fbc8037254a3eb34dd2d7 10579 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:56:17 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3526 ebb978d90654fc4c8a26cd1b46dcda5524698220 10580 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 00:02:56 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3527 8f931c9e95a520df7b339a612eefa8e8a8179760 10824 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 01:31:16 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3528 2c7aaa4812451622c57a243d6b4279f1d00f9271 10832 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 01:38:52 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 %22Usagi%20Tsukino%22
FALSE 21 2009-02-04 04:54:06 FALSE %22Uberfuzzy%22 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
TRUE 21 2009-02-07 18:40:23 FALSE %2286.44.90.9%22 FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 %22Usagi%20Tsukino%22
TRUE 21 2009-02-09 05:02:51 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 %22Usagi%20Tsukino%22
TRUE 21 2009-02-12 19:42:44 FALSE %22207.177.118.2%22 FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:36:59 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3577 008239f628d54c4e2ef08a2fece1f62fe9f35ef9 846 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:43:17 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3578 ff823cab75d57c6dfb0a563d75a64d5c3d7289b5 939 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:48:05 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3579 545ac36f589803e1ad02ea03c5e79c19c903bd3b 5062 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:48:53 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3580 2bf2ae8f1163814b4a774e4a4b5786da4a72ec4a 956 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:55:13 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 %22Usagi%20Tsukino%22
FALSE 21 2009-02-23 04:59:45 FALSE %22Michaeldsuarez%22 130901 FALSE 0 TRUE "3582,3580,3579,3578,3577,3569,3568,3563" 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
FALSE 21 2009-03-03 06:08:59 FALSE %22Dreamgirl%22 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 %22Usagi%20Tsukino%22
TRUE 21 2009-03-04 04:21:02 FALSE %2271.192.146.43%22 FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 %22Usagi%20Tsukino%22
TRUE 21 2009-03-09 16:35:02 FALSE %22194.242.52.20%22 FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 %22Usagi%20Tsukino%22
FALSE 21 2009-03-17 03:40:32 FALSE %22PatamonRoxs%22 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 %22Usagi%20Tsukino%22
TRUE 21 2009-03-17 19:59:22 FALSE %2276.71.117.92%22 FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
FALSE 21 2009-03-19 04:54:53 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3638 2c1b93187d2757bf514a598093b19b2ed6faec66 10802 %22Usagi%20Tsukino%22
FALSE 21 2009-03-19 04:55:39 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 %22Usagi%20Tsukino%22
FALSE 21 2009-03-22 23:32:38 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3656 99e7c6a212194b74d3ff04da3ec40c53e35e189d 11104 %22Usagi%20Tsukino%22
FALSE 21 2009-03-22 23:43:51 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3660 5795ad4373468cf1b2e40d842e25feaac38c1bca 11244 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:12:21 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:47:19 FALSE %22Sailorhentai%22 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:48:35 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3670 56ed85ff00dd3be5a6076ed75eebed71ba8516e5 11525 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:49:25 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 %22Usagi%20Tsukino%22
TRUE 21 2009-03-23 02:23:36 FALSE %2270.43.56.162%22 FALSE 0 TRUE "3671,3670,3669,3664,3660,3656,3641,3638" 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
TRUE 21 2009-04-02 12:24:31 FALSE %22118.137.75.242%22 FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 19:44:18 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3766 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 19:49:27 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3768 7ade719e6f4109fda9f758934beb0363dc8d87f4 13252 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 20:14:38 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 %22Usagi%20Tsukino%22
TRUE 21 2009-04-06 03:01:30 FALSE %2276.92.221.175%22 FALSE 0 TRUE "3770,3768" 3771 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
TRUE 21 2009-04-06 03:03:07 FALSE %2276.92.221.175%22 FALSE 0 TRUE "3771,3770,3768,3766" 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
TRUE 21 2009-04-09 19:40:02 FALSE %2268.82.224.91%22 FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 %22Usagi%20Tsukino%22
TRUE 21 2009-04-12 22:43:46 FALSE %2265.8.8.231%22 FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-22 21:57:32 FALSE %2267.191.218.47%22 FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:22 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3835 98c8cec14df4186739a3b40d945f5b4512a40113 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:40 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3837 ffd5372bb5a767e50203159b7942f5582e30fd39 10889 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:57 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3838 d44304a5a4bfece2ea4d832cfb389c50be98f795 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:09:06 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 %22Usagi%20Tsukino%22
TRUE 21 2009-04-28 00:57:47 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 %22Usagi%20Tsukino%22
FALSE 21 2009-05-07 14:58:41 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3874 1cec54024b16bd7c2eaca85b58ef512cce04159c 10880 %22Usagi%20Tsukino%22
FALSE 21 2009-05-07 15:00:11 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 %22Usagi%20Tsukino%22
TRUE 21 2009-05-21 00:03:29 FALSE %2268.151.17.131%22 FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 %22Usagi%20Tsukino%22
FALSE 21 2009-05-23 14:55:21 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3931 9a498f4c6e659da82b39357e3a1f4da01845dff2 14673 %22Usagi%20Tsukino%22
FALSE 21 2009-05-23 15:36:36 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 %22Usagi%20Tsukino%22
TRUE 21 2009-05-29 02:24:31 FALSE %2272.174.99.6%22 FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 %22Usagi%20Tsukino%22
FALSE 21 2009-05-29 03:14:16 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 %22Usagi%20Tsukino%22
FALSE 21 2009-06-04 02:44:24 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 %22Usagi%20Tsukino%22
TRUE 21 2009-06-27 17:37:27 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3987 a595e9090bbbf2a0ab90cc41a4040713bfcd9b21 14728 %22Usagi%20Tsukino%22
TRUE 21 2009-06-27 17:51:32 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 %22Usagi%20Tsukino%22
TRUE 21 2009-07-06 22:47:47 FALSE %2275.74.70.19%22 FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 %22Usagi%20Tsukino%22
FALSE 21 2009-07-16 08:09:54 FALSE %22ShinyRayquaza%22 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 %22Usagi%20Tsukino%22
TRUE 21 2009-07-21 00:06:27 FALSE %2298.235.7.53%22 FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:23:03 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4022 57e0e424273a32d5f820bf548fe97a5a083ca2d1 14827 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:23:32 FALSE %22Ghostkaiba297%22 1031724 TRUE 0 FALSE 4023 93a41b5bd7565ec9313d3a41556edd5ad3c33ac5 14828 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:38:22 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 %22Usagi%20Tsukino%22
FALSE 21 2009-07-27 06:06:07 FALSE %22Pokinick27%22 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 %22Usagi%20Tsukino%22
FALSE 21 2009-08-09 14:35:52 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 %22Usagi%20Tsukino%22
TRUE 21 2009-08-10 05:12:20 FALSE %2298.117.157.110%22 FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 %22Usagi%20Tsukino%22
FALSE 21 2009-08-13 02:46:11 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4226 20781f34027ab15bf0637fa30448c15761d20ae5 17663 %22Usagi%20Tsukino%22
FALSE 21 2009-08-13 02:49:33 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 %22Usagi%20Tsukino%22
FALSE 21 2009-08-20 06:29:29 FALSE %22Donut%20THX%201138%22 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 %22Usagi%20Tsukino%22
TRUE 21 2009-09-04 22:59:22 FALSE %2267.67.88.74%22 FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:04:59 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4441 4cbd4a9ee059e05b7ed5bad7f3944662fb053e9f 17867 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:15:03 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4442 0c9cbc671bc29ffe2e5e370be29ec0213445e3d2 17868 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:16:05 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4443 70b8c2433bd02d79209a837035ee873386b7ccc5 17926 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:31:32 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
FALSE 21 2009-09-10 16:12:21 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 %22Usagi%20Tsukino%22
FALSE 21 2009-09-18 20:21:35 FALSE %22Sonic0chick0ames%22 1275878 FALSE 0 TRUE "4451" 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
FALSE 21 2009-09-19 00:37:44 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 %22Usagi%20Tsukino%22
FALSE 21 2009-09-24 07:43:44 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 %22Usagi%20Tsukino%22
FALSE 21 2009-09-24 15:57:49 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 %22Usagi%20Tsukino%22
TRUE 21 2009-09-26 18:22:45 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4845 7d89d411193416b618455738c44b6cc521498dc8 47130 %22Usagi%20Tsukino%22
TRUE 21 2009-09-26 18:23:36 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 %22Usagi%20Tsukino%22
TRUE 21 2009-09-27 20:32:44 FALSE %2267.244.149.83%22 FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 %22Usagi%20Tsukino%22
FALSE 21 2009-10-02 05:27:56 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 %22Usagi%20Tsukino%22
TRUE 21 2009-10-08 06:28:38 FALSE %22123.243.217.127%22 FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 %22Usagi%20Tsukino%22
FALSE 21 2009-10-08 07:46:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5158 61534b986a15eb5f92d62740b7e2f117d60128a5 47192 %22Usagi%20Tsukino%22
FALSE 21 2009-10-09 11:00:38 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5195 d49c39a8d5e9ab8a368ff4bfd40539d46b6afe79 47322 %22Usagi%20Tsukino%22
FALSE 21 2009-10-09 11:08:17 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5197 ea6fba86976bdc1b941e5af3cf23baf775f80b8a 47448 %22Usagi%20Tsukino%22
FALSE 21 2009-10-12 12:36:18 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5259 45829f7d3a29cd77035de7b31486985d668ea871 47487 %22Usagi%20Tsukino%22
FALSE 21 2009-10-17 07:29:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5329 865707146a7bf58d3b26e843071d4817c6413960 47442 %22Usagi%20Tsukino%22
FALSE 21 2009-10-29 12:56:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5510 98c5bba4464056a7115b68c83434a206dd2ade94 47460 %22Usagi%20Tsukino%22
FALSE 21 2009-10-29 13:01:34 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:42:26 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5513 2e7304c763c3606ba06039949da1cef78b97c93a 47703 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:45:19 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5515 428e8553b5526071e6671681e3a2b2f3565d31dc 47701 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:48:02 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5516 18e60335c0d114c089efae6c17a1cc89f75e1be6 47708 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:48:35 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5517 e21e1b78eeadea85a705d53b3280c978a1831b29 47700 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:49:00 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 %22Usagi%20Tsukino%22
FALSE 21 2009-10-31 14:12:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5546 f15fd71b10009c1666165bee6e4f5a02afc8b30d 47756 %22Usagi%20Tsukino%22
FALSE 21 2009-10-31 14:14:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 %22Usagi%20Tsukino%22
TRUE 21 2009-11-03 11:02:16 FALSE %22118.137.75.90%22 FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 %22Usagi%20Tsukino%22
FALSE 21 2009-11-08 07:29:23 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5680 3e99734a1f4c37f6da4b023678c2be25e767e0ef 47874 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:29:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5742 ed38c36f541881bafeed5713440a02338e7d68c6 47963 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:42:38 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5744 e6e54f105fdbbad72b8d48bc6949256161dbf8ea 48033 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:46:17 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5745 d373fa65c631dcc1e37259a863f227a84c26cf41 48098 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:58:22 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5749 a9295f18c7b449eacdd35ad66e94e8416a4ecac1 48065 %22Usagi%20Tsukino%22
FALSE 21 2009-11-24 11:01:45 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:21:41 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6280 2af0b24339b0c4dd9c85dcbf1cd577ebe45add77 48086 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:35:05 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6282 69e6102d07fc09e8f15d47fd1f36be13d8767e98 48303 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:37:27 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6283 50f45bb17c29268374f8e8da9934fea32a9f7168 48314 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:45:57 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:30:16 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6310 8349a88a3988e09c50acba4179dfc8354e6b7d75 48555 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:31:44 FALSE %22Laura%20steel%22 1725633 FALSE 0 TRUE "6310" 6313 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:33:32 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 %22Usagi%20Tsukino%22
FALSE 21 2009-12-10 04:27:19 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE "6314" 6371 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-11 10:30:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:49:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6686 ed31b006963f4d6fc7ceb1ba3c5552a9dbd7e4ba 48598 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:54:05 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6687 4ffb2d4b80de074829ef447a9ed106d9462981e9 48521 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:54:35 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6688 c883d3efe64dec38dab982a9adf3703d77d05761 48520 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 18:59:36 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6692 09c10006811be21a8057788b8f4b197211633a27 48566 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:00:18 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6693 052f99d3686a9fdf1a5efcef9054018f1f6ab6f3 48567 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:01:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6694 51e26e53f5e4614158e27de274d95920776a9c7f 48567 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:05:31 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6695 257d4e3d6fe9220d35ffd9d2ff557488379ea262 48615 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:06:37 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6696 810635e2793c18e1361f3abd8830d17f36bcdd38 48571 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:12:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6697 ae8b8b1a978fc4aebd2f179708f8f89640832314 47449 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:13:25 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6698 62936c1f67b6c5312a0662a4fe1d09c070d71d17 47404 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:23:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6701 01fc1cecfe8c082e69f2ddbee2ea7b57b43dda26 47513 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:24:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6702 eafbcbbf0365ed3f1f0d0bb1915de96d44dc621a 47515 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:25:24 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6703 42291899e21070384507f3162c150aec72319d69 47515 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:26:12 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6704 afa2d8af0468ea27d8936d7170e0c388a1fd203b 47519 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:27:02 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6705 40a92c5b62123d2da6b2b5990a9fc7163456a94f 47503 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:31:53 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6706 2a9c631f9c4afa4b56f818ac59e87979d9514322 47502 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:36:46 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6707 c4e5e9360ab4514214c1487423cfcddd780ca32a 47528 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:42:41 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6708 5a10b59b6a2891cc6fe3c5f44ff95782c99833ab 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:45:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:01:44 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6715 d41f3df357b6a76e85bd7145956b814d7b739a91 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:24:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6716 6d25239422b10b5aed1ccf9b90b3655ec633b74d 47143 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:27:51 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6718 81ff44cb99f41b3f3f2413a711634ca79ed35a1b 47214 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:36:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 %22Usagi%20Tsukino%22
FALSE 21 2010-01-04 04:44:57 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 %22Usagi%20Tsukino%22
FALSE 21 2010-01-04 05:28:48 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 %22Usagi%20Tsukino%22
FALSE 21 2010-01-17 02:20:39 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6755 b1ea5acd1f79ae89a1a398e23a688fc0641dedb9 48406 %22Usagi%20Tsukino%22
FALSE 21 2010-01-17 02:24:44 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 %22Usagi%20Tsukino%22
TRUE 21 2010-02-11 17:56:34 FALSE %22220.255.7.222%22 FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 %22Usagi%20Tsukino%22
TRUE 21 2010-02-11 17:57:47 FALSE %22220.255.7.227%22 FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 %22Usagi%20Tsukino%22
FALSE 21 2010-03-05 03:14:09 FALSE %22RemiBlade%22 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 %22Usagi%20Tsukino%22
TRUE 21 2010-03-12 18:19:53 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6976 a38b28936ffffde33ac769014bfd1453fc33ab6e 48425 %22Usagi%20Tsukino%22
TRUE 21 2010-03-12 18:20:35 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 %22Usagi%20Tsukino%22
TRUE 21 2010-03-23 19:31:48 FALSE %2224.45.21.138%22 FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 %22Usagi%20Tsukino%22
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
2 FALSE 1 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3AWiki.png%22
3 FALSE 3 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3ASearch%20logo.png%22
4 FALSE 6 2005-07-16 21:46:43 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 3 83d73a7b77b4de495037c6236808e8518d545591 184 %22Sailor%20Moon%20Wiki%3AAbout%22
5 FALSE 6 2005-07-16 21:47:16 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 130 1f5e2990a4350396907d087706de27afc106302a 222 %22Sailor%20Moon%20Wiki%3AAbout%22
6 FALSE 6 2005-07-29 18:37:42 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
7 TRUE 6 2006-01-15 14:50:13 FALSE %2285.255.113.157%22 FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 %22Sailor%20Moon%20Wiki%3AAbout%22
8 FALSE 6 2006-01-15 20:40:52 FALSE %22Angela%22 2 TRUE 4 TRUE 266 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
9 TRUE 6 2006-01-16 04:00:17 FALSE %2285.255.113.158%22 FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 %22Sailor%20Moon%20Wiki%3AAbout%22
10 TRUE 6 2006-01-16 07:20:23 FALSE %2285.255.113.154%22 FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 %22Sailor%20Moon%20Wiki%3AAbout%22
11 FALSE 6 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 4 TRUE 279,273 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
12 FALSE 6 2006-08-01 11:21:41 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AAbout%22
13 FALSE 6 2006-08-04 16:56:16 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2273 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
14 FALSE 7 2005-07-16 22:09:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 5 be1969ef45877518a1cad13f8e56480b3a18716c 3217 %22Sailor%20Moon%20Wiki%3APolicies%22
15 FALSE 7 2005-07-16 22:17:11 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 6 1d28e2148e4ca41015bd5bab4b7987a494316180 3737 %22Sailor%20Moon%20Wiki%3APolicies%22
16 FALSE 7 2005-07-16 22:18:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 39 00913a74749ca1783b05d92547728ec016e38a9d 3950 %22Sailor%20Moon%20Wiki%3APolicies%22
17 FALSE 7 2005-07-17 02:01:56 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 143 d51f10d004bcc3384234b19df209b00327ecc04c 3992 %22Sailor%20Moon%20Wiki%3APolicies%22
18 FALSE 7 2005-07-29 22:35:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 185 014220129562ab1183e1635f794e9de61a5fdfb1 3994 %22Sailor%20Moon%20Wiki%3APolicies%22
19 FALSE 7 2005-09-11 20:58:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 187 53523cf4df6d059353669495356ac4e814e863b4 4336 %22Sailor%20Moon%20Wiki%3APolicies%22
20 FALSE 7 2005-09-12 21:24:49 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 188 1097c589d1ab97dd00ac8302d2d2ab354f2a0e0b 4412 %22Sailor%20Moon%20Wiki%3APolicies%22
21 FALSE 7 2005-09-12 21:29:28 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
22 TRUE 7 2006-01-15 14:49:34 FALSE %2285.255.114.134%22 FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 %22Sailor%20Moon%20Wiki%3APolicies%22
23 TRUE 7 2006-01-15 18:55:09 FALSE %2285.255.113.154%22 FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 %22Sailor%20Moon%20Wiki%3APolicies%22
24 FALSE 7 2006-01-15 20:41:05 FALSE %22Angela%22 2 FALSE 4 TRUE 270,265 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
25 FALSE 7 2006-08-01 11:21:51 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3APolicies%22
26 FALSE 7 2006-08-04 16:56:14 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2276 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
27 FALSE 7 2009-12-05 08:49:33 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6321 ea21012108822ca7d2147f137c33d7db647dd4a4 4540 %22Sailor%20Moon%20Wiki%3APolicies%22
28 FALSE 7 2009-12-18 00:27:31 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6612 35e2e3e4363dce8d8d18679037360988fe851771 4565 %22Sailor%20Moon%20Wiki%3APolicies%22
29 FALSE 7 2009-12-18 00:28:57 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 %22Sailor%20Moon%20Wiki%3APolicies%22
30 FALSE 8 2005-07-16 22:10:09 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 %22Category%3AAbout%20Sailor%20Moon%20Wiki%22
31 FALSE 9 2005-07-16 22:40:19 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 8 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
32 FALSE 9 2005-07-16 22:48:15 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 9 27e19d4e7c17fbd0396c31828cae3bfb8e2ee7c8 202 %22Template%3ACharastub%22
33 FALSE 9 2005-07-16 22:48:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 9 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
34 FALSE 9 2009-11-22 05:46:05 FALSE %22Thisismyusername%22 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 %22Template%3ACharastub%22
35 FALSE 10 2005-07-16 22:47:18 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 7 e81e52ce91be28ff0d1e494c8464bb1ac8da905b 105 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
36 FALSE 10 2005-07-16 22:47:34 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 10 0e87f555f01710a9f31fe45793a7163db5aa51ca 152 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
37 FALSE 10 2005-07-16 22:57:59 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 13 03f8870c40d5171e94ca84bf3d952d0e9f298d06 176 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
38 FALSE 10 2005-07-17 00:15:53 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 14 2fb025e35aac0093c087abe4d4ed91e745813d0a 317 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
39 FALSE 10 2005-07-17 00:16:14 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 135 38890ff5b5d05398ecd8a9481d607f3bf4fe4417 203 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
40 FALSE 10 2005-07-29 18:49:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 151 eaa02ae0ce25c5786dd26c3050fec0a35a17e1f8 205 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
41 FALSE 10 2005-07-30 00:00:45 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 152 70705e974a8a8bae35c78e10be7711c956226169 242 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
42 FALSE 10 2005-07-30 00:01:35 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 153 00de5fdbce9e5afccd3e3290aee29372b0ca900f 293 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
43 FALSE 10 2005-07-30 00:02:20 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
44 FALSE 10 2005-11-05 00:23:37 FALSE %22Malkin%22 177 TRUE 4 FALSE 237 30164ea2825c4f6b760a79b2c8176ca176ebb4d0 583 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
45 FALSE 10 2005-11-14 05:41:04 FALSE %22Malkin%22 177 TRUE 4 FALSE 241 15677691b7f303c2fd0b6c490dc680fc07724376 638 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
46 FALSE 10 2005-11-17 07:48:10 FALSE %22Malkin%22 177 TRUE 4 FALSE 283 28da42804e820942b569b1c2956308d066ab18f8 668 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
47 FALSE 10 2006-04-16 04:49:39 FALSE %22Malkin%22 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
48 FALSE 10 2006-08-01 11:22:00 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
49 FALSE 10 2006-08-04 16:56:12 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2279 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
50 FALSE 10 2009-11-22 01:17:15 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
51 FALSE 11 2005-07-16 22:47:55 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 %22Category%3ACharacter%20stubs%22
52 FALSE 11 2005-11-04 23:36:13 FALSE %22Malkin%22 177 TRUE 14 FALSE 220 02504da0ba3941173e8c1924b2ebca32014655df 94 %22Category%3ACharacter%20stubs%22
53 FALSE 11 2005-11-04 23:40:45 FALSE %22Malkin%22 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 %22Category%3ACharacter%20stubs%22
54 FALSE 12 2005-07-16 22:56:53 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 %22Template%3ASeealso%22
55 FALSE 13 2005-07-16 23:37:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 11 1534cc265d3016b0b996ac9713e784d55b41e000 1070 %22Template%3ACharabox%22
56 FALSE 13 2005-07-16 23:39:57 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 26 41499b647e20ac0f3e49611c51ab195fe3a8e356 1108 %22Template%3ACharabox%22
57 FALSE 13 2005-07-17 01:28:30 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 34 d7c7ca5ad4961f145af88b40855209c74d83b1f5 1143 %22Template%3ACharabox%22
58 FALSE 13 2005-07-17 01:41:11 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 35 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
59 FALSE 13 2005-07-17 01:42:21 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 36 d4c3382412d49883c953d720fa89a7af46cd4c7f 1157 %22Template%3ACharabox%22
60 FALSE 13 2005-07-17 01:43:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 36 52 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
61 FALSE 13 2005-07-17 03:09:38 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 53 ec2e9b0ed4b068cc52d121a70debfa584b2c6a17 1159 %22Template%3ACharabox%22
62 FALSE 13 2005-07-17 03:10:23 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 54 5701a47565dee6dd98fc03d5b036dbc346c33359 1158 %22Template%3ACharabox%22
63 FALSE 13 2005-07-17 03:10:39 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 55 34f5e6aef65d87aec8cbe56a120d8e90598b12d3 1159 %22Template%3ACharabox%22
64 FALSE 13 2005-07-17 03:12:00 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 55,54,53 56 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
65 FALSE 13 2005-07-17 03:12:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 57 d6c4bdea3a8b7f88a6d67b878943ca6c7fe37a07 1160 %22Template%3ACharabox%22
66 FALSE 13 2005-07-17 03:13:20 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 58 f513ee93c1a7ad3582b6502782cd82f3a6b928bf 1160 %22Template%3ACharabox%22
67 FALSE 13 2005-07-17 03:15:01 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 58,57 59 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
68 FALSE 13 2005-07-17 03:16:18 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 %22Template%3ACharabox%22
69 FALSE 13 2005-10-25 23:04:33 FALSE %22Malkin%22 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
70 TRUE 13 2006-01-15 15:09:32 FALSE %2285.255.114.130%22 FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 %22Template%3ACharabox%22
71 FALSE 13 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 10 TRUE 286 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
72 FALSE 13 2006-05-26 04:34:57 FALSE %22Malkin%22 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 %22Template%3ACharabox%22
73 TRUE 13 2006-06-17 05:16:27 FALSE %22220.237.30.150%22 FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 %22Template%3ACharabox%22
74 FALSE 13 2007-07-01 13:53:42 FALSE %22AJtheFlameSwordsman%22 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 %22Template%3ACharabox%22
75 FALSE 13 2008-06-21 02:37:43 FALSE %22Landavia%22 265950 TRUE 10 FALSE 2782 6d9fc08ff005da3a33d35c30dbd1bd1c7a72091a 1278 %22Template%3ACharabox%22
76 FALSE 13 2008-07-08 01:01:13 FALSE %22Landavia%22 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
77 TRUE 13 2008-07-11 21:28:53 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2856 65745105a0dda265f03bd8459e7052e24aa1cc7a 1380 %22Template%3ACharabox%22
78 TRUE 13 2008-07-11 21:29:37 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2857 2f34cc6fc3f7a7f33ddd880f0bda6c82619778c7 1389 %22Template%3ACharabox%22
79 TRUE 13 2008-07-11 21:33:11 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2858 1557bd94cf960713e932d5593422206e7deba078 1257 %22Template%3ACharabox%22
80 TRUE 13 2008-07-11 21:34:20 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 %22Template%3ACharabox%22
81 FALSE 13 2008-09-20 04:10:46 FALSE %22Uberfuzzy%22 161697 FALSE 10 TRUE 2859,2858,2857,2856 2899 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
82 FALSE 13 2008-10-05 19:19:45 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2966 0ed834d80d8b155f6cb0aa9137bbab6e0d452651 1286 %22Template%3ACharabox%22
83 FALSE 13 2008-10-05 19:20:47 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 %22Template%3ACharabox%22
84 FALSE 13 2010-01-04 04:40:42 FALSE %22Toughpigs%22 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 %22Template%3ACharabox%22
85 TRUE 13 2010-03-20 19:21:54 FALSE %2299.227.202.85%22 FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 %22Template%3ACharabox%22
86 FALSE 14 2005-07-17 00:02:36 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 12 5b6cb89c6c51db0e21b16949cc5849d5432bf98e 4164 %22Pretty%20Guardian%20Sailor%20Moon%22
87 FALSE 14 2005-07-17 00:02:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 17 9b94ad968fdb495bc3de790ff00768019887f0f6 4162 %22Pretty%20Guardian%20Sailor%20Moon%22
88 FALSE 14 2005-07-17 00:27:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 19 4b9f2ae9d282c15faa3524f8f260637fb55811da 5612 %22Pretty%20Guardian%20Sailor%20Moon%22
89 FALSE 14 2005-07-17 00:38:57 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 20 779e9abdceb7c0fb404617d35b77ce7be91bd2e5 5614 %22Pretty%20Guardian%20Sailor%20Moon%22
90 FALSE 14 2005-07-17 00:40:29 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 21 20b724bfa4f1eb649e950ae60f265487c9df8475 5622 %22Pretty%20Guardian%20Sailor%20Moon%22
91 FALSE 14 2005-07-17 00:41:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 22 5a2f1b140bca7b6b3c12ee44a8422cb4fcb0f26a 5623 %22Pretty%20Guardian%20Sailor%20Moon%22
92 FALSE 14 2005-07-17 00:42:32 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 69 dc3b4550165e22b0768374612ffda9b9d5326e2e 5656 %22Pretty%20Guardian%20Sailor%20Moon%22
93 FALSE 14 2005-07-17 16:33:09 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 81 b3714229850f34c6f92dcdb4a95975ce1007ebbf 5679 %22Pretty%20Guardian%20Sailor%20Moon%22
94 FALSE 14 2005-07-18 01:35:37 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 87 120b5e1095c351ed0568d8d6ec52fb0cd93785fa 5676 %22Pretty%20Guardian%20Sailor%20Moon%22
95 FALSE 14 2005-07-18 02:03:00 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 119 e852d9b5a58b60f4c343f1610a879e7d94096295 5692 %22Pretty%20Guardian%20Sailor%20Moon%22
96 FALSE 14 2005-07-19 22:59:20 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 120 7e67c986b6b36dbb2dd935ab5c1d74253d550cd6 5758 %22Pretty%20Guardian%20Sailor%20Moon%22
97 FALSE 14 2005-07-19 22:59:45 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 125 9378526871378ff21825abf2f99c58da6b898f16 5761 %22Pretty%20Guardian%20Sailor%20Moon%22
98 FALSE 14 2005-07-22 02:01:48 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 167 fde382ae335cea4b64ad37f92dfaf3b1bcb52beb 5747 %22Pretty%20Guardian%20Sailor%20Moon%22
99 FALSE 14 2005-08-13 21:10:11 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 %22Pretty%20Guardian%20Sailor%20Moon%22
100 FALSE 14 2005-10-27 21:25:54 FALSE %22Malkin%22 177 TRUE 0 FALSE 211 b4f564c1b9776a8b4f44a7f68d1182d610a92439 5748 %22Pretty%20Guardian%20Sailor%20Moon%22
101 FALSE 14 2005-10-30 23:19:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
102 TRUE 14 2006-01-03 05:03:34 FALSE %22220.237.30.150%22 FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
103 TRUE 14 2006-01-15 18:31:58 FALSE %2285.255.113.155%22 FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 %22Pretty%20Guardian%20Sailor%20Moon%22
104 FALSE 14 2006-01-15 20:40:56 FALSE %22Angela%22 2 TRUE 0 TRUE 269 272 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
105 TRUE 14 2006-01-16 07:06:14 FALSE %2285.255.114.130%22 FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 %22Pretty%20Guardian%20Sailor%20Moon%22
106 FALSE 14 2006-01-19 19:14:51 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 0 TRUE 287 1732 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
107 TRUE 14 2006-06-27 09:57:48 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 %22Pretty%20Guardian%20Sailor%20Moon%22
108 FALSE 14 2006-06-28 02:07:28 FALSE %22Angela%22 2 TRUE 0 TRUE 2168 2174 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
109 FALSE 14 2006-08-01 10:54:19 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Pretty%20Guardian%20Sailor%20Moon%22
110 FALSE 14 2006-08-04 16:59:18 FALSE %22Splarka%22 8245 TRUE 0 TRUE 2197 2394 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
111 FALSE 14 2007-12-23 15:16:52 FALSE %22Animalia555%22 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
112 TRUE 14 2008-01-30 02:19:03 FALSE %2269.211.15.33%22 FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 %22Pretty%20Guardian%20Sailor%20Moon%22
113 FALSE 14 2008-01-30 02:19:23 FALSE %22Charitwo%22 184532 FALSE 0 TRUE 2700 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
114 TRUE 14 2008-04-26 20:02:18 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2743 5ddeac4ff5af72ac9746568c2c1060693ae4bbc2 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
115 TRUE 14 2008-04-26 20:03:59 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
116 TRUE 14 2009-03-02 05:02:47 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3593 dc89db0e48d924793fe46a322d4818f97b46ac4a 5899 %22Pretty%20Guardian%20Sailor%20Moon%22
117 TRUE 14 2009-03-02 05:04:12 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3594 acff9378220bd66b125fc843cd8237a5d191db79 6010 %22Pretty%20Guardian%20Sailor%20Moon%22
118 TRUE 14 2009-03-02 06:46:56 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 %22Pretty%20Guardian%20Sailor%20Moon%22
119 FALSE 14 2009-03-02 06:48:07 FALSE %22Charitwo%22 184532 FALSE 0 TRUE 3595,3594,3593 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
120 TRUE 14 2009-03-02 06:52:20 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3597 b484336f0d4733585cc055c623be050670e6e6d3 5936 %22Pretty%20Guardian%20Sailor%20Moon%22
121 TRUE 14 2009-03-02 06:54:31 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 %22Pretty%20Guardian%20Sailor%20Moon%22
122 TRUE 14 2009-03-02 09:29:45 FALSE %2276.121.175.64%22 FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
123 TRUE 14 2009-04-28 01:05:59 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3846 a0b898f41c6237792415e7d265e8f4e6ea4aa7e5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
124 TRUE 14 2009-04-28 01:07:34 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3847 521c9de87e3ac8b6607d53be47d962658b9bfbf3 4791 %22Pretty%20Guardian%20Sailor%20Moon%22
125 TRUE 14 2009-04-28 01:08:38 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 %22Pretty%20Guardian%20Sailor%20Moon%22
126 FALSE 14 2009-10-17 07:17:40 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5321 09173f99c2196e50fa6c5ec89dd3a248415c6aac 4776 %22Pretty%20Guardian%20Sailor%20Moon%22
127 FALSE 14 2009-10-17 07:21:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5326 d233082eed3a93fe4b41d31b18d91d6ac3b38065 4782 %22Pretty%20Guardian%20Sailor%20Moon%22
128 FALSE 14 2009-10-17 07:25:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 %22Pretty%20Guardian%20Sailor%20Moon%22
129 TRUE 14 2009-11-08 12:06:18 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5684 d2500367109d3528185f99737352f40b677a7226 4797 %22Pretty%20Guardian%20Sailor%20Moon%22
130 TRUE 14 2009-11-08 12:08:16 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 %22Pretty%20Guardian%20Sailor%20Moon%22
131 FALSE 14 2009-11-14 08:22:01 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5707 b718d5fa20aaa3e5dac78b66d18779e6c7806d2b 4833 %22Pretty%20Guardian%20Sailor%20Moon%22
132 FALSE 14 2009-11-14 09:14:14 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
133 FALSE 14 2009-11-19 17:24:17 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 %22Pretty%20Guardian%20Sailor%20Moon%22
134 FALSE 14 2009-11-20 05:36:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE 5825 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
135 FALSE 19 2005-07-17 01:16:13 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 44 abfb4612e0ac3c305e5bdb7dc79d4df8c7a3c6a0 24 %22Category%3ASailor%20soldiers%22
136 FALSE 19 2005-07-17 02:11:33 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
137 TRUE 19 2009-06-27 17:48:45 FALSE %2224.193.146.200%22 FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 %22Category%3ASailor%20soldiers%22
138 FALSE 19 2009-11-24 08:09:06 FALSE %22Thisismyusername%22 1628549 TRUE 14 TRUE 3989 6074 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
139 FALSE 20 2005-07-17 01:18:57 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 23 5403fb3476d1ec93163ec4d3f7e6a27d68eb793e 8 %22File%3ASmoon.png%22
140 FALSE 20 2005-07-17 01:19:28 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 %22File%3ASmoon.png%22
141 FALSE 20 2005-11-17 07:49:56 FALSE %22Malkin%22 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 %22File%3ASmoon.png%22
142 FALSE 21 2005-07-17 01:29:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 27 5d2a74bb183bcb5de1eb08e4314b32e6e4c9b11c 698 %22Usagi%20Tsukino%22
143 FALSE 21 2005-07-17 01:30:43 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 28 c0df0a86d9c3d9b10dd049ee70df8569272223dc 721 %22Usagi%20Tsukino%22
144 FALSE 21 2005-07-17 01:31:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 29 f65707c856957bd1041a22c6339355015bc0ec92 725 %22Usagi%20Tsukino%22
145 FALSE 21 2005-07-17 01:31:18 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 30 348fdf8f7e0a9bd518be14793a77d2c55c8ae321 724 %22Usagi%20Tsukino%22
146 FALSE 21 2005-07-17 01:31:38 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 33 e7ab0ef33b00942a6d40fc1e63fa1862200bb993 727 %22Usagi%20Tsukino%22
147 FALSE 21 2005-07-17 01:40:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 %22Usagi%20Tsukino%22
148 FALSE 21 2005-07-17 20:40:15 FALSE %22Mange%22 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 %22Usagi%20Tsukino%22
149 FALSE 21 2005-07-18 01:32:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 %22Usagi%20Tsukino%22
150 FALSE 21 2005-07-18 01:41:57 FALSE %22Mange%22 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 %22Usagi%20Tsukino%22
151 FALSE 21 2005-07-18 01:44:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 86 050815b74778d040cfe5b2d708e6054eef2f9574 5948 %22Usagi%20Tsukino%22
152 FALSE 21 2005-07-18 01:58:59 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 89 fdf55e8a5dbceabe27dca48b82afd52c5d3279f4 5957 %22Usagi%20Tsukino%22
153 FALSE 21 2005-07-18 02:10:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 93 df8b543b4768e69270f753f7d859343a2d35c947 6618 %22Usagi%20Tsukino%22
154 FALSE 21 2005-07-18 02:24:24 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 94 18fa0fb2f1cc8948ffff0a79fbf37bdf7c42c9ee 6629 %22Usagi%20Tsukino%22
155 FALSE 21 2005-07-18 02:25:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 %22Usagi%20Tsukino%22
156 FALSE 21 2005-10-25 02:26:40 FALSE %22Malkin%22 177 TRUE 0 FALSE 250 7ce3ad98674e990b09a343a9f2f1fe0581429e2e 6754 %22Usagi%20Tsukino%22
157 FALSE 21 2005-11-17 23:46:12 FALSE %22Malkin%22 177 TRUE 0 FALSE 252 1157fc364030ed349a0a93eada1898a524a962a4 6885 %22Usagi%20Tsukino%22
158 FALSE 21 2005-11-22 01:53:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 %22Usagi%20Tsukino%22
159 TRUE 21 2005-12-24 06:14:40 FALSE %22220.237.30.150%22 FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
160 TRUE 21 2006-06-27 10:01:16 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 %22Usagi%20Tsukino%22
161 FALSE 21 2006-06-28 02:07:31 FALSE %22Angela%22 2 TRUE 0 TRUE 2170 2175 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
162 FALSE 21 2006-08-01 11:20:04 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Usagi%20Tsukino%22
163 FALSE 21 2006-08-04 16:57:12 FALSE %22Splarka%22 8245 TRUE 0 TRUE 2267 2312 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
164 FALSE 21 2007-02-04 19:19:51 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2479 5892a29f067d67874d7476e6b071ddc13c9e8f68 7427 %22Usagi%20Tsukino%22
165 FALSE 21 2007-02-04 19:24:02 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2480 1f2da9b7addd8af44c16020eedeed4b3e36ff512 8245 %22Usagi%20Tsukino%22
166 FALSE 21 2007-02-04 19:25:53 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2481 2dd31939210c0d7587b39b4ff65a8dbfa40b6b3d 8412 %22Usagi%20Tsukino%22
167 FALSE 21 2007-02-04 19:36:11 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2482 9ce7e4f06d4abaf1817f1d3f45bb40201728534e 10127 %22Usagi%20Tsukino%22
168 FALSE 21 2007-02-04 21:03:56 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 %22Usagi%20Tsukino%22
169 TRUE 21 2007-07-24 15:03:38 FALSE %2272.84.74.134%22 FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 %22Usagi%20Tsukino%22
170 TRUE 21 2007-08-30 07:23:17 FALSE %2259.101.67.180%22 FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 %22Usagi%20Tsukino%22
171 TRUE 21 2007-10-15 21:05:45 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2661 d052855d49c11fa0dacc7fe1aa6abceb0ddf34c5 10133 %22Usagi%20Tsukino%22
172 TRUE 21 2007-10-15 21:07:12 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 %22Usagi%20Tsukino%22
173 FALSE 21 2007-12-27 22:50:15 FALSE %22Kataangrl%22 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 %22Usagi%20Tsukino%22
174 TRUE 21 2008-01-30 03:24:08 FALSE %2272.26.0.104%22 FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 %22Usagi%20Tsukino%22
175 TRUE 21 2008-02-24 04:55:53 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2731 e10f68b8b855ec0f52aa8c0feeab3e159c4a37a4 10145 %22Usagi%20Tsukino%22
176 TRUE 21 2008-02-24 04:56:56 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 %22Usagi%20Tsukino%22
177 TRUE 21 2008-05-06 15:45:57 FALSE %2268.46.150.25%22 FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 %22Usagi%20Tsukino%22
178 TRUE 21 2008-05-15 23:58:16 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2760 7c6edf9a3979f1f33978b07731dcd20b1d902697 10153 %22Usagi%20Tsukino%22
179 TRUE 21 2008-05-15 23:59:58 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2761 bd7f852970ffbc7ed3e0fcecf17ef74d0b57d032 10122 %22Usagi%20Tsukino%22
180 TRUE 21 2008-05-16 00:02:13 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 %22Usagi%20Tsukino%22
181 TRUE 21 2008-07-31 01:19:44 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2866 52493aada08ef5c40d2f1f94eb6c06fb0a5d4fcf 10123 %22Usagi%20Tsukino%22
182 TRUE 21 2008-07-31 01:21:00 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 %22Usagi%20Tsukino%22
183 TRUE 21 2008-08-10 18:02:31 FALSE %2266.98.50.84%22 FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 %22Usagi%20Tsukino%22
184 TRUE 21 2008-09-07 20:49:51 FALSE %2270.74.9.38%22 FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 %22Usagi%20Tsukino%22
185 FALSE 21 2008-09-28 02:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2911 24ccdd156f4facf88ed501300e8a12f851cbfe14 10243 %22Usagi%20Tsukino%22
186 FALSE 21 2008-09-28 02:59:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2912 28d3cd12fbbce72801d3b6669e98fec39338f934 10274 %22Usagi%20Tsukino%22
187 FALSE 21 2008-09-28 03:04:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2913 85ea8c312752a46a2613b944ee782ae1ea40cd54 10368 %22Usagi%20Tsukino%22
188 FALSE 21 2008-09-28 03:05:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2914 9feb673f79b8296a04b6d2a5e5d3465f5f491064 10375 %22Usagi%20Tsukino%22
189 FALSE 21 2008-09-28 14:49:36 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2919 531273b98b43dd3d6b17b5cc81b5fa1d274094bc 10519 %22Usagi%20Tsukino%22
190 FALSE 21 2008-09-28 15:23:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2929 a3906a8457bee683a4f252a0f5cfaa1c95decf71 10628 %22Usagi%20Tsukino%22
191 FALSE 21 2008-09-28 15:24:14 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2930 537e53df3de3361d1fbdaef5ffeeae61d7c3d1aa 10634 %22Usagi%20Tsukino%22
192 FALSE 21 2008-09-28 15:24:53 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2931 adcffe13fd55958e3f062e9e35ae1ba6da4babdd 10655 %22Usagi%20Tsukino%22
193 FALSE 21 2008-09-28 15:28:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2932 ac06ba836f06247fa00c90221a92263b3d8d5f78 10885 %22Usagi%20Tsukino%22
194 FALSE 21 2008-09-28 15:34:28 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2933 99e3cc77398ae1524656ea00457daf017310aca3 11132 %22Usagi%20Tsukino%22
195 FALSE 21 2008-10-03 18:49:12 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2937 b676048ca642376c4154775845a6bfac5fec5694 11188 %22Usagi%20Tsukino%22
196 FALSE 21 2008-10-03 18:50:00 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2938 c194ea05edf7cc13ccdbdc90ebae08f60b5175b5 11275 %22Usagi%20Tsukino%22
197 FALSE 21 2008-10-05 00:37:20 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2959 063359e70dd85519ba0f6c58efb2d510b5f4301c 11398 %22Usagi%20Tsukino%22
198 FALSE 21 2008-10-08 21:53:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3073 d84f2fdf5d702611d654df38face217bd5bfae12 11458 %22Usagi%20Tsukino%22
199 FALSE 21 2008-10-08 21:55:57 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3074 a46b13682f1cc37cd82f3a87f57d7071fc97cac2 11668 %22Usagi%20Tsukino%22
200 FALSE 21 2008-10-08 21:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3075 3fd4a505e9f5b7eeb9736f970f7f0701eeb8400b 11748 %22Usagi%20Tsukino%22
201 FALSE 21 2008-10-10 22:00:01 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 %22Usagi%20Tsukino%22
202 FALSE 21 2008-10-22 00:02:46 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3219 55e9a70396ad5fe56e57a5532c4dfe849ffb019a 11410 %22Usagi%20Tsukino%22
203 FALSE 21 2008-10-22 00:04:36 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
204 FALSE 21 2008-11-09 18:39:10 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3254 d3525b29783ef675620dffacd67f09cfc416952c 10287 %22Usagi%20Tsukino%22
205 FALSE 21 2008-11-09 18:44:43 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3256 510878309a56a4a4ba0d4f87ce27b8d25f15d65d 10310 %22Usagi%20Tsukino%22
206 FALSE 21 2008-11-09 19:16:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3261 616dd1c236765eb5e222c229795e47aeeefca356 10447 %22Usagi%20Tsukino%22
207 FALSE 21 2008-11-16 23:22:56 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3295 0a7e4eca0bde53a0b788bf98046c3f13a0024afb 10627 %22Usagi%20Tsukino%22
208 FALSE 21 2008-11-16 23:24:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3296 9fd5b4eb5232c21b28af9b6124a6bf8007b49c96 10664 %22Usagi%20Tsukino%22
209 FALSE 21 2008-11-17 00:26:55 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3299 ee6a40778d1c03558d6010a3cae260b41038567d 11054 %22Usagi%20Tsukino%22
210 FALSE 21 2008-11-17 00:42:27 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3301 a378bc32d66b12a6cf90674ed7e706bac8df37c2 11174 %22Usagi%20Tsukino%22
211 FALSE 21 2008-11-17 00:44:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3302 0c88078926b24c00b2cb45f516014ff6d94252e2 11277 %22Usagi%20Tsukino%22
212 FALSE 21 2008-11-18 19:20:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3303 ed26c0cc380c7cc837435750358464bdc7d4bd94 11361 %22Usagi%20Tsukino%22
213 FALSE 21 2008-11-18 23:03:38 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3310 61d626c2e5ac9558055538e76a2c9027f0a2219f 11406 %22Usagi%20Tsukino%22
214 FALSE 21 2008-11-25 18:07:19 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3330 4c4291fd01f39d04f1d304a286d1e1c9da4bd634 11428 %22Usagi%20Tsukino%22
215 FALSE 21 2008-11-25 18:12:52 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3332 33e822d495e7b5ed591df0234514e5e97b5a3a0d 11519 %22Usagi%20Tsukino%22
216 FALSE 21 2008-11-25 19:55:17 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3333 453e7d82d4ecaf5c76bf2a2635bc3758d7b594e5 11660 %22Usagi%20Tsukino%22
217 FALSE 21 2008-11-25 19:56:01 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3334 bfcbc1fda499e1fb0a6f70ff9c636d49ef0dcb48 11642 %22Usagi%20Tsukino%22
218 FALSE 21 2008-11-26 03:45:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3337 fd0e1e2ff9b089bc7cc63a7d8a400fa31da02881 11709 %22Usagi%20Tsukino%22
219 FALSE 21 2008-11-27 00:22:00 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3353 fc56374e5db574ee532251b7834f17b6167a2334 11739 %22Usagi%20Tsukino%22
220 FALSE 21 2008-11-27 00:22:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3354 2983c01522257faeb308f99fba9fc54a064802a4 11743 %22Usagi%20Tsukino%22
221 FALSE 21 2008-11-27 00:38:31 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3358 158c36c0b78b411ab4e40982a2c144534feea101 11773 %22Usagi%20Tsukino%22
222 FALSE 21 2008-11-27 00:39:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3359 be7d10232be75dd829a3695f9d12babf3aee98c6 11779 %22Usagi%20Tsukino%22
223 FALSE 21 2008-11-29 01:07:05 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3371 4ca203ee92ba6ea035bc9ee06f4c8d34f212b5a8 11857 %22Usagi%20Tsukino%22
224 FALSE 21 2008-11-29 03:38:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3375 24782d2d56bfa8c77ccb017942765d34974f1219 11958 %22Usagi%20Tsukino%22
225 FALSE 21 2008-11-29 03:38:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 %22Usagi%20Tsukino%22
226 FALSE 21 2008-11-29 06:25:29 FALSE %22Uberfuzzy%22 161697 TRUE 0 FALSE 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
227 TRUE 21 2009-02-03 02:40:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3481 517ed0e5a319a59215c17737912dd3a192cbf27c 10213 %22Usagi%20Tsukino%22
228 TRUE 21 2009-02-03 02:43:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3482 b54210b5272b260d3170fbca5f35c770a4f31720 10192 %22Usagi%20Tsukino%22
229 TRUE 21 2009-02-03 02:54:35 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3483 bff315633e5d9909f2b896f6670b99d69f9cc93d 9366 %22Usagi%20Tsukino%22
230 TRUE 21 2009-02-03 02:56:43 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 %22Usagi%20Tsukino%22
231 TRUE 21 2009-02-03 02:58:26 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3485 dc2995500d238ddba4e319dcf1fe5bbf0bc256c0 9294 %22Usagi%20Tsukino%22
232 TRUE 21 2009-02-03 03:06:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 %22Usagi%20Tsukino%22
233 TRUE 21 2009-02-03 03:11:26 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 %22Usagi%20Tsukino%22
234 TRUE 21 2009-02-03 03:14:23 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 %22Usagi%20Tsukino%22
235 TRUE 21 2009-02-03 03:14:41 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 %22Usagi%20Tsukino%22
236 TRUE 21 2009-02-03 03:19:31 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 %22Usagi%20Tsukino%22
237 TRUE 21 2009-02-03 03:22:52 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 %22Usagi%20Tsukino%22
238 TRUE 21 2009-02-03 03:23:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 %22Usagi%20Tsukino%22
239 TRUE 21 2009-02-03 03:27:42 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3493 66ff67a36ef74b48aa3cf8b37f16dd25e984e19b 9905 %22Usagi%20Tsukino%22
240 TRUE 21 2009-02-03 03:30:16 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3494 277168827a6c97138c20f46c8fb7fd86d020e551 9926 %22Usagi%20Tsukino%22
241 TRUE 21 2009-02-03 03:32:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3495 e6116ef7eddef7b1c5423890d685db6b5d5d69f5 9970 %22Usagi%20Tsukino%22
242 TRUE 21 2009-02-03 03:33:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 %22Usagi%20Tsukino%22
243 TRUE 21 2009-02-03 03:35:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3498 99ee5ace328efff55e12c99f03626e492d52e6b3 9969 %22Usagi%20Tsukino%22
244 TRUE 21 2009-02-03 03:37:21 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 %22Usagi%20Tsukino%22
245 TRUE 21 2009-02-03 03:39:04 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3501 ef979a8e0e262bc2530d1260ed3f9676a811070e 9964 %22Usagi%20Tsukino%22
246 TRUE 21 2009-02-03 03:40:05 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3502 bece232bd57d219d8e5943d4cf227ae15d67c9d0 9963 %22Usagi%20Tsukino%22
247 TRUE 21 2009-02-03 03:40:22 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 %22Usagi%20Tsukino%22
248 TRUE 21 2009-02-03 03:40:52 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 %22Usagi%20Tsukino%22
249 TRUE 21 2009-02-03 03:40:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 %22Usagi%20Tsukino%22
250 TRUE 21 2009-02-03 03:42:27 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 %22Usagi%20Tsukino%22
251 TRUE 21 2009-02-03 03:46:57 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3507 823ff905fecebeab82c6dab4ee21fe401b38d9f1 10111 %22Usagi%20Tsukino%22
252 TRUE 21 2009-02-03 03:47:46 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 %22Usagi%20Tsukino%22
253 TRUE 21 2009-02-03 03:47:47 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 %22Usagi%20Tsukino%22
254 TRUE 21 2009-02-03 03:48:32 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 %22Usagi%20Tsukino%22
255 TRUE 21 2009-02-03 03:50:24 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 %22Usagi%20Tsukino%22
256 TRUE 21 2009-02-03 03:57:07 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 %22Usagi%20Tsukino%22
257 TRUE 21 2009-02-03 03:58:57 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3513 d484b463a73759923027354187bacc991b7aaa75 10206 %22Usagi%20Tsukino%22
258 TRUE 21 2009-02-03 04:09:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3514 47ad398b8290eaef99aa120a5214c238df7deaf9 10209 %22Usagi%20Tsukino%22
259 TRUE 21 2009-02-03 04:18:56 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 %22Usagi%20Tsukino%22
260 TRUE 21 2009-02-03 22:06:45 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3516 086a828f60de4f38948e295dc10736838d18efde 10324 %22Usagi%20Tsukino%22
261 TRUE 21 2009-02-03 22:07:19 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3517 9fd5f8af1e91d48c03dd6d852a791e74b65f9244 10350 %22Usagi%20Tsukino%22
262 TRUE 21 2009-02-03 22:14:26 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3518 acfdaf90525ef700949060d5ad45577d71eb1ed8 10469 %22Usagi%20Tsukino%22
263 TRUE 21 2009-02-03 22:16:58 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 %22Usagi%20Tsukino%22
264 FALSE 21 2009-02-03 23:35:18 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3520 455158ce1473b93c03d3433d26a691954272e112 10471 %22Usagi%20Tsukino%22
265 FALSE 21 2009-02-03 23:35:32 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 %22Usagi%20Tsukino%22
266 TRUE 21 2009-02-03 23:45:21 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3522 b2ef40b075acbc01d33ba59991e3f0158768a5da 10496 %22Usagi%20Tsukino%22
267 TRUE 21 2009-02-03 23:49:18 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 %22Usagi%20Tsukino%22
268 FALSE 21 2009-02-03 23:50:22 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 %22Usagi%20Tsukino%22
269 TRUE 21 2009-02-03 23:52:11 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3525 d90baefbef00e7bfd94fbc8037254a3eb34dd2d7 10579 %22Usagi%20Tsukino%22
270 TRUE 21 2009-02-03 23:56:17 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3526 ebb978d90654fc4c8a26cd1b46dcda5524698220 10580 %22Usagi%20Tsukino%22
271 TRUE 21 2009-02-04 00:02:56 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3527 8f931c9e95a520df7b339a612eefa8e8a8179760 10824 %22Usagi%20Tsukino%22
272 TRUE 21 2009-02-04 01:31:16 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3528 2c7aaa4812451622c57a243d6b4279f1d00f9271 10832 %22Usagi%20Tsukino%22
273 TRUE 21 2009-02-04 01:38:52 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 %22Usagi%20Tsukino%22
274 FALSE 21 2009-02-04 04:54:06 FALSE %22Uberfuzzy%22 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
275 TRUE 21 2009-02-07 18:40:23 FALSE %2286.44.90.9%22 FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 %22Usagi%20Tsukino%22
276 TRUE 21 2009-02-09 05:02:51 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 %22Usagi%20Tsukino%22
277 TRUE 21 2009-02-12 19:42:44 FALSE %22207.177.118.2%22 FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 %22Usagi%20Tsukino%22
278 FALSE 21 2009-02-17 19:36:59 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3577 008239f628d54c4e2ef08a2fece1f62fe9f35ef9 846 %22Usagi%20Tsukino%22
279 FALSE 21 2009-02-17 19:43:17 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3578 ff823cab75d57c6dfb0a563d75a64d5c3d7289b5 939 %22Usagi%20Tsukino%22
280 FALSE 21 2009-02-17 19:48:05 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3579 545ac36f589803e1ad02ea03c5e79c19c903bd3b 5062 %22Usagi%20Tsukino%22
281 FALSE 21 2009-02-17 19:48:53 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3580 2bf2ae8f1163814b4a774e4a4b5786da4a72ec4a 956 %22Usagi%20Tsukino%22
282 FALSE 21 2009-02-17 19:55:13 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 %22Usagi%20Tsukino%22
283 FALSE 21 2009-02-23 04:59:45 FALSE %22Michaeldsuarez%22 130901 FALSE 0 TRUE 3582,3580,3579,3578,3577,3569,3568,3563 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
284 FALSE 21 2009-03-03 06:08:59 FALSE %22Dreamgirl%22 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 %22Usagi%20Tsukino%22
285 TRUE 21 2009-03-04 04:21:02 FALSE %2271.192.146.43%22 FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 %22Usagi%20Tsukino%22
286 TRUE 21 2009-03-09 16:35:02 FALSE %22194.242.52.20%22 FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 %22Usagi%20Tsukino%22
287 FALSE 21 2009-03-17 03:40:32 FALSE %22PatamonRoxs%22 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 %22Usagi%20Tsukino%22
288 TRUE 21 2009-03-17 19:59:22 FALSE %2276.71.117.92%22 FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
289 FALSE 21 2009-03-19 04:54:53 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3638 2c1b93187d2757bf514a598093b19b2ed6faec66 10802 %22Usagi%20Tsukino%22
290 FALSE 21 2009-03-19 04:55:39 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 %22Usagi%20Tsukino%22
291 FALSE 21 2009-03-22 23:32:38 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3656 99e7c6a212194b74d3ff04da3ec40c53e35e189d 11104 %22Usagi%20Tsukino%22
292 FALSE 21 2009-03-22 23:43:51 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3660 5795ad4373468cf1b2e40d842e25feaac38c1bca 11244 %22Usagi%20Tsukino%22
293 FALSE 21 2009-03-23 00:12:21 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 %22Usagi%20Tsukino%22
294 FALSE 21 2009-03-23 00:47:19 FALSE %22Sailorhentai%22 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 %22Usagi%20Tsukino%22
295 FALSE 21 2009-03-23 00:48:35 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3670 56ed85ff00dd3be5a6076ed75eebed71ba8516e5 11525 %22Usagi%20Tsukino%22
296 FALSE 21 2009-03-23 00:49:25 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 %22Usagi%20Tsukino%22
297 TRUE 21 2009-03-23 02:23:36 FALSE %2270.43.56.162%22 FALSE 0 TRUE 3671,3670,3669,3664,3660,3656,3641,3638 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
298 TRUE 21 2009-04-02 12:24:31 FALSE %22118.137.75.242%22 FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
299 TRUE 21 2009-04-05 19:44:18 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3766 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
300 TRUE 21 2009-04-05 19:49:27 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3768 7ade719e6f4109fda9f758934beb0363dc8d87f4 13252 %22Usagi%20Tsukino%22
301 TRUE 21 2009-04-05 20:14:38 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 %22Usagi%20Tsukino%22
302 TRUE 21 2009-04-06 03:01:30 FALSE %2276.92.221.175%22 FALSE 0 TRUE 3770,3768 3771 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
303 TRUE 21 2009-04-06 03:03:07 FALSE %2276.92.221.175%22 FALSE 0 TRUE 3771,3770,3768,3766 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
304 TRUE 21 2009-04-09 19:40:02 FALSE %2268.82.224.91%22 FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 %22Usagi%20Tsukino%22
305 TRUE 21 2009-04-12 22:43:46 FALSE %2265.8.8.231%22 FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 %22Usagi%20Tsukino%22
306 TRUE 21 2009-04-22 21:57:32 FALSE %2267.191.218.47%22 FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 %22Usagi%20Tsukino%22
307 TRUE 21 2009-04-25 23:07:22 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3835 98c8cec14df4186739a3b40d945f5b4512a40113 10888 %22Usagi%20Tsukino%22
308 TRUE 21 2009-04-25 23:07:40 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3837 ffd5372bb5a767e50203159b7942f5582e30fd39 10889 %22Usagi%20Tsukino%22
309 TRUE 21 2009-04-25 23:07:57 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3838 d44304a5a4bfece2ea4d832cfb389c50be98f795 10888 %22Usagi%20Tsukino%22
310 TRUE 21 2009-04-25 23:09:06 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 %22Usagi%20Tsukino%22
311 TRUE 21 2009-04-28 00:57:47 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 %22Usagi%20Tsukino%22
312 FALSE 21 2009-05-07 14:58:41 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3874 1cec54024b16bd7c2eaca85b58ef512cce04159c 10880 %22Usagi%20Tsukino%22
313 FALSE 21 2009-05-07 15:00:11 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 %22Usagi%20Tsukino%22
314 TRUE 21 2009-05-21 00:03:29 FALSE %2268.151.17.131%22 FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 %22Usagi%20Tsukino%22
315 FALSE 21 2009-05-23 14:55:21 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3931 9a498f4c6e659da82b39357e3a1f4da01845dff2 14673 %22Usagi%20Tsukino%22
316 FALSE 21 2009-05-23 15:36:36 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 %22Usagi%20Tsukino%22
317 TRUE 21 2009-05-29 02:24:31 FALSE %2272.174.99.6%22 FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 %22Usagi%20Tsukino%22
318 FALSE 21 2009-05-29 03:14:16 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 %22Usagi%20Tsukino%22
319 FALSE 21 2009-06-04 02:44:24 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 %22Usagi%20Tsukino%22
320 TRUE 21 2009-06-27 17:37:27 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3987 a595e9090bbbf2a0ab90cc41a4040713bfcd9b21 14728 %22Usagi%20Tsukino%22
321 TRUE 21 2009-06-27 17:51:32 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 %22Usagi%20Tsukino%22
322 TRUE 21 2009-07-06 22:47:47 FALSE %2275.74.70.19%22 FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 %22Usagi%20Tsukino%22
323 FALSE 21 2009-07-16 08:09:54 FALSE %22ShinyRayquaza%22 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 %22Usagi%20Tsukino%22
324 TRUE 21 2009-07-21 00:06:27 FALSE %2298.235.7.53%22 FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 %22Usagi%20Tsukino%22
325 FALSE 21 2009-07-22 22:23:03 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4022 57e0e424273a32d5f820bf548fe97a5a083ca2d1 14827 %22Usagi%20Tsukino%22
326 FALSE 21 2009-07-22 22:23:32 FALSE %22Ghostkaiba297%22 1031724 TRUE 0 FALSE 4023 93a41b5bd7565ec9313d3a41556edd5ad3c33ac5 14828 %22Usagi%20Tsukino%22
327 FALSE 21 2009-07-22 22:38:22 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 %22Usagi%20Tsukino%22
328 FALSE 21 2009-07-27 06:06:07 FALSE %22Pokinick27%22 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 %22Usagi%20Tsukino%22
329 FALSE 21 2009-08-09 14:35:52 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 %22Usagi%20Tsukino%22
330 TRUE 21 2009-08-10 05:12:20 FALSE %2298.117.157.110%22 FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 %22Usagi%20Tsukino%22
331 FALSE 21 2009-08-13 02:46:11 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4226 20781f34027ab15bf0637fa30448c15761d20ae5 17663 %22Usagi%20Tsukino%22
332 FALSE 21 2009-08-13 02:49:33 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 %22Usagi%20Tsukino%22
333 FALSE 21 2009-08-20 06:29:29 FALSE %22Donut%20THX%201138%22 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 %22Usagi%20Tsukino%22
334 TRUE 21 2009-09-04 22:59:22 FALSE %2267.67.88.74%22 FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 %22Usagi%20Tsukino%22
335 FALSE 21 2009-09-05 05:04:59 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4441 4cbd4a9ee059e05b7ed5bad7f3944662fb053e9f 17867 %22Usagi%20Tsukino%22
336 FALSE 21 2009-09-05 05:15:03 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4442 0c9cbc671bc29ffe2e5e370be29ec0213445e3d2 17868 %22Usagi%20Tsukino%22
337 FALSE 21 2009-09-05 05:16:05 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4443 70b8c2433bd02d79209a837035ee873386b7ccc5 17926 %22Usagi%20Tsukino%22
338 FALSE 21 2009-09-05 05:31:32 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
339 FALSE 21 2009-09-10 16:12:21 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 %22Usagi%20Tsukino%22
340 FALSE 21 2009-09-18 20:21:35 FALSE %22Sonic0chick0ames%22 1275878 FALSE 0 TRUE 4451 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
341 FALSE 21 2009-09-19 00:37:44 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 %22Usagi%20Tsukino%22
342 FALSE 21 2009-09-24 07:43:44 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 %22Usagi%20Tsukino%22
343 FALSE 21 2009-09-24 15:57:49 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 %22Usagi%20Tsukino%22
344 TRUE 21 2009-09-26 18:22:45 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4845 7d89d411193416b618455738c44b6cc521498dc8 47130 %22Usagi%20Tsukino%22
345 TRUE 21 2009-09-26 18:23:36 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 %22Usagi%20Tsukino%22
346 TRUE 21 2009-09-27 20:32:44 FALSE %2267.244.149.83%22 FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 %22Usagi%20Tsukino%22
347 FALSE 21 2009-10-02 05:27:56 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 %22Usagi%20Tsukino%22
348 TRUE 21 2009-10-08 06:28:38 FALSE %22123.243.217.127%22 FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 %22Usagi%20Tsukino%22
349 FALSE 21 2009-10-08 07:46:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5158 61534b986a15eb5f92d62740b7e2f117d60128a5 47192 %22Usagi%20Tsukino%22
350 FALSE 21 2009-10-09 11:00:38 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5195 d49c39a8d5e9ab8a368ff4bfd40539d46b6afe79 47322 %22Usagi%20Tsukino%22
351 FALSE 21 2009-10-09 11:08:17 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5197 ea6fba86976bdc1b941e5af3cf23baf775f80b8a 47448 %22Usagi%20Tsukino%22
352 FALSE 21 2009-10-12 12:36:18 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5259 45829f7d3a29cd77035de7b31486985d668ea871 47487 %22Usagi%20Tsukino%22
353 FALSE 21 2009-10-17 07:29:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5329 865707146a7bf58d3b26e843071d4817c6413960 47442 %22Usagi%20Tsukino%22
354 FALSE 21 2009-10-29 12:56:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5510 98c5bba4464056a7115b68c83434a206dd2ade94 47460 %22Usagi%20Tsukino%22
355 FALSE 21 2009-10-29 13:01:34 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 %22Usagi%20Tsukino%22
356 TRUE 21 2009-10-29 14:42:26 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5513 2e7304c763c3606ba06039949da1cef78b97c93a 47703 %22Usagi%20Tsukino%22
357 TRUE 21 2009-10-29 14:45:19 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5515 428e8553b5526071e6671681e3a2b2f3565d31dc 47701 %22Usagi%20Tsukino%22
358 TRUE 21 2009-10-29 14:48:02 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5516 18e60335c0d114c089efae6c17a1cc89f75e1be6 47708 %22Usagi%20Tsukino%22
359 TRUE 21 2009-10-29 14:48:35 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5517 e21e1b78eeadea85a705d53b3280c978a1831b29 47700 %22Usagi%20Tsukino%22
360 TRUE 21 2009-10-29 14:49:00 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 %22Usagi%20Tsukino%22
361 FALSE 21 2009-10-31 14:12:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5546 f15fd71b10009c1666165bee6e4f5a02afc8b30d 47756 %22Usagi%20Tsukino%22
362 FALSE 21 2009-10-31 14:14:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 %22Usagi%20Tsukino%22
363 TRUE 21 2009-11-03 11:02:16 FALSE %22118.137.75.90%22 FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 %22Usagi%20Tsukino%22
364 FALSE 21 2009-11-08 07:29:23 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5680 3e99734a1f4c37f6da4b023678c2be25e767e0ef 47874 %22Usagi%20Tsukino%22
365 FALSE 21 2009-11-14 13:29:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5742 ed38c36f541881bafeed5713440a02338e7d68c6 47963 %22Usagi%20Tsukino%22
366 FALSE 21 2009-11-14 13:42:38 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5744 e6e54f105fdbbad72b8d48bc6949256161dbf8ea 48033 %22Usagi%20Tsukino%22
367 FALSE 21 2009-11-14 13:46:17 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5745 d373fa65c631dcc1e37259a863f227a84c26cf41 48098 %22Usagi%20Tsukino%22
368 FALSE 21 2009-11-14 13:58:22 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5749 a9295f18c7b449eacdd35ad66e94e8416a4ecac1 48065 %22Usagi%20Tsukino%22
369 FALSE 21 2009-11-24 11:01:45 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 %22Usagi%20Tsukino%22
370 TRUE 21 2009-12-01 04:21:41 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6280 2af0b24339b0c4dd9c85dcbf1cd577ebe45add77 48086 %22Usagi%20Tsukino%22
371 TRUE 21 2009-12-01 04:35:05 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6282 69e6102d07fc09e8f15d47fd1f36be13d8767e98 48303 %22Usagi%20Tsukino%22
372 TRUE 21 2009-12-01 04:37:27 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6283 50f45bb17c29268374f8e8da9934fea32a9f7168 48314 %22Usagi%20Tsukino%22
373 TRUE 21 2009-12-01 04:45:57 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
374 FALSE 21 2009-12-05 02:30:16 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6310 8349a88a3988e09c50acba4179dfc8354e6b7d75 48555 %22Usagi%20Tsukino%22
375 FALSE 21 2009-12-05 02:31:44 FALSE %22Laura%20steel%22 1725633 FALSE 0 TRUE 6310 6313 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
376 FALSE 21 2009-12-05 02:33:32 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 %22Usagi%20Tsukino%22
377 FALSE 21 2009-12-10 04:27:19 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE 6314 6371 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
378 FALSE 21 2009-12-11 10:30:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 %22Usagi%20Tsukino%22
379 FALSE 21 2009-12-25 17:49:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6686 ed31b006963f4d6fc7ceb1ba3c5552a9dbd7e4ba 48598 %22Usagi%20Tsukino%22
380 FALSE 21 2009-12-25 17:54:05 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6687 4ffb2d4b80de074829ef447a9ed106d9462981e9 48521 %22Usagi%20Tsukino%22
381 FALSE 21 2009-12-25 17:54:35 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6688 c883d3efe64dec38dab982a9adf3703d77d05761 48520 %22Usagi%20Tsukino%22
382 FALSE 21 2009-12-27 18:59:36 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6692 09c10006811be21a8057788b8f4b197211633a27 48566 %22Usagi%20Tsukino%22
383 FALSE 21 2009-12-27 19:00:18 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6693 052f99d3686a9fdf1a5efcef9054018f1f6ab6f3 48567 %22Usagi%20Tsukino%22
384 FALSE 21 2009-12-27 19:01:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6694 51e26e53f5e4614158e27de274d95920776a9c7f 48567 %22Usagi%20Tsukino%22
385 FALSE 21 2009-12-27 19:05:31 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6695 257d4e3d6fe9220d35ffd9d2ff557488379ea262 48615 %22Usagi%20Tsukino%22
386 FALSE 21 2009-12-27 19:06:37 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6696 810635e2793c18e1361f3abd8830d17f36bcdd38 48571 %22Usagi%20Tsukino%22
387 FALSE 21 2009-12-27 19:12:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6697 ae8b8b1a978fc4aebd2f179708f8f89640832314 47449 %22Usagi%20Tsukino%22
388 FALSE 21 2009-12-27 19:13:25 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6698 62936c1f67b6c5312a0662a4fe1d09c070d71d17 47404 %22Usagi%20Tsukino%22
389 FALSE 21 2009-12-27 19:23:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6701 01fc1cecfe8c082e69f2ddbee2ea7b57b43dda26 47513 %22Usagi%20Tsukino%22
390 FALSE 21 2009-12-27 19:24:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6702 eafbcbbf0365ed3f1f0d0bb1915de96d44dc621a 47515 %22Usagi%20Tsukino%22
391 FALSE 21 2009-12-27 19:25:24 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6703 42291899e21070384507f3162c150aec72319d69 47515 %22Usagi%20Tsukino%22
392 FALSE 21 2009-12-27 19:26:12 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6704 afa2d8af0468ea27d8936d7170e0c388a1fd203b 47519 %22Usagi%20Tsukino%22
393 FALSE 21 2009-12-27 19:27:02 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6705 40a92c5b62123d2da6b2b5990a9fc7163456a94f 47503 %22Usagi%20Tsukino%22
394 FALSE 21 2009-12-27 19:31:53 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6706 2a9c631f9c4afa4b56f818ac59e87979d9514322 47502 %22Usagi%20Tsukino%22
395 FALSE 21 2009-12-27 19:36:46 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6707 c4e5e9360ab4514214c1487423cfcddd780ca32a 47528 %22Usagi%20Tsukino%22
396 FALSE 21 2009-12-27 19:42:41 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6708 5a10b59b6a2891cc6fe3c5f44ff95782c99833ab 47667 %22Usagi%20Tsukino%22
397 FALSE 21 2009-12-27 19:45:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 %22Usagi%20Tsukino%22
398 FALSE 21 2009-12-29 09:01:44 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6715 d41f3df357b6a76e85bd7145956b814d7b739a91 47667 %22Usagi%20Tsukino%22
399 FALSE 21 2009-12-29 09:24:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6716 6d25239422b10b5aed1ccf9b90b3655ec633b74d 47143 %22Usagi%20Tsukino%22
400 FALSE 21 2009-12-29 09:27:51 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6718 81ff44cb99f41b3f3f2413a711634ca79ed35a1b 47214 %22Usagi%20Tsukino%22
401 FALSE 21 2009-12-29 09:36:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 %22Usagi%20Tsukino%22
402 FALSE 21 2010-01-04 04:44:57 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 %22Usagi%20Tsukino%22
403 FALSE 21 2010-01-04 05:28:48 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 %22Usagi%20Tsukino%22
404 FALSE 21 2010-01-17 02:20:39 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6755 b1ea5acd1f79ae89a1a398e23a688fc0641dedb9 48406 %22Usagi%20Tsukino%22
405 FALSE 21 2010-01-17 02:24:44 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 %22Usagi%20Tsukino%22
406 TRUE 21 2010-02-11 17:56:34 FALSE %22220.255.7.222%22 FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 %22Usagi%20Tsukino%22
407 TRUE 21 2010-02-11 17:57:47 FALSE %22220.255.7.227%22 FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 %22Usagi%20Tsukino%22
408 FALSE 21 2010-03-05 03:14:09 FALSE %22RemiBlade%22 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 %22Usagi%20Tsukino%22
409 TRUE 21 2010-03-12 18:19:53 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6976 a38b28936ffffde33ac769014bfd1453fc33ab6e 48425 %22Usagi%20Tsukino%22
410 TRUE 21 2010-03-12 18:20:35 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 %22Usagi%20Tsukino%22
411 TRUE 21 2010-03-23 19:31:48 FALSE %2224.45.21.138%22 FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 %22Usagi%20Tsukino%22

View File

@@ -1,6 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 12 4 0 4
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 5 0 3
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 6 4 1
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE "None,None,None" None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 12 4 0 4
3 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 5 0 3
4 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
5 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 6 4 1
6 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE None,None,None None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0

View File

@@ -1,15 +0,0 @@
anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 124944 20824 0 6
FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE "402436936" 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE "402999028" 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE "405478231,405475313" 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0
1 anon articleid collapsed_revs date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 23397386 3 2010-12-13 02:52:57 FALSE %2276.102.106.52%22 FALSE 0 FALSE 402074089 bdoleau92eed59p01lwu3hx71jfplyv 54928 %22The%20Amazing%20Race%2016%22 124944 20824 0 6
3 FALSE 23397386 1 2010-12-13 04:44:25 FALSE %22Nmk829%22 12595469 FALSE 0 FALSE 402088763 7zt0ygstumo5fe0fj2xj32mcn1p4p1j 54926 %22The%20Amazing%20Race%2016%22 0 0 2 6
4 FALSE 23397386 1 2010-12-14 18:31:01 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402376185 2itumo8i1amz1anlmnvnqcaauk0c6ti 54912 %22The%20Amazing%20Race%2016%22 0 0 6 6
5 TRUE 23397386 1 2010-12-14 23:12:50 FALSE %22174.1.48.24%22 FALSE 0 FALSE 402421155 27izchr7l6uj5z0p9jc9w8mf5h45w8p 54973 %22The%20Amazing%20Race%2016%22 114 19 0 6
6 FALSE 23397386 1 2010-12-14 23:18:49 FALSE %22Ryulong%22 889851 FALSE 0 FALSE 402422015 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 102 17 0 6
7 TRUE 23397386 1 2010-12-15 01:05:24 FALSE %22173.30.1.184%22 FALSE 0 FALSE 402436936 2rf7juf6sx1mi76rgnagt0v1h2vqkka 55033 %22The%20Amazing%20Race%2016%22 0 10 0 6
8 FALSE 23397386 1 2010-12-15 04:03:25 FALSE %22Kuyabribri%22 1904358 FALSE 0 TRUE 402436936 402459131 60nmgy7reem6isznmtnjr37qwj3akkb 55013 %22The%20Amazing%20Race%2016%22 0 0 0 6
9 TRUE 23397386 1 2010-12-16 15:24:08 FALSE %22220.255.1.79%22 FALSE 0 FALSE 402702013 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 6 1 1 6
10 TRUE 23397386 1 2010-12-18 10:45:33 FALSE %2258.168.198.160%22 FALSE 0 FALSE 402999028 h9l6spwatmurwxcwcukky37iiozb8dq 55014 %22The%20Amazing%20Race%2016%22 0 2 0 5
11 FALSE 23397386 1 2010-12-19 01:05:33 FALSE %22Dravecky%22 4588674 TRUE 0 TRUE 402999028 403103973 p2u5jcoov0c3396cdih5h2v8azrmb5z 55010 %22The%20Amazing%20Race%2016%22 0 0 0 4
12 FALSE 23397386 1 2010-12-22 12:21:27 FALSE %22Xqbot%22 8066546 TRUE 0 FALSE 403690886 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 3 1 4 3
13 TRUE 23397386 1 2011-01-02 10:37:54 FALSE %22118.137.242.186%22 FALSE 0 FALSE 405475313 ipyttx2y54xlilzeihwuaoatcmbcotz 54974 %22The%20Amazing%20Race%2016%22 0 10 31 2
14 TRUE 23397386 2 2011-01-02 11:08:22 FALSE %2271.133.162.137%22 FALSE 0 FALSE 405478231 lsxi138j1q7qmim71u33kx0qjb4ema6 54976 %22The%20Amazing%20Race%2016%22 0 19 11 1
15 FALSE 23397386 2 2011-01-02 12:19:03 FALSE %22Dravecky%22 4588674 FALSE 0 TRUE 405478231,405475313 405484921 lar0epx20k4qvdj8otqna8v9c1ibtbt 55008 %22The%20Amazing%20Race%2016%22 0 0 0 0

View File

@@ -1,6 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE "None,None,None" None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title token_revs tokens_added tokens_removed tokens_window
2 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 24 7 0 4
3 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cb3aeff37c151ab439ee4a7a76cea85679272d5e 44 %22Test%20Title%22 0 10 0 3
4 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.52%22 FALSE 0 FALSE None cp0mfp4o90fbpyxooys1rw95zn3ddff 21 %22Test%20Title%22 0 0 0 2
5 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.53%22 FALSE 0 FALSE None 9e63d8f3d87be0ed4cc3fab3f750a4429997bead 31 %22Test%20Title%22 0 8 4 1
6 TRUE 1 2010-12-13 02:51:55 FALSE %2276.102.106.60%22 FALSE 0 TRUE None,None,None None e867e7cd0e53b58428b23ee346c6fa523756e7d1 21 %22Test%20Title%22 0 0 0 0

Binary file not shown.

View File

@@ -1,47 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
TRUE 1297 2007-06-19 15:16:52 FALSE "Default" TRUE 2 FALSE 2627 37f890c8dc810caf1fa403f828d8a34324a25a26 21 "User:Angela"
TRUE 1298 2007-12-19 16:43:54 FALSE "Default" FALSE 4 FALSE 2876 f1821b769c5985719172dad8a42e032415f7a9be 2238 "Twin Peaks Wiki:Protected page"
TRUE 1300 2007-12-21 15:32:28 FALSE "Default" TRUE 4 FALSE 2905 24015c49643a384204861c4d3bb2e78ceca55f28 3068 "Twin Peaks Wiki:Administrators"
TRUE 1452 2008-01-17 04:47:54 FALSE "Default" FALSE 4 FALSE 2922 7c82c8d4c3249aabc3e916bc305c9f6c11d43e8c 2363 "Twin Peaks Wiki:Copyrights"
FALSE 1452 2009-06-27 03:39:49 FALSE "WikiaBot" 269919 TRUE 4 FALSE 3089 42f770b31907e7a03793f78ef8faddc2e1fb7d3c 2579 "Twin Peaks Wiki:Copyrights"
TRUE 1460 2007-12-19 17:12:06 FALSE "Default" FALSE 14 FALSE 2893 7369eaf2f963579b135e299ba5ba8c0887c95425 666 "Category:Browse"
TRUE 1461 2008-02-26 23:59:09 FALSE "Default" FALSE 0 FALSE 2956 8e6a29eb98cc35a3dcfe3c97cdd8c9e6eb2a4ae4 3448 "Twin Peaks Wiki"
FALSE 1461 2008-04-14 02:25:18 FALSE "Toughpigs" 10370 FALSE 0 FALSE 2976 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 "Twin Peaks Wiki"
FALSE 1461 2008-04-14 02:25:21 FALSE "Maintenance script" 375130 TRUE 0 FALSE 3064 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 "Twin Peaks Wiki"
TRUE 1461 2009-05-16 00:10:44 FALSE "24.21.237.120" FALSE 0 FALSE 3080 99c0aa8f40e1174d4e5746e0d392566b9c5d727f 1093 "Twin Peaks Wiki"
TRUE 1461 2009-10-15 09:47:35 FALSE "61.246.237.226" FALSE 0 FALSE 3102 12187c115d21e6350ea6a40ab0a0b3792efa208d 185 "Twin Peaks Wiki"
TRUE 1461 2010-01-04 21:33:27 FALSE "88.88.139.97" FALSE 0 FALSE 3104 fa4a8b1571b4aae6cd2416e60caaa047463fcd78 1096 "Twin Peaks Wiki"
TRUE 1462 2008-01-20 00:00:41 FALSE "Default" TRUE 110 FALSE 2923 b6d24a26d7b6bf0fa690d7c1e62933e3750ace29 924 "Forum:Index"
TRUE 1463 2007-12-19 16:48:43 FALSE "Default" TRUE 14 FALSE 2885 04deea1cea858f3e1c7594b8162a255b2c122003 1338 "Category:Help"
TRUE 1464 2006-05-24 07:46:42 FALSE "Default" TRUE 10 FALSE 1651 f2e128e59ce28b104e5805c5b68e97295c5319b5 127 "Template:Forumheader/Help desk"
TRUE 1466 2006-05-24 07:47:24 FALSE "Default" TRUE 10 FALSE 1654 3fa99305a03d33054eb06428ccc55ce61dffb3ba 128 "Template:Forumheader/Watercooler"
TRUE 1467 2007-01-07 02:59:36 FALSE "Default" FALSE 10 FALSE 2440 3ade373965c87cde22053b2ce50292a4731073f3 180 "Template:Forumheader"
TRUE 1470 2007-12-19 16:48:56 FALSE "Default" TRUE 14 FALSE 2886 c8ae1582c8973d47a2e2094036bdc282e14520f3 91 "Category:Forums"
TRUE 1480 2007-04-27 07:10:55 FALSE "Default" FALSE 110 FALSE 2594 f6fb07ef53a7dbc35b2bfb2a4d4e9d9c2afef79d 1138 "Forum:Help desk"
FALSE 1480 2009-05-07 15:30:41 FALSE "Uberfuzzy" 161697 TRUE 110 FALSE 3078 13df362f1495897640e765edc30ede209a3a6fef 1128 "Forum:Help desk"
TRUE 1481 2007-04-27 07:11:35 FALSE "Default" FALSE 110 FALSE 2595 67ab27e85e885ddee9e6cc8cb4d0dc3dea454ea4 1026 "Forum:Watercooler"
FALSE 1481 2009-05-07 15:30:45 FALSE "Uberfuzzy" 161697 TRUE 110 FALSE 3079 5d3e523b013e8f0556583d849a6086b33e7dc902 1016 "Forum:Watercooler"
TRUE 1482 2007-10-17 01:00:03 FALSE "Default" FALSE 6 FALSE 2694 88062a3c357d86f08eef468f6892df2ff30cf1c0 142 "File:Forum new.gif"
FALSE 1482 2008-04-14 02:25:18 FALSE "Toughpigs" 10370 FALSE 6 FALSE 2977 48936acd67f69bc4f4e97f28f935412c84412bf7 127 "File:Forum new.gif"
TRUE 1483 2006-11-17 05:55:57 FALSE "Default" FALSE 14 FALSE 2407 ddabf114b738c0f6bc25d7450dc0e7d39022a153 181 "Category:Help desk"
TRUE 1484 2007-04-22 05:22:27 FALSE "Default" FALSE 14 FALSE 2579 5d7b17ab1bd99093f7eaa74637284eda5d690664 112 "Category:Watercooler"
TRUE 1490 2006-09-25 16:31:55 FALSE "Default" FALSE 110 FALSE 2115 fb1f126782c1142c9c61800acb07255bb0f1797c 471 "Forum:Welcome to the watercooler"
TRUE 1491 2006-09-25 16:31:25 FALSE "Default" FALSE 110 FALSE 2114 dab2d65f2281d85e711c25275e2d901d3ccaadda 489 "Forum:Welcome to the help desk"
TRUE 1492 2007-12-13 00:12:01 FALSE "Default" TRUE 10 FALSE 2792 4cf250940fadf74168feafa52e63b10b40c92618 385 "Template:PD"
TRUE 1496 2008-04-03 00:54:27 FALSE "Default" FALSE 10 FALSE 2966 6a94e34b258217a55e38dde1d2e709adfccf5a24 405 "Template:GFDL"
TRUE 1500 2007-12-13 00:10:04 FALSE "Default" FALSE 10 FALSE 2785 8a30a102ba7e8d7083febf618d0c0c14f2826864 470 "Template:Fairuse"
TRUE 1501 2007-12-21 19:39:29 FALSE "Default" FALSE 4 FALSE 2907 7d291871946b71602b3e8926cfedee3cc3762c97 273 "Twin Peaks Wiki:About"
TRUE 1507 2007-12-13 01:01:50 FALSE "Default" FALSE 10 FALSE 2806 c1afd0dc263e3ee99ba5f2b20e74fdcee34025c5 781 "Template:Delete"
TRUE 1508 2006-11-15 12:55:12 FALSE "Default" FALSE 15 FALSE 2403 b77079f17cca847e06d851df5f76336188960115 84 "Category talk:Candidates for deletion"
TRUE 1509 2007-12-19 16:45:30 FALSE "Default" TRUE 14 FALSE 2879 04779ce4fe9039de78b8497be30a65b191feb090 308 "Category:Candidates for deletion"
TRUE 1515 2007-12-12 23:52:29 FALSE "Default" FALSE 6 FALSE 2782 5d3091f75225a283e50544c7a02d82d33b40c396 130 "File:Example.jpg"
FALSE 1515 2008-04-14 02:25:18 FALSE "Toughpigs" 10370 FALSE 6 FALSE 2978 aefdf61efee9c623505715ce7f3966351faff0e8 101 "File:Example.jpg"
TRUE 1516 2007-12-13 23:59:30 FALSE "Default" FALSE 4 FALSE 2829 c3aec2421395bc7c9ddee242281cd2089caad94b 628 "Twin Peaks Wiki:Policy"
TRUE 1517 2007-12-19 16:50:04 FALSE "Default" TRUE 14 FALSE 2887 f506070021cd92c003965ac8720c9a194156fda0 179 "Category:Policy"
TRUE 1518 2007-07-31 05:24:40 FALSE "Default" FALSE 4 FALSE 2663 93e813535bcb0dc5d9cb9eb3d2556d1db992d2a6 1684 "Twin Peaks Wiki:Sandbox"
TRUE 1520 2008-04-03 00:55:20 FALSE "Default" TRUE 10 FALSE 2967 1542fa5e06bd78a162a536014933b4642c998c06 932 "Template:Wikipedia"
FALSE 1520 2009-06-21 14:34:58 FALSE "Uberfuzzy" 161697 TRUE 10 FALSE 3088 0156e69755e38e290fb05ecc2026a973887e589f 753 "Template:Wikipedia"
TRUE 1521 2007-12-14 00:26:45 FALSE "Default" TRUE 4 FALSE 2831 5c6cc17d1f4e4cb9c2d94323ef08a26523e3bf58 3327 "Twin Peaks Wiki:Simplified ruleset"
TRUE 1523 2007-03-27 03:21:15 FALSE "Default" FALSE 2 FALSE 2565 7ca14e2b7416323a60ae73ab2e658b8e06480cb2 21 "User:Sannse"
TRUE 1526 2008-03-20 17:54:29 FALSE "Default" TRUE 4 FALSE 2960 afef0077593b732a9079ffef96f06e57d1853c9b 3579 "Twin Peaks Wiki:Community Portal"
TRUE 1530 2007-03-27 03:22:01 FALSE "Default" FALSE 2 FALSE 2566 ed4f89de36e31961ab32aa4f41047f0d58ca2b40 23 "User:KaurJmeb"
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
2 TRUE 1297 2007-06-19 15:16:52 FALSE Default TRUE 2 FALSE 2627 37f890c8dc810caf1fa403f828d8a34324a25a26 21 User:Angela
3 TRUE 1298 2007-12-19 16:43:54 FALSE Default FALSE 4 FALSE 2876 f1821b769c5985719172dad8a42e032415f7a9be 2238 Twin Peaks Wiki:Protected page
4 TRUE 1300 2007-12-21 15:32:28 FALSE Default TRUE 4 FALSE 2905 24015c49643a384204861c4d3bb2e78ceca55f28 3068 Twin Peaks Wiki:Administrators
5 TRUE 1452 2008-01-17 04:47:54 FALSE Default FALSE 4 FALSE 2922 7c82c8d4c3249aabc3e916bc305c9f6c11d43e8c 2363 Twin Peaks Wiki:Copyrights
6 FALSE 1452 2009-06-27 03:39:49 FALSE WikiaBot 269919 TRUE 4 FALSE 3089 42f770b31907e7a03793f78ef8faddc2e1fb7d3c 2579 Twin Peaks Wiki:Copyrights
7 TRUE 1460 2007-12-19 17:12:06 FALSE Default FALSE 14 FALSE 2893 7369eaf2f963579b135e299ba5ba8c0887c95425 666 Category:Browse
8 TRUE 1461 2008-02-26 23:59:09 FALSE Default FALSE 0 FALSE 2956 8e6a29eb98cc35a3dcfe3c97cdd8c9e6eb2a4ae4 3448 Twin Peaks Wiki
9 FALSE 1461 2008-04-14 02:25:18 FALSE Toughpigs 10370 FALSE 0 FALSE 2976 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 Twin Peaks Wiki
10 FALSE 1461 2008-04-14 02:25:21 FALSE Maintenance script 375130 TRUE 0 FALSE 3064 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 Twin Peaks Wiki
11 TRUE 1461 2009-05-16 00:10:44 FALSE 24.21.237.120 FALSE 0 FALSE 3080 99c0aa8f40e1174d4e5746e0d392566b9c5d727f 1093 Twin Peaks Wiki
12 TRUE 1461 2009-10-15 09:47:35 FALSE 61.246.237.226 FALSE 0 FALSE 3102 12187c115d21e6350ea6a40ab0a0b3792efa208d 185 Twin Peaks Wiki
13 TRUE 1461 2010-01-04 21:33:27 FALSE 88.88.139.97 FALSE 0 FALSE 3104 fa4a8b1571b4aae6cd2416e60caaa047463fcd78 1096 Twin Peaks Wiki
14 TRUE 1462 2008-01-20 00:00:41 FALSE Default TRUE 110 FALSE 2923 b6d24a26d7b6bf0fa690d7c1e62933e3750ace29 924 Forum:Index
15 TRUE 1463 2007-12-19 16:48:43 FALSE Default TRUE 14 FALSE 2885 04deea1cea858f3e1c7594b8162a255b2c122003 1338 Category:Help
16 TRUE 1464 2006-05-24 07:46:42 FALSE Default TRUE 10 FALSE 1651 f2e128e59ce28b104e5805c5b68e97295c5319b5 127 Template:Forumheader/Help desk
17 TRUE 1466 2006-05-24 07:47:24 FALSE Default TRUE 10 FALSE 1654 3fa99305a03d33054eb06428ccc55ce61dffb3ba 128 Template:Forumheader/Watercooler
18 TRUE 1467 2007-01-07 02:59:36 FALSE Default FALSE 10 FALSE 2440 3ade373965c87cde22053b2ce50292a4731073f3 180 Template:Forumheader
19 TRUE 1470 2007-12-19 16:48:56 FALSE Default TRUE 14 FALSE 2886 c8ae1582c8973d47a2e2094036bdc282e14520f3 91 Category:Forums
20 TRUE 1480 2007-04-27 07:10:55 FALSE Default FALSE 110 FALSE 2594 f6fb07ef53a7dbc35b2bfb2a4d4e9d9c2afef79d 1138 Forum:Help desk
21 FALSE 1480 2009-05-07 15:30:41 FALSE Uberfuzzy 161697 TRUE 110 FALSE 3078 13df362f1495897640e765edc30ede209a3a6fef 1128 Forum:Help desk
22 TRUE 1481 2007-04-27 07:11:35 FALSE Default FALSE 110 FALSE 2595 67ab27e85e885ddee9e6cc8cb4d0dc3dea454ea4 1026 Forum:Watercooler
23 FALSE 1481 2009-05-07 15:30:45 FALSE Uberfuzzy 161697 TRUE 110 FALSE 3079 5d3e523b013e8f0556583d849a6086b33e7dc902 1016 Forum:Watercooler
24 TRUE 1482 2007-10-17 01:00:03 FALSE Default FALSE 6 FALSE 2694 88062a3c357d86f08eef468f6892df2ff30cf1c0 142 File:Forum new.gif
25 FALSE 1482 2008-04-14 02:25:18 FALSE Toughpigs 10370 FALSE 6 FALSE 2977 48936acd67f69bc4f4e97f28f935412c84412bf7 127 File:Forum new.gif
26 TRUE 1483 2006-11-17 05:55:57 FALSE Default FALSE 14 FALSE 2407 ddabf114b738c0f6bc25d7450dc0e7d39022a153 181 Category:Help desk
27 TRUE 1484 2007-04-22 05:22:27 FALSE Default FALSE 14 FALSE 2579 5d7b17ab1bd99093f7eaa74637284eda5d690664 112 Category:Watercooler
28 TRUE 1490 2006-09-25 16:31:55 FALSE Default FALSE 110 FALSE 2115 fb1f126782c1142c9c61800acb07255bb0f1797c 471 Forum:Welcome to the watercooler
29 TRUE 1491 2006-09-25 16:31:25 FALSE Default FALSE 110 FALSE 2114 dab2d65f2281d85e711c25275e2d901d3ccaadda 489 Forum:Welcome to the help desk
30 TRUE 1492 2007-12-13 00:12:01 FALSE Default TRUE 10 FALSE 2792 4cf250940fadf74168feafa52e63b10b40c92618 385 Template:PD
31 TRUE 1496 2008-04-03 00:54:27 FALSE Default FALSE 10 FALSE 2966 6a94e34b258217a55e38dde1d2e709adfccf5a24 405 Template:GFDL
32 TRUE 1500 2007-12-13 00:10:04 FALSE Default FALSE 10 FALSE 2785 8a30a102ba7e8d7083febf618d0c0c14f2826864 470 Template:Fairuse
33 TRUE 1501 2007-12-21 19:39:29 FALSE Default FALSE 4 FALSE 2907 7d291871946b71602b3e8926cfedee3cc3762c97 273 Twin Peaks Wiki:About
34 TRUE 1507 2007-12-13 01:01:50 FALSE Default FALSE 10 FALSE 2806 c1afd0dc263e3ee99ba5f2b20e74fdcee34025c5 781 Template:Delete
35 TRUE 1508 2006-11-15 12:55:12 FALSE Default FALSE 15 FALSE 2403 b77079f17cca847e06d851df5f76336188960115 84 Category talk:Candidates for deletion
36 TRUE 1509 2007-12-19 16:45:30 FALSE Default TRUE 14 FALSE 2879 04779ce4fe9039de78b8497be30a65b191feb090 308 Category:Candidates for deletion
37 TRUE 1515 2007-12-12 23:52:29 FALSE Default FALSE 6 FALSE 2782 5d3091f75225a283e50544c7a02d82d33b40c396 130 File:Example.jpg
38 FALSE 1515 2008-04-14 02:25:18 FALSE Toughpigs 10370 FALSE 6 FALSE 2978 aefdf61efee9c623505715ce7f3966351faff0e8 101 File:Example.jpg
39 TRUE 1516 2007-12-13 23:59:30 FALSE Default FALSE 4 FALSE 2829 c3aec2421395bc7c9ddee242281cd2089caad94b 628 Twin Peaks Wiki:Policy
40 TRUE 1517 2007-12-19 16:50:04 FALSE Default TRUE 14 FALSE 2887 f506070021cd92c003965ac8720c9a194156fda0 179 Category:Policy
41 TRUE 1518 2007-07-31 05:24:40 FALSE Default FALSE 4 FALSE 2663 93e813535bcb0dc5d9cb9eb3d2556d1db992d2a6 1684 Twin Peaks Wiki:Sandbox
42 TRUE 1520 2008-04-03 00:55:20 FALSE Default TRUE 10 FALSE 2967 1542fa5e06bd78a162a536014933b4642c998c06 932 Template:Wikipedia
43 FALSE 1520 2009-06-21 14:34:58 FALSE Uberfuzzy 161697 TRUE 10 FALSE 3088 0156e69755e38e290fb05ecc2026a973887e589f 753 Template:Wikipedia
44 TRUE 1521 2007-12-14 00:26:45 FALSE Default TRUE 4 FALSE 2831 5c6cc17d1f4e4cb9c2d94323ef08a26523e3bf58 3327 Twin Peaks Wiki:Simplified ruleset
45 TRUE 1523 2007-03-27 03:21:15 FALSE Default FALSE 2 FALSE 2565 7ca14e2b7416323a60ae73ab2e658b8e06480cb2 21 User:Sannse
46 TRUE 1526 2008-03-20 17:54:29 FALSE Default TRUE 4 FALSE 2960 afef0077593b732a9079ffef96f06e57d1853c9b 3579 Twin Peaks Wiki:Community Portal
47 TRUE 1530 2007-03-27 03:22:01 FALSE Default FALSE 2 FALSE 2566 ed4f89de36e31961ab32aa4f41047f0d58ca2b40 23 User:KaurJmeb

View File

@@ -1,411 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
FALSE 1 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3AWiki.png%22
FALSE 3 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3ASearch%20logo.png%22
FALSE 6 2005-07-16 21:46:43 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 3 83d73a7b77b4de495037c6236808e8518d545591 184 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2005-07-16 21:47:16 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 130 1f5e2990a4350396907d087706de27afc106302a 222 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2005-07-29 18:37:42 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-15 14:50:13 FALSE %2285.255.113.157%22 FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-01-15 20:40:52 FALSE %22Angela%22 2 TRUE 4 TRUE "266" 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-16 04:00:17 FALSE %2285.255.113.158%22 FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 %22Sailor%20Moon%20Wiki%3AAbout%22
TRUE 6 2006-01-16 07:20:23 FALSE %2285.255.113.154%22 FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 4 TRUE "279,273" 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-08-01 11:21:41 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 6 2006-08-04 16:56:16 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2273" 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
FALSE 7 2005-07-16 22:09:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 5 be1969ef45877518a1cad13f8e56480b3a18716c 3217 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-16 22:17:11 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 6 1d28e2148e4ca41015bd5bab4b7987a494316180 3737 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-16 22:18:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 39 00913a74749ca1783b05d92547728ec016e38a9d 3950 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-17 02:01:56 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 143 d51f10d004bcc3384234b19df209b00327ecc04c 3992 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-07-29 22:35:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 185 014220129562ab1183e1635f794e9de61a5fdfb1 3994 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-11 20:58:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 187 53523cf4df6d059353669495356ac4e814e863b4 4336 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-12 21:24:49 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 188 1097c589d1ab97dd00ac8302d2d2ab354f2a0e0b 4412 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2005-09-12 21:29:28 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
TRUE 7 2006-01-15 14:49:34 FALSE %2285.255.114.134%22 FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 %22Sailor%20Moon%20Wiki%3APolicies%22
TRUE 7 2006-01-15 18:55:09 FALSE %2285.255.113.154%22 FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-01-15 20:41:05 FALSE %22Angela%22 2 FALSE 4 TRUE "270,265" 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-08-01 11:21:51 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2006-08-04 16:56:14 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2276" 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-05 08:49:33 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6321 ea21012108822ca7d2147f137c33d7db647dd4a4 4540 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-18 00:27:31 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6612 35e2e3e4363dce8d8d18679037360988fe851771 4565 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 7 2009-12-18 00:28:57 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 %22Sailor%20Moon%20Wiki%3APolicies%22
FALSE 8 2005-07-16 22:10:09 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 %22Category%3AAbout%20Sailor%20Moon%20Wiki%22
FALSE 9 2005-07-16 22:40:19 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 8 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
FALSE 9 2005-07-16 22:48:15 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 9 27e19d4e7c17fbd0396c31828cae3bfb8e2ee7c8 202 %22Template%3ACharastub%22
FALSE 9 2005-07-16 22:48:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "9" 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
FALSE 9 2009-11-22 05:46:05 FALSE %22Thisismyusername%22 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 %22Template%3ACharastub%22
FALSE 10 2005-07-16 22:47:18 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 7 e81e52ce91be28ff0d1e494c8464bb1ac8da905b 105 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-16 22:47:34 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 10 0e87f555f01710a9f31fe45793a7163db5aa51ca 152 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-16 22:57:59 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 13 03f8870c40d5171e94ca84bf3d952d0e9f298d06 176 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-17 00:15:53 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 14 2fb025e35aac0093c087abe4d4ed91e745813d0a 317 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-17 00:16:14 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 135 38890ff5b5d05398ecd8a9481d607f3bf4fe4417 203 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-29 18:49:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 151 eaa02ae0ce25c5786dd26c3050fec0a35a17e1f8 205 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:00:45 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 152 70705e974a8a8bae35c78e10be7711c956226169 242 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:01:35 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 153 00de5fdbce9e5afccd3e3290aee29372b0ca900f 293 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-07-30 00:02:20 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-05 00:23:37 FALSE %22Malkin%22 177 TRUE 4 FALSE 237 30164ea2825c4f6b760a79b2c8176ca176ebb4d0 583 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-14 05:41:04 FALSE %22Malkin%22 177 TRUE 4 FALSE 241 15677691b7f303c2fd0b6c490dc680fc07724376 638 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2005-11-17 07:48:10 FALSE %22Malkin%22 177 TRUE 4 FALSE 283 28da42804e820942b569b1c2956308d066ab18f8 668 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-04-16 04:49:39 FALSE %22Malkin%22 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-08-01 11:22:00 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2006-08-04 16:56:12 FALSE %22Splarka%22 8245 TRUE 4 TRUE "2279" 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 10 2009-11-22 01:17:15 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
FALSE 11 2005-07-16 22:47:55 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 %22Category%3ACharacter%20stubs%22
FALSE 11 2005-11-04 23:36:13 FALSE %22Malkin%22 177 TRUE 14 FALSE 220 02504da0ba3941173e8c1924b2ebca32014655df 94 %22Category%3ACharacter%20stubs%22
FALSE 11 2005-11-04 23:40:45 FALSE %22Malkin%22 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 %22Category%3ACharacter%20stubs%22
FALSE 12 2005-07-16 22:56:53 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 %22Template%3ASeealso%22
FALSE 13 2005-07-16 23:37:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 11 1534cc265d3016b0b996ac9713e784d55b41e000 1070 %22Template%3ACharabox%22
FALSE 13 2005-07-16 23:39:57 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 26 41499b647e20ac0f3e49611c51ab195fe3a8e356 1108 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:28:30 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 34 d7c7ca5ad4961f145af88b40855209c74d83b1f5 1143 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:41:11 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 35 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:42:21 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 36 d4c3382412d49883c953d720fa89a7af46cd4c7f 1157 %22Template%3ACharabox%22
FALSE 13 2005-07-17 01:43:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "36" 52 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:09:38 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 53 ec2e9b0ed4b068cc52d121a70debfa584b2c6a17 1159 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:10:23 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 54 5701a47565dee6dd98fc03d5b036dbc346c33359 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:10:39 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 55 34f5e6aef65d87aec8cbe56a120d8e90598b12d3 1159 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:12:00 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "55,54,53" 56 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:12:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 57 d6c4bdea3a8b7f88a6d67b878943ca6c7fe37a07 1160 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:13:20 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 58 f513ee93c1a7ad3582b6502782cd82f3a6b928bf 1160 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:15:01 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE "58,57" 59 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
FALSE 13 2005-07-17 03:16:18 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 %22Template%3ACharabox%22
FALSE 13 2005-10-25 23:04:33 FALSE %22Malkin%22 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
TRUE 13 2006-01-15 15:09:32 FALSE %2285.255.114.130%22 FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 %22Template%3ACharabox%22
FALSE 13 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 10 TRUE "286" 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
FALSE 13 2006-05-26 04:34:57 FALSE %22Malkin%22 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 %22Template%3ACharabox%22
TRUE 13 2006-06-17 05:16:27 FALSE %22220.237.30.150%22 FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 %22Template%3ACharabox%22
FALSE 13 2007-07-01 13:53:42 FALSE %22AJtheFlameSwordsman%22 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 %22Template%3ACharabox%22
FALSE 13 2008-06-21 02:37:43 FALSE %22Landavia%22 265950 TRUE 10 FALSE 2782 6d9fc08ff005da3a33d35c30dbd1bd1c7a72091a 1278 %22Template%3ACharabox%22
FALSE 13 2008-07-08 01:01:13 FALSE %22Landavia%22 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:28:53 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2856 65745105a0dda265f03bd8459e7052e24aa1cc7a 1380 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:29:37 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2857 2f34cc6fc3f7a7f33ddd880f0bda6c82619778c7 1389 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:33:11 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2858 1557bd94cf960713e932d5593422206e7deba078 1257 %22Template%3ACharabox%22
TRUE 13 2008-07-11 21:34:20 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 %22Template%3ACharabox%22
FALSE 13 2008-09-20 04:10:46 FALSE %22Uberfuzzy%22 161697 FALSE 10 TRUE "2859,2858,2857,2856" 2899 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
FALSE 13 2008-10-05 19:19:45 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2966 0ed834d80d8b155f6cb0aa9137bbab6e0d452651 1286 %22Template%3ACharabox%22
FALSE 13 2008-10-05 19:20:47 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 %22Template%3ACharabox%22
FALSE 13 2010-01-04 04:40:42 FALSE %22Toughpigs%22 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 %22Template%3ACharabox%22
TRUE 13 2010-03-20 19:21:54 FALSE %2299.227.202.85%22 FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 %22Template%3ACharabox%22
FALSE 14 2005-07-17 00:02:36 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 12 5b6cb89c6c51db0e21b16949cc5849d5432bf98e 4164 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:02:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 17 9b94ad968fdb495bc3de790ff00768019887f0f6 4162 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:27:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 19 4b9f2ae9d282c15faa3524f8f260637fb55811da 5612 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:38:57 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 20 779e9abdceb7c0fb404617d35b77ce7be91bd2e5 5614 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:40:29 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 21 20b724bfa4f1eb649e950ae60f265487c9df8475 5622 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:41:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 22 5a2f1b140bca7b6b3c12ee44a8422cb4fcb0f26a 5623 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 00:42:32 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 69 dc3b4550165e22b0768374612ffda9b9d5326e2e 5656 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-17 16:33:09 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 81 b3714229850f34c6f92dcdb4a95975ce1007ebbf 5679 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-18 01:35:37 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 87 120b5e1095c351ed0568d8d6ec52fb0cd93785fa 5676 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-18 02:03:00 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 119 e852d9b5a58b60f4c343f1610a879e7d94096295 5692 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-19 22:59:20 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 120 7e67c986b6b36dbb2dd935ab5c1d74253d550cd6 5758 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-19 22:59:45 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 125 9378526871378ff21825abf2f99c58da6b898f16 5761 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-07-22 02:01:48 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 167 fde382ae335cea4b64ad37f92dfaf3b1bcb52beb 5747 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-08-13 21:10:11 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-10-27 21:25:54 FALSE %22Malkin%22 177 TRUE 0 FALSE 211 b4f564c1b9776a8b4f44a7f68d1182d610a92439 5748 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2005-10-30 23:19:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-03 05:03:34 FALSE %22220.237.30.150%22 FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-15 18:31:58 FALSE %2285.255.113.155%22 FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-01-15 20:40:56 FALSE %22Angela%22 2 TRUE 0 TRUE "269" 272 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-01-16 07:06:14 FALSE %2285.255.114.130%22 FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-01-19 19:14:51 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 0 TRUE "287" 1732 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2006-06-27 09:57:48 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-06-28 02:07:28 FALSE %22Angela%22 2 TRUE 0 TRUE "2168" 2174 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-08-01 10:54:19 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2006-08-04 16:59:18 FALSE %22Splarka%22 8245 TRUE 0 TRUE "2197" 2394 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2007-12-23 15:16:52 FALSE %22Animalia555%22 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-01-30 02:19:03 FALSE %2269.211.15.33%22 FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2008-01-30 02:19:23 FALSE %22Charitwo%22 184532 FALSE 0 TRUE "2700" 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-04-26 20:02:18 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2743 5ddeac4ff5af72ac9746568c2c1060693ae4bbc2 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2008-04-26 20:03:59 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 05:02:47 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3593 dc89db0e48d924793fe46a322d4818f97b46ac4a 5899 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 05:04:12 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3594 acff9378220bd66b125fc843cd8237a5d191db79 6010 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:46:56 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-03-02 06:48:07 FALSE %22Charitwo%22 184532 FALSE 0 TRUE "3595,3594,3593" 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:52:20 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3597 b484336f0d4733585cc055c623be050670e6e6d3 5936 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 06:54:31 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-03-02 09:29:45 FALSE %2276.121.175.64%22 FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:05:59 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3846 a0b898f41c6237792415e7d265e8f4e6ea4aa7e5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:07:34 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3847 521c9de87e3ac8b6607d53be47d962658b9bfbf3 4791 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-04-28 01:08:38 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:17:40 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5321 09173f99c2196e50fa6c5ec89dd3a248415c6aac 4776 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:21:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5326 d233082eed3a93fe4b41d31b18d91d6ac3b38065 4782 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-10-17 07:25:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-11-08 12:06:18 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5684 d2500367109d3528185f99737352f40b677a7226 4797 %22Pretty%20Guardian%20Sailor%20Moon%22
TRUE 14 2009-11-08 12:08:16 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-14 08:22:01 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5707 b718d5fa20aaa3e5dac78b66d18779e6c7806d2b 4833 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-14 09:14:14 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-19 17:24:17 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 14 2009-11-20 05:36:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE "5825" 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
FALSE 19 2005-07-17 01:16:13 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 44 abfb4612e0ac3c305e5bdb7dc79d4df8c7a3c6a0 24 %22Category%3ASailor%20soldiers%22
FALSE 19 2005-07-17 02:11:33 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
TRUE 19 2009-06-27 17:48:45 FALSE %2224.193.146.200%22 FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 %22Category%3ASailor%20soldiers%22
FALSE 19 2009-11-24 08:09:06 FALSE %22Thisismyusername%22 1628549 TRUE 14 TRUE "3989" 6074 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
FALSE 20 2005-07-17 01:18:57 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 23 5403fb3476d1ec93163ec4d3f7e6a27d68eb793e 8 %22File%3ASmoon.png%22
FALSE 20 2005-07-17 01:19:28 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 %22File%3ASmoon.png%22
FALSE 20 2005-11-17 07:49:56 FALSE %22Malkin%22 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 %22File%3ASmoon.png%22
FALSE 21 2005-07-17 01:29:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 27 5d2a74bb183bcb5de1eb08e4314b32e6e4c9b11c 698 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:30:43 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 28 c0df0a86d9c3d9b10dd049ee70df8569272223dc 721 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 29 f65707c856957bd1041a22c6339355015bc0ec92 725 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:18 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 30 348fdf8f7e0a9bd518be14793a77d2c55c8ae321 724 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:31:38 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 33 e7ab0ef33b00942a6d40fc1e63fa1862200bb993 727 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 01:40:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 %22Usagi%20Tsukino%22
FALSE 21 2005-07-17 20:40:15 FALSE %22Mange%22 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:32:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:41:57 FALSE %22Mange%22 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:44:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 86 050815b74778d040cfe5b2d708e6054eef2f9574 5948 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 01:58:59 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 89 fdf55e8a5dbceabe27dca48b82afd52c5d3279f4 5957 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:10:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 93 df8b543b4768e69270f753f7d859343a2d35c947 6618 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:24:24 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 94 18fa0fb2f1cc8948ffff0a79fbf37bdf7c42c9ee 6629 %22Usagi%20Tsukino%22
FALSE 21 2005-07-18 02:25:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 %22Usagi%20Tsukino%22
FALSE 21 2005-10-25 02:26:40 FALSE %22Malkin%22 177 TRUE 0 FALSE 250 7ce3ad98674e990b09a343a9f2f1fe0581429e2e 6754 %22Usagi%20Tsukino%22
FALSE 21 2005-11-17 23:46:12 FALSE %22Malkin%22 177 TRUE 0 FALSE 252 1157fc364030ed349a0a93eada1898a524a962a4 6885 %22Usagi%20Tsukino%22
FALSE 21 2005-11-22 01:53:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 %22Usagi%20Tsukino%22
TRUE 21 2005-12-24 06:14:40 FALSE %22220.237.30.150%22 FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
TRUE 21 2006-06-27 10:01:16 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 %22Usagi%20Tsukino%22
FALSE 21 2006-06-28 02:07:31 FALSE %22Angela%22 2 TRUE 0 TRUE "2170" 2175 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
FALSE 21 2006-08-01 11:20:04 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Usagi%20Tsukino%22
FALSE 21 2006-08-04 16:57:12 FALSE %22Splarka%22 8245 TRUE 0 TRUE "2267" 2312 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:19:51 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2479 5892a29f067d67874d7476e6b071ddc13c9e8f68 7427 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:24:02 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2480 1f2da9b7addd8af44c16020eedeed4b3e36ff512 8245 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:25:53 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2481 2dd31939210c0d7587b39b4ff65a8dbfa40b6b3d 8412 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 19:36:11 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2482 9ce7e4f06d4abaf1817f1d3f45bb40201728534e 10127 %22Usagi%20Tsukino%22
FALSE 21 2007-02-04 21:03:56 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 %22Usagi%20Tsukino%22
TRUE 21 2007-07-24 15:03:38 FALSE %2272.84.74.134%22 FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 %22Usagi%20Tsukino%22
TRUE 21 2007-08-30 07:23:17 FALSE %2259.101.67.180%22 FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 %22Usagi%20Tsukino%22
TRUE 21 2007-10-15 21:05:45 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2661 d052855d49c11fa0dacc7fe1aa6abceb0ddf34c5 10133 %22Usagi%20Tsukino%22
TRUE 21 2007-10-15 21:07:12 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 %22Usagi%20Tsukino%22
FALSE 21 2007-12-27 22:50:15 FALSE %22Kataangrl%22 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 %22Usagi%20Tsukino%22
TRUE 21 2008-01-30 03:24:08 FALSE %2272.26.0.104%22 FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 %22Usagi%20Tsukino%22
TRUE 21 2008-02-24 04:55:53 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2731 e10f68b8b855ec0f52aa8c0feeab3e159c4a37a4 10145 %22Usagi%20Tsukino%22
TRUE 21 2008-02-24 04:56:56 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 %22Usagi%20Tsukino%22
TRUE 21 2008-05-06 15:45:57 FALSE %2268.46.150.25%22 FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 %22Usagi%20Tsukino%22
TRUE 21 2008-05-15 23:58:16 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2760 7c6edf9a3979f1f33978b07731dcd20b1d902697 10153 %22Usagi%20Tsukino%22
TRUE 21 2008-05-15 23:59:58 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2761 bd7f852970ffbc7ed3e0fcecf17ef74d0b57d032 10122 %22Usagi%20Tsukino%22
TRUE 21 2008-05-16 00:02:13 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 %22Usagi%20Tsukino%22
TRUE 21 2008-07-31 01:19:44 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2866 52493aada08ef5c40d2f1f94eb6c06fb0a5d4fcf 10123 %22Usagi%20Tsukino%22
TRUE 21 2008-07-31 01:21:00 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 %22Usagi%20Tsukino%22
TRUE 21 2008-08-10 18:02:31 FALSE %2266.98.50.84%22 FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 %22Usagi%20Tsukino%22
TRUE 21 2008-09-07 20:49:51 FALSE %2270.74.9.38%22 FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 02:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2911 24ccdd156f4facf88ed501300e8a12f851cbfe14 10243 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 02:59:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2912 28d3cd12fbbce72801d3b6669e98fec39338f934 10274 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 03:04:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2913 85ea8c312752a46a2613b944ee782ae1ea40cd54 10368 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 03:05:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2914 9feb673f79b8296a04b6d2a5e5d3465f5f491064 10375 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 14:49:36 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2919 531273b98b43dd3d6b17b5cc81b5fa1d274094bc 10519 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:23:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2929 a3906a8457bee683a4f252a0f5cfaa1c95decf71 10628 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:24:14 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2930 537e53df3de3361d1fbdaef5ffeeae61d7c3d1aa 10634 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:24:53 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2931 adcffe13fd55958e3f062e9e35ae1ba6da4babdd 10655 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:28:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2932 ac06ba836f06247fa00c90221a92263b3d8d5f78 10885 %22Usagi%20Tsukino%22
FALSE 21 2008-09-28 15:34:28 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2933 99e3cc77398ae1524656ea00457daf017310aca3 11132 %22Usagi%20Tsukino%22
FALSE 21 2008-10-03 18:49:12 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2937 b676048ca642376c4154775845a6bfac5fec5694 11188 %22Usagi%20Tsukino%22
FALSE 21 2008-10-03 18:50:00 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2938 c194ea05edf7cc13ccdbdc90ebae08f60b5175b5 11275 %22Usagi%20Tsukino%22
FALSE 21 2008-10-05 00:37:20 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2959 063359e70dd85519ba0f6c58efb2d510b5f4301c 11398 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:53:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3073 d84f2fdf5d702611d654df38face217bd5bfae12 11458 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:55:57 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3074 a46b13682f1cc37cd82f3a87f57d7071fc97cac2 11668 %22Usagi%20Tsukino%22
FALSE 21 2008-10-08 21:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3075 3fd4a505e9f5b7eeb9736f970f7f0701eeb8400b 11748 %22Usagi%20Tsukino%22
FALSE 21 2008-10-10 22:00:01 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 %22Usagi%20Tsukino%22
FALSE 21 2008-10-22 00:02:46 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3219 55e9a70396ad5fe56e57a5532c4dfe849ffb019a 11410 %22Usagi%20Tsukino%22
FALSE 21 2008-10-22 00:04:36 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 18:39:10 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3254 d3525b29783ef675620dffacd67f09cfc416952c 10287 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 18:44:43 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3256 510878309a56a4a4ba0d4f87ce27b8d25f15d65d 10310 %22Usagi%20Tsukino%22
FALSE 21 2008-11-09 19:16:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3261 616dd1c236765eb5e222c229795e47aeeefca356 10447 %22Usagi%20Tsukino%22
FALSE 21 2008-11-16 23:22:56 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3295 0a7e4eca0bde53a0b788bf98046c3f13a0024afb 10627 %22Usagi%20Tsukino%22
FALSE 21 2008-11-16 23:24:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3296 9fd5b4eb5232c21b28af9b6124a6bf8007b49c96 10664 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:26:55 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3299 ee6a40778d1c03558d6010a3cae260b41038567d 11054 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:42:27 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3301 a378bc32d66b12a6cf90674ed7e706bac8df37c2 11174 %22Usagi%20Tsukino%22
FALSE 21 2008-11-17 00:44:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3302 0c88078926b24c00b2cb45f516014ff6d94252e2 11277 %22Usagi%20Tsukino%22
FALSE 21 2008-11-18 19:20:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3303 ed26c0cc380c7cc837435750358464bdc7d4bd94 11361 %22Usagi%20Tsukino%22
FALSE 21 2008-11-18 23:03:38 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3310 61d626c2e5ac9558055538e76a2c9027f0a2219f 11406 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 18:07:19 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3330 4c4291fd01f39d04f1d304a286d1e1c9da4bd634 11428 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 18:12:52 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3332 33e822d495e7b5ed591df0234514e5e97b5a3a0d 11519 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 19:55:17 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3333 453e7d82d4ecaf5c76bf2a2635bc3758d7b594e5 11660 %22Usagi%20Tsukino%22
FALSE 21 2008-11-25 19:56:01 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3334 bfcbc1fda499e1fb0a6f70ff9c636d49ef0dcb48 11642 %22Usagi%20Tsukino%22
FALSE 21 2008-11-26 03:45:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3337 fd0e1e2ff9b089bc7cc63a7d8a400fa31da02881 11709 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:22:00 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3353 fc56374e5db574ee532251b7834f17b6167a2334 11739 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:22:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3354 2983c01522257faeb308f99fba9fc54a064802a4 11743 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:38:31 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3358 158c36c0b78b411ab4e40982a2c144534feea101 11773 %22Usagi%20Tsukino%22
FALSE 21 2008-11-27 00:39:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3359 be7d10232be75dd829a3695f9d12babf3aee98c6 11779 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 01:07:05 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3371 4ca203ee92ba6ea035bc9ee06f4c8d34f212b5a8 11857 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 03:38:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3375 24782d2d56bfa8c77ccb017942765d34974f1219 11958 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 03:38:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 %22Usagi%20Tsukino%22
FALSE 21 2008-11-29 06:25:29 FALSE %22Uberfuzzy%22 161697 TRUE 0 FALSE 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:40:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3481 517ed0e5a319a59215c17737912dd3a192cbf27c 10213 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:43:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3482 b54210b5272b260d3170fbca5f35c770a4f31720 10192 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:54:35 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3483 bff315633e5d9909f2b896f6670b99d69f9cc93d 9366 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:56:43 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 02:58:26 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3485 dc2995500d238ddba4e319dcf1fe5bbf0bc256c0 9294 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:06:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:11:26 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:14:23 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:14:41 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:19:31 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:22:52 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:23:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:27:42 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3493 66ff67a36ef74b48aa3cf8b37f16dd25e984e19b 9905 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:30:16 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3494 277168827a6c97138c20f46c8fb7fd86d020e551 9926 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:32:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3495 e6116ef7eddef7b1c5423890d685db6b5d5d69f5 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:33:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:35:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3498 99ee5ace328efff55e12c99f03626e492d52e6b3 9969 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:37:21 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:39:04 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3501 ef979a8e0e262bc2530d1260ed3f9676a811070e 9964 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:05 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3502 bece232bd57d219d8e5943d4cf227ae15d67c9d0 9963 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:22 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:52 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:40:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:42:27 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:46:57 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3507 823ff905fecebeab82c6dab4ee21fe401b38d9f1 10111 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:47:46 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:47:47 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:48:32 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:50:24 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:57:07 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 03:58:57 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3513 d484b463a73759923027354187bacc991b7aaa75 10206 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 04:09:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3514 47ad398b8290eaef99aa120a5214c238df7deaf9 10209 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 04:18:56 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:06:45 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3516 086a828f60de4f38948e295dc10736838d18efde 10324 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:07:19 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3517 9fd5f8af1e91d48c03dd6d852a791e74b65f9244 10350 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:14:26 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3518 acfdaf90525ef700949060d5ad45577d71eb1ed8 10469 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 22:16:58 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:35:18 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3520 455158ce1473b93c03d3433d26a691954272e112 10471 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:35:32 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:45:21 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3522 b2ef40b075acbc01d33ba59991e3f0158768a5da 10496 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:49:18 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 %22Usagi%20Tsukino%22
FALSE 21 2009-02-03 23:50:22 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:52:11 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3525 d90baefbef00e7bfd94fbc8037254a3eb34dd2d7 10579 %22Usagi%20Tsukino%22
TRUE 21 2009-02-03 23:56:17 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3526 ebb978d90654fc4c8a26cd1b46dcda5524698220 10580 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 00:02:56 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3527 8f931c9e95a520df7b339a612eefa8e8a8179760 10824 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 01:31:16 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3528 2c7aaa4812451622c57a243d6b4279f1d00f9271 10832 %22Usagi%20Tsukino%22
TRUE 21 2009-02-04 01:38:52 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 %22Usagi%20Tsukino%22
FALSE 21 2009-02-04 04:54:06 FALSE %22Uberfuzzy%22 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
TRUE 21 2009-02-07 18:40:23 FALSE %2286.44.90.9%22 FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 %22Usagi%20Tsukino%22
TRUE 21 2009-02-09 05:02:51 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 %22Usagi%20Tsukino%22
TRUE 21 2009-02-12 19:42:44 FALSE %22207.177.118.2%22 FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:36:59 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3577 008239f628d54c4e2ef08a2fece1f62fe9f35ef9 846 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:43:17 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3578 ff823cab75d57c6dfb0a563d75a64d5c3d7289b5 939 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:48:05 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3579 545ac36f589803e1ad02ea03c5e79c19c903bd3b 5062 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:48:53 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3580 2bf2ae8f1163814b4a774e4a4b5786da4a72ec4a 956 %22Usagi%20Tsukino%22
FALSE 21 2009-02-17 19:55:13 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 %22Usagi%20Tsukino%22
FALSE 21 2009-02-23 04:59:45 FALSE %22Michaeldsuarez%22 130901 FALSE 0 TRUE "3582,3580,3579,3578,3577,3569,3568,3563" 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
FALSE 21 2009-03-03 06:08:59 FALSE %22Dreamgirl%22 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 %22Usagi%20Tsukino%22
TRUE 21 2009-03-04 04:21:02 FALSE %2271.192.146.43%22 FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 %22Usagi%20Tsukino%22
TRUE 21 2009-03-09 16:35:02 FALSE %22194.242.52.20%22 FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 %22Usagi%20Tsukino%22
FALSE 21 2009-03-17 03:40:32 FALSE %22PatamonRoxs%22 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 %22Usagi%20Tsukino%22
TRUE 21 2009-03-17 19:59:22 FALSE %2276.71.117.92%22 FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
FALSE 21 2009-03-19 04:54:53 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3638 2c1b93187d2757bf514a598093b19b2ed6faec66 10802 %22Usagi%20Tsukino%22
FALSE 21 2009-03-19 04:55:39 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 %22Usagi%20Tsukino%22
FALSE 21 2009-03-22 23:32:38 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3656 99e7c6a212194b74d3ff04da3ec40c53e35e189d 11104 %22Usagi%20Tsukino%22
FALSE 21 2009-03-22 23:43:51 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3660 5795ad4373468cf1b2e40d842e25feaac38c1bca 11244 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:12:21 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:47:19 FALSE %22Sailorhentai%22 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:48:35 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3670 56ed85ff00dd3be5a6076ed75eebed71ba8516e5 11525 %22Usagi%20Tsukino%22
FALSE 21 2009-03-23 00:49:25 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 %22Usagi%20Tsukino%22
TRUE 21 2009-03-23 02:23:36 FALSE %2270.43.56.162%22 FALSE 0 TRUE "3671,3670,3669,3664,3660,3656,3641,3638" 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
TRUE 21 2009-04-02 12:24:31 FALSE %22118.137.75.242%22 FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 19:44:18 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3766 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 19:49:27 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3768 7ade719e6f4109fda9f758934beb0363dc8d87f4 13252 %22Usagi%20Tsukino%22
TRUE 21 2009-04-05 20:14:38 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 %22Usagi%20Tsukino%22
TRUE 21 2009-04-06 03:01:30 FALSE %2276.92.221.175%22 FALSE 0 TRUE "3770,3768" 3771 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
TRUE 21 2009-04-06 03:03:07 FALSE %2276.92.221.175%22 FALSE 0 TRUE "3771,3770,3768,3766" 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
TRUE 21 2009-04-09 19:40:02 FALSE %2268.82.224.91%22 FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 %22Usagi%20Tsukino%22
TRUE 21 2009-04-12 22:43:46 FALSE %2265.8.8.231%22 FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-22 21:57:32 FALSE %2267.191.218.47%22 FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:22 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3835 98c8cec14df4186739a3b40d945f5b4512a40113 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:40 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3837 ffd5372bb5a767e50203159b7942f5582e30fd39 10889 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:07:57 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3838 d44304a5a4bfece2ea4d832cfb389c50be98f795 10888 %22Usagi%20Tsukino%22
TRUE 21 2009-04-25 23:09:06 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 %22Usagi%20Tsukino%22
TRUE 21 2009-04-28 00:57:47 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 %22Usagi%20Tsukino%22
FALSE 21 2009-05-07 14:58:41 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3874 1cec54024b16bd7c2eaca85b58ef512cce04159c 10880 %22Usagi%20Tsukino%22
FALSE 21 2009-05-07 15:00:11 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 %22Usagi%20Tsukino%22
TRUE 21 2009-05-21 00:03:29 FALSE %2268.151.17.131%22 FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 %22Usagi%20Tsukino%22
FALSE 21 2009-05-23 14:55:21 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3931 9a498f4c6e659da82b39357e3a1f4da01845dff2 14673 %22Usagi%20Tsukino%22
FALSE 21 2009-05-23 15:36:36 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 %22Usagi%20Tsukino%22
TRUE 21 2009-05-29 02:24:31 FALSE %2272.174.99.6%22 FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 %22Usagi%20Tsukino%22
FALSE 21 2009-05-29 03:14:16 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 %22Usagi%20Tsukino%22
FALSE 21 2009-06-04 02:44:24 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 %22Usagi%20Tsukino%22
TRUE 21 2009-06-27 17:37:27 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3987 a595e9090bbbf2a0ab90cc41a4040713bfcd9b21 14728 %22Usagi%20Tsukino%22
TRUE 21 2009-06-27 17:51:32 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 %22Usagi%20Tsukino%22
TRUE 21 2009-07-06 22:47:47 FALSE %2275.74.70.19%22 FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 %22Usagi%20Tsukino%22
FALSE 21 2009-07-16 08:09:54 FALSE %22ShinyRayquaza%22 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 %22Usagi%20Tsukino%22
TRUE 21 2009-07-21 00:06:27 FALSE %2298.235.7.53%22 FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:23:03 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4022 57e0e424273a32d5f820bf548fe97a5a083ca2d1 14827 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:23:32 FALSE %22Ghostkaiba297%22 1031724 TRUE 0 FALSE 4023 93a41b5bd7565ec9313d3a41556edd5ad3c33ac5 14828 %22Usagi%20Tsukino%22
FALSE 21 2009-07-22 22:38:22 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 %22Usagi%20Tsukino%22
FALSE 21 2009-07-27 06:06:07 FALSE %22Pokinick27%22 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 %22Usagi%20Tsukino%22
FALSE 21 2009-08-09 14:35:52 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 %22Usagi%20Tsukino%22
TRUE 21 2009-08-10 05:12:20 FALSE %2298.117.157.110%22 FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 %22Usagi%20Tsukino%22
FALSE 21 2009-08-13 02:46:11 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4226 20781f34027ab15bf0637fa30448c15761d20ae5 17663 %22Usagi%20Tsukino%22
FALSE 21 2009-08-13 02:49:33 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 %22Usagi%20Tsukino%22
FALSE 21 2009-08-20 06:29:29 FALSE %22Donut%20THX%201138%22 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 %22Usagi%20Tsukino%22
TRUE 21 2009-09-04 22:59:22 FALSE %2267.67.88.74%22 FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:04:59 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4441 4cbd4a9ee059e05b7ed5bad7f3944662fb053e9f 17867 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:15:03 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4442 0c9cbc671bc29ffe2e5e370be29ec0213445e3d2 17868 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:16:05 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4443 70b8c2433bd02d79209a837035ee873386b7ccc5 17926 %22Usagi%20Tsukino%22
FALSE 21 2009-09-05 05:31:32 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
FALSE 21 2009-09-10 16:12:21 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 %22Usagi%20Tsukino%22
FALSE 21 2009-09-18 20:21:35 FALSE %22Sonic0chick0ames%22 1275878 FALSE 0 TRUE "4451" 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
FALSE 21 2009-09-19 00:37:44 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 %22Usagi%20Tsukino%22
FALSE 21 2009-09-24 07:43:44 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 %22Usagi%20Tsukino%22
FALSE 21 2009-09-24 15:57:49 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 %22Usagi%20Tsukino%22
TRUE 21 2009-09-26 18:22:45 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4845 7d89d411193416b618455738c44b6cc521498dc8 47130 %22Usagi%20Tsukino%22
TRUE 21 2009-09-26 18:23:36 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 %22Usagi%20Tsukino%22
TRUE 21 2009-09-27 20:32:44 FALSE %2267.244.149.83%22 FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 %22Usagi%20Tsukino%22
FALSE 21 2009-10-02 05:27:56 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 %22Usagi%20Tsukino%22
TRUE 21 2009-10-08 06:28:38 FALSE %22123.243.217.127%22 FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 %22Usagi%20Tsukino%22
FALSE 21 2009-10-08 07:46:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5158 61534b986a15eb5f92d62740b7e2f117d60128a5 47192 %22Usagi%20Tsukino%22
FALSE 21 2009-10-09 11:00:38 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5195 d49c39a8d5e9ab8a368ff4bfd40539d46b6afe79 47322 %22Usagi%20Tsukino%22
FALSE 21 2009-10-09 11:08:17 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5197 ea6fba86976bdc1b941e5af3cf23baf775f80b8a 47448 %22Usagi%20Tsukino%22
FALSE 21 2009-10-12 12:36:18 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5259 45829f7d3a29cd77035de7b31486985d668ea871 47487 %22Usagi%20Tsukino%22
FALSE 21 2009-10-17 07:29:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5329 865707146a7bf58d3b26e843071d4817c6413960 47442 %22Usagi%20Tsukino%22
FALSE 21 2009-10-29 12:56:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5510 98c5bba4464056a7115b68c83434a206dd2ade94 47460 %22Usagi%20Tsukino%22
FALSE 21 2009-10-29 13:01:34 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:42:26 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5513 2e7304c763c3606ba06039949da1cef78b97c93a 47703 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:45:19 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5515 428e8553b5526071e6671681e3a2b2f3565d31dc 47701 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:48:02 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5516 18e60335c0d114c089efae6c17a1cc89f75e1be6 47708 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:48:35 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5517 e21e1b78eeadea85a705d53b3280c978a1831b29 47700 %22Usagi%20Tsukino%22
TRUE 21 2009-10-29 14:49:00 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 %22Usagi%20Tsukino%22
FALSE 21 2009-10-31 14:12:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5546 f15fd71b10009c1666165bee6e4f5a02afc8b30d 47756 %22Usagi%20Tsukino%22
FALSE 21 2009-10-31 14:14:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 %22Usagi%20Tsukino%22
TRUE 21 2009-11-03 11:02:16 FALSE %22118.137.75.90%22 FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 %22Usagi%20Tsukino%22
FALSE 21 2009-11-08 07:29:23 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5680 3e99734a1f4c37f6da4b023678c2be25e767e0ef 47874 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:29:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5742 ed38c36f541881bafeed5713440a02338e7d68c6 47963 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:42:38 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5744 e6e54f105fdbbad72b8d48bc6949256161dbf8ea 48033 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:46:17 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5745 d373fa65c631dcc1e37259a863f227a84c26cf41 48098 %22Usagi%20Tsukino%22
FALSE 21 2009-11-14 13:58:22 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5749 a9295f18c7b449eacdd35ad66e94e8416a4ecac1 48065 %22Usagi%20Tsukino%22
FALSE 21 2009-11-24 11:01:45 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:21:41 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6280 2af0b24339b0c4dd9c85dcbf1cd577ebe45add77 48086 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:35:05 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6282 69e6102d07fc09e8f15d47fd1f36be13d8767e98 48303 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:37:27 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6283 50f45bb17c29268374f8e8da9934fea32a9f7168 48314 %22Usagi%20Tsukino%22
TRUE 21 2009-12-01 04:45:57 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:30:16 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6310 8349a88a3988e09c50acba4179dfc8354e6b7d75 48555 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:31:44 FALSE %22Laura%20steel%22 1725633 FALSE 0 TRUE "6310" 6313 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-05 02:33:32 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 %22Usagi%20Tsukino%22
FALSE 21 2009-12-10 04:27:19 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE "6314" 6371 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
FALSE 21 2009-12-11 10:30:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:49:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6686 ed31b006963f4d6fc7ceb1ba3c5552a9dbd7e4ba 48598 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:54:05 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6687 4ffb2d4b80de074829ef447a9ed106d9462981e9 48521 %22Usagi%20Tsukino%22
FALSE 21 2009-12-25 17:54:35 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6688 c883d3efe64dec38dab982a9adf3703d77d05761 48520 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 18:59:36 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6692 09c10006811be21a8057788b8f4b197211633a27 48566 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:00:18 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6693 052f99d3686a9fdf1a5efcef9054018f1f6ab6f3 48567 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:01:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6694 51e26e53f5e4614158e27de274d95920776a9c7f 48567 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:05:31 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6695 257d4e3d6fe9220d35ffd9d2ff557488379ea262 48615 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:06:37 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6696 810635e2793c18e1361f3abd8830d17f36bcdd38 48571 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:12:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6697 ae8b8b1a978fc4aebd2f179708f8f89640832314 47449 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:13:25 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6698 62936c1f67b6c5312a0662a4fe1d09c070d71d17 47404 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:23:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6701 01fc1cecfe8c082e69f2ddbee2ea7b57b43dda26 47513 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:24:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6702 eafbcbbf0365ed3f1f0d0bb1915de96d44dc621a 47515 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:25:24 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6703 42291899e21070384507f3162c150aec72319d69 47515 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:26:12 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6704 afa2d8af0468ea27d8936d7170e0c388a1fd203b 47519 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:27:02 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6705 40a92c5b62123d2da6b2b5990a9fc7163456a94f 47503 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:31:53 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6706 2a9c631f9c4afa4b56f818ac59e87979d9514322 47502 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:36:46 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6707 c4e5e9360ab4514214c1487423cfcddd780ca32a 47528 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:42:41 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6708 5a10b59b6a2891cc6fe3c5f44ff95782c99833ab 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-27 19:45:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:01:44 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6715 d41f3df357b6a76e85bd7145956b814d7b739a91 47667 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:24:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6716 6d25239422b10b5aed1ccf9b90b3655ec633b74d 47143 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:27:51 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6718 81ff44cb99f41b3f3f2413a711634ca79ed35a1b 47214 %22Usagi%20Tsukino%22
FALSE 21 2009-12-29 09:36:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 %22Usagi%20Tsukino%22
FALSE 21 2010-01-04 04:44:57 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 %22Usagi%20Tsukino%22
FALSE 21 2010-01-04 05:28:48 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 %22Usagi%20Tsukino%22
FALSE 21 2010-01-17 02:20:39 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6755 b1ea5acd1f79ae89a1a398e23a688fc0641dedb9 48406 %22Usagi%20Tsukino%22
FALSE 21 2010-01-17 02:24:44 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 %22Usagi%20Tsukino%22
TRUE 21 2010-02-11 17:56:34 FALSE %22220.255.7.222%22 FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 %22Usagi%20Tsukino%22
TRUE 21 2010-02-11 17:57:47 FALSE %22220.255.7.227%22 FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 %22Usagi%20Tsukino%22
FALSE 21 2010-03-05 03:14:09 FALSE %22RemiBlade%22 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 %22Usagi%20Tsukino%22
TRUE 21 2010-03-12 18:19:53 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6976 a38b28936ffffde33ac769014bfd1453fc33ab6e 48425 %22Usagi%20Tsukino%22
TRUE 21 2010-03-12 18:20:35 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 %22Usagi%20Tsukino%22
TRUE 21 2010-03-23 19:31:48 FALSE %2224.45.21.138%22 FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 %22Usagi%20Tsukino%22
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
2 FALSE 1 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 274 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3AWiki.png%22
3 FALSE 3 2004-11-11 23:33:14 FALSE %22Jasonr%22 1 FALSE 6 FALSE 276 da39a3ee5e6b4b0d3255bfef95601890afd80709 0 %22File%3ASearch%20logo.png%22
4 FALSE 6 2005-07-16 21:46:43 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 3 83d73a7b77b4de495037c6236808e8518d545591 184 %22Sailor%20Moon%20Wiki%3AAbout%22
5 FALSE 6 2005-07-16 21:47:16 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 130 1f5e2990a4350396907d087706de27afc106302a 222 %22Sailor%20Moon%20Wiki%3AAbout%22
6 FALSE 6 2005-07-29 18:37:42 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 259 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
7 TRUE 6 2006-01-15 14:50:13 FALSE %2285.255.113.157%22 FALSE 4 FALSE 266 b42d6dbfab55049f0808376dfb13e0841f83e049 5005 %22Sailor%20Moon%20Wiki%3AAbout%22
8 FALSE 6 2006-01-15 20:40:52 FALSE %22Angela%22 2 TRUE 4 TRUE 266 271 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
9 TRUE 6 2006-01-16 04:00:17 FALSE %2285.255.113.158%22 FALSE 4 FALSE 273 6b022bfb567a89ceb57a8a6f53a3f69459d2586e 4848 %22Sailor%20Moon%20Wiki%3AAbout%22
10 TRUE 6 2006-01-16 07:20:23 FALSE %2285.255.113.154%22 FALSE 4 FALSE 279 65c033485d19e151482112839dff04a1054a8b2a 10085 %22Sailor%20Moon%20Wiki%3AAbout%22
11 FALSE 6 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 4 TRUE 279,273 1730 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
12 FALSE 6 2006-08-01 11:21:41 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2273 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AAbout%22
13 FALSE 6 2006-08-04 16:56:16 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2273 2310 f9cc2c62a91bb1ee47fe6dee6ed6a38ba1e708ea 224 %22Sailor%20Moon%20Wiki%3AAbout%22
14 FALSE 7 2005-07-16 22:09:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 5 be1969ef45877518a1cad13f8e56480b3a18716c 3217 %22Sailor%20Moon%20Wiki%3APolicies%22
15 FALSE 7 2005-07-16 22:17:11 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 6 1d28e2148e4ca41015bd5bab4b7987a494316180 3737 %22Sailor%20Moon%20Wiki%3APolicies%22
16 FALSE 7 2005-07-16 22:18:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 39 00913a74749ca1783b05d92547728ec016e38a9d 3950 %22Sailor%20Moon%20Wiki%3APolicies%22
17 FALSE 7 2005-07-17 02:01:56 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 143 d51f10d004bcc3384234b19df209b00327ecc04c 3992 %22Sailor%20Moon%20Wiki%3APolicies%22
18 FALSE 7 2005-07-29 22:35:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 185 014220129562ab1183e1635f794e9de61a5fdfb1 3994 %22Sailor%20Moon%20Wiki%3APolicies%22
19 FALSE 7 2005-09-11 20:58:22 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 187 53523cf4df6d059353669495356ac4e814e863b4 4336 %22Sailor%20Moon%20Wiki%3APolicies%22
20 FALSE 7 2005-09-12 21:24:49 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 188 1097c589d1ab97dd00ac8302d2d2ab354f2a0e0b 4412 %22Sailor%20Moon%20Wiki%3APolicies%22
21 FALSE 7 2005-09-12 21:29:28 FALSE %22Purplefeltangel%22 5055 TRUE 4 FALSE 258 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
22 TRUE 7 2006-01-15 14:49:34 FALSE %2285.255.114.134%22 FALSE 4 FALSE 265 f47930f25a5a870ba234d4ac3e465d99f8fe8e78 9251 %22Sailor%20Moon%20Wiki%3APolicies%22
23 TRUE 7 2006-01-15 18:55:09 FALSE %2285.255.113.154%22 FALSE 4 FALSE 270 61a43846994b8413f74a8927e14084da819a8c08 14839 %22Sailor%20Moon%20Wiki%3APolicies%22
24 FALSE 7 2006-01-15 20:41:05 FALSE %22Angela%22 2 FALSE 4 TRUE 270,265 280 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
25 FALSE 7 2006-08-01 11:21:51 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2276 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3APolicies%22
26 FALSE 7 2006-08-04 16:56:14 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2276 2308 4e68560d56b9efddd8f7d1dd07dce546dc11a6bb 4418 %22Sailor%20Moon%20Wiki%3APolicies%22
27 FALSE 7 2009-12-05 08:49:33 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6321 ea21012108822ca7d2147f137c33d7db647dd4a4 4540 %22Sailor%20Moon%20Wiki%3APolicies%22
28 FALSE 7 2009-12-18 00:27:31 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6612 35e2e3e4363dce8d8d18679037360988fe851771 4565 %22Sailor%20Moon%20Wiki%3APolicies%22
29 FALSE 7 2009-12-18 00:28:57 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 6613 559912d6f797a162182d3f57798ff1a27a02e12f 4655 %22Sailor%20Moon%20Wiki%3APolicies%22
30 FALSE 8 2005-07-16 22:10:09 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 281 8de77856442b891d25b4000af3c68fb8624a5845 38 %22Category%3AAbout%20Sailor%20Moon%20Wiki%22
31 FALSE 9 2005-07-16 22:40:19 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 8 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
32 FALSE 9 2005-07-16 22:48:15 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 9 27e19d4e7c17fbd0396c31828cae3bfb8e2ee7c8 202 %22Template%3ACharastub%22
33 FALSE 9 2005-07-16 22:48:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 9 282 01b0bb0207a26d3f245705d87799fe025e7cfe5b 200 %22Template%3ACharastub%22
34 FALSE 9 2009-11-22 05:46:05 FALSE %22Thisismyusername%22 1628549 TRUE 10 FALSE 5880 94713b4223d33a6d2c5121b7fcd5b73bf5545990 199 %22Template%3ACharastub%22
35 FALSE 10 2005-07-16 22:47:18 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 7 e81e52ce91be28ff0d1e494c8464bb1ac8da905b 105 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
36 FALSE 10 2005-07-16 22:47:34 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 10 0e87f555f01710a9f31fe45793a7163db5aa51ca 152 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
37 FALSE 10 2005-07-16 22:57:59 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 13 03f8870c40d5171e94ca84bf3d952d0e9f298d06 176 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
38 FALSE 10 2005-07-17 00:15:53 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 14 2fb025e35aac0093c087abe4d4ed91e745813d0a 317 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
39 FALSE 10 2005-07-17 00:16:14 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 135 38890ff5b5d05398ecd8a9481d607f3bf4fe4417 203 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
40 FALSE 10 2005-07-29 18:49:27 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 151 eaa02ae0ce25c5786dd26c3050fec0a35a17e1f8 205 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
41 FALSE 10 2005-07-30 00:00:45 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 152 70705e974a8a8bae35c78e10be7711c956226169 242 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
42 FALSE 10 2005-07-30 00:01:35 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 153 00de5fdbce9e5afccd3e3290aee29372b0ca900f 293 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
43 FALSE 10 2005-07-30 00:02:20 FALSE %22Purplefeltangel%22 5055 FALSE 4 FALSE 227 cd07958a76b58c48932f941a9ed9538b6fbf61f2 350 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
44 FALSE 10 2005-11-05 00:23:37 FALSE %22Malkin%22 177 TRUE 4 FALSE 237 30164ea2825c4f6b760a79b2c8176ca176ebb4d0 583 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
45 FALSE 10 2005-11-14 05:41:04 FALSE %22Malkin%22 177 TRUE 4 FALSE 241 15677691b7f303c2fd0b6c490dc680fc07724376 638 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
46 FALSE 10 2005-11-17 07:48:10 FALSE %22Malkin%22 177 TRUE 4 FALSE 283 28da42804e820942b569b1c2956308d066ab18f8 668 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
47 FALSE 10 2006-04-16 04:49:39 FALSE %22Malkin%22 177 TRUE 4 FALSE 2029 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
48 FALSE 10 2006-08-01 11:22:00 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 4 FALSE 2279 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
49 FALSE 10 2006-08-04 16:56:12 FALSE %22Splarka%22 8245 TRUE 4 TRUE 2279 2305 ec76196bfaabbcdb9d647ec1f25e896b1c1ffcc9 757 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
50 FALSE 10 2009-11-22 01:17:15 FALSE %22Thisismyusername%22 1628549 TRUE 4 FALSE 5876 760846b9acd444fc98ec04308ad95355b8cd5ed5 799 %22Sailor%20Moon%20Wiki%3AList%20of%20all%20templates%22
51 FALSE 11 2005-07-16 22:47:55 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 219 e85fdc1d6f46c1c27a3ec6f71f4cd2cd58a33809 50 %22Category%3ACharacter%20stubs%22
52 FALSE 11 2005-11-04 23:36:13 FALSE %22Malkin%22 177 TRUE 14 FALSE 220 02504da0ba3941173e8c1924b2ebca32014655df 94 %22Category%3ACharacter%20stubs%22
53 FALSE 11 2005-11-04 23:40:45 FALSE %22Malkin%22 177 TRUE 14 FALSE 284 527ab174cf57537d2dc8a79d59339d64ca9b5149 175 %22Category%3ACharacter%20stubs%22
54 FALSE 12 2005-07-16 22:56:53 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 285 1f95f29d34173528ff6fd346f3fcb71a3b7113b3 71 %22Template%3ASeealso%22
55 FALSE 13 2005-07-16 23:37:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 11 1534cc265d3016b0b996ac9713e784d55b41e000 1070 %22Template%3ACharabox%22
56 FALSE 13 2005-07-16 23:39:57 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 26 41499b647e20ac0f3e49611c51ab195fe3a8e356 1108 %22Template%3ACharabox%22
57 FALSE 13 2005-07-17 01:28:30 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 34 d7c7ca5ad4961f145af88b40855209c74d83b1f5 1143 %22Template%3ACharabox%22
58 FALSE 13 2005-07-17 01:41:11 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 35 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
59 FALSE 13 2005-07-17 01:42:21 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 36 d4c3382412d49883c953d720fa89a7af46cd4c7f 1157 %22Template%3ACharabox%22
60 FALSE 13 2005-07-17 01:43:05 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 36 52 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
61 FALSE 13 2005-07-17 03:09:38 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 53 ec2e9b0ed4b068cc52d121a70debfa584b2c6a17 1159 %22Template%3ACharabox%22
62 FALSE 13 2005-07-17 03:10:23 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 54 5701a47565dee6dd98fc03d5b036dbc346c33359 1158 %22Template%3ACharabox%22
63 FALSE 13 2005-07-17 03:10:39 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 55 34f5e6aef65d87aec8cbe56a120d8e90598b12d3 1159 %22Template%3ACharabox%22
64 FALSE 13 2005-07-17 03:12:00 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 55,54,53 56 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
65 FALSE 13 2005-07-17 03:12:26 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 57 d6c4bdea3a8b7f88a6d67b878943ca6c7fe37a07 1160 %22Template%3ACharabox%22
66 FALSE 13 2005-07-17 03:13:20 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 58 f513ee93c1a7ad3582b6502782cd82f3a6b928bf 1160 %22Template%3ACharabox%22
67 FALSE 13 2005-07-17 03:15:01 FALSE %22Purplefeltangel%22 5055 FALSE 10 TRUE 58,57 59 5c327a54495f4b88a8907aca11ba9199e896d82b 1158 %22Template%3ACharabox%22
68 FALSE 13 2005-07-17 03:16:18 FALSE %22Purplefeltangel%22 5055 FALSE 10 FALSE 202 66c75c21c8bb185d5c03f6efd17fce706e8d5cb1 1161 %22Template%3ACharabox%22
69 FALSE 13 2005-10-25 23:04:33 FALSE %22Malkin%22 177 TRUE 10 FALSE 260 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
70 TRUE 13 2006-01-15 15:09:32 FALSE %2285.255.114.130%22 FALSE 10 FALSE 286 2eeb0300a20e9c78337d5d01b9b3525c066ae0c0 6258 %22Template%3ACharabox%22
71 FALSE 13 2006-01-19 19:14:50 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 10 TRUE 286 1731 80138c6e86f5098330158903303b4f2b4e9cc908 1255 %22Template%3ACharabox%22
72 FALSE 13 2006-05-26 04:34:57 FALSE %22Malkin%22 177 TRUE 10 FALSE 2041 6192ed95ad0aba5e180648873a2e12da9d90f425 1258 %22Template%3ACharabox%22
73 TRUE 13 2006-06-17 05:16:27 FALSE %22220.237.30.150%22 FALSE 10 FALSE 2163 d6da05d86e7907fde30cb17329fbe6b8f30cc7b5 1263 %22Template%3ACharabox%22
74 FALSE 13 2007-07-01 13:53:42 FALSE %22AJtheFlameSwordsman%22 124366 FALSE 10 FALSE 2638 5b74246189ab956c7a4918031a2af3cba7d14cbc 1264 %22Template%3ACharabox%22
75 FALSE 13 2008-06-21 02:37:43 FALSE %22Landavia%22 265950 TRUE 10 FALSE 2782 6d9fc08ff005da3a33d35c30dbd1bd1c7a72091a 1278 %22Template%3ACharabox%22
76 FALSE 13 2008-07-08 01:01:13 FALSE %22Landavia%22 265950 FALSE 10 FALSE 2820 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
77 TRUE 13 2008-07-11 21:28:53 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2856 65745105a0dda265f03bd8459e7052e24aa1cc7a 1380 %22Template%3ACharabox%22
78 TRUE 13 2008-07-11 21:29:37 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2857 2f34cc6fc3f7a7f33ddd880f0bda6c82619778c7 1389 %22Template%3ACharabox%22
79 TRUE 13 2008-07-11 21:33:11 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2858 1557bd94cf960713e932d5593422206e7deba078 1257 %22Template%3ACharabox%22
80 TRUE 13 2008-07-11 21:34:20 FALSE %2278.150.115.116%22 FALSE 10 FALSE 2859 88d6a608a69c0bdf169e052e75d3ae49cf1cad4a 1265 %22Template%3ACharabox%22
81 FALSE 13 2008-09-20 04:10:46 FALSE %22Uberfuzzy%22 161697 FALSE 10 TRUE 2859,2858,2857,2856 2899 dcba7523c1dc23c670703252cb33bac8359548e7 1284 %22Template%3ACharabox%22
82 FALSE 13 2008-10-05 19:19:45 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2966 0ed834d80d8b155f6cb0aa9137bbab6e0d452651 1286 %22Template%3ACharabox%22
83 FALSE 13 2008-10-05 19:20:47 FALSE %22Uberfuzzy%22 161697 FALSE 10 FALSE 2967 f5ede617e3df5e94ca94fc8dd5c0f77155dc6c70 1296 %22Template%3ACharabox%22
84 FALSE 13 2010-01-04 04:40:42 FALSE %22Toughpigs%22 10370 FALSE 10 FALSE 6724 22e17200f66d6ca41f0101a3ddd518effc14e7ad 1334 %22Template%3ACharabox%22
85 TRUE 13 2010-03-20 19:21:54 FALSE %2299.227.202.85%22 FALSE 10 FALSE 7017 209a13ec8c2b4c3a80f9f39eec45892b77daa332 1338 %22Template%3ACharabox%22
86 FALSE 14 2005-07-17 00:02:36 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 12 5b6cb89c6c51db0e21b16949cc5849d5432bf98e 4164 %22Pretty%20Guardian%20Sailor%20Moon%22
87 FALSE 14 2005-07-17 00:02:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 17 9b94ad968fdb495bc3de790ff00768019887f0f6 4162 %22Pretty%20Guardian%20Sailor%20Moon%22
88 FALSE 14 2005-07-17 00:27:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 19 4b9f2ae9d282c15faa3524f8f260637fb55811da 5612 %22Pretty%20Guardian%20Sailor%20Moon%22
89 FALSE 14 2005-07-17 00:38:57 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 20 779e9abdceb7c0fb404617d35b77ce7be91bd2e5 5614 %22Pretty%20Guardian%20Sailor%20Moon%22
90 FALSE 14 2005-07-17 00:40:29 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 21 20b724bfa4f1eb649e950ae60f265487c9df8475 5622 %22Pretty%20Guardian%20Sailor%20Moon%22
91 FALSE 14 2005-07-17 00:41:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 22 5a2f1b140bca7b6b3c12ee44a8422cb4fcb0f26a 5623 %22Pretty%20Guardian%20Sailor%20Moon%22
92 FALSE 14 2005-07-17 00:42:32 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 69 dc3b4550165e22b0768374612ffda9b9d5326e2e 5656 %22Pretty%20Guardian%20Sailor%20Moon%22
93 FALSE 14 2005-07-17 16:33:09 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 81 b3714229850f34c6f92dcdb4a95975ce1007ebbf 5679 %22Pretty%20Guardian%20Sailor%20Moon%22
94 FALSE 14 2005-07-18 01:35:37 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 87 120b5e1095c351ed0568d8d6ec52fb0cd93785fa 5676 %22Pretty%20Guardian%20Sailor%20Moon%22
95 FALSE 14 2005-07-18 02:03:00 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 119 e852d9b5a58b60f4c343f1610a879e7d94096295 5692 %22Pretty%20Guardian%20Sailor%20Moon%22
96 FALSE 14 2005-07-19 22:59:20 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 120 7e67c986b6b36dbb2dd935ab5c1d74253d550cd6 5758 %22Pretty%20Guardian%20Sailor%20Moon%22
97 FALSE 14 2005-07-19 22:59:45 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 125 9378526871378ff21825abf2f99c58da6b898f16 5761 %22Pretty%20Guardian%20Sailor%20Moon%22
98 FALSE 14 2005-07-22 02:01:48 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 167 fde382ae335cea4b64ad37f92dfaf3b1bcb52beb 5747 %22Pretty%20Guardian%20Sailor%20Moon%22
99 FALSE 14 2005-08-13 21:10:11 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 205 72a62ce9e6ee077f6b07c82642fdbaa2ac4a483c 5733 %22Pretty%20Guardian%20Sailor%20Moon%22
100 FALSE 14 2005-10-27 21:25:54 FALSE %22Malkin%22 177 TRUE 0 FALSE 211 b4f564c1b9776a8b4f44a7f68d1182d610a92439 5748 %22Pretty%20Guardian%20Sailor%20Moon%22
101 FALSE 14 2005-10-30 23:19:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 256 199e09c1d7e5d8670b8e9804e7799f5b3d0090f0 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
102 TRUE 14 2006-01-03 05:03:34 FALSE %22220.237.30.150%22 FALSE 0 FALSE 264 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
103 TRUE 14 2006-01-15 18:31:58 FALSE %2285.255.113.155%22 FALSE 0 FALSE 269 9bc980919d124c7b8688e1dbf0e0336156004a84 11328 %22Pretty%20Guardian%20Sailor%20Moon%22
104 FALSE 14 2006-01-15 20:40:56 FALSE %22Angela%22 2 TRUE 0 TRUE 269 272 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
105 TRUE 14 2006-01-16 07:06:14 FALSE %2285.255.114.130%22 FALSE 0 FALSE 287 2820bd880f7d7a12e4b1a551c393d3d3f952bce5 10960 %22Pretty%20Guardian%20Sailor%20Moon%22
106 FALSE 14 2006-01-19 19:14:51 FALSE %22Spam%20cleanup%20script%22 13134 FALSE 0 TRUE 287 1732 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
107 TRUE 14 2006-06-27 09:57:48 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2168 49304c440f170236ded9fcde3163efb41cd4e3fc 11 %22Pretty%20Guardian%20Sailor%20Moon%22
108 FALSE 14 2006-06-28 02:07:28 FALSE %22Angela%22 2 TRUE 0 TRUE 2168 2174 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
109 FALSE 14 2006-08-01 10:54:19 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2197 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Pretty%20Guardian%20Sailor%20Moon%22
110 FALSE 14 2006-08-04 16:59:18 FALSE %22Splarka%22 8245 TRUE 0 TRUE 2197 2394 5877864861dfc3214178d1755c92343044707f0c 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
111 FALSE 14 2007-12-23 15:16:52 FALSE %22Animalia555%22 294840 FALSE 0 FALSE 2686 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
112 TRUE 14 2008-01-30 02:19:03 FALSE %2269.211.15.33%22 FALSE 0 FALSE 2700 007ac283f267d26ddf8c1687a69e26887f12598f 1424 %22Pretty%20Guardian%20Sailor%20Moon%22
113 FALSE 14 2008-01-30 02:19:23 FALSE %22Charitwo%22 184532 FALSE 0 TRUE 2700 2701 fe07abfc07a2b44192abb61d924483465d0f340f 5834 %22Pretty%20Guardian%20Sailor%20Moon%22
114 TRUE 14 2008-04-26 20:02:18 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2743 5ddeac4ff5af72ac9746568c2c1060693ae4bbc2 5833 %22Pretty%20Guardian%20Sailor%20Moon%22
115 TRUE 14 2008-04-26 20:03:59 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2744 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
116 TRUE 14 2009-03-02 05:02:47 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3593 dc89db0e48d924793fe46a322d4818f97b46ac4a 5899 %22Pretty%20Guardian%20Sailor%20Moon%22
117 TRUE 14 2009-03-02 05:04:12 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3594 acff9378220bd66b125fc843cd8237a5d191db79 6010 %22Pretty%20Guardian%20Sailor%20Moon%22
118 TRUE 14 2009-03-02 06:46:56 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3595 c95960ed6976076f21fef1b91b41d42e51c01538 4341 %22Pretty%20Guardian%20Sailor%20Moon%22
119 FALSE 14 2009-03-02 06:48:07 FALSE %22Charitwo%22 184532 FALSE 0 TRUE 3595,3594,3593 3596 d968f5b45f96373e26086aa82eee76d92662b722 5881 %22Pretty%20Guardian%20Sailor%20Moon%22
120 TRUE 14 2009-03-02 06:52:20 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3597 b484336f0d4733585cc055c623be050670e6e6d3 5936 %22Pretty%20Guardian%20Sailor%20Moon%22
121 TRUE 14 2009-03-02 06:54:31 FALSE %22116.71.191.83%22 FALSE 0 FALSE 3598 6b0b8c333c0761ad477caea6fed9528dadbaac62 4866 %22Pretty%20Guardian%20Sailor%20Moon%22
122 TRUE 14 2009-03-02 09:29:45 FALSE %2276.121.175.64%22 FALSE 0 FALSE 3599 ed54fcb21594b26ae1a4dfabfd31b67dc3f664c5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
123 TRUE 14 2009-04-28 01:05:59 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3846 a0b898f41c6237792415e7d265e8f4e6ea4aa7e5 4789 %22Pretty%20Guardian%20Sailor%20Moon%22
124 TRUE 14 2009-04-28 01:07:34 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3847 521c9de87e3ac8b6607d53be47d962658b9bfbf3 4791 %22Pretty%20Guardian%20Sailor%20Moon%22
125 TRUE 14 2009-04-28 01:08:38 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3848 683827200b94ad9f770d3baeffa1ca0a5239d911 4792 %22Pretty%20Guardian%20Sailor%20Moon%22
126 FALSE 14 2009-10-17 07:17:40 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5321 09173f99c2196e50fa6c5ec89dd3a248415c6aac 4776 %22Pretty%20Guardian%20Sailor%20Moon%22
127 FALSE 14 2009-10-17 07:21:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5326 d233082eed3a93fe4b41d31b18d91d6ac3b38065 4782 %22Pretty%20Guardian%20Sailor%20Moon%22
128 FALSE 14 2009-10-17 07:25:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5328 9bded90acf7a8c2f6e34b4ddfda01b750e9aa097 4783 %22Pretty%20Guardian%20Sailor%20Moon%22
129 TRUE 14 2009-11-08 12:06:18 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5684 d2500367109d3528185f99737352f40b677a7226 4797 %22Pretty%20Guardian%20Sailor%20Moon%22
130 TRUE 14 2009-11-08 12:08:16 FALSE %2271.237.98.158%22 FALSE 0 FALSE 5686 c49d30da2fb329752c7acf7da4aa8afd9881523c 4837 %22Pretty%20Guardian%20Sailor%20Moon%22
131 FALSE 14 2009-11-14 08:22:01 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5707 b718d5fa20aaa3e5dac78b66d18779e6c7806d2b 4833 %22Pretty%20Guardian%20Sailor%20Moon%22
132 FALSE 14 2009-11-14 09:14:14 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5713 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
133 FALSE 14 2009-11-19 17:24:17 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 5825 a3c9a760ce50864c9547d29c7008db564b12097e 1605 %22Pretty%20Guardian%20Sailor%20Moon%22
134 FALSE 14 2009-11-20 05:36:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE 5825 5835 c534e73e26d01f768600bcff1ba7b2f90c87fcc7 1578 %22Pretty%20Guardian%20Sailor%20Moon%22
135 FALSE 19 2005-07-17 01:16:13 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 44 abfb4612e0ac3c305e5bdb7dc79d4df8c7a3c6a0 24 %22Category%3ASailor%20soldiers%22
136 FALSE 19 2005-07-17 02:11:33 FALSE %22Purplefeltangel%22 5055 FALSE 14 FALSE 291 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
137 TRUE 19 2009-06-27 17:48:45 FALSE %2224.193.146.200%22 FALSE 14 FALSE 3989 1c8770077ae56a8ef4bc1d5a72f77bee66688a57 64 %22Category%3ASailor%20soldiers%22
138 FALSE 19 2009-11-24 08:09:06 FALSE %22Thisismyusername%22 1628549 TRUE 14 TRUE 3989 6074 cf007095dcab5ece28af169412306aa4543e4063 49 %22Category%3ASailor%20soldiers%22
139 FALSE 20 2005-07-17 01:18:57 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 23 5403fb3476d1ec93163ec4d3f7e6a27d68eb793e 8 %22File%3ASmoon.png%22
140 FALSE 20 2005-07-17 01:19:28 FALSE %22Purplefeltangel%22 5055 FALSE 6 FALSE 242 8d6958cca10594d0c18384a725932627eb361a41 489 %22File%3ASmoon.png%22
141 FALSE 20 2005-11-17 07:49:56 FALSE %22Malkin%22 177 TRUE 6 FALSE 292 14af57be102112a1e5c2283c6577ddd415b3c8a8 264 %22File%3ASmoon.png%22
142 FALSE 21 2005-07-17 01:29:25 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 27 5d2a74bb183bcb5de1eb08e4314b32e6e4c9b11c 698 %22Usagi%20Tsukino%22
143 FALSE 21 2005-07-17 01:30:43 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 28 c0df0a86d9c3d9b10dd049ee70df8569272223dc 721 %22Usagi%20Tsukino%22
144 FALSE 21 2005-07-17 01:31:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 29 f65707c856957bd1041a22c6339355015bc0ec92 725 %22Usagi%20Tsukino%22
145 FALSE 21 2005-07-17 01:31:18 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 30 348fdf8f7e0a9bd518be14793a77d2c55c8ae321 724 %22Usagi%20Tsukino%22
146 FALSE 21 2005-07-17 01:31:38 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 33 e7ab0ef33b00942a6d40fc1e63fa1862200bb993 727 %22Usagi%20Tsukino%22
147 FALSE 21 2005-07-17 01:40:13 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 75 e5da2378adb8418abfa329dc23ba6dc5a68848ee 767 %22Usagi%20Tsukino%22
148 FALSE 21 2005-07-17 20:40:15 FALSE %22Mange%22 5209 FALSE 0 FALSE 80 c7a8b1e2d3ab7b2ff07d8d5ca4cec760c58d07bc 1529 %22Usagi%20Tsukino%22
149 FALSE 21 2005-07-18 01:32:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 82 261371b3048a4a036a0f4690df4c02430d6a8279 1622 %22Usagi%20Tsukino%22
150 FALSE 21 2005-07-18 01:41:57 FALSE %22Mange%22 5209 FALSE 0 FALSE 83 7e809915e109f4320f830c2ba3dfabc1e8f86291 5864 %22Usagi%20Tsukino%22
151 FALSE 21 2005-07-18 01:44:04 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 86 050815b74778d040cfe5b2d708e6054eef2f9574 5948 %22Usagi%20Tsukino%22
152 FALSE 21 2005-07-18 01:58:59 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 89 fdf55e8a5dbceabe27dca48b82afd52c5d3279f4 5957 %22Usagi%20Tsukino%22
153 FALSE 21 2005-07-18 02:10:55 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 93 df8b543b4768e69270f753f7d859343a2d35c947 6618 %22Usagi%20Tsukino%22
154 FALSE 21 2005-07-18 02:24:24 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 94 18fa0fb2f1cc8948ffff0a79fbf37bdf7c42c9ee 6629 %22Usagi%20Tsukino%22
155 FALSE 21 2005-07-18 02:25:50 FALSE %22Purplefeltangel%22 5055 FALSE 0 FALSE 197 83f1b1809459b4487ae5b3056a174c8cc154ecde 6667 %22Usagi%20Tsukino%22
156 FALSE 21 2005-10-25 02:26:40 FALSE %22Malkin%22 177 TRUE 0 FALSE 250 7ce3ad98674e990b09a343a9f2f1fe0581429e2e 6754 %22Usagi%20Tsukino%22
157 FALSE 21 2005-11-17 23:46:12 FALSE %22Malkin%22 177 TRUE 0 FALSE 252 1157fc364030ed349a0a93eada1898a524a962a4 6885 %22Usagi%20Tsukino%22
158 FALSE 21 2005-11-22 01:53:48 FALSE %22Malkin%22 177 TRUE 0 FALSE 253 cc97b454220a9f68dad55a5e3a98c20e00be5265 6994 %22Usagi%20Tsukino%22
159 TRUE 21 2005-12-24 06:14:40 FALSE %22220.237.30.150%22 FALSE 0 FALSE 293 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
160 TRUE 21 2006-06-27 10:01:16 FALSE %22218.111.168.121%22 FALSE 0 FALSE 2170 461f70d163b42afa57dc8011bc71ff3a76be6149 24409 %22Usagi%20Tsukino%22
161 FALSE 21 2006-06-28 02:07:31 FALSE %22Angela%22 2 TRUE 0 TRUE 2170 2175 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
162 FALSE 21 2006-08-01 11:20:04 FALSE %22Jimbo%20W%C3%A6les%22 39832 FALSE 0 FALSE 2267 0eedbaa84ed1850f90e1e38b3098f165e6c673d8 8 %22Usagi%20Tsukino%22
163 FALSE 21 2006-08-04 16:57:12 FALSE %22Splarka%22 8245 TRUE 0 TRUE 2267 2312 72d44fc0eb35576246560864c018e73f68464470 6993 %22Usagi%20Tsukino%22
164 FALSE 21 2007-02-04 19:19:51 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2479 5892a29f067d67874d7476e6b071ddc13c9e8f68 7427 %22Usagi%20Tsukino%22
165 FALSE 21 2007-02-04 19:24:02 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2480 1f2da9b7addd8af44c16020eedeed4b3e36ff512 8245 %22Usagi%20Tsukino%22
166 FALSE 21 2007-02-04 19:25:53 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2481 2dd31939210c0d7587b39b4ff65a8dbfa40b6b3d 8412 %22Usagi%20Tsukino%22
167 FALSE 21 2007-02-04 19:36:11 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2482 9ce7e4f06d4abaf1817f1d3f45bb40201728534e 10127 %22Usagi%20Tsukino%22
168 FALSE 21 2007-02-04 21:03:56 FALSE %22DaEd%21T0R%22 93961 FALSE 0 FALSE 2508 2a42daf9c8a271b6552b90a54e99c73f8391efda 10147 %22Usagi%20Tsukino%22
169 TRUE 21 2007-07-24 15:03:38 FALSE %2272.84.74.134%22 FALSE 0 FALSE 2646 08948d9492af18ccd410348d1adf224307c274cc 10227 %22Usagi%20Tsukino%22
170 TRUE 21 2007-08-30 07:23:17 FALSE %2259.101.67.180%22 FALSE 0 FALSE 2655 1129bc582d873903d02c47d0c9466401bc1c0a32 10263 %22Usagi%20Tsukino%22
171 TRUE 21 2007-10-15 21:05:45 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2661 d052855d49c11fa0dacc7fe1aa6abceb0ddf34c5 10133 %22Usagi%20Tsukino%22
172 TRUE 21 2007-10-15 21:07:12 FALSE %2286.130.126.104%22 FALSE 0 FALSE 2662 5c9c644c82dc081f31656bc9999ecd9a2873387f 10138 %22Usagi%20Tsukino%22
173 FALSE 21 2007-12-27 22:50:15 FALSE %22Kataangrl%22 299036 TRUE 0 FALSE 2694 1d676cff861132b5d045e6589ce370ecca0a1567 10141 %22Usagi%20Tsukino%22
174 TRUE 21 2008-01-30 03:24:08 FALSE %2272.26.0.104%22 FALSE 0 FALSE 2702 e58593d4c9d88702489f9e4d9ba2b5940876ec0f 10144 %22Usagi%20Tsukino%22
175 TRUE 21 2008-02-24 04:55:53 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2731 e10f68b8b855ec0f52aa8c0feeab3e159c4a37a4 10145 %22Usagi%20Tsukino%22
176 TRUE 21 2008-02-24 04:56:56 FALSE %2270.15.56.7%22 FALSE 0 FALSE 2732 fefc9d3f83629049007b17501fb6e5e16a257438 10154 %22Usagi%20Tsukino%22
177 TRUE 21 2008-05-06 15:45:57 FALSE %2268.46.150.25%22 FALSE 0 FALSE 2755 e5a4293e7a468ab2c48f1976b604cfc5113dd36f 10302 %22Usagi%20Tsukino%22
178 TRUE 21 2008-05-15 23:58:16 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2760 7c6edf9a3979f1f33978b07731dcd20b1d902697 10153 %22Usagi%20Tsukino%22
179 TRUE 21 2008-05-15 23:59:58 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2761 bd7f852970ffbc7ed3e0fcecf17ef74d0b57d032 10122 %22Usagi%20Tsukino%22
180 TRUE 21 2008-05-16 00:02:13 FALSE %2268.149.121.109%22 FALSE 0 FALSE 2762 ae09e261c595601b419a219ad04a74a973b6a7a5 10121 %22Usagi%20Tsukino%22
181 TRUE 21 2008-07-31 01:19:44 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2866 52493aada08ef5c40d2f1f94eb6c06fb0a5d4fcf 10123 %22Usagi%20Tsukino%22
182 TRUE 21 2008-07-31 01:21:00 FALSE %2224.70.95.205%22 FALSE 0 FALSE 2867 286783aa7617bca081aad7664a92966ca24032da 10118 %22Usagi%20Tsukino%22
183 TRUE 21 2008-08-10 18:02:31 FALSE %2266.98.50.84%22 FALSE 0 FALSE 2879 977002baf5735f2c037bfaa713fe0b64650e40ae 10117 %22Usagi%20Tsukino%22
184 TRUE 21 2008-09-07 20:49:51 FALSE %2270.74.9.38%22 FALSE 0 FALSE 2887 66482213dfa62e60311e9340fd44b7e1808613f1 10132 %22Usagi%20Tsukino%22
185 FALSE 21 2008-09-28 02:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2911 24ccdd156f4facf88ed501300e8a12f851cbfe14 10243 %22Usagi%20Tsukino%22
186 FALSE 21 2008-09-28 02:59:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2912 28d3cd12fbbce72801d3b6669e98fec39338f934 10274 %22Usagi%20Tsukino%22
187 FALSE 21 2008-09-28 03:04:38 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2913 85ea8c312752a46a2613b944ee782ae1ea40cd54 10368 %22Usagi%20Tsukino%22
188 FALSE 21 2008-09-28 03:05:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2914 9feb673f79b8296a04b6d2a5e5d3465f5f491064 10375 %22Usagi%20Tsukino%22
189 FALSE 21 2008-09-28 14:49:36 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2919 531273b98b43dd3d6b17b5cc81b5fa1d274094bc 10519 %22Usagi%20Tsukino%22
190 FALSE 21 2008-09-28 15:23:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2929 a3906a8457bee683a4f252a0f5cfaa1c95decf71 10628 %22Usagi%20Tsukino%22
191 FALSE 21 2008-09-28 15:24:14 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2930 537e53df3de3361d1fbdaef5ffeeae61d7c3d1aa 10634 %22Usagi%20Tsukino%22
192 FALSE 21 2008-09-28 15:24:53 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2931 adcffe13fd55958e3f062e9e35ae1ba6da4babdd 10655 %22Usagi%20Tsukino%22
193 FALSE 21 2008-09-28 15:28:27 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2932 ac06ba836f06247fa00c90221a92263b3d8d5f78 10885 %22Usagi%20Tsukino%22
194 FALSE 21 2008-09-28 15:34:28 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2933 99e3cc77398ae1524656ea00457daf017310aca3 11132 %22Usagi%20Tsukino%22
195 FALSE 21 2008-10-03 18:49:12 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2937 b676048ca642376c4154775845a6bfac5fec5694 11188 %22Usagi%20Tsukino%22
196 FALSE 21 2008-10-03 18:50:00 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2938 c194ea05edf7cc13ccdbdc90ebae08f60b5175b5 11275 %22Usagi%20Tsukino%22
197 FALSE 21 2008-10-05 00:37:20 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 2959 063359e70dd85519ba0f6c58efb2d510b5f4301c 11398 %22Usagi%20Tsukino%22
198 FALSE 21 2008-10-08 21:53:26 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3073 d84f2fdf5d702611d654df38face217bd5bfae12 11458 %22Usagi%20Tsukino%22
199 FALSE 21 2008-10-08 21:55:57 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3074 a46b13682f1cc37cd82f3a87f57d7071fc97cac2 11668 %22Usagi%20Tsukino%22
200 FALSE 21 2008-10-08 21:57:48 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3075 3fd4a505e9f5b7eeb9736f970f7f0701eeb8400b 11748 %22Usagi%20Tsukino%22
201 FALSE 21 2008-10-10 22:00:01 FALSE %22Thorn93%22 924834 FALSE 0 FALSE 3163 a914df8947e87849f4a489cf6c38901482326013 11760 %22Usagi%20Tsukino%22
202 FALSE 21 2008-10-22 00:02:46 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3219 55e9a70396ad5fe56e57a5532c4dfe849ffb019a 11410 %22Usagi%20Tsukino%22
203 FALSE 21 2008-10-22 00:04:36 FALSE %22Miraitrunks766%22 460264 FALSE 0 FALSE 3220 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
204 FALSE 21 2008-11-09 18:39:10 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3254 d3525b29783ef675620dffacd67f09cfc416952c 10287 %22Usagi%20Tsukino%22
205 FALSE 21 2008-11-09 18:44:43 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3256 510878309a56a4a4ba0d4f87ce27b8d25f15d65d 10310 %22Usagi%20Tsukino%22
206 FALSE 21 2008-11-09 19:16:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3261 616dd1c236765eb5e222c229795e47aeeefca356 10447 %22Usagi%20Tsukino%22
207 FALSE 21 2008-11-16 23:22:56 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3295 0a7e4eca0bde53a0b788bf98046c3f13a0024afb 10627 %22Usagi%20Tsukino%22
208 FALSE 21 2008-11-16 23:24:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3296 9fd5b4eb5232c21b28af9b6124a6bf8007b49c96 10664 %22Usagi%20Tsukino%22
209 FALSE 21 2008-11-17 00:26:55 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3299 ee6a40778d1c03558d6010a3cae260b41038567d 11054 %22Usagi%20Tsukino%22
210 FALSE 21 2008-11-17 00:42:27 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3301 a378bc32d66b12a6cf90674ed7e706bac8df37c2 11174 %22Usagi%20Tsukino%22
211 FALSE 21 2008-11-17 00:44:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3302 0c88078926b24c00b2cb45f516014ff6d94252e2 11277 %22Usagi%20Tsukino%22
212 FALSE 21 2008-11-18 19:20:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3303 ed26c0cc380c7cc837435750358464bdc7d4bd94 11361 %22Usagi%20Tsukino%22
213 FALSE 21 2008-11-18 23:03:38 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3310 61d626c2e5ac9558055538e76a2c9027f0a2219f 11406 %22Usagi%20Tsukino%22
214 FALSE 21 2008-11-25 18:07:19 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3330 4c4291fd01f39d04f1d304a286d1e1c9da4bd634 11428 %22Usagi%20Tsukino%22
215 FALSE 21 2008-11-25 18:12:52 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3332 33e822d495e7b5ed591df0234514e5e97b5a3a0d 11519 %22Usagi%20Tsukino%22
216 FALSE 21 2008-11-25 19:55:17 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3333 453e7d82d4ecaf5c76bf2a2635bc3758d7b594e5 11660 %22Usagi%20Tsukino%22
217 FALSE 21 2008-11-25 19:56:01 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3334 bfcbc1fda499e1fb0a6f70ff9c636d49ef0dcb48 11642 %22Usagi%20Tsukino%22
218 FALSE 21 2008-11-26 03:45:42 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3337 fd0e1e2ff9b089bc7cc63a7d8a400fa31da02881 11709 %22Usagi%20Tsukino%22
219 FALSE 21 2008-11-27 00:22:00 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3353 fc56374e5db574ee532251b7834f17b6167a2334 11739 %22Usagi%20Tsukino%22
220 FALSE 21 2008-11-27 00:22:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3354 2983c01522257faeb308f99fba9fc54a064802a4 11743 %22Usagi%20Tsukino%22
221 FALSE 21 2008-11-27 00:38:31 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3358 158c36c0b78b411ab4e40982a2c144534feea101 11773 %22Usagi%20Tsukino%22
222 FALSE 21 2008-11-27 00:39:23 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3359 be7d10232be75dd829a3695f9d12babf3aee98c6 11779 %22Usagi%20Tsukino%22
223 FALSE 21 2008-11-29 01:07:05 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3371 4ca203ee92ba6ea035bc9ee06f4c8d34f212b5a8 11857 %22Usagi%20Tsukino%22
224 FALSE 21 2008-11-29 03:38:25 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3375 24782d2d56bfa8c77ccb017942765d34974f1219 11958 %22Usagi%20Tsukino%22
225 FALSE 21 2008-11-29 03:38:39 FALSE %22Thorn93%22 924834 TRUE 0 FALSE 3376 c6e8c4246d6720b775cbe9e25123bc62534b09d3 11959 %22Usagi%20Tsukino%22
226 FALSE 21 2008-11-29 06:25:29 FALSE %22Uberfuzzy%22 161697 TRUE 0 FALSE 3378 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
227 TRUE 21 2009-02-03 02:40:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3481 517ed0e5a319a59215c17737912dd3a192cbf27c 10213 %22Usagi%20Tsukino%22
228 TRUE 21 2009-02-03 02:43:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3482 b54210b5272b260d3170fbca5f35c770a4f31720 10192 %22Usagi%20Tsukino%22
229 TRUE 21 2009-02-03 02:54:35 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3483 bff315633e5d9909f2b896f6670b99d69f9cc93d 9366 %22Usagi%20Tsukino%22
230 TRUE 21 2009-02-03 02:56:43 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3484 9d743949fbb6303fc163653106c6e30300d371a6 9296 %22Usagi%20Tsukino%22
231 TRUE 21 2009-02-03 02:58:26 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3485 dc2995500d238ddba4e319dcf1fe5bbf0bc256c0 9294 %22Usagi%20Tsukino%22
232 TRUE 21 2009-02-03 03:06:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3486 b6c689d13770271674be0ad6e20bbbb23ddadbb3 9464 %22Usagi%20Tsukino%22
233 TRUE 21 2009-02-03 03:11:26 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3487 00dcce1da936206368bc0e9e9e20ab8c3ac5212d 9537 %22Usagi%20Tsukino%22
234 TRUE 21 2009-02-03 03:14:23 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3488 5e69af328de0f9579a74226023ba62f3933d6362 9586 %22Usagi%20Tsukino%22
235 TRUE 21 2009-02-03 03:14:41 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3489 2f5cfd26717023e8b70185cb35dc4f14d51bec75 9646 %22Usagi%20Tsukino%22
236 TRUE 21 2009-02-03 03:19:31 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3490 14ffa8fda91de2eab0916dcedc24cf83e95a0f7e 9666 %22Usagi%20Tsukino%22
237 TRUE 21 2009-02-03 03:22:52 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3491 0ec95c3df1cd540e39c7a5594f4255fdc5b62551 9795 %22Usagi%20Tsukino%22
238 TRUE 21 2009-02-03 03:23:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3492 df886cd31155c8884022e5c2bf6e4af6646af438 9897 %22Usagi%20Tsukino%22
239 TRUE 21 2009-02-03 03:27:42 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3493 66ff67a36ef74b48aa3cf8b37f16dd25e984e19b 9905 %22Usagi%20Tsukino%22
240 TRUE 21 2009-02-03 03:30:16 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3494 277168827a6c97138c20f46c8fb7fd86d020e551 9926 %22Usagi%20Tsukino%22
241 TRUE 21 2009-02-03 03:32:47 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3495 e6116ef7eddef7b1c5423890d685db6b5d5d69f5 9970 %22Usagi%20Tsukino%22
242 TRUE 21 2009-02-03 03:33:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3496 09b4100861c098be3b06d342caaa0ceb34e445b1 9970 %22Usagi%20Tsukino%22
243 TRUE 21 2009-02-03 03:35:46 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3498 99ee5ace328efff55e12c99f03626e492d52e6b3 9969 %22Usagi%20Tsukino%22
244 TRUE 21 2009-02-03 03:37:21 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3499 22704e0452bf7fd6de00a7b1027da16a09090f3a 9965 %22Usagi%20Tsukino%22
245 TRUE 21 2009-02-03 03:39:04 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3501 ef979a8e0e262bc2530d1260ed3f9676a811070e 9964 %22Usagi%20Tsukino%22
246 TRUE 21 2009-02-03 03:40:05 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3502 bece232bd57d219d8e5943d4cf227ae15d67c9d0 9963 %22Usagi%20Tsukino%22
247 TRUE 21 2009-02-03 03:40:22 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3503 5370916cfbe41c4d989abee19441425b2ecb548c 9964 %22Usagi%20Tsukino%22
248 TRUE 21 2009-02-03 03:40:52 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3504 385af2749da8eec6e8aa0380b6e7e8243bfa279a 9969 %22Usagi%20Tsukino%22
249 TRUE 21 2009-02-03 03:40:53 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3505 65d5c9d01a90d1183b3cecf33d10ca4460696535 9970 %22Usagi%20Tsukino%22
250 TRUE 21 2009-02-03 03:42:27 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3506 cc2f55d3026d927cd19e8867c11c9bb8d32b0f94 9997 %22Usagi%20Tsukino%22
251 TRUE 21 2009-02-03 03:46:57 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3507 823ff905fecebeab82c6dab4ee21fe401b38d9f1 10111 %22Usagi%20Tsukino%22
252 TRUE 21 2009-02-03 03:47:46 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3508 ca3f59631f9588c5122e653447a0c85bfce1d063 10112 %22Usagi%20Tsukino%22
253 TRUE 21 2009-02-03 03:47:47 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3509 8a692e20856d83c57a027fb7227df04981310d1d 10202 %22Usagi%20Tsukino%22
254 TRUE 21 2009-02-03 03:48:32 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3510 d52e88d77f2ba43165727c4a11eaaf54864cb538 10202 %22Usagi%20Tsukino%22
255 TRUE 21 2009-02-03 03:50:24 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3511 6ed011c53ac4c180aafc072f48184ed07cbbeb1f 10206 %22Usagi%20Tsukino%22
256 TRUE 21 2009-02-03 03:57:07 FALSE %2275.206.205.142%22 FALSE 0 FALSE 3512 8a29787fcf0599a7fc8bcdfa50117ba03644c403 10433 %22Usagi%20Tsukino%22
257 TRUE 21 2009-02-03 03:58:57 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3513 d484b463a73759923027354187bacc991b7aaa75 10206 %22Usagi%20Tsukino%22
258 TRUE 21 2009-02-03 04:09:13 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3514 47ad398b8290eaef99aa120a5214c238df7deaf9 10209 %22Usagi%20Tsukino%22
259 TRUE 21 2009-02-03 04:18:56 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3515 5ca25cbb4fa9a1d2f7622209f3f8f3fd509b6a27 10340 %22Usagi%20Tsukino%22
260 TRUE 21 2009-02-03 22:06:45 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3516 086a828f60de4f38948e295dc10736838d18efde 10324 %22Usagi%20Tsukino%22
261 TRUE 21 2009-02-03 22:07:19 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3517 9fd5f8af1e91d48c03dd6d852a791e74b65f9244 10350 %22Usagi%20Tsukino%22
262 TRUE 21 2009-02-03 22:14:26 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3518 acfdaf90525ef700949060d5ad45577d71eb1ed8 10469 %22Usagi%20Tsukino%22
263 TRUE 21 2009-02-03 22:16:58 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3519 770493f928cbe294352dba4a228be1761830b60e 10471 %22Usagi%20Tsukino%22
264 FALSE 21 2009-02-03 23:35:18 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3520 455158ce1473b93c03d3433d26a691954272e112 10471 %22Usagi%20Tsukino%22
265 FALSE 21 2009-02-03 23:35:32 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3521 691f196b94c0353e3626f1ef9da11e4f7536a250 10455 %22Usagi%20Tsukino%22
266 TRUE 21 2009-02-03 23:45:21 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3522 b2ef40b075acbc01d33ba59991e3f0158768a5da 10496 %22Usagi%20Tsukino%22
267 TRUE 21 2009-02-03 23:49:18 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3523 1095efe0d1d02cc82d47eb9c6dea248e49eee4d1 10516 %22Usagi%20Tsukino%22
268 FALSE 21 2009-02-03 23:50:22 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3524 003b4e9031507e45b2c47c2887c9b20c6985b12d 10559 %22Usagi%20Tsukino%22
269 TRUE 21 2009-02-03 23:52:11 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3525 d90baefbef00e7bfd94fbc8037254a3eb34dd2d7 10579 %22Usagi%20Tsukino%22
270 TRUE 21 2009-02-03 23:56:17 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3526 ebb978d90654fc4c8a26cd1b46dcda5524698220 10580 %22Usagi%20Tsukino%22
271 TRUE 21 2009-02-04 00:02:56 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3527 8f931c9e95a520df7b339a612eefa8e8a8179760 10824 %22Usagi%20Tsukino%22
272 TRUE 21 2009-02-04 01:31:16 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3528 2c7aaa4812451622c57a243d6b4279f1d00f9271 10832 %22Usagi%20Tsukino%22
273 TRUE 21 2009-02-04 01:38:52 FALSE %2275.206.151.91%22 FALSE 0 FALSE 3530 b79a824725f4f5e7289266d4ee3cbde0e7b783ac 11169 %22Usagi%20Tsukino%22
274 FALSE 21 2009-02-04 04:54:06 FALSE %22Uberfuzzy%22 161697 FALSE 0 FALSE 3544 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
275 TRUE 21 2009-02-07 18:40:23 FALSE %2286.44.90.9%22 FALSE 0 FALSE 3563 a8bb857771ed02dd45e49e8ec014e1287774cd1c 10207 %22Usagi%20Tsukino%22
276 TRUE 21 2009-02-09 05:02:51 FALSE %22153.90.112.86%22 FALSE 0 FALSE 3568 a20b4915ba2f9329dae65febc031131b40eb7f53 978 %22Usagi%20Tsukino%22
277 TRUE 21 2009-02-12 19:42:44 FALSE %22207.177.118.2%22 FALSE 0 FALSE 3569 722dfb36abc6737c71596d811043de260695770e 966 %22Usagi%20Tsukino%22
278 FALSE 21 2009-02-17 19:36:59 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3577 008239f628d54c4e2ef08a2fece1f62fe9f35ef9 846 %22Usagi%20Tsukino%22
279 FALSE 21 2009-02-17 19:43:17 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3578 ff823cab75d57c6dfb0a563d75a64d5c3d7289b5 939 %22Usagi%20Tsukino%22
280 FALSE 21 2009-02-17 19:48:05 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3579 545ac36f589803e1ad02ea03c5e79c19c903bd3b 5062 %22Usagi%20Tsukino%22
281 FALSE 21 2009-02-17 19:48:53 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3580 2bf2ae8f1163814b4a774e4a4b5786da4a72ec4a 956 %22Usagi%20Tsukino%22
282 FALSE 21 2009-02-17 19:55:13 FALSE %22Jadensdragon%22 1225873 FALSE 0 FALSE 3582 860c11ff9204c4089ac569203e33ca7ac1b1c180 967 %22Usagi%20Tsukino%22
283 FALSE 21 2009-02-23 04:59:45 FALSE %22Michaeldsuarez%22 130901 FALSE 0 TRUE 3582,3580,3579,3578,3577,3569,3568,3563 3586 fbe519294ebcbd6708b9fe0788b9376190c4b93c 10183 %22Usagi%20Tsukino%22
284 FALSE 21 2009-03-03 06:08:59 FALSE %22Dreamgirl%22 1034997 FALSE 0 FALSE 3600 845a13063da55eb4c7a3772bc371e50aad3029c1 10255 %22Usagi%20Tsukino%22
285 TRUE 21 2009-03-04 04:21:02 FALSE %2271.192.146.43%22 FALSE 0 FALSE 3612 1730c5f06e41ae380b2d4582b158ae1e448c995d 10256 %22Usagi%20Tsukino%22
286 TRUE 21 2009-03-09 16:35:02 FALSE %22194.242.52.20%22 FALSE 0 FALSE 3624 27840c9b45b96f3ebc926efe23cbcb79def226b3 10263 %22Usagi%20Tsukino%22
287 FALSE 21 2009-03-17 03:40:32 FALSE %22PatamonRoxs%22 1278312 FALSE 0 FALSE 3633 c381fda99cca329286f798085981d194a4690b23 10766 %22Usagi%20Tsukino%22
288 TRUE 21 2009-03-17 19:59:22 FALSE %2276.71.117.92%22 FALSE 0 FALSE 3634 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
289 FALSE 21 2009-03-19 04:54:53 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3638 2c1b93187d2757bf514a598093b19b2ed6faec66 10802 %22Usagi%20Tsukino%22
290 FALSE 21 2009-03-19 04:55:39 FALSE %22NtechG%22 1076853 FALSE 0 FALSE 3641 8d65aefc37d79e7a10ece7c0157ce33708088c0d 10806 %22Usagi%20Tsukino%22
291 FALSE 21 2009-03-22 23:32:38 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3656 99e7c6a212194b74d3ff04da3ec40c53e35e189d 11104 %22Usagi%20Tsukino%22
292 FALSE 21 2009-03-22 23:43:51 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3660 5795ad4373468cf1b2e40d842e25feaac38c1bca 11244 %22Usagi%20Tsukino%22
293 FALSE 21 2009-03-23 00:12:21 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3664 ac24f5202331aa68725afbaed7886034786a7ebe 11523 %22Usagi%20Tsukino%22
294 FALSE 21 2009-03-23 00:47:19 FALSE %22Sailorhentai%22 1287290 FALSE 0 FALSE 3669 a38e9e3dd7e81dbddb826143cd5c52920876c1b3 11531 %22Usagi%20Tsukino%22
295 FALSE 21 2009-03-23 00:48:35 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3670 56ed85ff00dd3be5a6076ed75eebed71ba8516e5 11525 %22Usagi%20Tsukino%22
296 FALSE 21 2009-03-23 00:49:25 FALSE %22WilbertVereAwdry%22 1034327 FALSE 0 FALSE 3671 7344a76667d8f1e9da997f518c1d7c98cfd1891f 11529 %22Usagi%20Tsukino%22
297 TRUE 21 2009-03-23 02:23:36 FALSE %2270.43.56.162%22 FALSE 0 TRUE 3671,3670,3669,3664,3660,3656,3641,3638 3677 e8d17c399b5d438aa1a039e4cb529eda51405cf7 10767 %22Usagi%20Tsukino%22
298 TRUE 21 2009-04-02 12:24:31 FALSE %22118.137.75.242%22 FALSE 0 FALSE 3713 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
299 TRUE 21 2009-04-05 19:44:18 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3766 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
300 TRUE 21 2009-04-05 19:49:27 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3768 7ade719e6f4109fda9f758934beb0363dc8d87f4 13252 %22Usagi%20Tsukino%22
301 TRUE 21 2009-04-05 20:14:38 FALSE %22153.90.84.230%22 FALSE 0 FALSE 3770 528bcab6726bbd5d659c11f67795e5d77ef00599 13284 %22Usagi%20Tsukino%22
302 TRUE 21 2009-04-06 03:01:30 FALSE %2276.92.221.175%22 FALSE 0 TRUE 3770,3768 3771 8e33b83459cb826f9b5ed2e3dc48b0a414ccac6a 10996 %22Usagi%20Tsukino%22
303 TRUE 21 2009-04-06 03:03:07 FALSE %2276.92.221.175%22 FALSE 0 TRUE 3771,3770,3768,3766 3773 65f288a9d8f093511bfa39c450741e6c6fe902fb 10859 %22Usagi%20Tsukino%22
304 TRUE 21 2009-04-09 19:40:02 FALSE %2268.82.224.91%22 FALSE 0 FALSE 3803 f3335943a6194557d804fe3d235e074e924cf3e0 10861 %22Usagi%20Tsukino%22
305 TRUE 21 2009-04-12 22:43:46 FALSE %2265.8.8.231%22 FALSE 0 FALSE 3805 8ac8d4fff72aa09a6282de74c3e6c1083892ca27 10888 %22Usagi%20Tsukino%22
306 TRUE 21 2009-04-22 21:57:32 FALSE %2267.191.218.47%22 FALSE 0 FALSE 3821 3b0471042f0d72c27904e4dcc37f8b3a77600bc5 10894 %22Usagi%20Tsukino%22
307 TRUE 21 2009-04-25 23:07:22 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3835 98c8cec14df4186739a3b40d945f5b4512a40113 10888 %22Usagi%20Tsukino%22
308 TRUE 21 2009-04-25 23:07:40 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3837 ffd5372bb5a767e50203159b7942f5582e30fd39 10889 %22Usagi%20Tsukino%22
309 TRUE 21 2009-04-25 23:07:57 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3838 d44304a5a4bfece2ea4d832cfb389c50be98f795 10888 %22Usagi%20Tsukino%22
310 TRUE 21 2009-04-25 23:09:06 FALSE %2298.235.7.53%22 FALSE 0 FALSE 3839 862d88301c4f2ef4fbbbd6e7986c042230f5ec55 10880 %22Usagi%20Tsukino%22
311 TRUE 21 2009-04-28 00:57:47 FALSE %2272.81.240.91%22 FALSE 0 FALSE 3844 fd89ebc7552f7d20bbd1ba8203a3887cef850b07 10877 %22Usagi%20Tsukino%22
312 FALSE 21 2009-05-07 14:58:41 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3874 1cec54024b16bd7c2eaca85b58ef512cce04159c 10880 %22Usagi%20Tsukino%22
313 FALSE 21 2009-05-07 15:00:11 FALSE %22AnimeRules%22 1357725 FALSE 0 FALSE 3877 6c7e60388e77e7ce92b93a22f2de8ac46d0199a0 10887 %22Usagi%20Tsukino%22
314 TRUE 21 2009-05-21 00:03:29 FALSE %2268.151.17.131%22 FALSE 0 FALSE 3920 0d45130f28194700572917f58d1acc4769034041 10780 %22Usagi%20Tsukino%22
315 FALSE 21 2009-05-23 14:55:21 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3931 9a498f4c6e659da82b39357e3a1f4da01845dff2 14673 %22Usagi%20Tsukino%22
316 FALSE 21 2009-05-23 15:36:36 FALSE %22PrincessSailorSerenity%22 1383676 FALSE 0 FALSE 3934 c8cd0dc8352adddb27e00e724c52f12e5a552df5 14685 %22Usagi%20Tsukino%22
317 TRUE 21 2009-05-29 02:24:31 FALSE %2272.174.99.6%22 FALSE 0 FALSE 3939 2e2a48fac5894bfbbc49484f2dce74899447a19f 14740 %22Usagi%20Tsukino%22
318 FALSE 21 2009-05-29 03:14:16 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 3941 cbc5b456dc834a4cf4ebb9d0f0191fe66c889e53 14772 %22Usagi%20Tsukino%22
319 FALSE 21 2009-06-04 02:44:24 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 3964 a768ba5637bcca5b5ece8f29cbdc4d1311e519a0 14729 %22Usagi%20Tsukino%22
320 TRUE 21 2009-06-27 17:37:27 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3987 a595e9090bbbf2a0ab90cc41a4040713bfcd9b21 14728 %22Usagi%20Tsukino%22
321 TRUE 21 2009-06-27 17:51:32 FALSE %2224.193.146.200%22 FALSE 0 FALSE 3990 3e065ff650cb0cda61ea477b7454914f3526bc6d 14749 %22Usagi%20Tsukino%22
322 TRUE 21 2009-07-06 22:47:47 FALSE %2275.74.70.19%22 FALSE 0 FALSE 4001 b20f256c508c9219026d77b58f7ea2530253d2eb 14748 %22Usagi%20Tsukino%22
323 FALSE 21 2009-07-16 08:09:54 FALSE %22ShinyRayquaza%22 1292763 FALSE 0 FALSE 4013 17c9b626ef22e6613044145c6fe8cd8f7509fc9b 14736 %22Usagi%20Tsukino%22
324 TRUE 21 2009-07-21 00:06:27 FALSE %2298.235.7.53%22 FALSE 0 FALSE 4018 401e5b0d2537f0143e254cbe8e6f91bdf5a7e355 14776 %22Usagi%20Tsukino%22
325 FALSE 21 2009-07-22 22:23:03 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4022 57e0e424273a32d5f820bf548fe97a5a083ca2d1 14827 %22Usagi%20Tsukino%22
326 FALSE 21 2009-07-22 22:23:32 FALSE %22Ghostkaiba297%22 1031724 TRUE 0 FALSE 4023 93a41b5bd7565ec9313d3a41556edd5ad3c33ac5 14828 %22Usagi%20Tsukino%22
327 FALSE 21 2009-07-22 22:38:22 FALSE %22Ghostkaiba297%22 1031724 FALSE 0 FALSE 4024 76509213f08f89a27b166214d8cfecf5dd7c7f96 17616 %22Usagi%20Tsukino%22
328 FALSE 21 2009-07-27 06:06:07 FALSE %22Pokinick27%22 1483509 FALSE 0 FALSE 4057 110c27980d480601e82afa84d85175369b88be7f 17717 %22Usagi%20Tsukino%22
329 FALSE 21 2009-08-09 14:35:52 FALSE %22Eliskuya2%22 992654 FALSE 0 FALSE 4169 198b567f54a300ecb88c25560801fae40813f818 17614 %22Usagi%20Tsukino%22
330 TRUE 21 2009-08-10 05:12:20 FALSE %2298.117.157.110%22 FALSE 0 FALSE 4178 d82ca0d551771b986b90ab3242cd767d2dfdb780 17603 %22Usagi%20Tsukino%22
331 FALSE 21 2009-08-13 02:46:11 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4226 20781f34027ab15bf0637fa30448c15761d20ae5 17663 %22Usagi%20Tsukino%22
332 FALSE 21 2009-08-13 02:49:33 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4227 7a0fc49889fecaf538268c5ecffeb05d30cfcc0c 17724 %22Usagi%20Tsukino%22
333 FALSE 21 2009-08-20 06:29:29 FALSE %22Donut%20THX%201138%22 84753 FALSE 0 FALSE 4415 445c92549754d98e34767e4bbd9b786141ffedc5 17780 %22Usagi%20Tsukino%22
334 TRUE 21 2009-09-04 22:59:22 FALSE %2267.67.88.74%22 FALSE 0 FALSE 4437 206f25eb2479c60bf73706065abb50a9c7faa780 17809 %22Usagi%20Tsukino%22
335 FALSE 21 2009-09-05 05:04:59 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4441 4cbd4a9ee059e05b7ed5bad7f3944662fb053e9f 17867 %22Usagi%20Tsukino%22
336 FALSE 21 2009-09-05 05:15:03 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4442 0c9cbc671bc29ffe2e5e370be29ec0213445e3d2 17868 %22Usagi%20Tsukino%22
337 FALSE 21 2009-09-05 05:16:05 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4443 70b8c2433bd02d79209a837035ee873386b7ccc5 17926 %22Usagi%20Tsukino%22
338 FALSE 21 2009-09-05 05:31:32 FALSE %22C.C100%22 1525981 FALSE 0 FALSE 4445 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
339 FALSE 21 2009-09-10 16:12:21 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4451 3237afe4208a2b4abbbec86e4ef95f5fc7fd8afa 17929 %22Usagi%20Tsukino%22
340 FALSE 21 2009-09-18 20:21:35 FALSE %22Sonic0chick0ames%22 1275878 FALSE 0 TRUE 4451 4469 2fccba8045ef97ee53882dd59caafc19ab12675a 17859 %22Usagi%20Tsukino%22
341 FALSE 21 2009-09-19 00:37:44 FALSE %22Gohan%20fan101%22 1439711 FALSE 0 FALSE 4472 65a47a4d44cc6cbbdfb77cff935d0a39012781ba 17928 %22Usagi%20Tsukino%22
342 FALSE 21 2009-09-24 07:43:44 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 4688 06fbf419c6353793c4f3a1a1172f60b968e28434 47056 %22Usagi%20Tsukino%22
343 FALSE 21 2009-09-24 15:57:49 FALSE %22Sailormoon21%22 1295214 FALSE 0 FALSE 4694 6aa7436c14f1ef8ae1a8517b4d9b83391e913ddf 47120 %22Usagi%20Tsukino%22
344 TRUE 21 2009-09-26 18:22:45 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4845 7d89d411193416b618455738c44b6cc521498dc8 47130 %22Usagi%20Tsukino%22
345 TRUE 21 2009-09-26 18:23:36 FALSE %2276.84.83.79%22 FALSE 0 FALSE 4847 a26a4f86b303d4ab2b9849c198dbeca43a7fb150 47138 %22Usagi%20Tsukino%22
346 TRUE 21 2009-09-27 20:32:44 FALSE %2267.244.149.83%22 FALSE 0 FALSE 4863 4103cb6165cada7b92c048cb40ceeb0140044ea7 47138 %22Usagi%20Tsukino%22
347 FALSE 21 2009-10-02 05:27:56 FALSE %22Lego3400%22 112690 FALSE 0 FALSE 5025 59811bf622b0a6ac0d4573d574365abc5999ee9d 47092 %22Usagi%20Tsukino%22
348 TRUE 21 2009-10-08 06:28:38 FALSE %22123.243.217.127%22 FALSE 0 FALSE 5140 546ba01517a448687bec6cd4b1105c6dd7c12cdd 47208 %22Usagi%20Tsukino%22
349 FALSE 21 2009-10-08 07:46:04 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5158 61534b986a15eb5f92d62740b7e2f117d60128a5 47192 %22Usagi%20Tsukino%22
350 FALSE 21 2009-10-09 11:00:38 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5195 d49c39a8d5e9ab8a368ff4bfd40539d46b6afe79 47322 %22Usagi%20Tsukino%22
351 FALSE 21 2009-10-09 11:08:17 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5197 ea6fba86976bdc1b941e5af3cf23baf775f80b8a 47448 %22Usagi%20Tsukino%22
352 FALSE 21 2009-10-12 12:36:18 FALSE %22Thisismyusername%22 1628549 FALSE 0 FALSE 5259 45829f7d3a29cd77035de7b31486985d668ea871 47487 %22Usagi%20Tsukino%22
353 FALSE 21 2009-10-17 07:29:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5329 865707146a7bf58d3b26e843071d4817c6413960 47442 %22Usagi%20Tsukino%22
354 FALSE 21 2009-10-29 12:56:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5510 98c5bba4464056a7115b68c83434a206dd2ade94 47460 %22Usagi%20Tsukino%22
355 FALSE 21 2009-10-29 13:01:34 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5512 5a021f32e83036dab7f16b890c26b6e1e57d8f65 47507 %22Usagi%20Tsukino%22
356 TRUE 21 2009-10-29 14:42:26 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5513 2e7304c763c3606ba06039949da1cef78b97c93a 47703 %22Usagi%20Tsukino%22
357 TRUE 21 2009-10-29 14:45:19 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5515 428e8553b5526071e6671681e3a2b2f3565d31dc 47701 %22Usagi%20Tsukino%22
358 TRUE 21 2009-10-29 14:48:02 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5516 18e60335c0d114c089efae6c17a1cc89f75e1be6 47708 %22Usagi%20Tsukino%22
359 TRUE 21 2009-10-29 14:48:35 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5517 e21e1b78eeadea85a705d53b3280c978a1831b29 47700 %22Usagi%20Tsukino%22
360 TRUE 21 2009-10-29 14:49:00 FALSE %22118.137.48.204%22 FALSE 0 FALSE 5518 a7fbb894817d34d096b4c49b3f1f8577fd06f96d 47700 %22Usagi%20Tsukino%22
361 FALSE 21 2009-10-31 14:12:37 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5546 f15fd71b10009c1666165bee6e4f5a02afc8b30d 47756 %22Usagi%20Tsukino%22
362 FALSE 21 2009-10-31 14:14:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5547 27ab9167607b7eac38bd9a34431aa9499b99df80 47790 %22Usagi%20Tsukino%22
363 TRUE 21 2009-11-03 11:02:16 FALSE %22118.137.75.90%22 FALSE 0 FALSE 5580 a987796846642b07c1b77661e362c52299e3d0e6 47778 %22Usagi%20Tsukino%22
364 FALSE 21 2009-11-08 07:29:23 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5680 3e99734a1f4c37f6da4b023678c2be25e767e0ef 47874 %22Usagi%20Tsukino%22
365 FALSE 21 2009-11-14 13:29:49 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5742 ed38c36f541881bafeed5713440a02338e7d68c6 47963 %22Usagi%20Tsukino%22
366 FALSE 21 2009-11-14 13:42:38 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5744 e6e54f105fdbbad72b8d48bc6949256161dbf8ea 48033 %22Usagi%20Tsukino%22
367 FALSE 21 2009-11-14 13:46:17 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5745 d373fa65c631dcc1e37259a863f227a84c26cf41 48098 %22Usagi%20Tsukino%22
368 FALSE 21 2009-11-14 13:58:22 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 5749 a9295f18c7b449eacdd35ad66e94e8416a4ecac1 48065 %22Usagi%20Tsukino%22
369 FALSE 21 2009-11-24 11:01:45 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6144 d41869d3a42b02b7316298bb8eaac5851bd67142 48043 %22Usagi%20Tsukino%22
370 TRUE 21 2009-12-01 04:21:41 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6280 2af0b24339b0c4dd9c85dcbf1cd577ebe45add77 48086 %22Usagi%20Tsukino%22
371 TRUE 21 2009-12-01 04:35:05 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6282 69e6102d07fc09e8f15d47fd1f36be13d8767e98 48303 %22Usagi%20Tsukino%22
372 TRUE 21 2009-12-01 04:37:27 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6283 50f45bb17c29268374f8e8da9934fea32a9f7168 48314 %22Usagi%20Tsukino%22
373 TRUE 21 2009-12-01 04:45:57 FALSE %2212.39.109.152%22 FALSE 0 FALSE 6284 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
374 FALSE 21 2009-12-05 02:30:16 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6310 8349a88a3988e09c50acba4179dfc8354e6b7d75 48555 %22Usagi%20Tsukino%22
375 FALSE 21 2009-12-05 02:31:44 FALSE %22Laura%20steel%22 1725633 FALSE 0 TRUE 6310 6313 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
376 FALSE 21 2009-12-05 02:33:32 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6314 7e36565a7ed03166da7193a8be26ca6d79d1754f 48586 %22Usagi%20Tsukino%22
377 FALSE 21 2009-12-10 04:27:19 FALSE %22Thisismyusername%22 1628549 TRUE 0 TRUE 6314 6371 003c8ae1f1d8d3c7a8b6b07d04841e551727ac38 48552 %22Usagi%20Tsukino%22
378 FALSE 21 2009-12-11 10:30:43 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6504 00c0931f6607489ee0d86c57c355d75e5e064333 48520 %22Usagi%20Tsukino%22
379 FALSE 21 2009-12-25 17:49:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6686 ed31b006963f4d6fc7ceb1ba3c5552a9dbd7e4ba 48598 %22Usagi%20Tsukino%22
380 FALSE 21 2009-12-25 17:54:05 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6687 4ffb2d4b80de074829ef447a9ed106d9462981e9 48521 %22Usagi%20Tsukino%22
381 FALSE 21 2009-12-25 17:54:35 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6688 c883d3efe64dec38dab982a9adf3703d77d05761 48520 %22Usagi%20Tsukino%22
382 FALSE 21 2009-12-27 18:59:36 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6692 09c10006811be21a8057788b8f4b197211633a27 48566 %22Usagi%20Tsukino%22
383 FALSE 21 2009-12-27 19:00:18 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6693 052f99d3686a9fdf1a5efcef9054018f1f6ab6f3 48567 %22Usagi%20Tsukino%22
384 FALSE 21 2009-12-27 19:01:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6694 51e26e53f5e4614158e27de274d95920776a9c7f 48567 %22Usagi%20Tsukino%22
385 FALSE 21 2009-12-27 19:05:31 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6695 257d4e3d6fe9220d35ffd9d2ff557488379ea262 48615 %22Usagi%20Tsukino%22
386 FALSE 21 2009-12-27 19:06:37 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6696 810635e2793c18e1361f3abd8830d17f36bcdd38 48571 %22Usagi%20Tsukino%22
387 FALSE 21 2009-12-27 19:12:20 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6697 ae8b8b1a978fc4aebd2f179708f8f89640832314 47449 %22Usagi%20Tsukino%22
388 FALSE 21 2009-12-27 19:13:25 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6698 62936c1f67b6c5312a0662a4fe1d09c070d71d17 47404 %22Usagi%20Tsukino%22
389 FALSE 21 2009-12-27 19:23:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6701 01fc1cecfe8c082e69f2ddbee2ea7b57b43dda26 47513 %22Usagi%20Tsukino%22
390 FALSE 21 2009-12-27 19:24:52 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6702 eafbcbbf0365ed3f1f0d0bb1915de96d44dc621a 47515 %22Usagi%20Tsukino%22
391 FALSE 21 2009-12-27 19:25:24 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6703 42291899e21070384507f3162c150aec72319d69 47515 %22Usagi%20Tsukino%22
392 FALSE 21 2009-12-27 19:26:12 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6704 afa2d8af0468ea27d8936d7170e0c388a1fd203b 47519 %22Usagi%20Tsukino%22
393 FALSE 21 2009-12-27 19:27:02 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6705 40a92c5b62123d2da6b2b5990a9fc7163456a94f 47503 %22Usagi%20Tsukino%22
394 FALSE 21 2009-12-27 19:31:53 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6706 2a9c631f9c4afa4b56f818ac59e87979d9514322 47502 %22Usagi%20Tsukino%22
395 FALSE 21 2009-12-27 19:36:46 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6707 c4e5e9360ab4514214c1487423cfcddd780ca32a 47528 %22Usagi%20Tsukino%22
396 FALSE 21 2009-12-27 19:42:41 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6708 5a10b59b6a2891cc6fe3c5f44ff95782c99833ab 47667 %22Usagi%20Tsukino%22
397 FALSE 21 2009-12-27 19:45:21 FALSE %22Laura%20steel%22 1725633 FALSE 0 FALSE 6709 e1e9c069d113a5f29a4e1e5ac8cc2a6b56188eb4 47667 %22Usagi%20Tsukino%22
398 FALSE 21 2009-12-29 09:01:44 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6715 d41f3df357b6a76e85bd7145956b814d7b739a91 47667 %22Usagi%20Tsukino%22
399 FALSE 21 2009-12-29 09:24:41 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6716 6d25239422b10b5aed1ccf9b90b3655ec633b74d 47143 %22Usagi%20Tsukino%22
400 FALSE 21 2009-12-29 09:27:51 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6718 81ff44cb99f41b3f3f2413a711634ca79ed35a1b 47214 %22Usagi%20Tsukino%22
401 FALSE 21 2009-12-29 09:36:35 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6719 444a99046d362ac211e7e1b8638cbb6cead0d802 47328 %22Usagi%20Tsukino%22
402 FALSE 21 2010-01-04 04:44:57 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 6725 0747223fc0328bb545e025fe9e33c7029f223250 48087 %22Usagi%20Tsukino%22
403 FALSE 21 2010-01-04 05:28:48 FALSE %22Thisismyusername%22 1628549 TRUE 0 FALSE 6728 5b14e60c809645d8b5f5bb99668cfab923298423 48393 %22Usagi%20Tsukino%22
404 FALSE 21 2010-01-17 02:20:39 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6755 b1ea5acd1f79ae89a1a398e23a688fc0641dedb9 48406 %22Usagi%20Tsukino%22
405 FALSE 21 2010-01-17 02:24:44 FALSE %22Gohanfan101%22 1635614 FALSE 0 FALSE 6758 e7b7120f00bdd6e5ded8bef9974af7838d3303fd 48464 %22Usagi%20Tsukino%22
406 TRUE 21 2010-02-11 17:56:34 FALSE %22220.255.7.222%22 FALSE 0 FALSE 6831 a7dfac75a76adf01946ec1cd3eddc237a0c9b818 48538 %22Usagi%20Tsukino%22
407 TRUE 21 2010-02-11 17:57:47 FALSE %22220.255.7.227%22 FALSE 0 FALSE 6833 387cac23d9351ea2f469e720fe21e185ece76860 48532 %22Usagi%20Tsukino%22
408 FALSE 21 2010-03-05 03:14:09 FALSE %22RemiBlade%22 1891941 FALSE 0 FALSE 6947 3afb15d035e8cc7422dd96136fc2d04b604ea34c 48551 %22Usagi%20Tsukino%22
409 TRUE 21 2010-03-12 18:19:53 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6976 a38b28936ffffde33ac769014bfd1453fc33ab6e 48425 %22Usagi%20Tsukino%22
410 TRUE 21 2010-03-12 18:20:35 FALSE %2280.44.206.126%22 FALSE 0 FALSE 6978 196d75d1bd56843ea3e69d850b5d5578b7352d83 48430 %22Usagi%20Tsukino%22
411 TRUE 21 2010-03-23 19:31:48 FALSE %2224.45.21.138%22 FALSE 0 FALSE 7035 b890a6080cbfefdc169a1d130cfc49130a3d9190 48403 %22Usagi%20Tsukino%22

View File

@@ -1,47 +0,0 @@
anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
TRUE 1297 2007-06-19 15:16:52 FALSE %22Default%22 TRUE 2 FALSE 2627 37f890c8dc810caf1fa403f828d8a34324a25a26 21 %22User%3AAngela%22
TRUE 1298 2007-12-19 16:43:54 FALSE %22Default%22 FALSE 4 FALSE 2876 f1821b769c5985719172dad8a42e032415f7a9be 2238 %22Twin%20Peaks%20Wiki%3AProtected%20page%22
TRUE 1300 2007-12-21 15:32:28 FALSE %22Default%22 TRUE 4 FALSE 2905 24015c49643a384204861c4d3bb2e78ceca55f28 3068 %22Twin%20Peaks%20Wiki%3AAdministrators%22
TRUE 1452 2008-01-17 04:47:54 FALSE %22Default%22 FALSE 4 FALSE 2922 7c82c8d4c3249aabc3e916bc305c9f6c11d43e8c 2363 %22Twin%20Peaks%20Wiki%3ACopyrights%22
FALSE 1452 2009-06-27 03:39:49 FALSE %22WikiaBot%22 269919 TRUE 4 FALSE 3089 42f770b31907e7a03793f78ef8faddc2e1fb7d3c 2579 %22Twin%20Peaks%20Wiki%3ACopyrights%22
TRUE 1460 2007-12-19 17:12:06 FALSE %22Default%22 FALSE 14 FALSE 2893 7369eaf2f963579b135e299ba5ba8c0887c95425 666 %22Category%3ABrowse%22
TRUE 1461 2008-02-26 23:59:09 FALSE %22Default%22 FALSE 0 FALSE 2956 8e6a29eb98cc35a3dcfe3c97cdd8c9e6eb2a4ae4 3448 %22Twin%20Peaks%20Wiki%22
FALSE 1461 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 2976 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 %22Twin%20Peaks%20Wiki%22
FALSE 1461 2008-04-14 02:25:21 FALSE %22Maintenance%20script%22 375130 TRUE 0 FALSE 3064 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 %22Twin%20Peaks%20Wiki%22
TRUE 1461 2009-05-16 00:10:44 FALSE %2224.21.237.120%22 FALSE 0 FALSE 3080 99c0aa8f40e1174d4e5746e0d392566b9c5d727f 1093 %22Twin%20Peaks%20Wiki%22
TRUE 1461 2009-10-15 09:47:35 FALSE %2261.246.237.226%22 FALSE 0 FALSE 3102 12187c115d21e6350ea6a40ab0a0b3792efa208d 185 %22Twin%20Peaks%20Wiki%22
TRUE 1461 2010-01-04 21:33:27 FALSE %2288.88.139.97%22 FALSE 0 FALSE 3104 fa4a8b1571b4aae6cd2416e60caaa047463fcd78 1096 %22Twin%20Peaks%20Wiki%22
TRUE 1462 2008-01-20 00:00:41 FALSE %22Default%22 TRUE 110 FALSE 2923 b6d24a26d7b6bf0fa690d7c1e62933e3750ace29 924 %22Forum%3AIndex%22
TRUE 1463 2007-12-19 16:48:43 FALSE %22Default%22 TRUE 14 FALSE 2885 04deea1cea858f3e1c7594b8162a255b2c122003 1338 %22Category%3AHelp%22
TRUE 1464 2006-05-24 07:46:42 FALSE %22Default%22 TRUE 10 FALSE 1651 f2e128e59ce28b104e5805c5b68e97295c5319b5 127 %22Template%3AForumheader/Help%20desk%22
TRUE 1466 2006-05-24 07:47:24 FALSE %22Default%22 TRUE 10 FALSE 1654 3fa99305a03d33054eb06428ccc55ce61dffb3ba 128 %22Template%3AForumheader/Watercooler%22
TRUE 1467 2007-01-07 02:59:36 FALSE %22Default%22 FALSE 10 FALSE 2440 3ade373965c87cde22053b2ce50292a4731073f3 180 %22Template%3AForumheader%22
TRUE 1470 2007-12-19 16:48:56 FALSE %22Default%22 TRUE 14 FALSE 2886 c8ae1582c8973d47a2e2094036bdc282e14520f3 91 %22Category%3AForums%22
TRUE 1480 2007-04-27 07:10:55 FALSE %22Default%22 FALSE 110 FALSE 2594 f6fb07ef53a7dbc35b2bfb2a4d4e9d9c2afef79d 1138 %22Forum%3AHelp%20desk%22
FALSE 1480 2009-05-07 15:30:41 FALSE %22Uberfuzzy%22 161697 TRUE 110 FALSE 3078 13df362f1495897640e765edc30ede209a3a6fef 1128 %22Forum%3AHelp%20desk%22
TRUE 1481 2007-04-27 07:11:35 FALSE %22Default%22 FALSE 110 FALSE 2595 67ab27e85e885ddee9e6cc8cb4d0dc3dea454ea4 1026 %22Forum%3AWatercooler%22
FALSE 1481 2009-05-07 15:30:45 FALSE %22Uberfuzzy%22 161697 TRUE 110 FALSE 3079 5d3e523b013e8f0556583d849a6086b33e7dc902 1016 %22Forum%3AWatercooler%22
TRUE 1482 2007-10-17 01:00:03 FALSE %22Default%22 FALSE 6 FALSE 2694 88062a3c357d86f08eef468f6892df2ff30cf1c0 142 %22File%3AForum%20new.gif%22
FALSE 1482 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 6 FALSE 2977 48936acd67f69bc4f4e97f28f935412c84412bf7 127 %22File%3AForum%20new.gif%22
TRUE 1483 2006-11-17 05:55:57 FALSE %22Default%22 FALSE 14 FALSE 2407 ddabf114b738c0f6bc25d7450dc0e7d39022a153 181 %22Category%3AHelp%20desk%22
TRUE 1484 2007-04-22 05:22:27 FALSE %22Default%22 FALSE 14 FALSE 2579 5d7b17ab1bd99093f7eaa74637284eda5d690664 112 %22Category%3AWatercooler%22
TRUE 1490 2006-09-25 16:31:55 FALSE %22Default%22 FALSE 110 FALSE 2115 fb1f126782c1142c9c61800acb07255bb0f1797c 471 %22Forum%3AWelcome%20to%20the%20watercooler%22
TRUE 1491 2006-09-25 16:31:25 FALSE %22Default%22 FALSE 110 FALSE 2114 dab2d65f2281d85e711c25275e2d901d3ccaadda 489 %22Forum%3AWelcome%20to%20the%20help%20desk%22
TRUE 1492 2007-12-13 00:12:01 FALSE %22Default%22 TRUE 10 FALSE 2792 4cf250940fadf74168feafa52e63b10b40c92618 385 %22Template%3APD%22
TRUE 1496 2008-04-03 00:54:27 FALSE %22Default%22 FALSE 10 FALSE 2966 6a94e34b258217a55e38dde1d2e709adfccf5a24 405 %22Template%3AGFDL%22
TRUE 1500 2007-12-13 00:10:04 FALSE %22Default%22 FALSE 10 FALSE 2785 8a30a102ba7e8d7083febf618d0c0c14f2826864 470 %22Template%3AFairuse%22
TRUE 1501 2007-12-21 19:39:29 FALSE %22Default%22 FALSE 4 FALSE 2907 7d291871946b71602b3e8926cfedee3cc3762c97 273 %22Twin%20Peaks%20Wiki%3AAbout%22
TRUE 1507 2007-12-13 01:01:50 FALSE %22Default%22 FALSE 10 FALSE 2806 c1afd0dc263e3ee99ba5f2b20e74fdcee34025c5 781 %22Template%3ADelete%22
TRUE 1508 2006-11-15 12:55:12 FALSE %22Default%22 FALSE 15 FALSE 2403 b77079f17cca847e06d851df5f76336188960115 84 %22Category%20talk%3ACandidates%20for%20deletion%22
TRUE 1509 2007-12-19 16:45:30 FALSE %22Default%22 TRUE 14 FALSE 2879 04779ce4fe9039de78b8497be30a65b191feb090 308 %22Category%3ACandidates%20for%20deletion%22
TRUE 1515 2007-12-12 23:52:29 FALSE %22Default%22 FALSE 6 FALSE 2782 5d3091f75225a283e50544c7a02d82d33b40c396 130 %22File%3AExample.jpg%22
FALSE 1515 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 6 FALSE 2978 aefdf61efee9c623505715ce7f3966351faff0e8 101 %22File%3AExample.jpg%22
TRUE 1516 2007-12-13 23:59:30 FALSE %22Default%22 FALSE 4 FALSE 2829 c3aec2421395bc7c9ddee242281cd2089caad94b 628 %22Twin%20Peaks%20Wiki%3APolicy%22
TRUE 1517 2007-12-19 16:50:04 FALSE %22Default%22 TRUE 14 FALSE 2887 f506070021cd92c003965ac8720c9a194156fda0 179 %22Category%3APolicy%22
TRUE 1518 2007-07-31 05:24:40 FALSE %22Default%22 FALSE 4 FALSE 2663 93e813535bcb0dc5d9cb9eb3d2556d1db992d2a6 1684 %22Twin%20Peaks%20Wiki%3ASandbox%22
TRUE 1520 2008-04-03 00:55:20 FALSE %22Default%22 TRUE 10 FALSE 2967 1542fa5e06bd78a162a536014933b4642c998c06 932 %22Template%3AWikipedia%22
FALSE 1520 2009-06-21 14:34:58 FALSE %22Uberfuzzy%22 161697 TRUE 10 FALSE 3088 0156e69755e38e290fb05ecc2026a973887e589f 753 %22Template%3AWikipedia%22
TRUE 1521 2007-12-14 00:26:45 FALSE %22Default%22 TRUE 4 FALSE 2831 5c6cc17d1f4e4cb9c2d94323ef08a26523e3bf58 3327 %22Twin%20Peaks%20Wiki%3ASimplified%20ruleset%22
TRUE 1523 2007-03-27 03:21:15 FALSE %22Default%22 FALSE 2 FALSE 2565 7ca14e2b7416323a60ae73ab2e658b8e06480cb2 21 %22User%3ASannse%22
TRUE 1526 2008-03-20 17:54:29 FALSE %22Default%22 TRUE 4 FALSE 2960 afef0077593b732a9079ffef96f06e57d1853c9b 3579 %22Twin%20Peaks%20Wiki%3ACommunity%20Portal%22
TRUE 1530 2007-03-27 03:22:01 FALSE %22Default%22 FALSE 2 FALSE 2566 ed4f89de36e31961ab32aa4f41047f0d58ca2b40 23 %22User%3AKaurJmeb%22
1 anon articleid date_time deleted editor editor_id minor namespace revert reverteds revid sha1 text_chars title
2 TRUE 1297 2007-06-19 15:16:52 FALSE %22Default%22 TRUE 2 FALSE 2627 37f890c8dc810caf1fa403f828d8a34324a25a26 21 %22User%3AAngela%22
3 TRUE 1298 2007-12-19 16:43:54 FALSE %22Default%22 FALSE 4 FALSE 2876 f1821b769c5985719172dad8a42e032415f7a9be 2238 %22Twin%20Peaks%20Wiki%3AProtected%20page%22
4 TRUE 1300 2007-12-21 15:32:28 FALSE %22Default%22 TRUE 4 FALSE 2905 24015c49643a384204861c4d3bb2e78ceca55f28 3068 %22Twin%20Peaks%20Wiki%3AAdministrators%22
5 TRUE 1452 2008-01-17 04:47:54 FALSE %22Default%22 FALSE 4 FALSE 2922 7c82c8d4c3249aabc3e916bc305c9f6c11d43e8c 2363 %22Twin%20Peaks%20Wiki%3ACopyrights%22
6 FALSE 1452 2009-06-27 03:39:49 FALSE %22WikiaBot%22 269919 TRUE 4 FALSE 3089 42f770b31907e7a03793f78ef8faddc2e1fb7d3c 2579 %22Twin%20Peaks%20Wiki%3ACopyrights%22
7 TRUE 1460 2007-12-19 17:12:06 FALSE %22Default%22 FALSE 14 FALSE 2893 7369eaf2f963579b135e299ba5ba8c0887c95425 666 %22Category%3ABrowse%22
8 TRUE 1461 2008-02-26 23:59:09 FALSE %22Default%22 FALSE 0 FALSE 2956 8e6a29eb98cc35a3dcfe3c97cdd8c9e6eb2a4ae4 3448 %22Twin%20Peaks%20Wiki%22
9 FALSE 1461 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 0 FALSE 2976 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 %22Twin%20Peaks%20Wiki%22
10 FALSE 1461 2008-04-14 02:25:21 FALSE %22Maintenance%20script%22 375130 TRUE 0 FALSE 3064 f6125bedf6c35bf6864bae5de94addc1cfe6b5c0 1075 %22Twin%20Peaks%20Wiki%22
11 TRUE 1461 2009-05-16 00:10:44 FALSE %2224.21.237.120%22 FALSE 0 FALSE 3080 99c0aa8f40e1174d4e5746e0d392566b9c5d727f 1093 %22Twin%20Peaks%20Wiki%22
12 TRUE 1461 2009-10-15 09:47:35 FALSE %2261.246.237.226%22 FALSE 0 FALSE 3102 12187c115d21e6350ea6a40ab0a0b3792efa208d 185 %22Twin%20Peaks%20Wiki%22
13 TRUE 1461 2010-01-04 21:33:27 FALSE %2288.88.139.97%22 FALSE 0 FALSE 3104 fa4a8b1571b4aae6cd2416e60caaa047463fcd78 1096 %22Twin%20Peaks%20Wiki%22
14 TRUE 1462 2008-01-20 00:00:41 FALSE %22Default%22 TRUE 110 FALSE 2923 b6d24a26d7b6bf0fa690d7c1e62933e3750ace29 924 %22Forum%3AIndex%22
15 TRUE 1463 2007-12-19 16:48:43 FALSE %22Default%22 TRUE 14 FALSE 2885 04deea1cea858f3e1c7594b8162a255b2c122003 1338 %22Category%3AHelp%22
16 TRUE 1464 2006-05-24 07:46:42 FALSE %22Default%22 TRUE 10 FALSE 1651 f2e128e59ce28b104e5805c5b68e97295c5319b5 127 %22Template%3AForumheader/Help%20desk%22
17 TRUE 1466 2006-05-24 07:47:24 FALSE %22Default%22 TRUE 10 FALSE 1654 3fa99305a03d33054eb06428ccc55ce61dffb3ba 128 %22Template%3AForumheader/Watercooler%22
18 TRUE 1467 2007-01-07 02:59:36 FALSE %22Default%22 FALSE 10 FALSE 2440 3ade373965c87cde22053b2ce50292a4731073f3 180 %22Template%3AForumheader%22
19 TRUE 1470 2007-12-19 16:48:56 FALSE %22Default%22 TRUE 14 FALSE 2886 c8ae1582c8973d47a2e2094036bdc282e14520f3 91 %22Category%3AForums%22
20 TRUE 1480 2007-04-27 07:10:55 FALSE %22Default%22 FALSE 110 FALSE 2594 f6fb07ef53a7dbc35b2bfb2a4d4e9d9c2afef79d 1138 %22Forum%3AHelp%20desk%22
21 FALSE 1480 2009-05-07 15:30:41 FALSE %22Uberfuzzy%22 161697 TRUE 110 FALSE 3078 13df362f1495897640e765edc30ede209a3a6fef 1128 %22Forum%3AHelp%20desk%22
22 TRUE 1481 2007-04-27 07:11:35 FALSE %22Default%22 FALSE 110 FALSE 2595 67ab27e85e885ddee9e6cc8cb4d0dc3dea454ea4 1026 %22Forum%3AWatercooler%22
23 FALSE 1481 2009-05-07 15:30:45 FALSE %22Uberfuzzy%22 161697 TRUE 110 FALSE 3079 5d3e523b013e8f0556583d849a6086b33e7dc902 1016 %22Forum%3AWatercooler%22
24 TRUE 1482 2007-10-17 01:00:03 FALSE %22Default%22 FALSE 6 FALSE 2694 88062a3c357d86f08eef468f6892df2ff30cf1c0 142 %22File%3AForum%20new.gif%22
25 FALSE 1482 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 6 FALSE 2977 48936acd67f69bc4f4e97f28f935412c84412bf7 127 %22File%3AForum%20new.gif%22
26 TRUE 1483 2006-11-17 05:55:57 FALSE %22Default%22 FALSE 14 FALSE 2407 ddabf114b738c0f6bc25d7450dc0e7d39022a153 181 %22Category%3AHelp%20desk%22
27 TRUE 1484 2007-04-22 05:22:27 FALSE %22Default%22 FALSE 14 FALSE 2579 5d7b17ab1bd99093f7eaa74637284eda5d690664 112 %22Category%3AWatercooler%22
28 TRUE 1490 2006-09-25 16:31:55 FALSE %22Default%22 FALSE 110 FALSE 2115 fb1f126782c1142c9c61800acb07255bb0f1797c 471 %22Forum%3AWelcome%20to%20the%20watercooler%22
29 TRUE 1491 2006-09-25 16:31:25 FALSE %22Default%22 FALSE 110 FALSE 2114 dab2d65f2281d85e711c25275e2d901d3ccaadda 489 %22Forum%3AWelcome%20to%20the%20help%20desk%22
30 TRUE 1492 2007-12-13 00:12:01 FALSE %22Default%22 TRUE 10 FALSE 2792 4cf250940fadf74168feafa52e63b10b40c92618 385 %22Template%3APD%22
31 TRUE 1496 2008-04-03 00:54:27 FALSE %22Default%22 FALSE 10 FALSE 2966 6a94e34b258217a55e38dde1d2e709adfccf5a24 405 %22Template%3AGFDL%22
32 TRUE 1500 2007-12-13 00:10:04 FALSE %22Default%22 FALSE 10 FALSE 2785 8a30a102ba7e8d7083febf618d0c0c14f2826864 470 %22Template%3AFairuse%22
33 TRUE 1501 2007-12-21 19:39:29 FALSE %22Default%22 FALSE 4 FALSE 2907 7d291871946b71602b3e8926cfedee3cc3762c97 273 %22Twin%20Peaks%20Wiki%3AAbout%22
34 TRUE 1507 2007-12-13 01:01:50 FALSE %22Default%22 FALSE 10 FALSE 2806 c1afd0dc263e3ee99ba5f2b20e74fdcee34025c5 781 %22Template%3ADelete%22
35 TRUE 1508 2006-11-15 12:55:12 FALSE %22Default%22 FALSE 15 FALSE 2403 b77079f17cca847e06d851df5f76336188960115 84 %22Category%20talk%3ACandidates%20for%20deletion%22
36 TRUE 1509 2007-12-19 16:45:30 FALSE %22Default%22 TRUE 14 FALSE 2879 04779ce4fe9039de78b8497be30a65b191feb090 308 %22Category%3ACandidates%20for%20deletion%22
37 TRUE 1515 2007-12-12 23:52:29 FALSE %22Default%22 FALSE 6 FALSE 2782 5d3091f75225a283e50544c7a02d82d33b40c396 130 %22File%3AExample.jpg%22
38 FALSE 1515 2008-04-14 02:25:18 FALSE %22Toughpigs%22 10370 FALSE 6 FALSE 2978 aefdf61efee9c623505715ce7f3966351faff0e8 101 %22File%3AExample.jpg%22
39 TRUE 1516 2007-12-13 23:59:30 FALSE %22Default%22 FALSE 4 FALSE 2829 c3aec2421395bc7c9ddee242281cd2089caad94b 628 %22Twin%20Peaks%20Wiki%3APolicy%22
40 TRUE 1517 2007-12-19 16:50:04 FALSE %22Default%22 TRUE 14 FALSE 2887 f506070021cd92c003965ac8720c9a194156fda0 179 %22Category%3APolicy%22
41 TRUE 1518 2007-07-31 05:24:40 FALSE %22Default%22 FALSE 4 FALSE 2663 93e813535bcb0dc5d9cb9eb3d2556d1db992d2a6 1684 %22Twin%20Peaks%20Wiki%3ASandbox%22
42 TRUE 1520 2008-04-03 00:55:20 FALSE %22Default%22 TRUE 10 FALSE 2967 1542fa5e06bd78a162a536014933b4642c998c06 932 %22Template%3AWikipedia%22
43 FALSE 1520 2009-06-21 14:34:58 FALSE %22Uberfuzzy%22 161697 TRUE 10 FALSE 3088 0156e69755e38e290fb05ecc2026a973887e589f 753 %22Template%3AWikipedia%22
44 TRUE 1521 2007-12-14 00:26:45 FALSE %22Default%22 TRUE 4 FALSE 2831 5c6cc17d1f4e4cb9c2d94323ef08a26523e3bf58 3327 %22Twin%20Peaks%20Wiki%3ASimplified%20ruleset%22
45 TRUE 1523 2007-03-27 03:21:15 FALSE %22Default%22 FALSE 2 FALSE 2565 7ca14e2b7416323a60ae73ab2e658b8e06480cb2 21 %22User%3ASannse%22
46 TRUE 1526 2008-03-20 17:54:29 FALSE %22Default%22 TRUE 4 FALSE 2960 afef0077593b732a9079ffef96f06e57d1853c9b 3579 %22Twin%20Peaks%20Wiki%3ACommunity%20Portal%22
47 TRUE 1530 2007-03-27 03:22:01 FALSE %22Default%22 FALSE 2 FALSE 2566 ed4f89de36e31961ab32aa4f41047f0d58ca2b40 23 %22User%3AKaurJmeb%22

5
test/conftest.py Normal file
View File

@@ -0,0 +1,5 @@
import os
import sys
# Add the test directory to Python path so test utilities can be imported
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,117 +0,0 @@
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="en">
<siteinfo>
<sitename>Wikipedia</sitename>
<dbname>enwiki</dbname>
<base>https://en.wikipedia.org/wiki/Main_Page</base>
<generator>MediaWiki 1.31.0-wmf.22</generator>
<case>first-letter</case>
<namespaces>
<namespace key="-2" case="first-letter">Media</namespace>
<namespace key="-1" case="first-letter">Special</namespace>
<namespace key="0" case="first-letter" />
<namespace key="1" case="first-letter">Talk</namespace>
<namespace key="2" case="first-letter">User</namespace>
<namespace key="3" case="first-letter">User talk</namespace>
<namespace key="4" case="first-letter">Wikipedia</namespace>
<namespace key="5" case="first-letter">Wikipedia talk</namespace>
<namespace key="6" case="first-letter">File</namespace>
<namespace key="7" case="first-letter">File talk</namespace>
<namespace key="8" case="first-letter">MediaWiki</namespace>
<namespace key="9" case="first-letter">MediaWiki talk</namespace>
<namespace key="10" case="first-letter">Template</namespace>
<namespace key="11" case="first-letter">Template talk</namespace>
<namespace key="12" case="first-letter">Help</namespace>
<namespace key="13" case="first-letter">Help talk</namespace>
<namespace key="14" case="first-letter">Category</namespace>
<namespace key="15" case="first-letter">Category talk</namespace>
<namespace key="100" case="first-letter">Portal</namespace>
<namespace key="101" case="first-letter">Portal talk</namespace>
<namespace key="108" case="first-letter">Book</namespace>
<namespace key="109" case="first-letter">Book talk</namespace>
<namespace key="118" case="first-letter">Draft</namespace>
<namespace key="119" case="first-letter">Draft talk</namespace>
<namespace key="446" case="first-letter">Education Program</namespace>
<namespace key="447" case="first-letter">Education Program talk</namespace>
<namespace key="710" case="first-letter">TimedText</namespace>
<namespace key="711" case="first-letter">TimedText talk</namespace>
<namespace key="828" case="first-letter">Module</namespace>
<namespace key="829" case="first-letter">Module talk</namespace>
<namespace key="2300" case="first-letter">Gadget</namespace>
<namespace key="2301" case="first-letter">Gadget talk</namespace>
<namespace key="2302" case="case-sensitive">Gadget definition</namespace>
<namespace key="2303" case="case-sensitive">Gadget definition talk</namespace>
</namespaces>
</siteinfo>
<page>
<title>Test Title</title>
<ns>0</ns>
<id>1</id>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">
start with four words
</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">
start with four words and then add five more
</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">
start with four words
</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.53</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">
this edit will also be reverted
</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.60</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">
start with four words
</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
</page>
</mediawiki>

Binary file not shown.

Binary file not shown.

View File

@@ -1,102 +0,0 @@
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="en">
<siteinfo>
<sitename>Wikipedia</sitename>
<dbname>enwiki</dbname>
<base>https://en.wikipedia.org/wiki/Main_Page</base>
<generator>MediaWiki 1.31.0-wmf.22</generator>
<case>first-letter</case>
<namespaces>
<namespace key="-2" case="first-letter">Media</namespace>
<namespace key="-1" case="first-letter">Special</namespace>
<namespace key="0" case="first-letter" />
<namespace key="1" case="first-letter">Talk</namespace>
<namespace key="2" case="first-letter">User</namespace>
<namespace key="3" case="first-letter">User talk</namespace>
<namespace key="4" case="first-letter">Wikipedia</namespace>
<namespace key="5" case="first-letter">Wikipedia talk</namespace>
<namespace key="6" case="first-letter">File</namespace>
<namespace key="7" case="first-letter">File talk</namespace>
<namespace key="8" case="first-letter">MediaWiki</namespace>
<namespace key="9" case="first-letter">MediaWiki talk</namespace>
<namespace key="10" case="first-letter">Template</namespace>
<namespace key="11" case="first-letter">Template talk</namespace>
<namespace key="12" case="first-letter">Help</namespace>
<namespace key="13" case="first-letter">Help talk</namespace>
<namespace key="14" case="first-letter">Category</namespace>
<namespace key="15" case="first-letter">Category talk</namespace>
<namespace key="100" case="first-letter">Portal</namespace>
<namespace key="101" case="first-letter">Portal talk</namespace>
<namespace key="108" case="first-letter">Book</namespace>
<namespace key="109" case="first-letter">Book talk</namespace>
<namespace key="118" case="first-letter">Draft</namespace>
<namespace key="119" case="first-letter">Draft talk</namespace>
<namespace key="446" case="first-letter">Education Program</namespace>
<namespace key="447" case="first-letter">Education Program talk</namespace>
<namespace key="710" case="first-letter">TimedText</namespace>
<namespace key="711" case="first-letter">TimedText talk</namespace>
<namespace key="828" case="first-letter">Module</namespace>
<namespace key="829" case="first-letter">Module talk</namespace>
<namespace key="2300" case="first-letter">Gadget</namespace>
<namespace key="2301" case="first-letter">Gadget talk</namespace>
<namespace key="2302" case="case-sensitive">Gadget definition</namespace>
<namespace key="2303" case="case-sensitive">Gadget definition talk</namespace>
</namespaces>
</siteinfo>
<page>
<title>Test Title</title>
<ns>0</ns>
<id>1</id>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words and then add five more</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.53</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">this edit will also be reverted</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.60</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
</revision>
</page>
</mediawiki>

View File

@@ -1,102 +0,0 @@
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.10/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.10/ http://www.mediawiki.org/xml/export-0.10.xsd" version="0.10" xml:lang="en">
<siteinfo>
<sitename>Wikipedia</sitename>
<dbname>enwiki</dbname>
<base>https://en.wikipedia.org/wiki/Main_Page</base>
<generator>MediaWiki 1.31.0-wmf.22</generator>
<case>first-letter</case>
<namespaces>
<namespace key="-2" case="first-letter">Media</namespace>
<namespace key="-1" case="first-letter">Special</namespace>
<namespace key="0" case="first-letter" />
<namespace key="1" case="first-letter">Talk</namespace>
<namespace key="2" case="first-letter">User</namespace>
<namespace key="3" case="first-letter">User talk</namespace>
<namespace key="4" case="first-letter">Wikipedia</namespace>
<namespace key="5" case="first-letter">Wikipedia talk</namespace>
<namespace key="6" case="first-letter">File</namespace>
<namespace key="7" case="first-letter">File talk</namespace>
<namespace key="8" case="first-letter">MediaWiki</namespace>
<namespace key="9" case="first-letter">MediaWiki talk</namespace>
<namespace key="10" case="first-letter">Template</namespace>
<namespace key="11" case="first-letter">Template talk</namespace>
<namespace key="12" case="first-letter">Help</namespace>
<namespace key="13" case="first-letter">Help talk</namespace>
<namespace key="14" case="first-letter">Category</namespace>
<namespace key="15" case="first-letter">Category talk</namespace>
<namespace key="100" case="first-letter">Portal</namespace>
<namespace key="101" case="first-letter">Portal talk</namespace>
<namespace key="108" case="first-letter">Book</namespace>
<namespace key="109" case="first-letter">Book talk</namespace>
<namespace key="118" case="first-letter">Draft</namespace>
<namespace key="119" case="first-letter">Draft talk</namespace>
<namespace key="446" case="first-letter">Education Program</namespace>
<namespace key="447" case="first-letter">Education Program talk</namespace>
<namespace key="710" case="first-letter">TimedText</namespace>
<namespace key="711" case="first-letter">TimedText talk</namespace>
<namespace key="828" case="first-letter">Module</namespace>
<namespace key="829" case="first-letter">Module talk</namespace>
<namespace key="2300" case="first-letter">Gadget</namespace>
<namespace key="2301" case="first-letter">Gadget talk</namespace>
<namespace key="2302" case="case-sensitive">Gadget definition</namespace>
<namespace key="2303" case="case-sensitive">Gadget definition talk</namespace>
</namespaces>
</siteinfo>
<page>
<title>Test Title</title>
<ns>0</ns>
<id>1</id>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words and then add five more</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.52</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
<sha1>cp0mfp4o90fbpyxooys1rw95zn3ddff</sha1>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.53</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">this edit will also be reverted</text>
</revision>
<revision>
<timestamp>2010-12-13T02:51:55Z</timestamp>
<contributor>
<ip>76.102.106.60</ip>
</contributor>
<comment>baseline</comment>
<model>wikitext</model>
<format>text/x-wiki</format>
<text xml:space="preserve">start with four words</text>
</revision>
</page>
</mediawiki>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,256 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Helms Amendment to the Foreign Assistance Act#rfc_AD213F1|'''Talk:Helms Amendment to the Foreign Assistance Act'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 16 December 2023 (UTC)
== Meetup in Seattle on 16 January 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle|Seattle Wikimedia meetup]] |''' <span style="font-size:85%">16 January 2024</span>
|rowspan=3|[[File:Coffee cup in Hanoi, Vietnam.jpg|right|150px]]
|-
|
* What: Meetup to chat about Wikipedia and schedule an edit-a-thon
* When: Tuesday 16 January 2024, 5:457:45 pm
*Where: Distant Worlds Coffeehouse at 6401 Roosevelt Way NE, Seattle
* Please come! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 05:30, 27 December 2023 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1189979177 -->
== Notification: Feedback request service is down ==
Hello, {{BASEPAGENAME}}
You may have noticed that you have not received any messages from the [[Wikipedia:Feedback request service]] for over a month. {{noping|Yapperbot}} appears to have stopped delivering messages. Until that can be resolved, please [[Help:Watchlist|watch]] pages that interest you, such as [[Wikipedia:Requests for comment/Wikipedia policies and guidelines]].
<small>This notification has been sent to you as you are subscribed to the [[WP:FRS|Feedback Request Service]].</small> - [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 08:11, 28 January 2024 (UTC)
<!-- MMS delivery requested by User:WhatamIdoing at Special:Permalink/1199910865#RFC notifications bot down -->
<!-- Message sent by User:DreamRimmer@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:WhatamIdoing/MassMessage&oldid=1199913358 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2006#rfc_E808A5D|'''Talk:2006'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:31, 21 February 2024 (UTC)
== Seattle March 2024 Events ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
| rowspan=5 style="padding: 1em 1em;"|[[File:Seattle world fair stamp.jpg|150px|alt=Seattle world fair stamp]]
|style="text-align: center;"|''There are a couple of events this month that we hope are of interest to you.''
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday, March 12 2024 3pm 7pm (PDT), [[Wikipedia:Meetup/Seattle#Seattle articles edit-a-thon, Tuesday, March 12 2024 3pm 7pm (PDT)|'''Seattle articles edit-a-thon''']], Seattle Public Library University Branch
|-
|This edit-a-thon is based on importance or popularity (as determined by pageviews, see [[Wikipedia:WikiProject Seattle/Popular pages]]; or main articles, such as those linked in [[Template:Seattle]]; also see [[Wikipedia:Version 1.0 Editorial Team/Seattle articles by quality statistics]]).
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday March 19 2024 6pm 8pm (PDT), [[Wikipedia:Meetup/Seattle#Monthly meetup, Tuesday March 19 2024 6pm 8pm (PDT)|'''March monthly meetup''']], Little Oddfellows Café—''new location!!!''
|-
|Since our previous meeting place, Distant Worlds Café, now closes at 6:30pm, we will meet this month at Little Oddfellows café inside of Elliott Bay Book Company in Capitol Hill.
|}
<div style="text-align: center; font-size: small;">[[File:Cascadiawikimedians transparent Gill Sans 155px high.png|15px|link=:meta:Cascadia Wikimedians]] [[:meta:Cascadia Wikimedians|Cascadia Wikimedians]] placed this banner at 01:02, 9 March 2024 (UTC) by using the [[Wikipedia:Meetup/Portland/Participants]] list.<br/>To subscribe to or unsubscribe from messages from [[Wikipedia:Meetup/Portland]], please add or remove your name [[Wikipedia:Meetup/Portland/Participants|here]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1212029509 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Whadjuk#rfc_BB5035A|'''Talk:Whadjuk'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 04:31, 17 March 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_4B249A8|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 7 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria#rfc_467C7B2|'''Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 23 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Havana syndrome#rfc_9FB246D|'''Talk:Havana syndrome'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 03:31, 25 April 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aidi#rfc_9745B22|'''Talk:Aidi'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 24 May 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Baseball#rfc_10B411F|'''Wikipedia talk:WikiProject Baseball'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 28 May 2024 (UTC)
== Seattle Wiknic 11 August 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle/Wiknic/2024|2024 Seattle Wiknic]] |''' <span style="font-size:85%">11 August 2024</span>
|rowspan=3|[[File:Seattle Wiknic 2019 at Washington Park Arboretum.jpg|right|150px]]
|-
|
* What: Picnic to eat food and chat with other Wikimedians
* When: Sunday 11 August 2024, noon3 pm
* Where: picnic tables in the meadow area at [[Washington Park Arboretum]]
* Please come and bring food! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 04:37, 1 August 2024 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1234217114 -->
== Feedback requests from the Feedback Request Service ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Sports#rfc_2E0CECA|'''Wikipedia talk:WikiProject Sports''']] and &#32; [[Talk:Morocco#rfc_B5C588A|'''Talk:Morocco''']] on "Society, sports, and culture" request for comments, and &#32;at [[Talk:Toxicology#rfc_646EFFA|'''Talk:Toxicology'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 12:33, 29 August 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2023 Nashville school shooting#rfc_DCA51ED|'''Talk:2023 Nashville school shooting'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 02:32, 4 September 2024 (UTC)
== Saying Hi ==
Hi Groceryheist! Am I doing this whole talk page thing right? Let me know! By the way, I'm enjoying class so far.
[[User:KoiTheFish|KoiTheFish]] ([[User talk:KoiTheFish|talk]]) 23:08, 6 September 2024 (UTC)
:You got it! Thank you! [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 01:59, 7 September 2024 (UTC)
== Hello ==
Hi! Just wanted to say hello! Great class so far!
--[[User:Pinkdolphinbird|Pinkdolphinbird]] ([[User talk:Pinkdolphinbird|talk]]) 03:18, 7 September 2024 (UTC)
:Hi {{u|Pinkdolphinbird}}. Thanks for saying Hello! I'm glad you're enjoying the class. [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 03:28, 8 September 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2024 Kolkata rape and murder incident#rfc_7F245C4|'''Talk:2024 Kolkata rape and murder incident'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 9 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:Notability#rfc_6E14382|'''Wikipedia talk:Notability'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 10 September 2024 (UTC)
== Hello! ==
Hi groceryheist! Just wanted to say hi 👋 [[User:Fluffycatlover|Fluffycatlover]] ([[User talk:Fluffycatlover|talk]]) 20:41, 10 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Village pump (policy)#rfc_E1CEF9F|'''Wikipedia:Village pump (policy)'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 18 October 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for comment/Grey Literature#rfc_402ED76|'''Wikipedia:Requests for comment/Grey Literature'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 10 November 2024 (UTC)
== ArbCom 2024 Elections voter message ==
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">[[File:Scale of justice 2.svg|40px]]</div>
<div class="ivmbox-text">
Hello! Voting in the '''[[WP:ACE2024|2024 Arbitration Committee elections]]''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''[[Wikipedia:Arbitration Committee Elections December 2024#Election timeline|eligible users]]''' are allowed to vote. Users with alternate accounts may only vote once.
The [[WP:ARBCOM|Arbitration Committee]] is the panel of editors responsible for conducting the [[Wikipedia:Arbitration|Wikipedia arbitration process]]. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose [[WP:BAN|site bans]], [[WP:TBAN|topic bans]], editing restrictions, and other measures needed to maintain our editing environment. The [[Wikipedia:Arbitration/Policy|arbitration policy]] describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review [[Wikipedia:Arbitration Committee Elections December 2024/Candidates|the candidates]] and submit your choices on the '''[[Special:SecurePoll/vote/{{Arbitration Committee candidate/data|2024|poll}}|voting page]]'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:13, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/02&oldid=1258243447 -->
== Seattle Wikipedia Day, January 11, 2025 ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
|rowspan=4|[[File:Wikipedia 20 birthday cake.jpg |left |290px |link=Wikipedia:Wikipedia Day]]
|style="text-align: center;" |{{large|''Seattle Wikipedia Day''}}<br/>
''Saturday afternoon, January 11, from 1:004:30pm PT at the Capitol Hill Meeting Room at [[Capitol Hill Branch Library]] (425 Harvard Ave. E., Seattle, WA 98102)''
[[Wikipedia:Wikipedia Day|Wikipedia Day]] celebrates the anniversary of the founding of Wikipedia. This year we will observe Wikipedia Day with an [[edit-a-thon]] to improve the [[Seattle]] and other articles important to [[WP:WikiProject Seattle|WikiProject Seattle]], such as [[History of Seattle]], [[Puget Sound]], [[Lake Union]], [[Lake Washington]], [[Pioneer Square, Seattle|Pioneer Square]], [[Seattle Center]], [[Tacoma, Washington|Tacoma]], and [[University of Washington]].
'''→''Sign up at [[Wikipedia:Meetup/Seattle/Wikipedia Day 2025]]!''←'''
You can also read and add to the [[Wikipedia talk:Meetup/Seattle/Wikipedia Day 2025|task list]].
Please remember to check our [[Wikipedia:Meetup/Seattle#Scheduled meetups in Seattle|Seattle meetup schedule]] each month for upcoming events.
|rowspan=4|[[File:Space Needle 1 2016-08-15.jpg |left |200px |link=Wikipedia:WikiProject Seattle]]
|}
<div style="text-align: center; font-size: x-small;">06:12, 1 January 2025 (UTC) To unsubscribe from future messages from [[Wikipedia:Meetup/Seattle]], please remove your name from [[Wikipedia:Meetup/Seattle/Invitees|this list]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1262356696 -->
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_8CACBB0|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 09:30, 18 February 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aristides de Sousa Mendes#rfc_283E464|'''Talk:Aristides de Sousa Mendes'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 23:30, 10 March 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_3F06890|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:32, 12 March 2025 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Nonmetal#rfc_38273CE|'''Talk:Nonmetal'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 10:30, 6 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Tetris#rfc_46F74AF|'''Talk:Tetris'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 15 April 2025 (UTC)

View File

@@ -0,0 +1,260 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Helms Amendment to the Foreign Assistance Act#rfc_AD213F1|'''Talk:Helms Amendment to the Foreign Assistance Act'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 16 December 2023 (UTC)
== Meetup in Seattle on 16 January 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle|Seattle Wikimedia meetup]] |''' <span style="font-size:85%">16 January 2024</span>
|rowspan=3|[[File:Coffee cup in Hanoi, Vietnam.jpg|right|150px]]
|-
|
* What: Meetup to chat about Wikipedia and schedule an edit-a-thon
* When: Tuesday 16 January 2024, 5:457:45 pm
*Where: Distant Worlds Coffeehouse at 6401 Roosevelt Way NE, Seattle
* Please come! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 05:30, 27 December 2023 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1189979177 -->
== Notification: Feedback request service is down ==
Hello, {{BASEPAGENAME}}
You may have noticed that you have not received any messages from the [[Wikipedia:Feedback request service]] for over a month. {{noping|Yapperbot}} appears to have stopped delivering messages. Until that can be resolved, please [[Help:Watchlist|watch]] pages that interest you, such as [[Wikipedia:Requests for comment/Wikipedia policies and guidelines]].
<small>This notification has been sent to you as you are subscribed to the [[WP:FRS|Feedback Request Service]].</small> - [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 08:11, 28 January 2024 (UTC)
<!-- MMS delivery requested by User:WhatamIdoing at Special:Permalink/1199910865#RFC notifications bot down -->
<!-- Message sent by User:DreamRimmer@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:WhatamIdoing/MassMessage&oldid=1199913358 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2006#rfc_E808A5D|'''Talk:2006'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:31, 21 February 2024 (UTC)
== Seattle March 2024 Events ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
| rowspan=5 style="padding: 1em 1em;"|[[File:Seattle world fair stamp.jpg|150px|alt=Seattle world fair stamp]]
|style="text-align: center;"|''There are a couple of events this month that we hope are of interest to you.''
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday, March 12 2024 3pm 7pm (PDT), [[Wikipedia:Meetup/Seattle#Seattle articles edit-a-thon, Tuesday, March 12 2024 3pm 7pm (PDT)|'''Seattle articles edit-a-thon''']], Seattle Public Library University Branch
|-
|This edit-a-thon is based on importance or popularity (as determined by pageviews, see [[Wikipedia:WikiProject Seattle/Popular pages]]; or main articles, such as those linked in [[Template:Seattle]]; also see [[Wikipedia:Version 1.0 Editorial Team/Seattle articles by quality statistics]]).
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday March 19 2024 6pm 8pm (PDT), [[Wikipedia:Meetup/Seattle#Monthly meetup, Tuesday March 19 2024 6pm 8pm (PDT)|'''March monthly meetup''']], Little Oddfellows Café—''new location!!!''
|-
|Since our previous meeting place, Distant Worlds Café, now closes at 6:30pm, we will meet this month at Little Oddfellows café inside of Elliott Bay Book Company in Capitol Hill.
|}
<div style="text-align: center; font-size: small;">[[File:Cascadiawikimedians transparent Gill Sans 155px high.png|15px|link=:meta:Cascadia Wikimedians]] [[:meta:Cascadia Wikimedians|Cascadia Wikimedians]] placed this banner at 01:02, 9 March 2024 (UTC) by using the [[Wikipedia:Meetup/Portland/Participants]] list.<br/>To subscribe to or unsubscribe from messages from [[Wikipedia:Meetup/Portland]], please add or remove your name [[Wikipedia:Meetup/Portland/Participants|here]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1212029509 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Whadjuk#rfc_BB5035A|'''Talk:Whadjuk'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 04:31, 17 March 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_4B249A8|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 7 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria#rfc_467C7B2|'''Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 23 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Havana syndrome#rfc_9FB246D|'''Talk:Havana syndrome'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 03:31, 25 April 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aidi#rfc_9745B22|'''Talk:Aidi'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 24 May 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Baseball#rfc_10B411F|'''Wikipedia talk:WikiProject Baseball'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 28 May 2024 (UTC)
== Seattle Wiknic 11 August 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle/Wiknic/2024|2024 Seattle Wiknic]] |''' <span style="font-size:85%">11 August 2024</span>
|rowspan=3|[[File:Seattle Wiknic 2019 at Washington Park Arboretum.jpg|right|150px]]
|-
|
* What: Picnic to eat food and chat with other Wikimedians
* When: Sunday 11 August 2024, noon3 pm
* Where: picnic tables in the meadow area at [[Washington Park Arboretum]]
* Please come and bring food! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 04:37, 1 August 2024 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1234217114 -->
== Feedback requests from the Feedback Request Service ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Sports#rfc_2E0CECA|'''Wikipedia talk:WikiProject Sports''']] and &#32; [[Talk:Morocco#rfc_B5C588A|'''Talk:Morocco''']] on "Society, sports, and culture" request for comments, and &#32;at [[Talk:Toxicology#rfc_646EFFA|'''Talk:Toxicology'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 12:33, 29 August 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2023 Nashville school shooting#rfc_DCA51ED|'''Talk:2023 Nashville school shooting'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 02:32, 4 September 2024 (UTC)
== Saying Hi ==
Hi Groceryheist! Am I doing this whole talk page thing right? Let me know! By the way, I'm enjoying class so far.
[[User:KoiTheFish|KoiTheFish]] ([[User talk:KoiTheFish|talk]]) 23:08, 6 September 2024 (UTC)
:You got it! Thank you! [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 01:59, 7 September 2024 (UTC)
== Hello ==
Hi! Just wanted to say hello! Great class so far!
--[[User:Pinkdolphinbird|Pinkdolphinbird]] ([[User talk:Pinkdolphinbird|talk]]) 03:18, 7 September 2024 (UTC)
:Hi {{u|Pinkdolphinbird}}. Thanks for saying Hello! I'm glad you're enjoying the class. [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 03:28, 8 September 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2024 Kolkata rape and murder incident#rfc_7F245C4|'''Talk:2024 Kolkata rape and murder incident'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 9 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:Notability#rfc_6E14382|'''Wikipedia talk:Notability'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 10 September 2024 (UTC)
== Hello! ==
Hi groceryheist! Just wanted to say hi 👋 [[User:Fluffycatlover|Fluffycatlover]] ([[User talk:Fluffycatlover|talk]]) 20:41, 10 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Village pump (policy)#rfc_E1CEF9F|'''Wikipedia:Village pump (policy)'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 18 October 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for comment/Grey Literature#rfc_402ED76|'''Wikipedia:Requests for comment/Grey Literature'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 10 November 2024 (UTC)
== ArbCom 2024 Elections voter message ==
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">[[File:Scale of justice 2.svg|40px]]</div>
<div class="ivmbox-text">
Hello! Voting in the '''[[WP:ACE2024|2024 Arbitration Committee elections]]''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''[[Wikipedia:Arbitration Committee Elections December 2024#Election timeline|eligible users]]''' are allowed to vote. Users with alternate accounts may only vote once.
The [[WP:ARBCOM|Arbitration Committee]] is the panel of editors responsible for conducting the [[Wikipedia:Arbitration|Wikipedia arbitration process]]. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose [[WP:BAN|site bans]], [[WP:TBAN|topic bans]], editing restrictions, and other measures needed to maintain our editing environment. The [[Wikipedia:Arbitration/Policy|arbitration policy]] describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review [[Wikipedia:Arbitration Committee Elections December 2024/Candidates|the candidates]] and submit your choices on the '''[[Special:SecurePoll/vote/{{Arbitration Committee candidate/data|2024|poll}}|voting page]]'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:13, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/02&oldid=1258243447 -->
== Seattle Wikipedia Day, January 11, 2025 ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
|rowspan=4|[[File:Wikipedia 20 birthday cake.jpg |left |290px |link=Wikipedia:Wikipedia Day]]
|style="text-align: center;" |{{large|''Seattle Wikipedia Day''}}<br/>
''Saturday afternoon, January 11, from 1:004:30pm PT at the Capitol Hill Meeting Room at [[Capitol Hill Branch Library]] (425 Harvard Ave. E., Seattle, WA 98102)''
[[Wikipedia:Wikipedia Day|Wikipedia Day]] celebrates the anniversary of the founding of Wikipedia. This year we will observe Wikipedia Day with an [[edit-a-thon]] to improve the [[Seattle]] and other articles important to [[WP:WikiProject Seattle|WikiProject Seattle]], such as [[History of Seattle]], [[Puget Sound]], [[Lake Union]], [[Lake Washington]], [[Pioneer Square, Seattle|Pioneer Square]], [[Seattle Center]], [[Tacoma, Washington|Tacoma]], and [[University of Washington]].
'''→''Sign up at [[Wikipedia:Meetup/Seattle/Wikipedia Day 2025]]!''←'''
You can also read and add to the [[Wikipedia talk:Meetup/Seattle/Wikipedia Day 2025|task list]].
Please remember to check our [[Wikipedia:Meetup/Seattle#Scheduled meetups in Seattle|Seattle meetup schedule]] each month for upcoming events.
|rowspan=4|[[File:Space Needle 1 2016-08-15.jpg |left |200px |link=Wikipedia:WikiProject Seattle]]
|}
<div style="text-align: center; font-size: x-small;">06:12, 1 January 2025 (UTC) To unsubscribe from future messages from [[Wikipedia:Meetup/Seattle]], please remove your name from [[Wikipedia:Meetup/Seattle/Invitees|this list]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1262356696 -->
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_8CACBB0|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 09:30, 18 February 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aristides de Sousa Mendes#rfc_283E464|'''Talk:Aristides de Sousa Mendes'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 23:30, 10 March 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_3F06890|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:32, 12 March 2025 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Nonmetal#rfc_38273CE|'''Talk:Nonmetal'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 10:30, 6 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Tetris#rfc_46F74AF|'''Talk:Tetris'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 15 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Muffin#rfc_A0750CE|'''Talk:Muffin'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 13:46, 12 June 2025 (UTC)

View File

@@ -0,0 +1,256 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Helms Amendment to the Foreign Assistance Act#rfc_AD213F1|'''Talk:Helms Amendment to the Foreign Assistance Act'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 16 December 2023 (UTC)
== Meetup in Seattle on 16 January 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle|Seattle Wikimedia meetup]] |''' <span style="font-size:85%">16 January 2024</span>
|rowspan=3|[[File:Coffee cup in Hanoi, Vietnam.jpg|right|150px]]
|-
|
* What: Meetup to chat about Wikipedia and schedule an edit-a-thon
* When: Tuesday 16 January 2024, 5:457:45 pm
*Where: Distant Worlds Coffeehouse at 6401 Roosevelt Way NE, Seattle
* Please come! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 05:30, 27 December 2023 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1189979177 -->
== Notification: Feedback request service is down ==
Hello, {{BASEPAGENAME}}
You may have noticed that you have not received any messages from the [[Wikipedia:Feedback request service]] for over a month. {{noping|Yapperbot}} appears to have stopped delivering messages. Until that can be resolved, please [[Help:Watchlist|watch]] pages that interest you, such as [[Wikipedia:Requests for comment/Wikipedia policies and guidelines]].
<small>This notification has been sent to you as you are subscribed to the [[WP:FRS|Feedback Request Service]].</small> - [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 08:11, 28 January 2024 (UTC)
<!-- MMS delivery requested by User:WhatamIdoing at Special:Permalink/1199910865#RFC notifications bot down -->
<!-- Message sent by User:DreamRimmer@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:WhatamIdoing/MassMessage&oldid=1199913358 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2006#rfc_E808A5D|'''Talk:2006'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:31, 21 February 2024 (UTC)
== Seattle March 2024 Events ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
| rowspan=5 style="padding: 1em 1em;"|[[File:Seattle world fair stamp.jpg|150px|alt=Seattle world fair stamp]]
|style="text-align: center;"|''There are a couple of events this month that we hope are of interest to you.''
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday, March 12 2024 3pm 7pm (PDT), [[Wikipedia:Meetup/Seattle#Seattle articles edit-a-thon, Tuesday, March 12 2024 3pm 7pm (PDT)|'''Seattle articles edit-a-thon''']], Seattle Public Library University Branch
|-
|This edit-a-thon is based on importance or popularity (as determined by pageviews, see [[Wikipedia:WikiProject Seattle/Popular pages]]; or main articles, such as those linked in [[Template:Seattle]]; also see [[Wikipedia:Version 1.0 Editorial Team/Seattle articles by quality statistics]]).
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday March 19 2024 6pm 8pm (PDT), [[Wikipedia:Meetup/Seattle#Monthly meetup, Tuesday March 19 2024 6pm 8pm (PDT)|'''March monthly meetup''']], Little Oddfellows Café—''new location!!!''
|-
|Since our previous meeting place, Distant Worlds Café, now closes at 6:30pm, we will meet this month at Little Oddfellows café inside of Elliott Bay Book Company in Capitol Hill.
|}
<div style="text-align: center; font-size: small;">[[File:Cascadiawikimedians transparent Gill Sans 155px high.png|15px|link=:meta:Cascadia Wikimedians]] [[:meta:Cascadia Wikimedians|Cascadia Wikimedians]] placed this banner at 01:02, 9 March 2024 (UTC) by using the [[Wikipedia:Meetup/Portland/Participants]] list.<br/>To subscribe to or unsubscribe from messages from [[Wikipedia:Meetup/Portland]], please add or remove your name [[Wikipedia:Meetup/Portland/Participants|here]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1212029509 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Whadjuk#rfc_BB5035A|'''Talk:Whadjuk'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 04:31, 17 March 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_4B249A8|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 7 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria#rfc_467C7B2|'''Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 23 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Havana syndrome#rfc_9FB246D|'''Talk:Havana syndrome'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 03:31, 25 April 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aidi#rfc_9745B22|'''Talk:Aidi'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 24 May 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Baseball#rfc_10B411F|'''Wikipedia talk:WikiProject Baseball'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 28 May 2024 (UTC)
== Seattle Wiknic 11 August 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle/Wiknic/2024|2024 Seattle Wiknic]] |''' <span style="font-size:85%">11 August 2024</span>
|rowspan=3|[[File:Seattle Wiknic 2019 at Washington Park Arboretum.jpg|right|150px]]
|-
|
* What: Picnic to eat food and chat with other Wikimedians
* When: Sunday 11 August 2024, noon3 pm
* Where: picnic tables in the meadow area at [[Washington Park Arboretum]]
* Please come and bring food! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 04:37, 1 August 2024 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1234217114 -->
== Feedback requests from the Feedback Request Service ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Sports#rfc_2E0CECA|'''Wikipedia talk:WikiProject Sports''']] and &#32; [[Talk:Morocco#rfc_B5C588A|'''Talk:Morocco''']] on "Society, sports, and culture" request for comments, and &#32;at [[Talk:Toxicology#rfc_646EFFA|'''Talk:Toxicology'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 12:33, 29 August 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2023 Nashville school shooting#rfc_DCA51ED|'''Talk:2023 Nashville school shooting'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 02:32, 4 September 2024 (UTC)
== Saying Hi ==
Hi Groceryheist! Am I doing this whole talk page thing right? Let me know! By the way, I'm enjoying class so far.
[[User:KoiTheFish|KoiTheFish]] ([[User talk:KoiTheFish|talk]]) 23:08, 6 September 2024 (UTC)
:You got it! Thank you! [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 01:59, 7 September 2024 (UTC)
== Hello ==
Hi! Just wanted to say hello! Great class so far!
--[[User:Pinkdolphinbird|Pinkdolphinbird]] ([[User talk:Pinkdolphinbird|talk]]) 03:18, 7 September 2024 (UTC)
:Hi {{u|Pinkdolphinbird}}. Thanks for saying Hello! I'm glad you're enjoying the class. [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 03:28, 8 September 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2024 Kolkata rape and murder incident#rfc_7F245C4|'''Talk:2024 Kolkata rape and murder incident'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 9 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:Notability#rfc_6E14382|'''Wikipedia talk:Notability'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 10 September 2024 (UTC)
== Hello! ==
Hi groceryheist! Just wanted to say hi 👋 [[User:Fluffycatlover|Fluffycatlover]] ([[User talk:Fluffycatlover|talk]]) 20:41, 10 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Village pump (policy)#rfc_E1CEF9F|'''Wikipedia:Village pump (policy)'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 18 October 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for comment/Grey Literature#rfc_402ED76|'''Wikipedia:Requests for comment/Grey Literature'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 10 November 2024 (UTC)
== ArbCom 2024 Elections voter message ==
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">[[File:Scale of justice 2.svg|40px]]</div>
<div class="ivmbox-text">
Hello! Voting in the '''[[WP:ACE2024|2024 Arbitration Committee elections]]''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''[[Wikipedia:Arbitration Committee Elections December 2024#Election timeline|eligible users]]''' are allowed to vote. Users with alternate accounts may only vote once.
The [[WP:ARBCOM|Arbitration Committee]] is the panel of editors responsible for conducting the [[Wikipedia:Arbitration|Wikipedia arbitration process]]. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose [[WP:BAN|site bans]], [[WP:TBAN|topic bans]], editing restrictions, and other measures needed to maintain our editing environment. The [[Wikipedia:Arbitration/Policy|arbitration policy]] describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review [[Wikipedia:Arbitration Committee Elections December 2024/Candidates|the candidates]] and submit your choices on the '''[[Special:SecurePoll/vote/{{Arbitration Committee candidate/data|2024|poll}}|voting page]]'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:13, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/02&oldid=1258243447 -->
== Seattle Wikipedia Day, January 11, 2025 ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
|rowspan=4|[[File:Wikipedia 20 birthday cake.jpg |left |290px |link=Wikipedia:Wikipedia Day]]
|style="text-align: center;" |{{large|''Seattle Wikipedia Day''}}<br/>
''Saturday afternoon, January 11, from 1:004:30pm PT at the Capitol Hill Meeting Room at [[Capitol Hill Branch Library]] (425 Harvard Ave. E., Seattle, WA 98102)''
[[Wikipedia:Wikipedia Day|Wikipedia Day]] celebrates the anniversary of the founding of Wikipedia. This year we will observe Wikipedia Day with an [[edit-a-thon]] to improve the [[Seattle]] and other articles important to [[WP:WikiProject Seattle|WikiProject Seattle]], such as [[History of Seattle]], [[Puget Sound]], [[Lake Union]], [[Lake Washington]], [[Pioneer Square, Seattle|Pioneer Square]], [[Seattle Center]], [[Tacoma, Washington|Tacoma]], and [[University of Washington]].
'''→''Sign up at [[Wikipedia:Meetup/Seattle/Wikipedia Day 2025]]!''←'''
You can also read and add to the [[Wikipedia talk:Meetup/Seattle/Wikipedia Day 2025|task list]].
Please remember to check our [[Wikipedia:Meetup/Seattle#Scheduled meetups in Seattle|Seattle meetup schedule]] each month for upcoming events.
|rowspan=4|[[File:Space Needle 1 2016-08-15.jpg |left |200px |link=Wikipedia:WikiProject Seattle]]
|}
<div style="text-align: center; font-size: x-small;">06:12, 1 January 2025 (UTC) To unsubscribe from future messages from [[Wikipedia:Meetup/Seattle]], please remove your name from [[Wikipedia:Meetup/Seattle/Invitees|this list]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1262356696 -->
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_8CACBB0|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 09:30, 18 February 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aristides de Sousa Mendes#rfc_283E464|'''Talk:Aristides de Sousa Mendes'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 23:30, 10 March 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_3F06890|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:32, 12 March 2025 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Nonmetal#rfc_38273CE|'''Talk:Nonmetal'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 10:30, 6 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Tetris#rfc_46F74AF|'''Talk:Tetris'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 15 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Muffin#rfc_A0750CE|'''Talk:Muffin'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 13:46, 12 June 2025 (UTC)

View File

@@ -0,0 +1,261 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Tetris#rfc_46F74AF|'''Talk:Tetris'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 15 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Helms Amendment to the Foreign Assistance Act#rfc_AD213F1|'''Talk:Helms Amendment to the Foreign Assistance Act'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 16 December 2023 (UTC)
== Meetup in Seattle on 16 January 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle|Seattle Wikimedia meetup]] |''' <span style="font-size:85%">16 January 2024</span>
|rowspan=3|[[File:Coffee cup in Hanoi, Vietnam.jpg|right|150px]]
|-
|
* What: Meetup to chat about Wikipedia and schedule an edit-a-thon
* When: Tuesday 16 January 2024, 5:457:45 pm
*Where: Distant Worlds Coffeehouse at 6401 Roosevelt Way NE, Seattle
* Please come! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 05:30, 27 December 2023 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1189979177 -->
== Notification: Feedback request service is down ==
Hello, {{BASEPAGENAME}}
You may have noticed that you have not received any messages from the [[Wikipedia:Feedback request service]] for over a month. {{noping|Yapperbot}} appears to have stopped delivering messages. Until that can be resolved, please [[Help:Watchlist|watch]] pages that interest you, such as [[Wikipedia:Requests for comment/Wikipedia policies and guidelines]].
<small>This notification has been sent to you as you are subscribed to the [[WP:FRS|Feedback Request Service]].</small> - [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 08:11, 28 January 2024 (UTC)
<!-- MMS delivery requested by User:WhatamIdoing at Special:Permalink/1199910865#RFC notifications bot down -->
<!-- Message sent by User:DreamRimmer@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:WhatamIdoing/MassMessage&oldid=1199913358 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2006#rfc_E808A5D|'''Talk:2006'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:31, 21 February 2024 (UTC)
== Seattle March 2024 Events ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
| rowspan=5 style="padding: 1em 1em;"|[[File:Seattle world fair stamp.jpg|150px|alt=Seattle world fair stamp]]
|style="text-align: center;"|''There are a couple of events this month that we hope are of interest to you.''
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday, March 12 2024 3pm 7pm (PDT), [[Wikipedia:Meetup/Seattle#Seattle articles edit-a-thon, Tuesday, March 12 2024 3pm 7pm (PDT)|'''Seattle articles edit-a-thon''']], Seattle Public Library University Branch
|-
|This edit-a-thon is based on importance or popularity (as determined by pageviews, see [[Wikipedia:WikiProject Seattle/Popular pages]]; or main articles, such as those linked in [[Template:Seattle]]; also see [[Wikipedia:Version 1.0 Editorial Team/Seattle articles by quality statistics]]).
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday March 19 2024 6pm 8pm (PDT), [[Wikipedia:Meetup/Seattle#Monthly meetup, Tuesday March 19 2024 6pm 8pm (PDT)|'''March monthly meetup''']], Little Oddfellows Café—''new location!!!''
|-
|Since our previous meeting place, Distant Worlds Café, now closes at 6:30pm, we will meet this month at Little Oddfellows café inside of Elliott Bay Book Company in Capitol Hill.
|}
<div style="text-align: center; font-size: small;">[[File:Cascadiawikimedians transparent Gill Sans 155px high.png|15px|link=:meta:Cascadia Wikimedians]] [[:meta:Cascadia Wikimedians|Cascadia Wikimedians]] placed this banner at 01:02, 9 March 2024 (UTC) by using the [[Wikipedia:Meetup/Portland/Participants]] list.<br/>To subscribe to or unsubscribe from messages from [[Wikipedia:Meetup/Portland]], please add or remove your name [[Wikipedia:Meetup/Portland/Participants|here]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1212029509 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Whadjuk#rfc_BB5035A|'''Talk:Whadjuk'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 04:31, 17 March 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_4B249A8|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 7 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria#rfc_467C7B2|'''Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 23 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Havana syndrome#rfc_9FB246D|'''Talk:Havana syndrome'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 03:31, 25 April 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aidi#rfc_9745B22|'''Talk:Aidi'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 24 May 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Baseball#rfc_10B411F|'''Wikipedia talk:WikiProject Baseball'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 28 May 2024 (UTC)
== Seattle Wiknic 11 August 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle/Wiknic/2024|2024 Seattle Wiknic]] |''' <span style="font-size:85%">11 August 2024</span>
|rowspan=3|[[File:Seattle Wiknic 2019 at Washington Park Arboretum.jpg|right|150px]]
|-
|
* What: Picnic to eat food and chat with other Wikimedians
* When: Sunday 11 August 2024, noon3 pm
* Where: picnic tables in the meadow area at [[Washington Park Arboretum]]
* Please come and bring food! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 04:37, 1 August 2024 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1234217114 -->
== Feedback requests from the Feedback Request Service ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Sports#rfc_2E0CECA|'''Wikipedia talk:WikiProject Sports''']] and &#32; [[Talk:Morocco#rfc_B5C588A|'''Talk:Morocco''']] on "Society, sports, and culture" request for comments, and &#32;at [[Talk:Toxicology#rfc_646EFFA|'''Talk:Toxicology'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 12:33, 29 August 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2023 Nashville school shooting#rfc_DCA51ED|'''Talk:2023 Nashville school shooting'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 02:32, 4 September 2024 (UTC)
== Saying Hi ==
Hi Groceryheist! Am I doing this whole talk page thing right? Let me know! By the way, I'm enjoying class so far.
[[User:KoiTheFish|KoiTheFish]] ([[User talk:KoiTheFish|talk]]) 23:08, 6 September 2024 (UTC)
:You got it! Thank you! [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 01:59, 7 September 2024 (UTC)
== Hello ==
Hi! Just wanted to say hello! Great class so far!
--[[User:Pinkdolphinbird|Pinkdolphinbird]] ([[User talk:Pinkdolphinbird|talk]]) 03:18, 7 September 2024 (UTC)
:Hi {{u|Pinkdolphinbird}}. Thanks for saying Hello! I'm glad you're enjoying the class. [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 03:28, 8 September 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2024 Kolkata rape and murder incident#rfc_7F245C4|'''Talk:2024 Kolkata rape and murder incident'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 9 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:Notability#rfc_6E14382|'''Wikipedia talk:Notability'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 10 September 2024 (UTC)
== Hello! ==
Hi groceryheist! Just wanted to say hi 👋 [[User:Fluffycatlover|Fluffycatlover]] ([[User talk:Fluffycatlover|talk]]) 20:41, 10 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Village pump (policy)#rfc_E1CEF9F|'''Wikipedia:Village pump (policy)'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 18 October 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for comment/Grey Literature#rfc_402ED76|'''Wikipedia:Requests for comment/Grey Literature'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 10 November 2024 (UTC)
== ArbCom 2024 Elections voter message ==
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">[[File:Scale of justice 2.svg|40px]]</div>
<div class="ivmbox-text">
Hello! Voting in the '''[[WP:ACE2024|2024 Arbitration Committee elections]]''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''[[Wikipedia:Arbitration Committee Elections December 2024#Election timeline|eligible users]]''' are allowed to vote. Users with alternate accounts may only vote once.
The [[WP:ARBCOM|Arbitration Committee]] is the panel of editors responsible for conducting the [[Wikipedia:Arbitration|Wikipedia arbitration process]]. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose [[WP:BAN|site bans]], [[WP:TBAN|topic bans]], editing restrictions, and other measures needed to maintain our editing environment. The [[Wikipedia:Arbitration/Policy|arbitration policy]] describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review [[Wikipedia:Arbitration Committee Elections December 2024/Candidates|the candidates]] and submit your choices on the '''[[Special:SecurePoll/vote/{{Arbitration Committee candidate/data|2024|poll}}|voting page]]'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:13, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/02&oldid=1258243447 -->
== Seattle Wikipedia Day, January 11, 2025 ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
|rowspan=4|[[File:Wikipedia 20 birthday cake.jpg |left |290px |link=Wikipedia:Wikipedia Day]]
|style="text-align: center;" |{{large|''Seattle Wikipedia Day''}}<br/>
''Saturday afternoon, January 11, from 1:004:30pm PT at the Capitol Hill Meeting Room at [[Capitol Hill Branch Library]] (425 Harvard Ave. E., Seattle, WA 98102)''
[[Wikipedia:Wikipedia Day|Wikipedia Day]] celebrates the anniversary of the founding of Wikipedia. This year we will observe Wikipedia Day with an [[edit-a-thon]] to improve the [[Seattle]] and other articles important to [[WP:WikiProject Seattle|WikiProject Seattle]], such as [[History of Seattle]], [[Puget Sound]], [[Lake Union]], [[Lake Washington]], [[Pioneer Square, Seattle|Pioneer Square]], [[Seattle Center]], [[Tacoma, Washington|Tacoma]], and [[University of Washington]].
'''→''Sign up at [[Wikipedia:Meetup/Seattle/Wikipedia Day 2025]]!''←'''
You can also read and add to the [[Wikipedia talk:Meetup/Seattle/Wikipedia Day 2025|task list]].
Please remember to check our [[Wikipedia:Meetup/Seattle#Scheduled meetups in Seattle|Seattle meetup schedule]] each month for upcoming events.
|rowspan=4|[[File:Space Needle 1 2016-08-15.jpg |left |200px |link=Wikipedia:WikiProject Seattle]]
|}
<div style="text-align: center; font-size: x-small;">06:12, 1 January 2025 (UTC) To unsubscribe from future messages from [[Wikipedia:Meetup/Seattle]], please remove your name from [[Wikipedia:Meetup/Seattle/Invitees|this list]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1262356696 -->
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_8CACBB0|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 09:30, 18 February 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aristides de Sousa Mendes#rfc_283E464|'''Talk:Aristides de Sousa Mendes'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 23:30, 10 March 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_3F06890|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:32, 12 March 2025 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Nonmetal#rfc_38273CE|'''Talk:Nonmetal'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 10:30, 6 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Muffin#rfc_A0750CE|'''Talk:Muffin'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 13:46, 12 June 2025 (UTC)

View File

@@ -0,0 +1,260 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Helms Amendment to the Foreign Assistance Act#rfc_AD213F1|'''Talk:Helms Amendment to the Foreign Assistance Act'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 16 December 2023 (UTC)
== Meetup in Seattle on 16 January 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle|Seattle Wikimedia meetup]] |''' <span style="font-size:85%">16 January 2024</span>
|rowspan=3|[[File:Coffee cup in Hanoi, Vietnam.jpg|right|150px]]
|-
|
* What: Meetup to chat about Wikipedia and schedule an edit-a-thon
* When: Tuesday 16 January 2024, 5:457:45 pm
*Where: Distant Worlds Coffeehouse at 6401 Roosevelt Way NE, Seattle
* Please come! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 05:30, 27 December 2023 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1189979177 -->
== Notification: Feedback request service is down ==
Hello, {{BASEPAGENAME}}
<small>This notification has been sent to you as you are subscribed to the [[WP:FRS|Feedback Request Service]].</small> - [[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 08:11, 28 January 2024 (UTC)
You have probably not noticed that you have not received any messages from the [[Wikipedia:Feedback request service]] for over a month. {{noping|Yapperbot}} appears to have stopped delivering messages,whoops. Please just [[Help:Watchlist|watch]] pages that interest you, such as [[Wikipedia:Requests for comment/Wikipedia policies and guidelines]].
<!-- MMS delivery requested by User:WhatamIdoing at Special:Permalink/1199910865#RFC notifications bot down -->
<!-- Message sent by User:DreamRimmer@enwiki using the list at https://en.wikipedia.org/w/index.php?title=User:WhatamIdoing/MassMessage&oldid=1199913358 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2006#rfc_E808A5D|'''Talk:2006'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:31, 21 February 2024 (UTC)
== Seattle March 2024 Events ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
| rowspan=5 style="padding: 1em 1em;"|[[File:Seattle world fair stamp.jpg|150px|alt=Seattle world fair stamp]]
|style="text-align: center;"|''There are a couple of events this month that we hope are of interest to you.''
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday, March 12 2024 3pm 7pm (PDT), [[Wikipedia:Meetup/Seattle#Seattle articles edit-a-thon, Tuesday, March 12 2024 3pm 7pm (PDT)|'''Seattle articles edit-a-thon''']], Seattle Public Library University Branch
|-
|This edit-a-thon is based on importance or popularity (as determined by pageviews, see [[Wikipedia:WikiProject Seattle/Popular pages]]; or main articles, such as those linked in [[Template:Seattle]]; also see [[Wikipedia:Version 1.0 Editorial Team/Seattle articles by quality statistics]]).
|-
|style="text-align: center; font-size: 125%; border: 3px dashed #20BF9F;"|Tuesday March 19 2024 6pm 8pm (PDT), [[Wikipedia:Meetup/Seattle#Monthly meetup, Tuesday March 19 2024 6pm 8pm (PDT)|'''March monthly meetup''']], Little Oddfellows Café—''new location!!!''
|-
|Since our previous meeting place, Distant Worlds Café, now closes at 6:30pm, we will meet this month at Little Oddfellows café inside of Elliott Bay Book Company in Capitol Hill.
|}
<div style="text-align: center; font-size: small;">[[File:Cascadiawikimedians transparent Gill Sans 155px high.png|15px|link=:meta:Cascadia Wikimedians]] [[:meta:Cascadia Wikimedians|Cascadia Wikimedians]] placed this banner at 01:02, 9 March 2024 (UTC) by using the [[Wikipedia:Meetup/Portland/Participants]] list.<br/>To subscribe to or unsubscribe from messages from [[Wikipedia:Meetup/Portland]], please add or remove your name [[Wikipedia:Meetup/Portland/Participants|here]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1212029509 -->
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Whadjuk#rfc_BB5035A|'''Talk:Whadjuk'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 04:31, 17 March 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_4B249A8|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 7 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria#rfc_467C7B2|'''Wikipedia talk:WikiProject Weather/Tornadoes of XXXX criteria'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 23 April 2024 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Havana syndrome#rfc_9FB246D|'''Talk:Havana syndrome'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 03:31, 25 April 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aidi#rfc_9745B22|'''Talk:Aidi'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 24 May 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Baseball#rfc_10B411F|'''Wikipedia talk:WikiProject Baseball'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 28 May 2024 (UTC)
== Seattle Wiknic 11 August 2024 ==
{| style="border: 5px solid #ABCDEF ; background-color: #FFF; padding:10px 15px 0"
|style="padding: 0; vertical-align: middle; height: 1.1em; font-size:130%" |'''[[Wikipedia:Meetup/Seattle/Wiknic/2024|2024 Seattle Wiknic]] |''' <span style="font-size:85%">11 August 2024</span>
|rowspan=3|[[File:Seattle Wiknic 2019 at Washington Park Arboretum.jpg|right|150px]]
|-
|
* What: Picnic to eat food and chat with other Wikimedians
* When: Sunday 11 August 2024, noon3 pm
* Where: picnic tables in the meadow area at [[Washington Park Arboretum]]
* Please come and bring food! We'd love to see you.
|-
|colspan=2 style="font-size:85%; padding-top:15px;"|You're receiving this message because you are on [[Wikipedia:Meetup/Seattle/Invitees|our mailing list]]. To opt out of future mailings, please remove your name from the list.
|}
([[User talk:Buidhe|t]] &#183; [[Special:Contributions/Buidhe|c]]) '''[[User:buidhe|<span style="color: black">buidhe</span>]]''' 04:37, 1 August 2024 (UTC)
<!-- Message sent by User:Buidhe@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1234217114 -->
== Feedback requests from the Feedback Request Service ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:WikiProject Sports#rfc_2E0CECA|'''Wikipedia talk:WikiProject Sports''']] and &#32; [[Talk:Morocco#rfc_B5C588A|'''Talk:Morocco''']] on "Society, sports, and culture" request for comments, and &#32;at [[Talk:Toxicology#rfc_646EFFA|'''Talk:Toxicology'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 12:33, 29 August 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2023 Nashville school shooting#rfc_DCA51ED|'''Talk:2023 Nashville school shooting'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 02:32, 4 September 2024 (UTC)
== Saying Hi ==
Hi Groceryheist! Am I doing this whole talk page thing right? Let me know! By the way, I'm enjoying class so far.
[[User:KoiTheFish|KoiTheFish]] ([[User talk:KoiTheFish|talk]]) 23:08, 6 September 2024 (UTC)
:You got it! Thank you! [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 01:59, 7 September 2024 (UTC)
== Hello ==
Hi! Just wanted to say hello! Great class so far!
--[[User:Pinkdolphinbird|Pinkdolphinbird]] ([[User talk:Pinkdolphinbird|talk]]) 03:18, 7 September 2024 (UTC)
:Hi {{u|Pinkdolphinbird}}. Thanks for saying Hello! I'm glad you're enjoying the class. [[User:Groceryheist|Groceryheist]] ([[User talk:Groceryheist#top|talk]]) 03:28, 8 September 2024 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:2024 Kolkata rape and murder incident#rfc_7F245C4|'''Talk:2024 Kolkata rape and murder incident'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 9 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia talk:Notability#rfc_6E14382|'''Wikipedia talk:Notability'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:30, 10 September 2024 (UTC)
== Hello! ==
Hi groceryheist! Just wanted to say hi 👋 [[User:Fluffycatlover|Fluffycatlover]] ([[User talk:Fluffycatlover|talk]]) 20:41, 10 September 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Village pump (policy)#rfc_E1CEF9F|'''Wikipedia:Village pump (policy)'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:30, 18 October 2024 (UTC)
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for comment/Grey Literature#rfc_402ED76|'''Wikipedia:Requests for comment/Grey Literature'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 17:31, 10 November 2024 (UTC)
== ArbCom 2024 Elections voter message ==
<div class="ivmbox " style="margin-bottom: 1em; border: 1px solid #a2a9b1; background-color: #fdf2d5; padding: 0.5em; display: flex; align-items: center; ">
<div class="ivmbox-image noresize" style="padding-left:1px; padding-right:0.5em;">[[File:Scale of justice 2.svg|40px]]</div>
<div class="ivmbox-text">
Hello! Voting in the '''[[WP:ACE2024|2024 Arbitration Committee elections]]''' is now open until 23:59 (UTC) on {{#time:l, j F Y|{{Arbitration Committee candidate/data|2024|end}}-1 day}}. All '''[[Wikipedia:Arbitration Committee Elections December 2024#Election timeline|eligible users]]''' are allowed to vote. Users with alternate accounts may only vote once.
The [[WP:ARBCOM|Arbitration Committee]] is the panel of editors responsible for conducting the [[Wikipedia:Arbitration|Wikipedia arbitration process]]. It has the authority to impose binding solutions to disputes between editors, primarily for serious conduct disputes the community has been unable to resolve. This includes the authority to impose [[WP:BAN|site bans]], [[WP:TBAN|topic bans]], editing restrictions, and other measures needed to maintain our editing environment. The [[Wikipedia:Arbitration/Policy|arbitration policy]] describes the Committee's roles and responsibilities in greater detail.
If you wish to participate in the 2024 election, please review [[Wikipedia:Arbitration Committee Elections December 2024/Candidates|the candidates]] and submit your choices on the '''[[Special:SecurePoll/vote/{{Arbitration Committee candidate/data|2024|poll}}|voting page]]'''. If you no longer wish to receive these messages, you may add {{tlx|NoACEMM}} to your user talk page. <small>[[User:MediaWiki message delivery|MediaWiki message delivery]] ([[User talk:MediaWiki message delivery|talk]]) 00:13, 19 November 2024 (UTC)</small>
</div>
</div>
<!-- Message sent by User:Cyberpower678@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Arbitration_Committee_Elections_December_2024/Coordination/MM/02&oldid=1258243447 -->
== Seattle Wikipedia Day, January 11, 2025 ==
{|style="border-radius: 8px; padding:5px; width:90%; font-size:100%; border: 1px solid #20BF9F;" align="center"
|-
|rowspan=4|[[File:Wikipedia 20 birthday cake.jpg |left |290px |link=Wikipedia:Wikipedia Day]]
|style="text-align: center;" |{{large|''Seattle Wikipedia Day''}}<br/>
''Saturday afternoon, January 11, from 1:004:30pm PT at the Capitol Hill Meeting Room at [[Capitol Hill Branch Library]] (425 Harvard Ave. E., Seattle, WA 98102)''
[[Wikipedia:Wikipedia Day|Wikipedia Day]] celebrates the anniversary of the founding of Wikipedia. This year we will observe Wikipedia Day with an [[edit-a-thon]] to improve the [[Seattle]] and other articles important to [[WP:WikiProject Seattle|WikiProject Seattle]], such as [[History of Seattle]], [[Puget Sound]], [[Lake Union]], [[Lake Washington]], [[Pioneer Square, Seattle|Pioneer Square]], [[Seattle Center]], [[Tacoma, Washington|Tacoma]], and [[University of Washington]].
'''→''Sign up at [[Wikipedia:Meetup/Seattle/Wikipedia Day 2025]]!''←'''
You can also read and add to the [[Wikipedia talk:Meetup/Seattle/Wikipedia Day 2025|task list]].
Please remember to check our [[Wikipedia:Meetup/Seattle#Scheduled meetups in Seattle|Seattle meetup schedule]] each month for upcoming events.
|rowspan=4|[[File:Space Needle 1 2016-08-15.jpg |left |200px |link=Wikipedia:WikiProject Seattle]]
|}
<div style="text-align: center; font-size: x-small;">06:12, 1 January 2025 (UTC) To unsubscribe from future messages from [[Wikipedia:Meetup/Seattle]], please remove your name from [[Wikipedia:Meetup/Seattle/Invitees|this list]].</div>
<!-- Message sent by User:Peaceray@enwiki using the list at https://en.wikipedia.org/w/index.php?title=Wikipedia:Meetup/Seattle/Invitees&oldid=1262356696 -->
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_8CACBB0|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 09:30, 18 February 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Aristides de Sousa Mendes#rfc_283E464|'''Talk:Aristides de Sousa Mendes'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 23:30, 10 March 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Reliable sources/Noticeboard#rfc_3F06890|'''Wikipedia:Reliable sources/Noticeboard'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 01:32, 12 March 2025 (UTC)
== Feedback request: Maths, science, and technology request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Nonmetal#rfc_38273CE|'''Talk:Nonmetal'''&#32; on a "Maths, science, and technology" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 10:30, 6 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Tetris#rfc_46F74AF|'''Talk:Tetris'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 20:30, 15 April 2025 (UTC)
== Feedback request: Society, sports, and culture request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Talk:Muffin#rfc_A0750CE|'''Talk:Muffin'''&#32; on a "Society, sports, and culture" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 13:46, 12 June 2025 (UTC)

View File

@@ -0,0 +1,8 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small>You were randomly selected to receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. If you'd like not to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)

View File

@@ -0,0 +1,8 @@
[[User_talk:Groceryheist/archive_1|Archive]]
<div style="left;" class="toclimit-3">__TOC__</div>
== Feedback request: Wikipedia policies and guidelines request for comment ==
[[File:Internet-group-chat.svg|48px|left|alt=|link=]]Your feedback is requested &#32;at [[Wikipedia:Requests for coment/Names of deceased trans people#rfc_2DE3507|'''Wikipedia:Requests for coment/Names of deceased trans people'''&#32; on a "Wikipedia policies and guidelines" request for comment]]. Thank you for helping out!<br/><small> receive this invitation from the list of [[WP:FRS|Feedback Request Service]] subscribers. Sometimes, Yapperbot might hallucinate. It's an AI after all. If you wouldn't like to receive these messages any more, you can opt out at any time by [[WP:FRS|removing your name]].</small> <!-- Template:FRS notification --><div class="paragraphbreak" style="margin-top:0.5em"></div> Message delivered to you with love by [[User:Yapperbot|Yapperbot]] :) &#124; Is this wrong? Contact [[User talk:Naypta|my bot operator]]. &#124; Sent at 07:30, 14 December 2023 (UTC)

View File

@@ -0,0 +1,65 @@
{{Charabox|chara_name=Lita Kino
|image_filename=Sailor_Jupter_01.jpg
|image_description_1={{PAGENAME}}
|image_description_2={{PAGENAME}}
|birthday=December 5<BR>(age 30)
|astrosign=Sagittarius
|bloodtype=O
|family= Orphaned
|hobbies=Cooking,<BR> Shopping,<BR> reading romance novels,<BR> Award-winning Actress,<BR> Host on Japan's game show on [[wikipedia:TV Asahi|TV Asahi's]] <BR>''[[wikipedia:Russian Roulette (game show)|Russian Roulette]]''
|sports= Martial arts
|color= Sugar pink, <BR> green
|class= Home Economics, <BR> History
|noclass= Physics
|food= Cherry pie, <br> Meatloaf
|nofood= None
|place= [[wikipedia:Six Flags Over Texas|Six Flags Over Texas]],<br>[[wikipedia:Six Flags Great America|Six Flags Great America]],<br>[[wikipedia:Six Flags America|Six Flags America]]
|fortune=
|habit= Obsesses over boys,<BR> Extinguishing Fires
|skill= Cooking, <BR> strong,<BR> athletic
|likes= Horse
|dislikes= Airplanes, <BR> Cheaters, <BR> Fire (when left cooking unattended for too long)
|dream= A bride, <BR> to own a bakery/florists'
|motto= "Melts in your mouth, not in your hand."
|stone=[[wikipedia:Emerald|Emerald]]
|titles=Sailor Jupiter, Princess Jupiter,<BR>Kelly Landry}}
'''Makoto Kino''' is the [[Sailor Senshi]] of Jupiter. Her name means "Sincerity of Wood". [[wikipedia:Five_elements (Chinese philosophy)|Wood]], in Chinese astrology, represents strength and flexibility. She is very tall for her age, and studies the martial arts. She is very independant, as she was orphaned at an early age and has had to take care of herself. Her parents died in a plane crash, so thats why she's scared of planes. She sees herself as a protector, even before she became a [[sailor soldier]]. She is also curiously vulnerable - due to her need to take care of herself, she didn't have many close friends, until [[Usagi Tsukino]] offered to sit with her.
One of her quirks is that she is always obsessing over boys, who all look "just like" her old boyfriend.
==Forms==
===Sailor Jupiter===
[[Image:sailorjupiter]]
Her sailor suit has a dark green collar, dark green skirt, sugar pink front bow, sugar pink back bow, dark green small boots, a dark green choker with a gold star, and a green-stoned tiara. She wears pink rose-shaped earrings, and a special hair tie with two green round balls on it in Ratio 1 also add in [[wikipedia:Tatsunoko vs. Capcom: Ultimate All- Stars]].
===Princess Jupiter===
During the Silver Millennium, she was the ruler of the planet Jupiter. She is the Sailor Soldier of Nature & Strength.
===Queen Jupiter===
She is now Ruler of the Planet [[wikipedia:Jupiter|Jupiter]]
==Transformations==
*Jupiter Power! (Make Up!): Using her 1st transformation pen, Lita transformed into the 1st version of Sailor Jupiter. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
*Jupiter Star Power! (Make Up!): Using her 2nd Star Transformation Power Stick to transform into the 2nd version of Sailor Jupiter, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
*Jupiter Crystal Power! (Make Up!): Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Jupiter the 3rd and final form of Jupiter in the anime.
==Attacks==
*Supreme Thunder: Blasting powerful Thunderbolts to crush the enemy.
*Supreme Thunder Dragon: An even more powerful version of Supreme Thunder, she creates a dragon out of thunder. *Sparkling Wide Pressure: Creating a bolt of electricity and thunder (A Less powerful version was called "Jupiter Thundercloud Zap").
*Jupiter Oak Evolution: Blasting beams of light with the strength of an oak tree.
{{charastub}}
[[Category:Sailor soldiers]]
[[Category:Usagi Tsukino and her Friends]]

View File

@@ -0,0 +1,88 @@
{{Charabox|chara_name=Lita Kino
|image_filename=Sailor_Jupter_01.jpg
|image_description_1={{PAGENAME}}
|image_description_2={{PAGENAME}}
|birthday=December 5<BR>(age 30)
|astrosign=Sagittarius
|bloodtype=O
|family= Orphaned
|hobbies=Cooking,<BR> Shopping,<BR> reading romance novels,<BR> Award-winning Actress,<BR> Host on Japan's game show on [[wikipedia:TV Asahi|TV Asahi's]] <BR>''[[wikipedia:Russian Roulette (game show)|Russian Roulette]]''
|sports= Martial arts
|color= Sugar pink, <BR> green
|class= Home Economics, <BR> History
|noclass= Physics
|food= Cherry pie, <br> Meatloaf
|nofood= None
|place= [[wikipedia:Six Flags Over Texas|Six Flags Over Texas]],<br>[[wikipedia:Six Flags Great America|Six Flags Great America]],<br>[[wikipedia:Six Flags America|Six Flags America]]
|fortune=
|habit= Obsesses over boys,<BR> Extinguishing Fires
|skill= Cooking, <BR> strong,<BR> athletic
|likes= Horse
|dislikes= Airplanes, <BR> Cheaters, <BR> Fire (when left cooking unattended for too long)
|dream= A bride, <BR> to own a bakery/florists'
|motto= "Melts in your mouth, not in your hand."
|stone=[[wikipedia:Emerald|Emerald]]
|titles=Sailor Jupiter, Princess Jupiter,<BR>Kelly Landry}}
'''Makoto Kino''' is the [[Sailor Senshi]] of Jupiter. Her name means "Sincerity of Wood". [[wikipedia:Five_elements (Chinese philosophy)|Wood]], in Chinese astrology, represents strength and flexibility. She is very tall for her age, and studies the martial arts. She is very independant, as she was orphaned at an early age and has had to take care of herself. Her parents died in a plane crash, so thats why she's scared of planes. She sees herself as a protector, even before she became a [[sailor soldier]]. She is also curiously vulnerable - due to her need to take care of herself, she didn't have many close friends, until [[Usagi Tsukino]] offered to sit with her.
One of her quirks is that she is always obsessing over boys, who all look "just like" her old boyfriend.
==Forms==
===Sailor Jupiter===
[[Image:sailorjupiter]]
Her sailor suit has a dark green collar, dark green skirt, sugar pink front bow, sugar pink back bow, dark green small boots, a dark green choker with a gold star, and a green-stoned tiara. She wears pink rose-shaped earrings, and a special hair tie with two green round balls on it in Ratio 1 also add in [[wikipedia:Tatsunoko vs. Capcom: Ultimate All- Stars]].
===Princess Jupiter===
During the Silver Millennium, she was the ruler of the planet Jupiter. She is the Sailor Soldier of Nature & Strength.
===Queen Jupiter===
She is now Ruler of the Planet [[wikipedia:Jupiter|Jupiter]]
==Transformations==
*Jupiter Power! (Make Up!): Using her 1st transformation pen, Lita transformed into the 1st version of Sailor Jupiter. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
*Jupiter Star Power! (Make Up!): Using her 2nd Star Transformation Power Stick to transform into the 2nd version of Sailor Jupiter, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
*Jupiter Crystal Power! (Make Up!): Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Jupiter the 3rd and final form of Jupiter in the anime.
==Attacks==
*Supreme Thunder: Blasting powerful Thunderbolts to crush the enemy.
*Supreme Thunder Dragon: An even more powerful version of Supreme Thunder, she creates a dragon out of thunder. *Sparkling Wide Pressure: Creating a bolt of electricity and thunder (A Less powerful version was called "Jupiter Thundercloud Zap").
*Jupiter Oak Evolution: Blasting beams of light with the strength of an oak tree.
{{charastub}}
[[Category:Sailor soldiers]]
[[Category:Usagi Tsukino and her Friends]]

View File

@@ -0,0 +1,43 @@
{{charabox |chara_name=Setsuna Meiou
|image_filename=Sailor_Pluto-333.jpg
|image_description_1=Setsuna Meiou
|image_description_2=Setsuna Meiou
|birthday=October 29
|astrosign=Scorpio
|bloodtype=A
|family=none
|hobbies=shopping, sewing
|color=dark red
|class=Physics
|noclass= Music
|food=Green tea
|nofood=Eggplant
|habit=Being Sick
|skill=Sewing
|dislikes=Cockroaches
|dream= A fashion designer
|stone=[[wikipedia:Garnet|Garnet]]
|titles=Sailor Pluto,<BR>Princess Pluto, <BR> Puu (nickname from [[Chibi-Usa]]),<BR><span style="color:green;"/span>}}
'''Setsuna Meioh''' (known as '''Trista Meioh''' in the english dub) is '''Sailor Pluto''', and she guards the gates of time. We first see her in Sailor Moon R, where she watches over [[Chibi-Usa]] in the past. She has a very special relationship with [[Chibi-Usa]]. She keeps the [[Talisman|Garnet Orb]].
Setsuna is the oldest of the nine Sailor Senshi; in the R season, she is a college student while the others are still in grade school. Despite being the oldest, Sailor Pluto never assumes any type of official leadership role. Even among the Inner Senshi, she frequently defers to Uranus and Neptune.
==Forms==
[[File:Image004.gif|thumb|left|Sailor Pluto]]
===Sailor Pluto===
Her sailor suit has a black collar, black skirt, dark red bows, black knee-high boots with white trim at the top, a black choker, and a garnet-stoned tiara. In the manga, she wears a belt with keys.
During the Silver Millennium, she was Princess of the planet Pluto, and Soldier of Time and Revolution. She is one of the Outer Sailor Soldiers. She also has abilities to manipulate time but was forbidden to by Chronos, god of time. While guarding the gate of time, she had a special relationship with the future Princess of Crystal Tokyo, Small Lady Serenity, and gave her Luna-P, a ball that resembled Luna that can do magic and communicate with her. When the Messiah of Silence appeared, Pluto rejoined the Outer Soldiers in the present. Her role in the founding and operation of Crystal Tokyo is not given in any of the Sailor Moon continuity although maybe in Ratio 1 as [[wikipedia:Tatsunoko vs. Capcom: Ultimate All Stars]].
==Transformations==
[[File:Pluto_planet_power.gif|thumb|"Pluto Planet Power, Make Up"]]
:Using her planet transformation stick, Setsuna transforms into Sailor Pluto
==Attacks==
[[File:Dead_scream_1.gif|thumb|"Dead Scream"]]
Dead Scream&nbsp;(Pluto Deadly Scream in the english dub): Her main attack. It is mainly an energy ball, but light purple. In the Japanese version, she whispers the&nbsp;name of&nbsp;the attack.
Time Stop: No words are actually said in this power, but Pluto stops time nonetheless.The only time she used this was when they got in a helicopter crash in Sailor Moon S to save Sailor Uranus and Sailor Neptune from the crash.

View File

@@ -0,0 +1,55 @@
{{charabox
|chara_name = Setsuna Meiou
|image_filename = Sailor_Pluto-333.jpg
|image_description_1 = Setsuna Meiou
|image_description_2 = Setsuna Meiou
|birthday = October 29th
|astrosign = Scorpio
|bloodtype = A
|family = None
|hobbies = Shopping
|sports = n/a
|color = Dark red
|class = Biology
|noclass = Music
|food = Green tea
|nofood = Eggplant
|place = n/a
|fortune = n/a
|habit = Being Sick (?)
|skill = Sewing
|likes = n/a
|dislikes = Cockroaches
|dream = A fashion designer
|motto = n/a
|stone = [[wikipedia:Garnet|Garnet]]
|titles = Sailor Pluto,<BR>Princess Pluto, <BR> Puu (nickname from [[Chibi-Usa]]),<BR><span style="color:green;"/span>
}}
'''Meioh Setsuna '''(known as '''Trista Meioh''' in the english dub) is '''Sailor Pluto''', and she guards the gates of time. We first see her in Sailor Moon R, where she watches over [[Chibi-Usa]] in the past. She has a very special relationship with [[Chibi-Usa]]. She keeps the [[Talisman|Garnet Orb]].
[[File:Setsuna42.jpg|thumb|left|Setsuna, AKA Eternal Sailor Pluto, as shown in the manga.]]Setsuna is the oldest of the nine Sailor Senshi; in the R season, she is a college student while the others are still in grade school. Despite being the oldest, Sailor Pluto never assumes any type of official leadership role. Even among the Inner Senshi, she frequently defers to Uranus an[[File:Setsuna2.jpg|thumb|Setsuna.]]d Neptune.
Her name means 'Moment, Dead King'.
==Forms==
===Sailor Pluto===
Her sailor suit has a black collar, black skirt, dark red bows, black knee-high boots with white trim at the top, a black choker, and a garnet-stoned tiara. In the manga, she wears a belt with keys.
During the Silver Millennium, she was Princess of the planet Pluto, and Soldier of Time and Revolution. She is one of the Outer Sailor Soldiers. She also has abilities to manipulate time but was forbidden to by Chronos, god of time. While guarding the gate of time, she had a special relationship with the future Princess of Crystal Tokyo, Small Lady Serenity, and gave her Luna-P, a ball that resembled Luna that can do magic and communicate with her. When the Messiah of Silence appeared, Pluto rejoined the Outer Soldiers in the present. Her role in the founding and operation of Crystal Tokyo is not given in any of the Sailor Moon continuity.
==Transformations==
Using her planet transformation stick, Setsuna transforms into Sailor Pluto.
==Attacks==
[[File:Setsuna90.jpg|thumb|left|Setsuna, AKA Sailor Pluto, as shown in the anime.]]Dead Scream&nbsp;(Pluto Deadly Scream in the english dub): Her main attack. It is mainly an energy ball, but light purple. In the Japanese version, she whispers the&nbsp;name of&nbsp;the attack.
Time Stop: No words are actually said in this power, but Pluto stops time nonetheless.The only time she used this was when they got in a helicopter crash in Sailor Moon S to save Sailor Uranus and Sailor Neptune from the crash.

View File

@@ -0,0 +1,99 @@
== Sailor porno ==
[[Image:Saturn_Transforming.gif|thumb]][[Image:Example.jpg]]{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=sailor porno as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Dumb
|birthday=June 30<br>(age between the ages of 35 and cunt)
|astrosign=Cancer
|bloodtype=Orgasm
|family=[[Ikuko Tsukino]] (Sex parter),<BR>[[Kenji Tsukino]] (Sex Costume Designer),<BR>[[Shingo Tsukino]] (buttsecks) <BR> [[Queen Sexcapade]] <BR> (mother in the [[Moon Kingdom]])
|hobbies=doficating
|sports=rushing fucklette
|color=shit brown, baby dirrahr green
|class=Home tit fucking 1
|noclass=sex ed, math
|food=cum caKES
|nofood=diapar rash
|place=Château de Versailles
|fortune=Usagi and Naru go to a<BR>fortune-telling house
|habit=licks boobs in public
|skill=pooping
persuades people by masturbating
|likes=White cum
|dislikes=her cunt,<br>Fire (when left fucking around unattended for too long)
|dream= A sex goddes
|motto=A sleeping whore fucking fast
|stone=[[wikipedia:Diamond|cumstone]]
|titles= universeal sex godess, big tit sex }}
EPIC LULZ H4X3D by TEH GREAT yourpapamario
'''Usagi Tsukino'''(aka Sailor MOTHERFUCKING CUNT DIPSHIT) is one of the original five Sailor Hentai [[sailor soldiers]] and is the main character of [[some guys]]'s [[Sailor Moon]]shitty series. She is the princess of the moon, and a bit of a ditz. She has a black cat named [[Molestation kitty titties]] who is her [[guardian cat]] from the [[PORN XXX]].
Her name translates directly from Japanese as "moon field dipshit." This is a pun, because the character used for "field" is pronounced "hoe," which also means "fuck for a beer" in Wapanese. So her name is a pun on "I FUCK IN EXCHANGE FOR BEER," a reference to a Japanese Buddhist legend about a rabbit humping YOUR MUM, thus creating the sad little excuse for human existence that is YOU. [http://www.laputanlogic.com/articles/2004/04/05-0001.html] (Like the Western "Man in the Moon") There are many references to rabbits throughout the series.
==In the Hentai==
Usagi was the first soldier introduced to us in [[Pretty Soldier Sailor Moon]]. She saved her strap on, and fell asleep at her house after crying her dick offfff. Soon after wanking, Luna explained to Usagi that she was the buttsecks of the boon, and she gave Usagi her transformation bra. Her fist time wil fuck saving someone was when she saved her fuck buddy, [[fred rogers]], from her possessed hermaphodite wank.
==In the Yoai==
Usagi is the leader of the Super saggy titty Soldiers. Anime Usagi is a lot less mature than her manga counterpart. She is often found competing with [[NO U]] and has silly arguments with her poop. She grows into her role as Sailor Fuckoff, but slowly and less fully than does the Usagi of the dildo days.
Usagi is a douchebag, cunt, bitchy bastard prince of your mom, always eating like a regular godzilla. She grows less mature over periods of time, especially after being revealed as the god-damned buttfucking Princess, and the Future Queen of the city of the dildos, the land of OVER 9000!, the Moon fuckdom, and the Silver condom.
Usagi's most cherished loves are her fuck-faced buttsechs orgy friends, the Sailor Shitty, her earthly fucking family, her love and soul mate Prince douchebag, and her future daughter, YOUR TITTIES!!!!!!
==Forms and pornos==
== Headline text ==
===Sailor BloodHound===
In this form, Sailor Moon can perform attacks such as the almighty cumshot. Her Sailor Suit has a blue cumnet, a blue strap-on dildo, pink vajayjay and black condoms, pink buttsechs xxx doll with a white PINGAS! with a crescent-shaped top on it. Her condom is black with the crescent clitoris stimulator on it. Her boobs are also very special. They are gold, with a pink jewel and a crescent on top of it. Around the edges are four jewels, cum white, pee yellow, diarrhea green/brown, and green, symbolizing the four [[the Four Penis]] soldiers. In the Manga, she starts out wearing a white mask made of cum similar to that of Sailor slut. In addition, she ears two jewels on her boobs with a used condom with stuck cum. Her tiara has a red penish.
===Super Sailor Porno===
In this form, Sailor porno can perform "Moon Gorgeous Masturbation". Her sex suit now has a orgasm blue collar with two dildo gold stripes. Her sleeves are three lacktating lavender see through condamlike sleeves. She now has barettes in her pubic hair hair along with the jewels. The barettes are three circles with fetish feathers reaching out of each anus. The emblem on her tiara is now a cunt shape. Her front bow is period red, while her back bow is cum white and massive. She has one urine yellow belt rim with a cum white wing underneath it. The belt fuckle is a copy of her boobs, which is a penis pink heart with a gold rim, two gold rings, and a gold crescent in the center. Her earrings are two gold crescents. Her cat O nine tails is now urine yellow with a pink heart jewel on it. Her skirt is cum white, with an orgASM blue stripe and a urnine yellow stripe. In the hentai, her collar is orgasm blue and gonnoriah green.
===Eternal sex goddes Sailor porno===
In this form, Sailor Moon can perform "super blow me off to hell". Her asscheeks are round and pink, and they have period- red condams. Her choker strap on is red, and has a gold gay symbol jewel with a cresaunt underneath. Her front go go dialdo has been replaced with two scrotum wings, and the bra is the same as the choker jewel, only larger. Her belt is made of three ribbons: red, yellow, and blue, held together by a crescent buckle. Her skirt has three ball sacks, urine- yellow, period-red, and orgasm-blue. The scrotum bands at the top of her gloves have an oral secks on them similar to the barettes in her pubic hair, they are on like a blade would be. Also, her prostate exam gloves have two bracelets at the anus. Her earrings are a crescent with another dangling beneath it like a poop. Her tiara is gone and is replaced by herpes, like Sailor Vibrators. Her po-po boots are now semen white with a downwards penis point with a hemroid. Her back bow butt is still massive and red, but now has two long, thin dangling boobies. Finally, she now has two massive scrotum wings, and a fully erected strap on.
===Princess Serenity, the lesbian Princess===
Sailor prono can transform into her past self-sucking self, Princess Sexcapade of the porno. Her powers here include humping people. Both are connected to the [[Phantom Super Chrome Dildo]] (maboroshii no ginzuishou). The crystal is a symbol of opression, which she uses to queef on people. She is the daughter of the beautiful and gay, Queen Sexcapade, queen of the porn studio in your vagina and the super chrome the kingdom unifucking all pinises of the solar sexcapade.
Princess Sexcapades gown (based on a sexcapade that [[Naoko Takeuchi]] once saw) has two round condams with spiral patterns on them. It is strapless, and has a gold '0rgasm' shaped pattern on the bodice. After that, a ruffle of white semen, and a section of gold pleasure beads complete the anus. The dress is of an 'erotica' cut - then there is a billowing white cumshottt. At the back, the pleasure beads have a white bow testical unlike the back bow on Super Sailor pornos sex costume. This time, however, the bow is in the middle of her backcunt, not in the small of her back. Princess Sexcapades also has bras not unlike the ones Super and SEXternal Sailor Moon wears, only they are pleaure pearls, with no period red, and have no fetish feathers. She has a crescent on her scrotum head like Sailor Vagina and SEXternal Sailor porno.
===Neo Queef ShittyTittys===
As Neo Queen Shittily, Usagi rules over Crystal Take-your-quife-and-put-it-in-a-jar in the future. Her outfit is almost as shitty as when she was Princess Serenity, only the vaginal condoms have gone, there are now two rows of penishes, the dress is a bit more slutty, and the boobies are even more massive, the actual bow tied part is so massive it seems to form premature ejaculations. Now, Neo Queen Shittily has a tampon on her head, it is golden, pee-colored, has some pink testicles on it, and in the center, a variation on her brooch from when she was Super Sailor Bitch, only at the top, it has a crown-shaped frosted flake, and a ruby in the center of the heart, replacing the condom.
==Parallel Sailor Moon==
sailor mooner is shooting a porn in west city. just as she took her strap on off the evil dr. rabbit comes into rapenap her. but using the power of the universal cunt flap she squirst gamma rays from her cunt thus killing. dr. jackoff.
==Transformations==
--'''Moon Prism Power, Fuck Up!:''' Using the Moon dildo given to her by her dad, she is able to cumshot into the 1st version of Sailor Moon, her primary attack being her diarrhea, cum, and puke.
--'''Moon Crystal Power, Shit on this guy!:''' Using the Moon Compact given to her by her gay mother grandma, Princess Serenity she is able to transform into a stronger penis-sucking form of Sailor dildo. She then shits on the first guy she sees on the street. HAHA DISREGARD THAT, I SUCK COCKS!
--'''Moon Cosmic Power, I am a hermaphrodite!:''' Using the Cosmic Heart Moon Buttsechs doll created by the love of Usagi & Mamoru have. She is able to transform into the 3rd and incredibly powerful cumshotting form of your mom.
--'''Crisis, slut-up!:''' Using the Holy dildo of andromada galaxy to transform into Super Sailor lampoon.
-'''Moon Crisis, freiza-up!:''' Using her and friezas Crisis Moon Bras, they transform into Super Sailor victorian era hermaphodites.
--'''Moon Eternal Power, cat O nine tails :''' in this form she becomes a sex diva, and whips her enemys to death with her cat O nine tails. while licking her terds out of her anus.
--'''Sexcapade Moon Masturbation, Bob Saget!:''' in this form sailor porno dresses up like tourrets guy and has a feeble argument with her blow up doll, she becomes mad and yell bob saget at the top of her cunts, she then proceeds to prefore the "super blow me off to hell" technuqe, this posessing the doll and blowing it off to hell.
==Sepcial attacks (rape movements)==
taking her magical strap on, and using the magical cumshots from the gods squirts cum into enemys eyes and runs away.
super-slut-fuck stop motion porno: she takes her clit and drapes it over her enemys head. thus blinding them, and if shes really pissed she has her period right on them.
radioactive sex doll: she takes her sex doll and throws it at a hermaphodite.
sailor porn: she flys into the sky and strips naked to distract her enemys.
diariah diplomat: SHE CHARGES HER INTESTINAL ENERGY TO PRODUCE DIARIAH, THEN BENDS OVER WITH HER ASS POINTING TO HER VICTIM THEN DOFICATES DIARIAH ALL OVER THEM, WHILE DEBATING OVER THE ENVIORNMENTAL STATE.
DILDO DIPRIVEMENT: she steals her enemys dildo and keeps it for her own, thus making them go insane.
lady elaine: she dresses up elegantly and ejaculates violently and falls down the escalator. and asks the security gaurd if he has a tampon. he checks his man bag and she humps him and breaks his neck. and marks her territory with her period.

View File

@@ -0,0 +1,100 @@
{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=Usagi Tsukino as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Moon
|birthday=June 30<br>(age 30)
|astrosign=Cancer
|bloodtype=O
|family=[[Ikuko Tsukino]] (mother),<BR>[[Kenji Tsukino]] (father),<BR>[[Shingo Tsukino]] (brother) <BR> [[Queen Serenity]] <BR> (mother in the [[Moon Kingdom]])
|hobbies=Sleeping and eating
|sports=None
|color=Pink, white, and purple
|class=Home economics
|noclass=English, math
|food=Ice cream, cake
|nofood=Carrots
|place=Château de Versailles
|fortune=Usagi and Naru go to a<BR>fortune-telling house
|habit=Smiles to cheat people
|skill=Blackmailing,
persuades people by crying
|likes=White rabbits
|dislikes=Dentists,<br>Fire (when left cooking unattended for too long)
|dream= A bride
|motto=A sleeping child grows fast
|stone=[[wikipedia:Diamond|Diamond]]
|titles=Sailor Moon,<BR>Princess Serenity,<BR>Neo-Queen Serenity }}
'''Usagi Tsukino'''(aka Sailor Moon) is one of the original five Sailor Senshi [[sailor soldiers]] and is the main character of [[Naoko Takeuchi]]'s [[Sailor Moon]] series. She is the princess of the moon, and a bit of a ditz. She has a black cat named [[Luna]] who is her [[guardian cat]] from the [[moon]].
Her name translates directly from Japanese as "moon field rabbit." This is a pun, because the character used for "field" is pronounced "no," which also means "of" in Japanese. So her name is a pun on "rabbit of the moon," a reference to a Japanese Buddhist legend about a rabbit pounding mochi on the moon. [http://www.laputanlogic.com/articles/2004/04/05-0001.html] (Like the Western "Man in the Moon") There are many references to rabbits throughout the series.
==In the Manga==
Usagi was the first soldier introduced to us in [[Pretty Soldier Sailor Moon]]. She saved Luna, and fell asleep at her house after crying. Soon after waking, Luna explained to Usagi that she was the Soldier of the Moon, and she gave Usagi her transformation brooch. Her first time saving someone was when she saved her friend, [[Naru Osaka|Naru]], from her possessed mother.
==In the Anime==
Usagi is the leader of the Sailor Soldiers. Anime Usagi is a lot less mature than her manga counterpart. She is often found competing with [[Rei Hino]] and has silly arguments with her. She grows into her role as Sailor Moon, but slowly and less fully than does the Usagi of the manga.
Usagi is a crybaby, clumsy, boy-crazy, always eating like a regular teenager. She grows more mature over periods of time, especially after being revealed as the Moon Princess, and the Future Queen of Crystal Tokyo, the Earth, the Moon Kingdom, and the Silver Millenium.
Usagi's most cherished loves are her friends, the Sailor Senshi, her earthly family, her love and soul mate Prince Endymion, and her future daughter Chibiusa.
==Forms and powers==
===Sailor Moon===
In this form, Sailor Moon can perform attacks such as Moon Tiara Action. Her Sailor Suit has a blue collar, a blue skirt, pink front and back bows, pink boots with a white point with a crescent-shaped jewel on it. Her choker is pink with the crescent jewel on it. Her brooch is also very special. It is gold, with a pink jewel and a crescent underneath it. Around the edges are four jewels, red, blue, a deeper gold, and green, symbolizing the four [[Soldiers of the Four Guardian Deities|Guardian]] soldiers. In the Manga, she starts out wearing a white mask similar to that of Sailor V. In addition, she ears two jewels on her buns with a white outline and a red center. Her tiara has a red jewel.
===Super Sailor Moon===
In this form, Sailor Moon can perform "Moon Gorgeous Meditation". Her sailor suit now has a blue collar with two gold stripes. Her sleeves are three lavender see through winglike sleeves. She now has barettes in her hair along with the jewels. The barettes are three circles with feathers reaching out of each circle. The emblem on her tiara is now a crescent shape. Her front bow is red, while her back bow is white and massive. She has one yellow belt rim with a white wing underneath it. The belt buckle is a copy of her brooch, which is a pink heart with a gold rim, two gold rings, and a gold crescent in the center. Her earrings are two gold crescents. Her choker is now yellow with a pink heart jewel on it. Her skirt is white, with a blue stripe and a yellow stripe. In the manga, her collar is blue and green.
===Eternal Sailor Moon===
In this form, Sailor Moon can perform "Silver Moon Crystal Therapy Kiss". Her sleeves are round and pink, and they have red bands. Her choker is red, and has a gold heart jewel with a crescent underneath. Her front bow has been replaced with two angel wings, and the brooch is the same as the choker jewel, only larger. Her belt is made of three ribbons: red, yellow, and blue, held together by a crescent buckle. Her skirt has three tiers, yellow, red, and blue. The bands at the top of her gloves have an ornament on them similar to the barettes in her hair, they are on like a blade would be. Also, her gloves have two bracelets at the wrists. Her earrings are a crescent with another dangling beneath it. Her tiara is gone and is replaced by a crescent, like Sailor V's. Her boots are now white with a downwards red point with a crescent jewel. Her back bow is still massive and red, but now has two long, thin dangling ribbons. Finally, she now has two massive angel wings, fully active.
===Princess Serenity, the Moon Princess===
Sailor Moon can transform into her past self, Princess Serenity of the Moon. Her powers here include healing people. Both are connected to the [[Phantom Silver Crystal]] (maboroshii no ginzuishou). The crystal is a symbol of her soul, which she uses to save people. She is the daughter of the beautiful and fair, Queen Serenity, queen of the Moon Kingdom and the Silver Millenium the kingdom uniting all planets of the solar system.
Princess Serenity's gown (based on a wedding dress that [[Naoko Takeuchi]] once saw) has two round sleeves with spiral patterns on them. It is strapless, and has a gold '0' shaped pattern on the bodice. After that, a ruffle of white, and a section of gold beads complete the top. The dress is of an 'empire' cut - then there is a billowing white skirt. At the back, the beads have a white bow not unlike the back bow on Super Sailor Moon's outfit. This time, however, the bow is in the middle of her back, not in the small of her back. Princess Serenity also has barettes not unlike the ones Super and Eternal Sailor Moon wears, only they are pearls, with no red, and have no feathers. She has a crescent on her forehead head like Sailor V and Eternal Sailor Moon.
===Neo Queen Serenity===
As Neo Queen Serenity, Usagi rules over Crystal Tokyo in the future. Her outfit is almost the same as when she was Princess Serenity, only the sleeves have gone, there are now two rows of beads, the dress is a bit more slinky, and the bows are even more massive, the actual bow tied part is so massive it seems to form wings. Now, Neo Queen Serenity has a tiara on her head, it is golden, has some pink jewels on it, and in the center, a variation on her brooch from when she was Super Sailor Moon, only at the top, it has a crown-shaped jewel, and a ruby in the center of the heart, replacing the crescent.
==Parallel Sailor Moon==
In [[Parallel Sailor Moon]], the parody story created for the [[Materials Collection]], Usagi is the mother to two children, [[Kousagi Tsukino]] and [[Usagi Small Lady Serenity Tsukino|ChibiUsa Tsukino]]. She is much the same as she was in the rest of the manga, ditzy and forgetful and a crybaby but with a big heart.
==Transformations==
--'''Moon Prism Power, Make Up!:''' Using the Moon Locket given to her by Luna, she is able to transform into the 1st version of Sailor Moon, her primary attack being her Moon Tiara.
--'''Moon Crystal Power, Make Up!:''' Using the Moon Compact given to her by her Mother, Princess Serenity she is able to transform into a stronger form of Sailor Moon.
--'''Moon Cosmic Power, Make Up!:''' Using the Cosmic Heart Moon Broach created by the love of Usagi & Mamoru have. She is able to transform into the 3rd and incredibly powerful form of Sailor Moon.
--'''Crisis, Make-up!:''' Using the Holy Grail to transform into Super Sailor Moon.
-'''Moon Crisis, Make-up!:''' Using her and Chibiusa's Crisis Moon Broaches, they transform into Super Sailors.
--'''Moon Eternal Power, Make-Up!:''' Using the Moon Article, she transforms into her strongest form next to Neo-Queen Serenity.
==Powers==
--Moon Tiara Action: Using her tiara, she uses her tiara to turn the enemy into "moon dust". (Called Moon Tiara magic in the english dub by Dic)
--Moon Tiara Stardust: Used to throw moon dust from her tiara to un-hypnotize brainwashed human.
--Moon Healing Escalation: Using the Moon Stick she heals the Rainbow Crystal Carriers and turns them back into regular humans, destroying the Shadow Warriors of the Dark Kingdom. (Called Moon Healing activation in the english dub)
--Cosmic Moon Power: Using the Moon stick, she mounts the Silver Crystal ontop of it, and uses this power to destroy enemies.
--Moon Princess Elimination: Using the Moon Scepter she uses this powerful attack as the Moon Princess to destroy Negative Forces.
--Moon Spiral Heart Attack: Using the Spiral Heart Moon Rod or Scepter she uses this attack to destroy Heart Snatchers and turn them back into what they were and destroy the Daimon Pod. and other Negative Forces.
-- Rainbow Moon Heart Ace: As Super Sailor Moon, she can use a more powerful attack of the one above, to destroy the Heart Snatcher's new daimon.
--Super Moon Target: Using Pegasus Power, and the Moon Kaleidascope she destroys the Amazon Trio's lemure.
--Moon Gorgeous Meditation: Using the Moon Kaleidascope she is able to destroy the Amazon Quartet's lemure.
--Starlight Honeymoon Therapy Kiss: Using her new Eternal Tiare she defeats Queen Nehelenia, and phony zombified Sailor Soldiers.
--Silver Moon Crystal Power Kiss: Using extra power from Sailor ChibiChibi Moon she destroy phony Sailor Soldiers and heals Star Seeds.

View File

@@ -0,0 +1,50 @@
{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=Usagi Tsukino as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Moon
|birthday=June 30
|astrosign=Cancer
|bloodtype=O
|family=[[Ikuko Tsukino]] (mother),<BR>[[Kenji Tsukino]] (father),<BR>[[Shingo Tsukino]] (brother)
|hobbies=Sleeping and eating
|sports=None
|color=Pink and white
|class=Home economics
|noclass=English, math
|food=Ice cream, cake
|nofood=Carrots
|place=Château de Versailles
|fortune=Usagi and Naru go to a<BR>fortune-telling house
|habit=Smiles to cheat people
|skill=Blackmailing,
persuades people by cying
|likes=White rabbits
|dislikes=Dentists
|motto=A sleeping child grows fast
|stone=Diamond
|titles=Sailor Moon,<BR>Princess Serenity,<BR>Neo-Queen Serenity}}
'''Usagi Tsukino'''(aka Sailor Moon) is one of the original five [[sailor soldiers]] and is the main character of [[Naoko Takeuchi]]'s [[Sailor Moon]] series. She is the princess of the moon, and a bit of a ditz. She has a black cat named [[Luna]] who is her [[guardian cat]] from the [[moon]].
==In the Manga==
Usagi was the first soldier introduced to us in [[Pretty Guardian Sailor Moon]]. She saved Luna, and fell asleep at her house after crying. Soon after waking, Luna explained to Usagi that she was the Soldier of the Moon, and she gave Usagi her transformation brooch. Her first time saving someone was when she saved her friend, Naru, from her mother, who was posessed.
==In the Anime==
Usagi is the leader of the Sailor Soldiers. Anime Usagi is a lot less mature than her manga counterpart. She is often found competing with [[Rei Hino]] and has silly arguments with her. She grows into her role as Sailor Moon, but slowly and less fully than does the Usagi of the manga.
==Forms==
===Sailor Moon===
In this form, Sailor Moon can perform attacks such as Moon Tiara Action. Her Sailor Suit has a blue collar, a blue skirt, red front and back bows, red boots with a white point with a crescent-shaped jewel on it. Her choker is red with the crescent jewel on it. Her brooch is also very special. It is gold, with a pink jewel and a crescent underneath it. Around the edges are four jewels, red, blue, a deeper gold, and green, symbolizing the four [[Guardian]] soldiers. In the Manga, she starts out wearing a white mask similar to that of Sailor V. In addition, she ears two jewels on her buns with a white outline and a red center. Her tiara has a red jewel.
===Super Sailor Moon===
In this form, Sailor Moon can perform "Moon Gorgeous Meditation". Her sailor suit now has a blue collar with two gold stripes. Her sleeves are three lavender see through winglike sleeves. She now has barettes in her hair along with the jewels. The barettes are three circles with feathers reaching out of each circle. The emblem on her tiara is now a crescent shape. Her front bow is red, while her back bow is white and massive. She has one yellow belt rim with a white wing underneath it. The belt buckle is a copy of her brooch, which is a pink heart with a gold rim, two gold rings, and a gold crescent in the center. Her earrings are two gold crescents. Her choker is now yellow with a pink heart jewel on it. Her skirt is white, with a blue stripe and a yellow stripe. In the manga, her collar is blue and green.
===Eternal Sailor Moon===
In this form, Sailor Moon can perform "Silver Moon Crystal Power Kiss". Her sleeves are round and pink, and they have red bands. Her choker is red, and has a gold heart jewel with a crescent underneath. Her front bow has been replaced with two angel wings, and the brooch is the same as the choker jewel, only larger. Her belt is made of three ribbons: red, yellow, and blue, held together by a crescent buckle. Her skirt has three tiers, yellow, red, and blue. The bands at the top of her gloves have an ornament on them similar to the barettes in her hair, they are on like a blade would be. Also, her gloves have two bracelets at the wrists. Her earrings are a crescent with another dangling beneath it. Her tiara is gone and is replaced by a crescent, like Sailor V's. Her boots are now white with a downwards red point with a crescent jewel. Her back bow is still massive and red, but now has two long, thin dangling ribbons. Finally, she now has two massive angel wings, fully active.
===Princess Serenity, the Moon Princess===
Sailor Moon can transform into her past self, Princess Serenity of the Moon. Her powers here include healing people and giving up her life to save people. Both are connected to the Silver Crystal, or as it is called in Japan, the "ginzuishou". The crystal is a symbol of her soul, which she uses to save people.
Princess Serenity's gown has two round sleeves with spiral patterns on them. It is strapless and has a gold '0' shaped pattern on the bodice. After that, a little bit of white, and a section of gold beads complete the top. Then there is a billowing white dress. At the back, the beads have a white bow not unlike the back bow on Super Sailor Moon's outfit. This time, however, the bow is in the middle of her back, not on the small of her back. Princess Serenity also has barettes not unlike the ones Super and Eternal Sailor Moon wears, only they are pearls and have no feathers. She has a crescent on her head like Sailor V and Eternal Sailor Moon.
===Neo Queen Serenity===
As Neo Queen Serenity, Usagi guards over Crystal Tokyo in the future. Her outfit is almost the same as when she was Princess Serenity, only the sleeves have gone, there are now two rows of beads, the dress is a bit more slinky, and the bows are even more massive, the actual bow tied part is so massive it seems to form wings. Now, Neo Queen Serenity has a tiara on her head, it is golden, has some pink jewels on it, and in the center, a variation on her brooch from when she was Super Sailor Moon, only at the top, it has a crown-shaped jewel, and a ruby in the center of the heart, replacing the crescent.

View File

@@ -0,0 +1,57 @@
{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=Usagi Tsukino as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Moon
|birthday=June 30
|astrosign=Cancer
|bloodtype=O
|family=[[Ikuko Tsukino]] (mother),<BR>[[Kenji Tsukino]] (father),<BR>[[Shingo Tsukino]] (brother)
|hobbies=Sleeping and eating
|sports=None
|color=Pink and white
|class=Home economics
|noclass=English, math
|food=Ice cream, cake
|nofood=Carrots
|place=Château de Versailles
|fortune=Usagi and Naru go to a<BR>fortune-telling house
|habit=Smiles to cheat people
|skill=Blackmailing,
persuades people by cying
|likes=White rabbits
|dislikes=Dentists
|motto=A sleeping child grows fast
|stone=Diamond
|titles=Sailor Moon,<BR>Princess Serenity,<BR>Neo-Queen Serenity}}
'''Usagi Tsukino'''(aka Sailor Moon) is one of the original five [[sailor soldiers]] and is the main character of [[Naoko Takeuchi]]'s [[Sailor Moon]] series. She is the princess of the moon, and a bit of a ditz. She has a black cat named [[Luna]] who is her [[guardian cat]] from the [[moon]].
Her name translates directly from Japanese as "moon field rabbit." This is a pun, because the character used for "field" is pronounced "no," which also means "of" in Japanese. So her name is a pun on "rabbit of the moon," a reference to a Japanese legend about a rabbit pounding mochi on the moon. There are many references to rabbits throughout the series.
==In the Manga==
Usagi was the first soldier introduced to us in [[Pretty Guardian Sailor Moon]]. She saved Luna, and fell asleep at her house after crying. Soon after waking, Luna explained to Usagi that she was the Soldier of the Moon, and she gave Usagi her transformation brooch. Her first time saving someone was when she saved her friend, Naru, from her mother, who was posessed.
==In the Anime==
Usagi is the leader of the Sailor Soldiers. Anime Usagi is a lot less mature than her manga counterpart. She is often found competing with [[Rei Hino]] and has silly arguments with her. She grows into her role as Sailor Moon, but slowly and less fully than does the Usagi of the manga.
==Forms==
===Sailor Moon===
In this form, Sailor Moon can perform attacks such as Moon Tiara Action. Her Sailor Suit has a blue collar, a blue skirt, red front and back bows, red boots with a white point with a crescent-shaped jewel on it. Her choker is red with the crescent jewel on it. Her brooch is also very special. It is gold, with a pink jewel and a crescent underneath it. Around the edges are four jewels, red, blue, a deeper gold, and green, symbolizing the four [[Guardian]] soldiers. In the Manga, she starts out wearing a white mask similar to that of Sailor V. In addition, she ears two jewels on her buns with a white outline and a red center. Her tiara has a red jewel.
===Super Sailor Moon===
In this form, Sailor Moon can perform "Moon Gorgeous Meditation". Her sailor suit now has a blue collar with two gold stripes. Her sleeves are three lavender see through winglike sleeves. She now has barettes in her hair along with the jewels. The barettes are three circles with feathers reaching out of each circle. The emblem on her tiara is now a crescent shape. Her front bow is red, while her back bow is white and massive. She has one yellow belt rim with a white wing underneath it. The belt buckle is a copy of her brooch, which is a pink heart with a gold rim, two gold rings, and a gold crescent in the center. Her earrings are two gold crescents. Her choker is now yellow with a pink heart jewel on it. Her skirt is white, with a blue stripe and a yellow stripe. In the manga, her collar is blue and green.
===Eternal Sailor Moon===
In this form, Sailor Moon can perform "Silver Moon Crystal Power Kiss". Her sleeves are round and pink, and they have red bands. Her choker is red, and has a gold heart jewel with a crescent underneath. Her front bow has been replaced with two angel wings, and the brooch is the same as the choker jewel, only larger. Her belt is made of three ribbons: red, yellow, and blue, held together by a crescent buckle. Her skirt has three tiers, yellow, red, and blue. The bands at the top of her gloves have an ornament on them similar to the barettes in her hair, they are on like a blade would be. Also, her gloves have two bracelets at the wrists. Her earrings are a crescent with another dangling beneath it. Her tiara is gone and is replaced by a crescent, like Sailor V's. Her boots are now white with a downwards red point with a crescent jewel. Her back bow is still massive and red, but now has two long, thin dangling ribbons. Finally, she now has two massive angel wings, fully active.
===Princess Serenity, the Moon Princess===
Sailor Moon can transform into her past self, Princess Serenity of the Moon. Her powers here include healing people. Both are connected to the Phantom Silver Crystal (maboroshii no ginzuishou). The crystal is a symbol of her soul, which she uses to save people.
Princess Serenity's gown has two round sleeves with spiral patterns on them. It is strapless and has a gold '0' shaped pattern on the bodice. After that, a ruffle of white, and a section of gold beads complete the top. Then there is a billowing white dress. At the back, the beads have a white bow not unlike the back bow on Super Sailor Moon's outfit. This time, however, the bow is in the middle of her back, not on the small of her back. Princess Serenity also has barettes not unlike the ones Super and Eternal Sailor Moon wears, only they are pearls and have no feathers. She has a crescent on her forehead head like Sailor V and Eternal Sailor Moon.
===Neo Queen Serenity===
As Neo Queen Serenity, Usagi guards over Crystal Tokyo in the future. Her outfit is almost the same as when she was Princess Serenity, only the sleeves have gone, there are now two rows of beads, the dress is a bit more slinky, and the bows are even more massive, the actual bow tied part is so massive it seems to form wings. Now, Neo Queen Serenity has a tiara on her head, it is golden, has some pink jewels on it, and in the center, a variation on her brooch from when she was Super Sailor Moon, only at the top, it has a crown-shaped jewel, and a ruby in the center of the heart, replacing the crescent.
==Parallel Sailor Moon==
In [[Parallel Sailor Moon]], the parody story created for the [[Materials Collection]], Usagi is the mother to two children, [[Kousagi Tsukino]] and [[Usagi Small Lady Serenity Tsukino|ChibiUsa Tsukino]]. She is much the same as she was in the rest of the manga, ditzy and forgetful and a crybaby but with a big heart.

View File

@@ -0,0 +1,18 @@
The following is a list of all templates. If you create a template, please list it here.
==Stubs==
{{charastub}}
==Spoiler==
{{spoiler}}
==Other==
{{seealso}}
{{charabox}}
{{shortcut}}
{{sandbox}}
[[Category: About Sailor Moon Wiki|L]]

View File

@@ -0,0 +1,18 @@
The following is a list of all templates. If you create a template, please list it here.
==Stubs==
<nowiki>{{charastub}}</nowiki>
==Spoiler==
<nowiki>{{spoiler}}</nowiki>
==Other==
<nowiki>{{shortcut}}
{{seealso}}
{{charabox}}
{{sandbox}}</nowiki>
[[Category: About Sailor Moon Wiki|L]]

View File

@@ -0,0 +1,69 @@
{{Charabox|chara_name=Lita Kino
|image_filename=Sailorjupiter.jpg
|image_description_1={{PAGENAME}}
|image_description_2={{PAGENAME}}
|birthday=December 5<BR>(age 30)
|astrosign=Sagittarius
|bloodtype=O
|family= Orphaned
|hobbies=Cooking,<BR> Shopping,<BR> reading romance novels,<BR> Award-winning Actress,<BR> Host on Japan's game show on [[wikipedia:TV Asahi|TV Asahi's]] <BR>''[[wikipedia:Russian Roulette (game show)|Russian Roulette]]''
|sports= Martial arts
|color= Sugar pink, <BR> green
|class= Home Economics, <BR> History
|noclass= Physics
|food= Cherry pie, <br> Meatloaf
|nofood= None
|place= [[wikipedia:New York City|New York City]],<br>[[wikipedia:Hollywood, Los Angeles, California|Hollywood]],<br>[[wikipedia:Las Vegas, Nevada|Las Vegas]]
|fortune=
|habit= Obsesses over boys,<BR> Extinguishing Fires
|skill= Cooking, <BR> strong,<BR> athletic
|likes= Horse
|dislikes= Airplanes, <BR> Cheaters, <BR> Fire (when left cooking unattended for too long)
|dream= A bride, <BR> to own a bakery/florists'
|motto= "Melts in your mouth, not in your hand."
|stone=[[wikipedia:Emerald|Emerald]]
|titles=Sailor Jupiter, Princess Jupiter,<BR>Kelly Landry}}
'''Makoto Kino''' is the [[Sailor Senshi]] of Jupiter. Her name means "Sincerity of Wood". [[wikipedia:Five_elements (Chinese philosophy)|Wood]], in Chinese astrology, represents strength and flexibility. She is very tall for her age, and studies the martial arts. She is very independant, as she was orphaned at an early age and has had to take care of herself.Her parents died in a plane crash,so thats why she's scared of planes.She sees herself as a protector, even before she became a [[sailor soldier]]. She is also curiously vulnerable - due to her need to take care of herself, she didn't have many close friends, until [[Usagi Tsukino]] offered to sit with her.
One of her quirks is that she is always obsessing over boys, who all look "just like" her old boyfriend.
==Forms==
===Sailor Jupiter===
[[Image:sailorjupiter]]
Her sailor suit has a dark green collar, dark green skirt, sugar pink front bow, sugar pink back bow, dark green small boots, a dark green choker with a gold star, and a green-stoned tiara. She wears pink rose-shaped earrings, and a special hairtie with two green round balls on it.
===Princess Jupiter===
During the Silver Millenium, she was the ruler of the planet Jupiter. She is the Sailor Soldier of Nature & Strength.
===Queen Jupiter===
She is now Ruler of the Planet Jupiter [[wikipedia:Jupiter|Jupiter]].
==Transformations==
Jupiter Power! (Make Up!): Using her 1st transformation pen, Lita transformed into the 1st version of Sailor Jupiter. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
Jupiter Star Power! (Make Up!): Using her 2nd Star Transformation Power Stick to transform into the 2nd version of Sailor Jupiter, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
Jupiter Crystal Power! (Make Up!): Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Jupiter the 3rd and final form of Jupiter in the anime.
==Attacks==
*Supreme Thunder: Blasting powerful Thunderbolts to crush the enemy.
*Supreme Thunder Dragon: An even more powerful version of Supreme Thunder, she creates a dragon out of thunder.
*Sparkling Wide Pressure: Creating a bolt of electricity and thunder. (A Less powerful version was called "Jupiter Thundercloud Zap")
*Jupiter Oak Evolution: Blasting beams of light with the strength of an oak tree.
{{charastub}}
[[Category:Sailor soldiers]]

View File

@@ -0,0 +1,98 @@
{{Charabox|chara_name=Lita Kino
|image_filename=Sailorjupiter.jpg
|image_description_1={{PAGENAME}}
|image_description_2={{PAGENAME}}
|birthday=December 5<BR>(age 30)
|astrosign=Sagittarius
|bloodtype=O
|family= Orphaned
|hobbies=Cooking,<BR> Shopping,<BR> reading romance novels,<BR> Award-winning Actress,<BR> Host on Japan's game show on [[wikipedia:TV Asahi|TV Asahi's]] <BR>''[[wikipedia:Russian Roulette (game show)|Russian Roulette]]''
|sports= Martial arts
|color= Sugar pink, <BR> green
|class= Home Economics, <BR> History
|noclass= Physics
|food= Cherry pie, <br> Meatloaf
|nofood= None
|place= [[wikipedia:New York City|New York City]],<br>[[wikipedia:Hollywood, Los Angeles, California|Hollywood]],<br>[[wikipedia:Las Vegas, Nevada|Las Vegas]]
|fortune=
|habit= Obsesses over boys,<BR> Extinguishing Fires
|skill= Cooking, <BR> strong,<BR> athletic
|likes= Horse
|dislikes= Airplanes, <BR> Cheaters, <BR> Fire (when left cooking unattended for too long)
|dream= A bride, <BR> to own a bakery/florists'
|motto= "Melts in your mouth, not in your hand."
|stone=[[wikipedia:Emerald|Emerald]]
|titles=Sailor Jupiter, Princess Jupiter,<BR>Kelly Landry}}
'''Makoto Kino''' is the [[Sailor Senshi]] of Jupiter. Her name means "Sincerity of Wood". [[wikipedia:Five_elements (Chinese philosophy)|Wood]], in Chinese astrology, represents strength and flexibility. She is very tall for her age, and studies the martial arts. She is very independant, as she was orphaned at an early age and has had to take care of herself. Her parents died in a plane crash, so thats why she's scared of planes. She sees herself as a protector, even before she became a [[sailor soldier]]. She is also curiously vulnerable - due to her need to take care of herself, she didn't have many close friends, until [[Usagi Tsukino]] offered to sit with her.
One of her quirks is that she is always obsessing over boys, who all look "just like" her old boyfriend.
==Forms==
===Sailor Jupiter===
[[Image:sailorjupiter]]
Her sailor suit has a dark green collar, dark green skirt, sugar pink front bow, sugar pink back bow, dark green small boots, a dark green choker with a gold star, and a green-stoned tiara. She wears pink rose-shaped earrings, and a special hairtie with two green round balls on it.
===Princess Jupiter===
During the Silver Millenium, she was the ruler of the planet Jupiter. She is the Sailor Soldier of Nature & Strength.
===Queen Jupiter===
She is now Ruler of the Planet Jupiter [[wikipedia:Jupiter|Jupiter]].
==Transformations==
Jupiter Power! (Make Up!): Using her 1st transformation pen, Lita transformed into the 1st version of Sailor Jupiter. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
Jupiter Star Power! (Make Up!): Using her 2nd Star Transformation Power Stick to transform into the 2nd version of Sailor Jupiter, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
Jupiter Crystal Power! (Make Up!): Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Jupiter the 3rd and final form of Jupiter in the anime.
==Attacks==
*Supreme Thunder: Blasting powerful Thunderbolts to crush the enemy.
*Supreme Thunder Dragon: An even more powerful version of Supreme Thunder, she creates a dragon out of thunder.
*Sparkling Wide Pressure: Creating a bolt of electricity and thunder. (A Less powerful version was called "Jupiter Thundercloud Zap")
*Jupiter Oak Evolution: Blasting beams of light with the strength of an oak tree.
{{charastub}}
[[Category:Sailor soldiers]]

View File

@@ -0,0 +1,32 @@
{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=Usagi Tsukino as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Moon
|birthday=June 30
|astrosign=Cancer
|bloodtype=O
|family=[[Ikuko Tsukino]] (mother),
[[Kenji Tsukino]] (father),
[[Shingo Tsukino]] (brother)
|hobbies=Sleeping and eating
|sports=None
|color=Pink and white
|class=Home economics
|noclass=English, math
|food=Ice cream, cake
|nofood=Carrots
|place=Palace of Versailles
|fortune=A fortune-telling house
|habit=Cries to get what she wants
|skill=Crying, sleeping
|likes=White rabbits
|dislikes=Dentists
|motto=A sleeping child grows fast
|stone=Diamond
|titles=Sailor Moon,
Princess Serenity,
Neo-Queen Serenity}}

View File

@@ -0,0 +1,34 @@
{{Charabox|chara_name=Usagi Tsukino
|image_filename=Smoon.png
|image_description_1=Usagi Tsukino as Sailor Moon
|image_description_2=Usagi Tsukino as Sailor Moon
|birthday=June 30
|astrosign=Cancer
|bloodtype=O
|family=[[Ikuko Tsukino]] (mother),
[[Kenji Tsukino]] (father),
[[Shingo Tsukino]] (brother)
|hobbies=Sleeping and eating
|sports=None
|color=Pink and white
|class=Home economics
|noclass=English, math
|food=Ice cream, cake
|nofood=Carrots
|place=Château de Versailles
|fortune=Usagi and Naru go to a
fortune-telling house
|habit=Smiles to cheat people
|skill=Blackmailing,
persuades people by cying
|likes=White rabbits
|dislikes=Dentists
|motto=A sleeping child grows fast
|stone=Diamond
|titles=Sailor Moon,
Princess Serenity,
Neo-Queen Serenity}}

View File

@@ -0,0 +1,68 @@
{{charabox |chara_name=Haruka Ten'ou
|image_filename=Uranus10.jpg
|image_description_1=Haruka Ten'ou as Sailor Uranus
|image_description_2=
|birthday=January 27
|astrosign=Aquarius
|bloodtype=B
|family= Girlfriend Michiru/Sailor Neptune<BR/> Changed to cousin 'Michelle' in English<BR/> dub of the anime
|hobbies=Car racing<BR/> Driving<BR/> Track and field<BR/> Playing the piano<BR/> Flirting with pretty girls
|sports=Car racing
|color=Gold
|class=Physical education
|noclass= Modern Japanese
|food=Salad
|nofood=Nattou
|place=
|fortune=
|habit= flirting with pretty girls
|skill=Fawning
|likes=Panda
|dislikes= confessions of love
|dream= To become a professional racer
|motto=
|stone=[[wikipedia:Amber|Amber]]
|titles=Sailor Uranus,<BR>Princess Uranus}}
'''Haruka Ten'ou''' ('''Amara Ten'ou''' in the English dub) better known as '''Sailor Uranus''' is one of the [[Outer Soldiers]]. She is the Keeper of the Space Sword.
Haruka is formally introduced in the [[Sailor Moon S]] story arc, although she appears in silhouette alongside Sailor Neptune in the final [[Sailor Moon R]] episode, which acted as a "teaser" to Sailor Moon S.
Haruka is older than the Inner Senshi, already in high school when the Inner Soldiers are still in junior high. She originally attended the private Mugen School, along with Michuru and Hotaru. She is very tomboyish and has a love of speed; she runs track and races many kinds of vehicles. She can be deeply suspicious of others and can often appear cold in this regard, although she will strongly defend anyone who has earned her trust.
As a Sailor Soldier, Uranus' tactics (along with Neptune's) can be controversial and morally ambiguous, which puts her at odds with Sailor Moon and the other inner Senshi - particularly since they can frequently involve sacrificing lives. This includes willing to let the Death Buster's victims die if their Heart Crystals were the ones they were searching for, wanting to kill Hotaru because she had the Sovereign of Silence within her and betraying Saturn and Pluto in an attempt to join with Galaxia and then double-cross her.
===Her relationship with Sailor Neptune===
In the original manga, Sailor Neptune and Sailor Uranus were lovers. In the Japanese anime, this was the same. However, in the dub, it was decided to change their relationship to that of cousins, as it was considered too controversial for a children's show. Some have hypothesized that in the [[Moon Kingdom]], Sailor Uranus was a man ("Prince Uranus"), and was reincarnated as female
(thus making Haruka and Michiru's relationship "''really'' heterosexual"), but this has been refuted by [[Naoko Takeuchi]]. Some characterize Haruka as being the dominant personality in the relationship, although it could be argued that Michiru has Haruka wrapped around her finger.
Even though they are lovers, they have agreed that they will sacrifice each other if necessary for their mission.
Due to the controversial nature of their relationship, Haruka and Michiru were introduced in the dub as cousins, a fact reinforced by others that technically should not have known to begin with. But despite that, their flirty banter is mostly kept intact throughout the season.
In the final season of Sailor Stars (which has yet to be dubbed and most likely never will), their relationship has stepped up a level from banter to almost explicitly physical in nature and no amount of dubbing would be able to change that. Part of the reason why Sailor Moon S took so long to come out was because the dubbers had to work hard to conceal their relationship.
==In the Manga==
Haruka in the manga is a swift change from Haruka in the anime, as she is shown wearing both feminine and masculine clothing. When she wears masculine clothes, her appearance is sharper to help make the distinction.
==In the Anime==
Haruka is introduced in the S season of the anime, although a silhouette of her and Sailor Neptune appeared in the previous season.
Due to her masculine dress style, Haruka is more often than not mistaken for a boy initially, as evidenced by Usagi and Minako, despite the former already having a boyfriend and future husband they are added in [[wikipedia:Tatsunoko vs. Capcom: Ultimate All Stars]].
==Forms and Powers==
===Sailor Uranus===
Uranus Planet Power! (Make Up!): Transformation phrase used during Sailor Moon S to transform into Sailor Uranus.
Like her fellow Outers, Sailor Uranus is a lot more mature and almost never seen without her partner Sailor Neptune. Uranus is also arguably the strongest of the Senshi, her physical hits generally doing a lot more damage than any of the others. Makoto is possibly Haruka's match in physical strength, as it seemed as though Haruka had won, she was injured by Makoto, who was injured herself.
In temperament, Uranus is generally more quick to act than to sit and think and along with the other Outers, is somewhat cold to the younger Senshi, mostly due to the Outers being the first line of defense in protecting the solar system.
In a strange animation quirk, her special attack, World Shaking, looks like a ground attack, despite the fact that Uranus is the Sky Senshi.
Uranus' special weapon is the Space Sword.
Uranus' first uniform upgrade came in the first episode of the last season, Sailor Stars.
{{charastub}}

View File

@@ -0,0 +1,68 @@
[[File:Esuesvmanga.jpg|thumb|left|Haruka, AKA Eternal Sailor Uranus, as shown in the manga.]]{{charabox
|chara_name = Haruka Ten'ou
|image_filename = Uranus10.jpg
|image_description_1 = Haruka Ten'ou as Sailor Uranus
|birthday = January 27th
|astrosign = Aquarius
|bloodtype = B
|family = Girlfriend Michiru/Sailor Neptune<BR/> Changed to cousin 'Michelle' in English<BR/> dub of the anime
|hobbies = Driving
|sports = Car racing
|color = Gold
|class = Physical education
|noclass = Modern History
|food = Salad
|nofood = Nattou (fermented soy beans)
|place = n/a
|fortune = n/a
|habit = Flirting with pretty girls
|skill = Racing
|likes = n/a
|dislikes = Confessions of love
|dream = To become a professional racer
|motto = n/a
|stone = [[wikipedia:Amber|Amber]]
|titles = Sailor Uranus,<BR>Princess Uranus
}}
'''Ten'ou Haruka/Tenoh Haruka '''('''Amara Ten'ou''' in the English dub) better known as '''Sailor Uranus''' is one of the [[Outer Soldiers]]. She is the Keeper of the Space Sword.
Haruka is formally introduced in the [[Sailor Moon S]] story arc, although she appears in silhouette alongside Sailor Neptune in the final [[Sailor Moon R]] episode, which acted as a "teaser" to Sailor Moon S.
Haruka is older than the Inner Senshi, already in high school when the Inner Soldiers are still in junior high. She originally attended the private Mugen School, along with Michuru and Hotaru. She is very tomboyish and has a love of speed; she runs track and races many kinds of vehicles. She can be deeply suspicious of others and can often appear cold in this regard, although she will strongly defend anyone who has earned her trust.
As a Sailor Soldier, Uranus' tactics (along with Neptune's) can be controversial and morally ambiguous, which puts her at odds with Sailor Moon and the other inner Senshi - particularly since they can frequently involve sacrificing lives. This includes willing to let the Death Buster's victims die if their Heart Crystals were the ones they were searching for, wanting to kill Hotaru because she had the Sovereign of Silence within her and betraying Saturn and Pluto in an attempt to join with Galaxia and then double-cross her.
Haruka's name means 'Far Sky King', although her attacks do not exactly reflect this.
===Her relationship with Sailor Neptune===
In the original manga, Sailor Neptune and Sailor Uranus were lovers. In the Japanese anime, this was the same. However, in the dub, it was decided to change their relationship to that of cousins, as it was considered too controversial for a children's show. Some have hypothesized that in the [[Moon Kingdom]], Sailor Uranus was a man ("Prince Uranus"), and was reincarnated as female
(thus making Haruka and Michiru's relationship "''really'' heterosexual"), but this has been refuted by [[Naoko Takeuchi]]. Some characterize Haruka as being the dominant personality in the relationship, although it could be argued that Michiru has Haruka wrapped around her finger.
Even though they are lovers, they have agreed that they will sacrifice each other if necessary for their mission.
Due to the controversial nature of their relationship, Haruka and Michiru were introduced in the dub as cousins, a fact reinforced by others that technically should not have known to begin with. But despite that, their flirty banter is mostly kept intact throughout the season.
In the final season of Sailor Stars (which has yet to be dubbed and most likely never will), their relationship has stepped up a level from banter to almost explicitly physical in nature and no amount of dubbing would be able to change that. Part of the reason why Sailor Moon S took so long to come out was because the dubbers had to work hard to conceal their relationship.
==In the Manga==
Haruka in the manga is a swift change from Haruka in the anime, as she is shown wearing both feminine and masculine clothing. When she wears masculine clothes, her appearance is sharper to help [[File:Haruka221.jpg|thumb|left|Haruka.]]make the distinction.
==In the Anime==
Haruka is introduced in the S season of the anime, although a silhouette of her and Sailor Neptune appeared in the previous season.
Due to her masculine dress style, Haruka is more often than not mistaken for a boy initially, as evidenced by Usagi and Minako, despite the former already having a boyfriend and future husband they are added in [[wikipedia:Tatsunoko vs. Capcom: Ultimate All Stars]].[[File:Haruka97.jpg|thumb|Haruka, AKA Sailor Uranus, as shown in the anime.]]
==Forms and Powers==
===Sailor Uranus===
Uranus Planet Power! (Make Up!): Transformation phrase used during Sailor Moon S to transform into Sailor Uranus.
Like her fellow Outers, Sailor Uranus is a lot more mature and almost never seen without her partner Sailor Neptune. Uranus is also arguably the strongest of the Senshi, her physical hits generally doing a lot more damage than any of the others. Makoto is possibly Haruka's match in physical strength, as it seemed as though Haruka had won, she was injured by Makoto, who was injured herself.
In temperament, Uranus is generally more quick to act than to sit and think and along with the other Outers, is somewhat cold to the younger Senshi, mostly due to the Outers being the first line of defense in protecting the solar system.
In a strange animation quirk, her special attack, World Shaking, looks like a ground attack, despite the fact that Uranus is the Sky Senshi.
Uranus' special weapon is the Space Sword.
Uranus' first uniform upgrade came in the first episode of the last season, Sailor Stars.

View File

@@ -0,0 +1,75 @@
{{charabox
|chara_name = Minako Aino
|image_filename = Venus7.jpg
|image_description_1 = Minako Aino as Sailor Venus
|image_description_2 = Minako Aino as Sailor Venus
|birthday = 22nd October
|astrosign = Libra
|bloodtype = B
|family = mother, father
|hobbies = reading comics
|sports = volleyball
|color = yellow, red
|class = physical education, English
|noclass = everything else
|food = curry rice
|nofood = Shiitake mushrooms
|habit = forgets things, easily angered
|skill = fawning
|dislikes = mum and [[wikipedia:Law enforcement in Japan|police officers]]
|dream = To be an idol
|motto = If you fall down, lift yourself up!
|stone = topaz
|titles = Sailor V, Sailor Venus, Princess Venus
}}''' Minako Aino''' (愛野 美奈子, ''Aino Minako; ''known simply as '''Mina Aino''' in the english adaptations) better known as '''Sailor Venus''' is one of the original five [[sailor soldiers]] & the leader of the Inner Sailor Soldiers and was in fact the first sailor soldier created by [[Naoko Takeuchi]]. She is extremely cheerful and more or less [[Usagi Tsukino|Usagi]]'s best friend. She has a white cat named [[Artemis]] who is her [[guardian cat]] from the [[Silver Millennium|moon]].
==In the manga==
Minako starred in her own manga series before [[Pretty Soldier Sailor Moon]]. This manga series was called [[Codename: Sailor V]] and detailed her adventures as Sailor V.
When Sailor V appeared to the soldiers, she announced herself as their [[Princess Serenity|princess]]. It is revealed later that she is, in fact, not the moon princess but the leader of her [[Soldiers of the Four Guardian Deities|guardians]]. She said she was the moon princess to act as a decoy and protect Usagi.
==In the anime==
Originally, Sailor Venus was Sailor V in England. She fought crime there with Artemis. She had two friends, Alan and Katarina. Minako fell in love with Alan, but Alan and Katarina fell in love and she left England for Japan again. She soon found the [[sailor soldiers]], and saved them from [[Zoisite]]. She soon after assumed the title of Sailor Venus.
Minako is almost as ditzy as Usagi but knows when to stop. She comes to term as the Leader of the Sailors. Her dream is to be an idol.
==Forms==
[[File:Vartmswink.jpg|thumb|Sailor V in the manga]]
===Sailor V===
In this form, Sailor V can perform "Crescent Beam." She wears an outfit similar to the [[sailor suit]], with a blue collar, red cap sleeves with blue cuffs, sholder guards, gloves with orange elbow pads, a red bow, chest armor, an exposed midriff, a blue skirt with a red line along the bottom and blue high heels. She also wears a red and white mask which looks like a flamboyant pair of red glasses. She has a crescent moon on her forehead (similar to [[Princess Serenity]]'s) and a white choker with a crescent moon.
===Sailor Venus===
In this form, Sailor Venus can perform many attacks including "Venus Love-Me Chain", among others. Her sailor suit has a orange collar, orange skirt, blue front bow, yellow back bow, orange high heels,an orange choker, and an orange-stoned tiara. In the manga, there is a chain around her waist which she uses to perform her attacks.
===Super Sailor Venus===
In this form, Sailor Venus can use the attack "Venus Love and Beauty Shock". There are no very apparent changes to her uniform, but her yellow back bow grows longer, and her brooch turns into a heart-shape. Her choker gains a star jewel on it another variant were added on [[wikipedia:Tatsunoko vs. Capcom: Ultimate All Stars]].
===Sailor Star Venus (manga-only)===
In this form, Sailor Venus gains round yellow sleeves with two orange bands holding them together. Her belt becomes two strips of ribbon, one yellow, one orange, held together by a star jewel, like the one on her choker.Her skirt now has two tiers, the top orange, the bottom yellow. The back ribbons become huge at the bow with two skinny ribbons hanging down. Her boots are tall and white, in the style of Sailor Moon's and Mercury's, only the point is down and orange. The point is held by a star jewel. Her brooch also changes from a heart-shaped jewel to a star-shaped jewel. She loses her tiara, and on her forehead is the symbol for Venus.
===Princess Venus===
In the past during the Silver Millennium, she was Princess Venus, ruler of the planet Venus. As Sailor Venus, she is the leader of the Sailor Soldiers, guardians of Princess Serenity, and soldier of Love and Beauty.
===Queen Venus===
There is no canon information that supports any of the Planetary Princesses are Queens in the 30th century beyond Neo Queen Serenity.
==Transformations==
*Crescent Power: Using the Crescent Moon Broach, she transforms into heroine, Sailor V.
*Venus Power, Make Up!: Using her transformation pen, Minako transformed into the 1st form of Sailor Venus. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
*Venus Star Power, Make Up!: Using her 2nd Star Transformation Power Stick to transform into the 2nd form of Sailor Venus, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
*Venus Crystal Power, Make Up!: Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Venus the 3rd and final form of Venus in the anime.
*Venus Eternal Power, Make Up!: Her very last transformation that was only shown in the manga, no one knows why it wasn't in the anime.
==Powers==
*Crescent Beam: Creating a powerful light beam.
*Crescent Beam Shower: A more powerful form of her crescent beam, she blasts multipile beams.
*Venus Love-Me Chain&nbsp;: Creating a heart shaped chain that can harness, attack, and be used as a whip. ( called Love-Chain Encircle in English Anime)
*Venus Love & Beauty Shock: Creating a multiple heart shaped lights that combine into one powerful attack.
[[Category:Usagi Tsukino and her Friends]]

View File

@@ -0,0 +1,81 @@
{{charabox
|chara_name = Minako Aino
|image_filename = Venus7.jpg
|image_description_1 = Minako Aino as Sailor Venus
|image_description_2 = Minako Aino as Sailor Venus
|birthday = October 22nd
|astrosign = Libra
|bloodtype = B
|family = Mother
|hobbies = Chasing idols
|sports = Volleyball
|color = Yellow, Red
|class = Physical Education
|noclass = Math, English
|food = Curry
|nofood = Shiitake mushrooms
|place = n/a
|fortune = n/a
|habit = Easily forgetful
|skill = Playing
|likes = n/a
|dislikes = Her mother, and policemen
|dream = To be an idol
|motto = If you fall down, lift yourself up!
|stone = Ttopaz
|titles = Sailor V, Sailor Venus, Princess Venus
}}'''Aino Minako''' (愛野 美奈子, ''Aino Minako; ''known simply as '''Mina Aino''' in the english adaptations) better known as '''Sailor Venus''' is one of the original five [[sailor soldiers]] & the leader of the Inner Sailor Soldiers and was in fact the first sailor soldier created by [[Naoko Takeuchi]]. She is extremely cheerful and more or less [[Usagi Tsukino|Usagi]]'s best friend. She has a white cat named [[Artemis]] who is her [[guardian cat]] from the [[Silver Millennium|moon]].
Her name means 'Beautiful Little Child of Love', and her attacks are based around love, with the exception of Venus Crescent Beam.
==In the manga==
Minako starred in her own manga series before [[Pretty Soldier Sailor Moon]]. This manga series was called [[Codename: Sailor V]] and detailed her adventures as Sailor V.
When Sailor V appeared to the soldiers, she announced herself as their [[Princess Serenity|princess]]. It is revealed later that she is, in fact, not the moon princess but the leader of her [[Soldiers of the Four Guardian Deities|guardians]]. She said she was the moon princess to act as a decoy and protect Usagi.
==In the anime==
Originally, Sailor Venus was Sailor V in England. She fought crime there with Artemis. She had two friends, Alan and Katarina. Minako fell in love with Alan, but Alan and Katarina fell in love and she le[[File:Mina103.jpg|thumb|left|Minako, AKA Sailor Venus, as shown in the anime.]]ft England for Japan again. She soon found the [[sailor soldiers]], and saved them from [[Zoisite]]. She soon after assumed the title of Sailor Venus.
Minako is almost as ditzy as Usagi but knows when to stop. She comes to term as the Leader of the Sailors. Her dream is to be an idol.
==Forms==
[[File:Vartmswink.jpg|thumb|Sailor V in the manga]]
===Sailor V===
In this form, Sailor V can perform "Crescent Beam." She wears an outfit similar to the [[sailor suit]], with a blue collar, red cap sleeves with blue cuffs, sholder guards, gloves with orange elbow pads, a red bow, chest armor, an exposed midriff, a blue skirt with a red line along the bottom and blue high heels. She also wears a red and white mask which looks like a flamboyant pair of red glasses. She has a crescent moon on her forehead (similar to [[Princess Serenity]]'s) and a white choker with a crescent moon.
===Sailor Venus===
In this form, Sailor Venus can perform many attacks including "Venus Love-Me Chain", among others. Her sailor suit has a orange collar, orange skirt, blue front bow, yellow back bow, orange high heels,an orange choker, and an orange-stoned tiara. In the manga, there is a chain around her waist which she uses to perform her attacks.
===Super Sailor Venus===
In this form, Sailor Venus can use the attack "Venus Love and Beauty Shock". There are no very apparent changes to her uniform, but her yellow back bow grows longer, and her brooch turns into a heart-shape. Her choker gains a star jewel on it another variant were added on [[wikipedia:Tatsunoko vs. Capcom: Ultimate All Stars]].
===Sailor Star Venus (manga-only)===
In this form, Sailor Venus gains round yellow sleeves with two orange bands holding them together. Her belt becomes two strips of ribbon, one yellow, one orange, held together by a star jewel, like the one on her choker.Her skirt now has two tiers, the top orange, the bottom yellow. The back ribbons become huge at the bow with two skinny ribbons hanging down. Her boots are tall and white, in the style of Sailor Moon's and Mercury's, only the point is down and orange. The point is held by a star jewel. Her brooch also changes from a heart-shaped jewel to a star-shaped jewel. She loses her tiara, and on her forehead is the symbol for Venus.
===Princess Venus===
In the past during the Silver Millennium, she was Princess Venus, ruler of the planet Venus. As Sailor Venus, she is the leader of the Sailor Soldiers, guardians of Princess Serenity, and soldier of Love and Beauty.
===Queen Venus===
There is no canon information that supports any of the Planetary Princesses are Queens in the 30th century beyond Neo Queen Serenity.
==Transformations==
*Crescent Power: Using the Crescent Moon Broach, she transforms into heroine, Sailor V.
*Venus Power, Make Up!: Using her transformation pen, Minako transformed into the 1st form of Sailor Venus. Used from Sailor Moon Classic through to the Sailor Moon R Pt.2.
*Venus Star Power, Make Up!: Using her 2nd Star Transformation Power Stick to transform into the 2nd form of Sailor Venus, with stronger powers. Used from Sailor Moon R Pt. 2 to the middle of Sailor Moon SuperS.
*Venus Crystal Power, Make Up!: Using her 3rd Crystal and Rod given to her by Pegasus she transforms into Super Sailor Venus the 3rd and final form of Venus in the anime.
*Venus Eternal Power, Make Up!: Her very last transformation that was only shown in the manga, no one knows why it wasn't in the anime.
==Powers==
*Crescent Beam: Creating a powerful light beam.
*Crescent Beam Shower: A more powerful form of her crescent beam, she blasts multipile beams.
*Venus Love-Me Chain&nbsp;: Creating a heart shaped chain that can harness, attack, and be used as a whip. ( called Love-Chain Encircle in English Anime)
*Venus Love & Beauty Shock: Creating a multiple heart shaped lights that combine into one powerful attack.
[[Category:Usagi Tsukino and her Friends]]

808
test/test_resume.py Normal file
View File

@@ -0,0 +1,808 @@
import json
import os
import shutil
import signal
import subprocess
import sys
import tempfile
import time
import pytest
from wikiq.resume import (
get_checkpoint_path,
read_checkpoint,
)
from wikiq_test_utils import (
SAILORMOON,
TEST_DIR,
TEST_OUTPUT_DIR,
WIKIQ,
WikiqTester,
)
def read_jsonl(filepath):
"""Read JSONL file and return list of dicts."""
rows = []
with open(filepath, 'r') as f:
for line in f:
if line.strip():
rows.append(json.loads(line))
return rows
def test_resume():
"""Test that --resume properly resumes processing from the last checkpoint."""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
middle_idx = len(full_rows) // 2
resume_revid = full_rows[middle_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:middle_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[middle_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_with_diff():
"""Test that --resume correctly computes diff values after resume.
The diff computation depends on having the correct prev_text state.
This test verifies that diff values (text_chars, added_chars, etc.)
are identical between a full run and a resumed run.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_diff_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--diff", "--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
resume_idx = len(full_rows) // 3
resume_revid = full_rows[resume_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_diff_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[resume_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--diff", "--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
# Verify diff columns are present
diff_columns = ["text_chars", "diff", "diff_timeout"]
for col in diff_columns:
assert col in df_full.columns, f"Diff column {col} should exist in full output"
assert col in df_resumed.columns, f"Diff column {col} should exist in resumed output"
assert_frame_equal(df_full, df_resumed)
def test_resume_file_not_found():
"""Test that --resume starts fresh when output file doesn't exist."""
tester = WikiqTester(SAILORMOON, "resume_not_found", in_compression="7z", out_format="jsonl")
expected_output = tester.output
if os.path.exists(expected_output):
os.remove(expected_output)
# Should succeed by starting fresh
tester.call_wikiq("--fandom-2020", "--resume")
# Verify output was created
assert os.path.exists(expected_output), "Output file should be created when starting fresh"
rows = read_jsonl(expected_output)
assert len(rows) > 0, "Output should have data"
print("Resume file not found test passed - started fresh!")
def test_resume_simple():
"""Test that --resume works without --fandom-2020."""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_simple_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq()
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
resume_idx = len(full_rows) // 3
resume_revid = full_rows[resume_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_simple_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[resume_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_checkpoint_read():
"""Test that read_checkpoint correctly reads checkpoint files."""
with tempfile.TemporaryDirectory() as tmpdir:
checkpoint_path = os.path.join(tmpdir, "test.jsonl.checkpoint")
# Test reading valid checkpoint
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": 100, "revid": 200}, f)
result = read_checkpoint(checkpoint_path)
assert result == (100, 200), f"Expected (100, 200), got {result}"
# Test reading non-existent checkpoint
result = read_checkpoint(os.path.join(tmpdir, "nonexistent.checkpoint"))
assert result is None, f"Expected None for non-existent file, got {result}"
# Test reading empty checkpoint
empty_path = os.path.join(tmpdir, "empty.checkpoint")
with open(empty_path, 'w') as f:
f.write("{}")
result = read_checkpoint(empty_path)
assert result is None, f"Expected None for empty checkpoint, got {result}"
# Test reading corrupted checkpoint
corrupt_path = os.path.join(tmpdir, "corrupt.checkpoint")
with open(corrupt_path, 'w') as f:
f.write("not valid json")
result = read_checkpoint(corrupt_path)
assert result is None, f"Expected None for corrupted checkpoint, got {result}"
print("Checkpoint read test passed!")
def test_resume_with_interruption():
"""Test that resume works correctly after interruption."""
import pandas as pd
from pandas.testing import assert_frame_equal
output_dir = os.path.join(TEST_OUTPUT_DIR, "resume_interrupt")
input_file = os.path.join(TEST_DIR, "dumps", f"{SAILORMOON}.xml.7z")
if os.path.exists(output_dir):
shutil.rmtree(output_dir)
os.makedirs(output_dir)
output_file = os.path.join(output_dir, f"{SAILORMOON}.jsonl")
# First, run to completion to know expected output
cmd_full = f"{WIKIQ} {input_file} -o {output_file} --fandom-2020"
try:
subprocess.check_output(cmd_full, stderr=subprocess.PIPE, shell=True)
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_rows = read_jsonl(output_file)
# Clean up for interrupted run
if os.path.exists(output_file):
os.remove(output_file)
checkpoint_path = get_checkpoint_path(output_file)
if os.path.exists(checkpoint_path):
os.remove(checkpoint_path)
# Start wikiq and interrupt it
cmd_partial = [
sys.executable, WIKIQ, input_file,
"-o", output_file,
"--batch-size", "10",
"--fandom-2020"
]
proc = subprocess.Popen(cmd_partial, stderr=subprocess.PIPE)
interrupt_delay = 3
time.sleep(interrupt_delay)
if proc.poll() is not None:
# Process completed before we could interrupt
interrupted_rows = read_jsonl(output_file)
df_full = pd.DataFrame(full_rows)
df_interrupted = pd.DataFrame(interrupted_rows)
assert_frame_equal(df_full, df_interrupted)
return
proc.send_signal(signal.SIGUSR1)
try:
proc.wait(timeout=5)
except subprocess.TimeoutExpired:
proc.send_signal(signal.SIGTERM)
proc.wait(timeout=30)
interrupted_rows = read_jsonl(output_file)
if len(interrupted_rows) >= len(full_rows):
# Process completed before interrupt
df_full = pd.DataFrame(full_rows)
df_interrupted = pd.DataFrame(interrupted_rows)
assert_frame_equal(df_full, df_interrupted)
return
# Now resume
cmd_resume = f"{WIKIQ} {input_file} -o {output_file} --batch-size 10 --fandom-2020 --resume"
try:
subprocess.check_output(cmd_resume, stderr=subprocess.PIPE, shell=True)
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(output_file)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_parquet():
"""Test that --resume works correctly with Parquet output format."""
import pandas as pd
from pandas.testing import assert_frame_equal
import pyarrow.parquet as pq
tester_full = WikiqTester(SAILORMOON, "resume_parquet_full", in_compression="7z", out_format="parquet")
try:
tester_full.call_wikiq("--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_table = pq.read_table(full_output_path)
# Use unsorted indices consistently - slice the table and get checkpoint from same position
resume_idx = len(full_table) // 3
resume_revid = int(full_table.column("revid")[resume_idx].as_py())
resume_pageid = int(full_table.column("articleid")[resume_idx].as_py())
tester_partial = WikiqTester(SAILORMOON, "resume_parquet_partial", in_compression="7z", out_format="parquet")
partial_output_path = tester_partial.output
# Write partial Parquet file using the SAME schema as the full file
partial_table = full_table.slice(0, resume_idx + 1)
pq.write_table(partial_table, partial_output_path)
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": resume_pageid, "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
df_full = full_table.to_pandas()
df_resumed = pd.read_parquet(partial_output_path)
assert_frame_equal(df_full, df_resumed)
def test_resume_tsv_error():
"""Test that --resume with TSV output produces a proper error message."""
tester = WikiqTester(SAILORMOON, "resume_tsv_error", in_compression="7z", out_format="tsv")
try:
tester.call_wikiq("--fandom-2020", "--resume")
pytest.fail("Expected error for --resume with TSV output")
except subprocess.CalledProcessError as exc:
stderr = exc.stderr.decode("utf8")
assert "Error: --resume only works with JSONL or Parquet" in stderr, \
f"Expected proper error message, got: {stderr}"
print("TSV resume error test passed!")
def test_resume_data_equivalence():
"""Test that resumed output produces exactly equivalent data to a full run.
The revert detector state is maintained during the skip phase, so
revert detection should be identical to a full run.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_equiv_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
resume_idx = len(full_rows) // 3
resume_revid = full_rows[resume_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_equiv_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[resume_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_with_persistence():
"""Test that --resume correctly handles persistence state after resume.
Persistence (PWR) depends on maintaining token state across revisions.
This test verifies that persistence values (token_revs) are identical
between a full run and a resumed run.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_persist_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--persistence wikidiff2", "--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
resume_idx = len(full_rows) // 4
resume_revid = full_rows[resume_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_persist_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[resume_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--persistence wikidiff2", "--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
# Check persistence columns are present
assert "token_revs" in df_full.columns, "token_revs should exist in full output"
assert "token_revs" in df_resumed.columns, "token_revs should exist in resumed output"
assert_frame_equal(df_full, df_resumed)
def test_resume_corrupted_jsonl_last_line():
"""Test that JSONL resume correctly handles corrupted/incomplete last line.
When the previous run was interrupted mid-write leaving an incomplete JSON
line, the resume should:
1. Find the resume point from the last valid line (no checkpoint file needed)
2. Truncate the corrupted trailing data
3. Append new data, resulting in valid JSONL
"""
tester_full = WikiqTester(SAILORMOON, "resume_corrupt_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_rows = read_jsonl(tester_full.output)
# Create a partial file with a corrupted last line
tester_corrupt = WikiqTester(SAILORMOON, "resume_corrupt_test", in_compression="7z", out_format="jsonl")
corrupt_output_path = tester_corrupt.output
resume_idx = len(full_rows) // 2
with open(corrupt_output_path, 'w') as f:
for row in full_rows[:resume_idx]:
f.write(json.dumps(row) + "\n")
# Write incomplete JSON (simulates crash mid-write)
f.write('{"revid": 999, "articleid": 123, "incomplet')
# Record file size before resume
size_before = os.path.getsize(corrupt_output_path)
# NO checkpoint file - JSONL resume works from last valid line in the file
checkpoint_path = get_checkpoint_path(corrupt_output_path)
assert not os.path.exists(checkpoint_path), "Test setup error: checkpoint should not exist"
# Resume should detect corrupted line, truncate it, then append new data
try:
tester_corrupt.call_wikiq("--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(f"Resume failed unexpectedly: {exc.stderr.decode('utf8')}")
# Verify the file is valid JSONL and readable (no corrupted lines)
resumed_rows = read_jsonl(corrupt_output_path)
# Full data equivalence check
import pandas as pd
from pandas.testing import assert_frame_equal
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_diff_persistence_combined():
"""Test that --resume correctly handles both diff and persistence state together.
This tests that multiple stateful features work correctly when combined.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_combined_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--diff", "--persistence wikidiff2", "--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_output_path = tester_full.output
full_rows = read_jsonl(full_output_path)
resume_idx = len(full_rows) // 3
resume_revid = full_rows[resume_idx]["revid"]
tester_partial = WikiqTester(SAILORMOON, "resume_combined_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": full_rows[resume_idx]["articleid"], "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--diff", "--persistence wikidiff2", "--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
# Verify both diff and persistence columns exist
assert "diff" in df_full.columns
assert "token_revs" in df_full.columns
assert_frame_equal(df_full, df_resumed)
def test_resume_mid_page():
"""Test resume from the middle of a page with many revisions.
This specifically tests that state restoration works when resuming
partway through a page's revision history.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_midpage_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--diff", "--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_rows = read_jsonl(tester_full.output)
df_full = pd.DataFrame(full_rows)
# Find a page with many revisions
page_counts = df_full.groupby("articleid").size()
large_page_id = page_counts[page_counts >= 10].index[0] if any(page_counts >= 10) else page_counts.idxmax()
page_revs = df_full[df_full["articleid"] == large_page_id].sort_values("revid")
# Resume from middle of this page
mid_idx = len(page_revs) // 2
resume_rev = page_revs.iloc[mid_idx]
resume_revid = int(resume_rev["revid"])
resume_pageid = int(resume_rev["articleid"])
# Find global index for checkpoint
global_idx = df_full[df_full["revid"] == resume_revid].index[0]
tester_partial = WikiqTester(SAILORMOON, "resume_midpage_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
# Write all rows up to and including the resume point
rows_to_write = [full_rows[i] for i in range(global_idx + 1)]
with open(partial_output_path, 'w') as f:
for row in rows_to_write:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": resume_pageid, "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--diff", "--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_page_boundary():
"""Test resume at the exact start of a new page.
This tests for off-by-one errors at page boundaries.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
tester_full = WikiqTester(SAILORMOON, "resume_boundary_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--diff", "--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_rows = read_jsonl(tester_full.output)
df_full = pd.DataFrame(full_rows)
# Find a page boundary - last revision of one page
page_last_revs = df_full.groupby("articleid")["revid"].max()
# Pick a page that's not the very last one
for page_id in page_last_revs.index[:-1]:
last_rev_of_page = page_last_revs[page_id]
row_idx = df_full[df_full["revid"] == last_rev_of_page].index[0]
if row_idx < len(df_full) - 1:
break
resume_revid = int(last_rev_of_page)
resume_pageid = int(page_id)
tester_partial = WikiqTester(SAILORMOON, "resume_boundary_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
rows_to_write = [full_rows[i] for i in range(row_idx + 1)]
with open(partial_output_path, 'w') as f:
for row in rows_to_write:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": resume_pageid, "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--diff", "--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_jsonl_dir_output():
"""Test that .jsonl.d output creates files named after input files.
When output is a .jsonl.d directory, each input file should write to
a separate JSONL file named after the input (e.g., sailormoon.jsonl),
not a generic data.jsonl.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
output_dir = os.path.join(TEST_OUTPUT_DIR, "jsonl_dir_test.jsonl.d")
input_file = os.path.join(TEST_DIR, "dumps", f"{SAILORMOON}.xml.7z")
if os.path.exists(output_dir):
shutil.rmtree(output_dir)
# Run wikiq with .jsonl.d output
cmd = f"{WIKIQ} {input_file} -o {output_dir} --fandom-2020 --batch-size 10"
try:
subprocess.check_output(cmd, stderr=subprocess.PIPE, shell=True)
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
# Verify output file is named after input, not "data.jsonl"
expected_output = os.path.join(output_dir, f"{SAILORMOON}.jsonl")
wrong_output = os.path.join(output_dir, "data.jsonl")
assert os.path.exists(expected_output), \
f"Expected {expected_output} to exist, but it doesn't. Directory contents: {os.listdir(output_dir)}"
assert not os.path.exists(wrong_output), \
f"Expected {wrong_output} NOT to exist (should be named after input file)"
# Verify output has data
rows = read_jsonl(expected_output)
assert len(rows) > 0, "Output file should have data"
def test_jsonl_dir_resume():
"""Test that resume works correctly with .jsonl.d directory output.
The resume logic must derive the same filename from the input file
as the write logic does.
"""
import pandas as pd
from pandas.testing import assert_frame_equal
output_dir = os.path.join(TEST_OUTPUT_DIR, "jsonl_dir_resume.jsonl.d")
input_file = os.path.join(TEST_DIR, "dumps", f"{SAILORMOON}.xml.7z")
if os.path.exists(output_dir):
shutil.rmtree(output_dir)
# First run: complete
cmd_full = f"{WIKIQ} {input_file} -o {output_dir} --fandom-2020 --batch-size 10"
try:
subprocess.check_output(cmd_full, stderr=subprocess.PIPE, shell=True)
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
expected_output = os.path.join(output_dir, f"{SAILORMOON}.jsonl")
full_rows = read_jsonl(expected_output)
# Truncate to partial
partial_idx = len(full_rows) // 2
with open(expected_output, 'w') as f:
for row in full_rows[:partial_idx]:
f.write(json.dumps(row) + "\n")
# Resume
cmd_resume = f"{WIKIQ} {input_file} -o {output_dir} --fandom-2020 --batch-size 10 --resume"
try:
subprocess.check_output(cmd_resume, stderr=subprocess.PIPE, shell=True)
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(expected_output)
df_full = pd.DataFrame(full_rows)
df_resumed = pd.DataFrame(resumed_rows)
assert_frame_equal(df_full, df_resumed)
def test_resume_revert_detection():
"""Test that revert detection works correctly after resume.
Verifies that the revert detector state is properly maintained during
the skip phase so that reverts are correctly detected after resume.
"""
import pandas as pd
from pandas.testing import assert_series_equal
tester_full = WikiqTester(SAILORMOON, "resume_revert_full", in_compression="7z", out_format="jsonl")
try:
tester_full.call_wikiq("--fandom-2020")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
full_rows = read_jsonl(tester_full.output)
df_full = pd.DataFrame(full_rows)
# Find rows with reverts
revert_rows = df_full[df_full["revert"] == True]
if len(revert_rows) == 0:
pytest.skip("No reverts found in test data")
# Resume from before a known revert so we can verify it's detected
first_revert_idx = revert_rows.index[0]
if first_revert_idx < 2:
pytest.skip("First revert too early in dataset")
resume_idx = first_revert_idx - 1
resume_revid = full_rows[resume_idx]["revid"]
resume_pageid = full_rows[resume_idx]["articleid"]
tester_partial = WikiqTester(SAILORMOON, "resume_revert_partial", in_compression="7z", out_format="jsonl")
partial_output_path = tester_partial.output
with open(partial_output_path, 'w') as f:
for row in full_rows[:resume_idx + 1]:
f.write(json.dumps(row) + "\n")
checkpoint_path = get_checkpoint_path(partial_output_path)
with open(checkpoint_path, 'w') as f:
json.dump({"pageid": resume_pageid, "revid": resume_revid}, f)
try:
tester_partial.call_wikiq("--fandom-2020", "--resume")
except subprocess.CalledProcessError as exc:
pytest.fail(exc.stderr.decode("utf8"))
resumed_rows = read_jsonl(partial_output_path)
df_resumed = pd.DataFrame(resumed_rows)
# Verify revert column matches exactly
assert_series_equal(df_full["revert"], df_resumed["revert"])
assert_series_equal(df_full["reverteds"], df_resumed["reverteds"])

View File

@@ -0,0 +1,378 @@
from itertools import chain
from functools import partial
import re
import pytest
import pytest_asyncio
from typing import List
from deltas import Delete, Equal, Insert, wikitext_split
from mwpersistence import Token
from wikiq.wiki_diff_matcher import WikiDiffMatcher
def _replace_whitespace(match):
if match.group(1): # If spaces matched (e.g., ' ')
return ' '
elif match.group(2): # If newlines matched (e.g., '\n\n')
return '\n'
elif match.group(3): # If tabs matched (e.g., '\t\t')
return '\t'
return '' # Should not be reached if pattern is comprehensive
def assert_equal_enough(tokens:List[Token], rev):
# the tokens exclude newlines
# we allow extra whitespace at the beginning or end
token_doc = ''.join(str(t) for t in tokens)
print(token_doc, file = open('token','w'))
print(rev, file = open('rev','w'))
token_doc = re.sub(r'( +)|(\n+)|(\t+)', _replace_whitespace, token_doc).strip()
rev = re.sub(r'( +)|(\n+)|(\t+)', _replace_whitespace, rev).strip()
assert token_doc == rev
def assert_correct_equal_section(ops, expected_equal_lines, expected_equal_tokens):
n_equal_lines = 0
last_b2 = max(ops[0].b1, 0)
initial_equal_tokens = 0
first_unequal_token = None
for op in ops:
if not isinstance(op, Equal):
if isinstance(op, Insert):
first_unequal_token = op.b1
else:
first_unequal_token = op.a1
break
n_equal_lines += 1
initial_equal_tokens += op.b2 - last_b2
last_b2 = op.b2
if expected_equal_lines == 1:
first_unequal_token = op.b2 + 1
# if the last line is an equal
if first_unequal_token is None:
first_unequal_token = ops[-1].b2
assert n_equal_lines == expected_equal_lines
# check that there are no gaps and the number is as expected
assert initial_equal_tokens == last_b2 - ops[0].b1 == first_unequal_token - ops[0].b1 == expected_equal_tokens
return last_b2
def test_equality():
rev1 = open("test/test_diff_revisions/1285792388").read()
# whitespace is added because exact identity reverts do not result in diffs.
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev1 + " ")
assert len(ops) == 257
for op in ops[:-2]:
assert isinstance(op, Equal)
# note that the whitespace token does not result in a token according to wikitext_split
# compare the tokens based on the diffs to the baseline
# whitespace differences are allowed
assert_equal_enough(b, rev1)
def test_highlight_range_3():
rev1 = open("test/test_diff_revisions/test_highlight_3_from").read()
rev2 = open("test/test_diff_revisions/test_highlight_3_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_highlight_range_4():
rev1 = open("test/test_diff_revisions/test_highlight_4_from").read()
rev2 = open("test/test_diff_revisions/test_highlight_4_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_complex_diff():
rev1 = open("test/test_diff_revisions/test_complex_from").read()
rev2 = open("test/test_diff_revisions/test_complex_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_highlight_range_unicode():
rev1 = open("test/test_diff_revisions/test_unicode_highlight_from").read()
rev2 = open("test/test_diff_revisions/test_unicode_highlight_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_highlight_range():
rev1 = open("test/test_diff_revisions/1295229484_rangeedit0").read()
rev2 = open("test/test_diff_revisions/1295229484_rangeedit1").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_unmatched_parmoves():
rev1 = open("test/test_diff_revisions/test_unmatched_parmoves_from").read()
rev2 = open("test/test_diff_revisions/test_unmatched_parmoves_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_bug_4():
rev1 = open("test/test_diff_revisions/test_bug_4_from").read()
rev2 = open("test/test_diff_revisions/test_bug_4_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_delete():
rev1 = open("test/test_diff_revisions/1295229484").read()
rev2 = open("test/test_diff_revisions/1295229484_delete").read()
# whitespace is added because exact identity reverts do not result in diffs.
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
assert_equal_enough(a, rev1)
first_nondelete_token = None
n_deletes = 0
n_deleted_tokens = 0
initial_equal_lines = 256
initial_equal_tokens = 9911
for i, op in enumerate(ops):
if initial_equal_lines > 0:
assert isinstance(op, Equal)
else:
break
initial_equal_lines -= 1
assert initial_equal_lines == 0
assert ops[i-1].a2 - ops[0].a1 == initial_equal_tokens
first_noninsert_token = initial_equal_tokens
last_delete = False
last_insert = False
idx = 0
n_non_delete = 0
last_delete_idx = 0
for op in ops[initial_equal_lines:]:
idx += 1
if isinstance(op, Delete):
n_deletes += 1
n_deleted_tokens += op.a2 - op.a1
last_delete = True
last_delete_idx = idx
# we need to add back a newline when we have a delete
else:
n_non_delete += 1
if not last_delete and first_nondelete_token is None:
first_nondelete_token = op.a1
if n_non_delete:
last_b2 = op.b2
assert n_deletes == 4
assert n_deleted_tokens == 320
assert idx == len(ops)
# first lets test that we properly build the operations.
# then we can test if the state seems to work as intended.
def test_addition():
rev1 = open("test/test_diff_revisions/1285792388").read()
rev2 = open("test/test_diff_revisions/1295229484").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
for op in ops:
assert isinstance(op, Insert)
assert_equal_enough(b, rev1)
diff_processor.previous_text = rev1
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
ops = list(ops)
initial_equal_lines = 255
initial_equal_tokens = 9614
last_b2 = assert_correct_equal_section(ops,
expected_equal_lines=initial_equal_lines,
expected_equal_tokens=initial_equal_tokens)
last_non_insert = False
first_noninsert_token = None
n_inserts = 0
n_inserted_tokens = 0
last_b2 = last_insert_b2 = initial_equal_tokens
idx = 0
last_insert = False
for op in ops[initial_equal_lines:]:
if isinstance(op, Insert):
n_inserts += 1
n_inserted_tokens += op.b2 - op.b1
last_insert_b2 = op.b2
last_insert = True
elif last_insert:
assert isinstance(op, Equal)
last_b2 = op.b2
assert n_inserted_tokens == last_insert_b2 - initial_equal_tokens == 296
assert n_inserts == 4
def test_paragraph_move():
rev1 = open("test/test_diff_revisions/1295229484").read()
rev2 = open("test/test_diff_revisions/1295229484_parmove").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
assert_equal_enough(a, rev1)
def test_paragraph_move_and_change():
rev1 = open("test/test_diff_revisions/1295229484").read()
rev2 = open("test/test_diff_revisions/1295229484_parmove_and_change").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(a, rev1)
assert_equal_enough(b, rev2)
def test_infobox():
rev1 = open("test/test_diff_revisions/test_infobox_from").read()
rev2 = open("test/test_diff_revisions/test_infobox_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
assert_equal_enough(a, rev1)
def test_leading_whitespace():
rev1 = open("test/test_diff_revisions/test_leading_ws_from").read()
rev2 = open("test/test_diff_revisions/test_leading_ws_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
assert_equal_enough(a, rev1)
def test_whitespace_bug():
rev1 = open("test/test_diff_revisions/test_whitespace_bug_from").read()
rev2 = open("test/test_diff_revisions/test_whitespace_bug_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
assert_equal_enough(a, rev1)
def test_bug_3():
rev1 = open("test/test_diff_revisions/test_bug_3_from").read()
rev2 = open("test/test_diff_revisions/test_bug_3_to").read()
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
# note that a and b are constructed from the diffs.
# so they reflect the state of the text according to the diff processor
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev2)
assert_equal_enough(b, rev2)
#assert_equal_enough(a, rev1)
def test_actually_equal():
rev1 = open("test/test_diff_revisions/1285792388").read()
# whitespace is added because exact identity reverts do not result in diffs.
matcher = WikiDiffMatcher()
diff_processor = matcher.processor()
ops, a, b = diff_processor.process(rev1)
ops, a, b = diff_processor.process(rev1)
assert len(ops) == 1
assert isinstance(ops[0], Equal)
# note that the whitespace token does not result in a token according to wikitext_split
# compare the tokens based on the diffs to the baseline
# whitespace differences are allowed
assert_equal_enough(b, rev1)
assert_equal_enough(a, rev1)
# slow test. comment out the following line to enable it.
@pytest.mark.skip
def test_diff_consistency():
from mwxml import Dump
dump = Dump.from_file("test/dumps/ikwiki.xml")
for page in dump:
revisions = [rev.text for rev in page if rev.text]
matcher = WikiDiffMatcher(revisions)
diff_processor = matcher.processor()
last_rev = ""
for rev in revisions:
print(rev, file=open("test_unicode_highlight_to",'w'))
print(last_rev, file=open("test_unicode_highlight_from",'w'))
ops, a, b = diff_processor.process(rev)
assert_equal_enough(a, last_rev)
assert_equal_enough(b, rev)
last_rev = rev
@pytest.mark.skip
def test_benchmark_diff(benchmark):
from mwxml import Dump
dump = Dump.from_file("test/dumps/ikwiki.xml")
revs = chain.from_iterable([rev.text for rev in page] for page in dump)
def next_revs():
return [next(revs), next(revs)], {}
benchmark.pedantic(WikiDiffMatcher, setup=next_revs, iterations=1,rounds=1000, warmup_rounds=1)

87
test/wikiq_test_utils.py Normal file
View File

@@ -0,0 +1,87 @@
import os
import shutil
import subprocess
from typing import Final, Union
TEST_DIR: Final[str] = os.path.dirname(os.path.realpath(__file__))
WIKIQ: Final[str] = os.path.join(os.path.join(TEST_DIR, ".."), "src/wikiq/__init__.py")
TEST_OUTPUT_DIR: Final[str] = os.path.join(TEST_DIR, "test_output")
BASELINE_DIR: Final[str] = os.path.join(TEST_DIR, "baseline_output")
IKWIKI: Final[str] = "ikwiki-20180301-pages-meta-history"
SAILORMOON: Final[str] = "sailormoon"
TWINPEAKS: Final[str] = "twinpeaks"
REGEXTEST: Final[str] = "regextest"
class WikiqTester:
def __init__(
self,
wiki: str,
case_name: str,
suffix: Union[str, None] = None,
in_compression: str = "bz2",
baseline_format: str = "tsv",
out_format: str = "tsv",
):
self.input_file = os.path.join(
TEST_DIR, "dumps", "{0}.xml.{1}".format(wiki, in_compression)
)
basename = "{0}_{1}".format(case_name, wiki)
if suffix:
basename = "{0}_{1}".format(basename, suffix)
self.output = os.path.join(
TEST_OUTPUT_DIR, "{0}.{1}".format(basename, out_format)
)
if os.path.exists(self.output):
if os.path.isfile(self.output):
os.remove(self.output)
else:
shutil.rmtree(self.output)
# Also clean up resume-related files
for temp_suffix in [".resume_temp", ".checkpoint", ".merged"]:
temp_path = self.output + temp_suffix
if os.path.exists(temp_path):
if os.path.isfile(temp_path):
os.remove(temp_path)
else:
shutil.rmtree(temp_path)
# For JSONL and Parquet, self.output is a file path. Create parent directory if needed.
if out_format in ("jsonl", "parquet"):
parent_dir = os.path.dirname(self.output)
if parent_dir:
os.makedirs(parent_dir, exist_ok=True)
if suffix is None:
self.wikiq_baseline_name = "{0}.{1}".format(wiki, baseline_format)
self.wikiq_out_name = "{0}.{1}".format(wiki, out_format)
else:
self.wikiq_baseline_name = "{0}_{1}.{2}".format(
wiki, suffix, baseline_format
)
self.wikiq_out_name = "{0}_{1}.{2}".format(wiki, suffix, out_format)
if case_name is not None:
self.baseline_file = os.path.join(
BASELINE_DIR, "{0}_{1}".format(case_name, self.wikiq_baseline_name)
)
def call_wikiq(self, *args: str, out: bool = True):
"""
Calls wikiq with the passed arguments on the input file relevant to the test.
:param args: The command line arguments to pass to wikiq.
:param out: Whether to pass an output argument to wikiq.
:return: The output of the wikiq call.
"""
if out:
call = " ".join([WIKIQ, self.input_file, "-o", self.output, "--batch-size", "10", *args])
else:
call = " ".join([WIKIQ, self.input_file, "--batch-size", "10", *args])
print(call)
return subprocess.check_output(call, stderr=subprocess.PIPE, shell=True)

511
wikiq
View File

@@ -1,511 +0,0 @@
#!/usr/bin/env python3
# original wikiq headers are: title articleid revid date_time anon
# editor editor_id minor text_size text_entropy text_md5 reversion
# additions_size deletions_size
import argparse
import sys
import os, os.path
import re
from subprocess import Popen, PIPE
from collections import deque
from hashlib import sha1
from mwxml import Dump, Page
from deltas.tokenizers import wikitext_split
from mwdiffs.utilities import dump2diffs
import mwpersistence
from mwpersistence.state import DiffState
from mwpersistence import Token
from mwpersistence.utilities import diffs2persistence
import mwreverts
from urllib.parse import quote
from deltas import SequenceMatcher
from deltas import SegmentMatcher
TO_ENCODE = ('title', 'editor')
PERSISTENCE_RADIUS=7
ws_lex = ['break','whitespace']
punct_lex = ['period','qmark','epoint','comma','colon','scolon','paren_open','paren_close','brack_open','brack_close','dbrack_close','dbrack_open','tab_close','tab_open','dcurly_close','dcurly_open','equals','bar','etc','bold','italic','tag','comment_end','comment_start']
class PersistMethod:
none = 0
sequence = 1
segment = 2
legacy = 3
def calculate_persistence(tokens_added, tokens_removed, exclude_ws = False, exclude_punct = False, legacy = False):
if not legacy:
cond = lambda t: not (exclude_punct and (t.type in punct_lex)) \
and not(exclude_ws and (t.type in ws_lex))
tokens_added = [t for t in tokens_added if cond(t)]
tokens_removed = [t for t in tokens_removed if cond(t)]
return(sum([(len(x.revisions)-1) for x in tokens_added]),
len(tokens_added),
len(tokens_removed)
)
class WikiqIterator(Dump):
@classmethod
def from_file(cls, fh, collapse_user = False):
cls.fh = fh
cls.collapse_user = collapse_user
cls = super(WikiqIterator, cls).from_file(fh)
return cls
@classmethod
def process_item(cls, item_element, namespace_map):
if not hasattr(cls,'inv_namespace_map'):
cls.inv_namespace_map = {ns.id:name for name, ns in namespace_map.items()}
if item_element.tag == "page":
return WikiqPage.from_element(item_element, namespace_map, cls.inv_namespace_map, cls.collapse_user)
elif item_element.tag == "logitem":
return LogItem.from_element(item_element, namespace_map)
else:
raise MalformedXML("Expected to see <page> or <logitem>. " +
"Instead saw <{0}>".format(item_element.tag))
class WikiqPage(Page):
__slots__ = ('id', 'title', 'namespace', 'redirect',
'restrictions','collapse_user')
@classmethod
def from_element(cls, item_element, namespace_map, inv_namespace_map, collapse_user = False):
cls.prev_rev = None
cls = super(WikiqPage, cls).from_element(item_element, namespace_map)
# following mwxml, we assume namespace 0 in cases where
# page.namespace is inconsistent with namespace_map
# this undoes the "correction" of the namespace in mwxml
if cls.namespace not in inv_namespace_map:
cls.namespace = 0
if cls.namespace != 0:
cls.title = ':'.join([inv_namespace_map[cls.namespace], cls.title])
cls.collapse_user = collapse_user
cls.revisions = cls._Page__revisions
return cls
@staticmethod
def _correct_sha(rev_data):
if rev_data.deleted.text:
rev_data.text = ""
rev_data.text_chars = 0
rev_data.sha1 = ""
rev_data.revert = ""
rev_data.reverteds = ""
else:
if rev_data.text is None :
rev_data.text = ""
rev_data.text_chars = len(rev_data.text)
if hasattr(rev_data,"sha1") and rev_data.sha1 is not None:
text_sha1 = rev_data.sha1
else:
text_sha1 = sha1(bytes(rev_data.text, "utf8")).hexdigest()
rev_data.sha1 = text_sha1
return rev_data
# Outline for how we want to handle collapse_user=True
# iteration rev.user prev_rev.user add prev_rev?
# 0 A None Never
# 1 A A False
# 2 B A True
# 3 A B True
# 4 A A False
# Post-loop A Always
def __find_next_revision(self):
if self.prev_rev is None:
prev_rev = WikiqPage._correct_sha(next(self.revisions))
self.prev_rev = prev_rev
else:
prev_rev = self.prev_rev
if self.collapse_user:
collapsed_revs = 1
self.prev_rev.collapsed_revs = collapsed_revs
prev_rev = self.prev_rev
for rev in self.revisions:
rev = WikiqPage._correct_sha(rev)
if self.collapse_user:
# yield if this is the last edit in a seq by a user and reset
# also yield if we do know who the user is
if rev.deleted.user or prev_rev.deleted.user:
self.prev_rev = rev
if prev_rev is not None:
prev_rev.collapsed_revs = collapsed_revs
return prev_rev
elif not rev.user.text == prev_rev.user.text:
self.prev_rev = rev
if prev_rev is not None:
prev_rev.collapsed_revs = collapsed_revs
return prev_rev
# otherwise, add one to the counter
else:
collapsed_revs += 1
rev.collapsed_revs = collapsed_revs
# if collapse_user is false, we always yield
else:
self.prev_rev = rev
if prev_rev is not None:
return prev_rev
prev_rev = rev
self.prev_rev = None
if self.collapse_user:
prev_rev.collapsed_revs = collapsed_revs
return prev_rev
def __next__(self):
revision = self.__find_next_revision()
revision.page = self
return revision
def __iter__(self):
while(True):
revision = self.__find_next_revision()
revision.page = self
yield revision
class WikiqParser():
def __init__(self, input_file, output_file, collapse_user=False, persist=None, urlencode=False, namespaces = None, exclude_punct = False, exclude_ws = False):
"""
Parameters:
persist : what persistence method to use. Takes a PersistMethod value
"""
self.input_file = input_file
self.output_file = output_file
self.collapse_user = collapse_user
self.persist = persist
self.printed_header = False
self.namespaces = []
self.urlencode = urlencode
if namespaces is not None:
self.namespace_filter = set(namespaces)
else:
self.namespace_filter = None
self.exclude_punct = exclude_punct
self.exclude_ws = exclude_ws
# Construct dump file iterator
self.dump = WikiqIterator.from_file(self.input_file, self.collapse_user)
self.diff_engine = None
if self.persist == PersistMethod.sequence:
self.diff_engine = SequenceMatcher(tokenizer = wikitext_split)
if self.persist == PersistMethod.segment:
self.diff_engine = SegmentMatcher(tokenizer = wikitext_split)
def process(self):
page_count = 0
rev_count = 0
for page in self.dump:
# skip pages not in the namespaces we want
if self.namespace_filter is not None and page.namespace not in self.namespace_filter:
continue
rev_detector = mwreverts.Detector()
if self.persist != PersistMethod.none:
window = deque(maxlen=PERSISTENCE_RADIUS)
if self.persist == PersistMethod.sequence:
state = DiffState(SequenceMatcher(tokenizer = wikitext_split),
revert_radius=PERSISTENCE_RADIUS)
elif self.persist == PersistMethod.segment:
state = DiffState(SegmentMatcher(tokenizer = wikitext_split),
revert_radius=PERSISTENCE_RADIUS)
else:
from mw.lib import persistence
state = persistence.State()
# Iterate through a page's revisions
for rev in page:
rev_data = {'revid' : rev.id,
'date_time' : rev.timestamp.strftime('%Y-%m-%d %H:%M:%S'),
'articleid' : page.id,
'editor_id' : "" if rev.deleted.user == True or rev.user.id is None else rev.user.id,
'title' : '"' + page.title + '"',
'namespace' : page.namespace,
'deleted' : "TRUE" if rev.deleted.text else "FALSE" }
# if revisions are deleted, /many/ things will be missing
if rev.deleted.text:
rev_data['text_chars'] = ""
rev_data['sha1'] = ""
rev_data['revert'] = ""
rev_data['reverteds'] = ""
else:
# rev.text can be None if the page has no text
if not rev.text:
rev.text = ""
# if text exists, we'll check for a sha1 and generate one otherwise
if rev.sha1:
text_sha1 = rev.sha1
else:
text_sha1 = sha1(bytes(rev.text, "utf8")).hexdigest()
rev_data['sha1'] = text_sha1
# TODO rev.bytes doesn't work.. looks like a bug
rev_data['text_chars'] = len(rev.text)
# generate revert data
revert = rev_detector.process(text_sha1, rev.id)
if revert:
rev_data['revert'] = "TRUE"
rev_data['reverteds'] = '"' + ",".join([str(x) for x in revert.reverteds]) + '"'
else:
rev_data['revert'] = "FALSE"
rev_data['reverteds'] = ""
# if the fact that the edit was minor can be hidden, this might be an issue
rev_data['minor'] = "TRUE" if rev.minor else "FALSE"
if not rev.deleted.user:
# wrap user-defined editors in quotes for fread
rev_data['editor'] = '"' + rev.user.text + '"'
rev_data['anon'] = "TRUE" if rev.user.id == None else "FALSE"
else:
rev_data['anon'] = ""
rev_data['editor'] = ""
# we can easily add redirect info
# rev_data['redirect'] = rev.page.redirect
if self.collapse_user:
rev_data['collapsed_revs'] = rev.collapsed_revs
if self.persist != PersistMethod.none:
if rev.deleted.text:
for k in ["token_revs", "tokens_added", "tokens_removed", "tokens_window"]:
old_rev_data[k] = None
else:
if self.persist != PersistMethod.legacy:
_, tokens_added, tokens_removed = state.update(rev.text, rev.id)
else:
_, tokens_added, tokens_removed = state.process(rev.text, rev.id, text_sha1)
window.append((rev.id, rev_data, tokens_added, tokens_removed))
if len(window) == PERSISTENCE_RADIUS:
old_rev_id, old_rev_data, old_tokens_added, old_tokens_removed = window[0]
num_token_revs, \
num_tokens_added, \
num_tokens_removed = \
calculate_persistence(
old_tokens_added,
old_tokens_removed,
exclude_ws = self.exclude_ws,
exclude_punct = self.exclude_punct,
legacy = self.persist == PersistMethod.legacy)
old_rev_data["token_revs"] = num_token_revs
old_rev_data["tokens_added"] = num_tokens_added
old_rev_data["tokens_removed"] = num_tokens_removed
old_rev_data["tokens_window"] = PERSISTENCE_RADIUS-1
self.print_rev_data(old_rev_data)
else:
self.print_rev_data(rev_data)
rev_count += 1
if self.persist != PersistMethod.none:
# print out metadata for the last RADIUS revisions
for i, item in enumerate(window):
# if the window was full, we've already printed item 0
if len(window) == PERSISTENCE_RADIUS and i == 0:
continue
rev_id, rev_data, tokens_added, tokens_removed = item
num_token_revs, \
num_tokens_added, \
num_tokens_removed = calculate_persistence(
tokens_added,
tokens_removed,
exclude_ws = self.exclude_ws,
exclude_punct = self.exclude_punct,
legacy = self.persist == PersistMethod.legacy)
rev_data["token_revs"] = num_token_revs
rev_data["tokens_added"] = num_tokens_added
rev_data["tokens_removed"] = num_tokens_removed
rev_data["tokens_window"] = len(window)-(i+1)
self.print_rev_data(rev_data)
page_count += 1
print("Done: %s revisions and %s pages." % (rev_count, page_count),
file=sys.stderr)
def print_rev_data(self, rev_data):
# if it's the first time through, print the header
if self.urlencode:
for field in TO_ENCODE:
rev_data[field] = quote(str(rev_data[field]))
if not self.printed_header:
print("\t".join([str(k) for k in sorted(rev_data.keys())]), file=self.output_file)
self.printed_header = True
print("\t".join([str(v) for k, v in sorted(rev_data.items())]), file=self.output_file)
def open_input_file(input_filename):
if re.match(r'.*\.7z$', input_filename):
cmd = ["7za", "x", "-so", input_filename, '*']
elif re.match(r'.*\.gz$', input_filename):
cmd = ["zcat", input_filename]
elif re.match(r'.*\.bz2$', input_filename):
cmd = ["bzcat", "-dk", input_filename]
try:
input_file = Popen(cmd, stdout=PIPE).stdout
except NameError:
input_file = open(input_filename, 'r')
return input_file
def open_output_file(input_filename):
# create a regex that creates the output filename
output_filename = re.sub(r'\.(7z|gz|bz2)?$', '', input_filename)
output_filename = re.sub(r'\.xml', '', output_filename)
output_filename = output_filename + ".tsv"
output_file = open(output_filename, "w")
return output_file
parser = argparse.ArgumentParser(description='Parse MediaWiki XML database dumps into tab delimitted data.')
# arguments for the input direction
parser.add_argument('dumpfiles', metavar="DUMPFILE", nargs="*", type=str,
help="Filename of the compressed or uncompressed XML database dump. If absent, we'll look for content on stdin and output on stdout.")
parser.add_argument('-o', '--output-dir', metavar='DIR', dest='output_dir', type=str, nargs=1,
help="Directory for output files.")
parser.add_argument('-s', '--stdout', dest="stdout", action="store_true",
help="Write output to standard out (do not create dump file)")
parser.add_argument('--collapse-user', dest="collapse_user", action="store_true",
help="Operate only on the final revision made by user a user within all sequences of consecutive edits made by a user. This can be useful for addressing issues with text persistence measures.")
parser.add_argument('-p', '--persistence', dest="persist", default=None, const='', type=str, choices = ['','segment','sequence','legacy'], nargs='?',
help="Compute and report measures of content persistent: (1) persistent token revisions, (2) tokens added, and (3) number of revision used in computing the first measure. This may by slow. Use -p=segment for advanced persistence calculation method that is robust to content moves. This might be very slow. Use -p=legacy for legacy behavior.")
parser.add_argument('-u', '--url-encode', dest="urlencode", action="store_true",
help="Output url encoded text strings. This works around some data issues like newlines in editor names. In the future it may be used to output other text data.")
parser.add_argument('-n', '--namespace-include', dest="namespace_filter", type=int, action='append',
help="Id number of namspace to include. Can be specified more than once.")
parser.add_argument('--exclude-whitespace', dest="exclude_ws", action="store_true",
help="Flag to remove whitespace from persistence measures.")
parser.add_argument('--exclude-punctuation', dest="exclude_punct", action="store_true",
help="Flag to remove punctuation from persistence measures.")
args = parser.parse_args()
# set persistence method
if args.persist is None:
persist = PersistMethod.none
elif args.persist == "segment":
persist = PersistMethod.segment
elif args.persist == "legacy":
persist = PersistMethod.legacy
else:
persist = PersistMethod.sequence
if args.namespace_filter is not None:
namespaces = args.namespace_filter
else:
namespaces = None
if len(args.dumpfiles) > 0:
for filename in args.dumpfiles:
input_file = open_input_file(filename)
# open directory for output
if args.output_dir:
output_dir = args.output_dir[0]
else:
output_dir = "."
print("Processing file: %s" % filename, file=sys.stderr)
if args.stdout:
output_file = sys.stdout
else:
filename = os.path.join(output_dir, os.path.basename(filename))
output_file = open_output_file(filename)
wikiq = WikiqParser(input_file, output_file,
collapse_user=args.collapse_user,
persist=persist,
urlencode=args.urlencode,
namespaces = namespaces,
exclude_punct = args.exclude_punct,
exclude_ws = args.exclude_ws)
wikiq.process()
# close things
input_file.close()
output_file.close()
else:
wikiq = WikiqParser(sys.stdin, sys.stdout,
collapse_user=args.collapse_user,
persist=persist,
persist_legacy=args.persist_legacy,
urlencode=args.urlencode,
namespaces = namespaces)
wikiq.process()
# stop_words = "a,able,about,across,after,all,almost,also,am,among,an,and,any,are,as,at,be,because,been,but,by,can,cannot,could,dear,did,do,does,either,else,ever,every,for,from,get,got,had,has,have,he,her,hers,him,his,how,however,i,if,in,into,is,it,its,just,least,let,like,likely,may,me,might,most,must,my,neither,no,nor,not,of,off,often,on,only,or,other,our,own,rather,said,say,says,she,should,since,so,some,than,that,the,their,them,then,there,these,they,this,tis,to,too,twas,us,wants,was,we,were,what,when,where,which,while,who,whom,why,will,with,would,yet,you,your"
# stop_words = stop_words.split(",")