Hello! This is just another random stranger on the internet who uses Wikipedia and doesn't mind spending time correcting grammatical errors on random articles.
WarmWooly
|
Pages I Worked On
editThis is not comprehensive, but rather a simple overview of pages on Wikipedia I've helped on. :)
Created Pages
-
These are pages that I have created from oldest to newest.
- Seal Island, Namibia
- Penguin Island, Namibia
Notable Pages
-
These are pages that I personally found interesting that I edited in no particular order.
- Ohio
- Methuen, Massachusetts
- Burnaby Heights
- Mansudae People's Theatre
- Murcott (fruit)
- Chas Dodd
- Eadwig
- List of Catholic dioceses in the Democratic Republic of the Congo
- ET52 torpedo
- LR-300
- History of merit badges (Boy Scouts of America)
- Corneodesmosin
- Recrystallization (chemistry)
- Combustion
- Herschel graph
- American English
- Scratch space
- Flash of unstyled content
- 2022 Welsh Open (snooker)
- Ukraine's 2nd electoral district
- Right to die
- Copyleft
- List of United States Supreme Court cases, volume 274
- List of United States presidential candidate firsts
Wikipedia Pages
-
These are Wikipedia information pages that I have edited from oldest to newest.
- (Wikipedia) Copying within Wikipedia
- (Wikipedia) Avoid instruction creep
- (Wikipedia) Policies and guidelines
- (Wikipedia) WikiProject Poland
- (Wikipedia) WikiProject Military history/Polish military history task force
- (Wikipedia) Minors and persons judged incompetent
- (Wikipedia) Ten things you may not know about images on Wikipedia
- (Wikipedia) Random page patrol
- (Wikipedia) What "Ignore all rules" means
- (Wikipedia) Manual of Style/Disambiguation pages
Help Pages
-
These are Wikipedia help pages that I have edited from oldest to newest.
- (Help) Minor edit
- (Help) Contents
- (Help) Editing
Code (For No Reason)
edit// Define vars
boredom = 0
currentAction = "None"
// Infinite loop
while (true) {
if (currentAction == "Working") { // Add boredom while working
boredom += 1
} else if (currentAction == "Coding") { // Remove boredom while coding
boredom -= 1
} else if (currentAction == "Sleeping") { // Reset boredom while sleeping
boredom = 0
}
// Prevent boredom going above 100 or below 0
boredom = boredom > 100 ? 100 : boredom < 0 ? 0 : boredom
console.log(boredom) // Log result
}
Linkies
editHere are some links that may be useful if you are curious about anything you see on the page.
- Run while you still can.
- Check out the Random Page Patrol, view the list (I'm 161), and try editing some random pages yourself!
- Also check out the Type Team and view the pledges!
- Decide that you're so good at Wikipedia, you give yourself a medal with service awards!