Log in
Username::
Password::
Remember my login on this computer
Create an account
Recent changes
Random page
Wikia
Entertainment
Request a new wiki
Log in
Create an account
«
»
Star Wars
Star Trek
Transformers
Muppet Wiki
Digimon Wiki
Marvel Database
See more...
Harry Potter Wiki
Edit this page
History
Category
Discussion
Category:Quidditch competitions
From Harry Potter Wiki
Jump to:
navigation
,
search
This category is for
Quidditch competitions
.
Pages in category "Quidditch competitions"
There are 4 pages in this category.
A
All-Africa Cup
E
European Cup
L
League Cup
Q
Quidditch World Cup
Category
:
Quidditch
Harry Potter Wiki
Top Content
›
Editor's pick
›
Harry Potter
Hermione Granger
Albus Dumbledore
Ginny Weasley
Severus Snape
Lord Voldemort
Ron Weasley
more...
Most visited
›
Harry Potter
Ginny Weasley
Hermione Granger
Tom Marvolo Riddle
Bellatrix Lestrange
Severus Snape
Harry Potter and the Half-Blood Prince (film)
more...
Highest voted
›
Tom Riddle Sr.
Dwarf
User:Doorbinnia
Hogwarts School of Witchcraft and Wizardry
Harry Potter and the Goblet of Fire
Harry Potter and the Order of the Phoenix (film)
Owl
more...
Newly changed
›
Hermione Granger
Peeves
Chocolate Frogs
Triwizard Tournament
Luna Lovegood
Second Wizarding War
First Wizarding War
more...
Community
›
Featured users
›
Cavalier One
DarkJedi613
Starstuff
John Reaves
Mafalda Hopkirk
Matoro183
Me Potter Fan
more...
Community portal
Forum
›
The Wizengamot
The Leaky Cauldron
Wizards
›
Harry Potter
Ginny Weasley
Hermione Granger
Tom Marvolo Riddle
Bellatrix Lestrange
Severus Snape
Albus Dumbledore
more...
Males
›
Harry Potter
Tom Marvolo Riddle
Severus Snape
Albus Dumbledore
Ron Weasley
Draco Malfoy
Sirius Black
more...
Upload image
Special pages
Help
Recent changes
Random page
What links here
Community
2,199 articles on this wiki
Create an account
Already a member?
Log in
Latest Activity
User talk:FireAngel
by
Cavalier One
, 1 hour ago
Hermione Granger
by
Cavalier One
, 1 hour ago
more...
Wikia Spotlight
Languages
English
Related Communities
Entertainment
TV shows, movies, cartoons and comics.
Gaming
Get your game on with Wikia's video game wikis.
Science Fiction
Explore the world of the future.
Biggest Wikis
See Wikia's biggest wikis.
See all...
-1) { if(openIframeIndex > 0) { realWrite(content.substring(0,openIframeIndex)); } inIframe = true; if(closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(openIframeIndex, closeIframeIndex+9)); content = content.substring(closeIframeIndex+9); } else { realAppend(content.substring(openIframeIndex, content.length)); content = ''; } } else if(!inScript && closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(0,closeIframeIndex+9)); content = content.substring(closeIframeIndex+9, content.length); } else if(openIndex > -1) { if(openIndex > 0) { if(inScript) { realWrite(content.substring(0,openIndex)); } else { realAppend(content.substring(0,openIndex)); } } inScript = true; if(closeIndex > -1) { inScript = false; realWrite(content.substring(openIndex, closeIndex+9)); content = content.substring(closeIndex+9); } else { realWrite(content.substring(openIndex, content.length)); content = ''; } } else if(closeIndex > -1) { inScript = false; realWrite(content.substring(0,closeIndex+9)); content = content.substring(closeIndex+9, content.length); } else { if(inScript) { realWrite(content); } else { realAppend(content); } content = ''; } } } function realWrite(s) { if(inIframe) { if(writeLine) { realAppend(s + "\n"); } else { realAppend(s); } return; } //YAHOO.log("write: " + s); if(writeLine) { document.writelnOrg(s); } else { document.writeOrg(s); } } function realAppend(s) { //YAHOO.log("append: " + s); if(curAdSpaceId != 0) { var el = document.createElement('span'); el.innerHTML = s; document.getElementById('adSpace'+curAdSpaceId).appendChild(el); } } function enableWikiaWriter(adSpaceId) { curAdSpaceId = adSpaceId document.writeOrg = document.write; document.writelnOrg = document.writeln; document.write = writeFake; document.writeln = writelnFake; } function disableWikiaWriter() { document.write = document.writeOrg; document.writeln = document.writelnOrg; } function flushWikiaWriter(spaceId) { //document.getElementById('adSpace'+spaceId).innerHTML = writeBuffer; //writeBuffer = ''; disableWikiaWriter(); }