Log in
Username::
Password::
Remember my login on this computer
Create an account
Recent changes
Random page
Wikia
Gaming
Request a new wiki
Log in
Create an account
«
»
WoW Wiki
Super Smash Bros.
Halopedia
FFXIclopedia
Yu-Gi-Oh!
Grand Theft Wiki
See more...
White Wolf
Edit this page
History
Template
Discussion
Template:LatestReleases
From the White Wolf Wiki, the most complete White Wolf reference
Jump to:
navigation
,
search
Latest Releases:
April 30
,
2008
Tribes of the Moon
(
WTF
)
World of Darkness: Innocents
(
WOD
)
Main Page
Top content
›
Editor's pick
›
Richard Thomas
Game Books
Promethean: The Created
Solificati
Storyteller Characters
Aileen E. Miles
more...
Most visited
›
Vampire: The Masquerade
Vampire: The Requiem
Werewolf: The Apocalypse
Hunter: The Reckoning
Mage: The Awakening
Clan (VTM)
Antediluvian
more...
Highest voted
›
Margrave Konietzko
Praetor (VTM)
Abomination
Caine
Glass Walkers
Generation
1870d (WOD)
more...
Newly changed
›
03002
Auspex (VTM)
200c (oWOD)
600c (oWOD)
100c (oWOD)
104 BCE (oWOD)
200c BCE (oWOD)
more...
Categories
›
Glossary
›
Vampire: The Masquerade
Vampire: The Requiem
Clan (VTM)
Antediluvian
Discipline (VTM)
Clan (VTR)
Tzimisce
more...
Timeline
›
Timeline (oWOD)
Timeline (TU)
Timeline (WOD)
2003 (oWOD)
Prehistory (oWOD)
1999 (oWOD)
1900c (oWOD)
more...
Game Books
›
Gehenna (book)
Vampire: The Masquerade books
Ends of Empire
Vampire: The Requiem Rulebook
World of Darkness: Time of Judgment
Requiem for Rome
Bloodlines: The Chosen
more...
Vampire: The Masquerade
›
Vampire: The Masquerade
Clan (VTM)
Antediluvian
Discipline (VTM)
Tzimisce
Malkavian
Lasombra
more...
Wraith: The Oblivion
›
Wraith: The Oblivion
Sixth Great Maelstrom
Malfean (WTO)
Arcanos (WTO)
Spectre (WTO)
Charon
Risen
more...
Character
›
Caine
Beckett
Saulot
Michael Daemon Donighal
Grandmother
Tzimisce (Antediluvian)
Ravnos Antediluvian
more...
Vampire: The Masquerade glossary
›
Vampire: The Masquerade
Clan (VTM)
Antediluvian
Discipline (VTM)
Tzimisce
Lasombra
Tremere (VTM)
more...
Community
›
Highest voted
›
IanWatson
BebopKate
Guybrush
Whispering
AberrantEyes
PalominoMule
Astralagos
more...
Paw Prints
Current events
Forum
Find an admin
Help
Upload image
Special pages
Help
Recent changes
Random page
What links here
Community
4,199 articles on this wiki
Create an account
Already a member?
Log in
Latest Activity
03002
by
Jaymach
, 1 hour ago
200c (oWOD)
by
IanWatson
, 8 hours ago
more...
Wikia Spotlight
Languages
English
Related Communities
Super Smash Bros
Check out the Brawl
WoWWiki
World of Warcraft
Age of Conan Wiki
Age of Conan
Grand Theft Wiki
Grand Theft Auto 4
GuildWiki
Guild Wars
Yu-Gi-Oh!
Runescape
-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); writeBuffer += s; } function enableWikiaWriter() { 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(); }