Main Page

From Edge of Darkness Wiki

Main Page
Jump to: navigation, search
m
m
Line 15: Line 15:
</div>
</div>
{{clear left}}
{{clear left}}
 +
<div style="margin-right: 30px; white-space: nowrap; overflow: hidden;">
{{#get_db_data:db=nwod
{{#get_db_data:db=nwod
-
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid)
+
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid) JOIN user ON (user.username = thread.lastposter)
|where=thread.forumid IN (9,209,98,243) group by thread.title order by thread.lastpost desc LIMIT 20
|where=thread.forumid IN (9,209,98,243) group by thread.title order by thread.lastpost desc LIMIT 20
-
|data=changelingforum=forum.title AS forum, changelingthread=thread.title, changelingdate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, changelingposter=thread.lastposter, changelingpostcount=count(postid), changelingpostid=post.postid, changelingforumid=thread.forumid
+
|data=ctlforum=forum.title AS forum, ctlthread=thread.title, ctldate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, ctlposter=thread.lastposter, ctlpostcount=count(postid), ctlpostid=post.postid, ctlforumid=thread.forumid, ctluserid=user.userid
}}
}}
<table style="width:100%">
<table style="width:100%">
-
{{#for_external_table: [http://nwod.org/forum/showthread.php?p={{{changelingpostid}}}#post{{{changelingpostid}}} {{{changelingthread}}}] <br /><div style="margin-left: 1.6em;"><small>{{{changelingpostcount}}} Posts, Last By: '''{{{changelingposter}}}''' {{{changelingdate}}}</small></div> }}
+
{{#for_external_table: <html><div style="margin-right: 5px; float: left; height: 38px; width: 38px; overflow: hidden; border-radius: 50%;" ><img src="http://nwod.org/forum/image.php?u=</html>{{{ctluserid}}}<html>" width="38" /></div></html> [http://nwod.org/forum/showthread.php?p={{{ctlpostid}}}#post{{{ctlpostid}}} {{{ctlthread}}}] <br /><div style="margin-left: 4em;"><small>{{{ctlpostcount}}} Posts, Last By: [http://nwod.org/forum/member.php?{{{ctluserid}}} {{{ctlposter}}}],  {{{ctldate}}} </small></div> }}
</table>
</table>
 +
</div>
{{col-break|width=33%}}
{{col-break|width=33%}}
Line 32: Line 34:
</div>
</div>
{{clear left}}
{{clear left}}
 +
<div style="margin-right: 30px; white-space: nowrap; overflow: hidden;">
{{#get_db_data:db=nwod
{{#get_db_data:db=nwod
-
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid)
+
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid) JOIN user ON (user.username = thread.lastposter)
|where=thread.forumid IN (8,221,242,258) group by thread.title order by thread.lastpost desc LIMIT 20
|where=thread.forumid IN (8,221,242,258) group by thread.title order by thread.lastpost desc LIMIT 20
-
|data=mageforum=forum.title AS forum, magethread=thread.title, magedate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, mageposter=thread.lastposter, magepostcount=count(postid), magepostid=post.postid, mageforumid=thread.forumid
+
|data=mageforum=forum.title AS forum, magethread=thread.title, magedate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, mageposter=thread.lastposter, magepostcount=count(postid), magepostid=post.postid, mageforumid=thread.forumid, mageuserid=user.userid
}}
}}
<table style="width:100%">
<table style="width:100%">
-
{{#for_external_table: [http://nwod.org/forum/showthread.php?p={{{magepostid}}}#post{{{magepostid}}} {{{magethread}}}] <br /><div style="margin-left: 1.6em;"><small>{{{magepostcount}}} Posts, Last By: '''{{{mageposter}}}''' {{{magedate}}}</small></div> }}
+
{{#for_external_table: <html><div style="margin-right: 5px; float: left; height: 38px; width: 38px; overflow: hidden; border-radius: 50%;" ><img src="http://nwod.org/forum/image.php?u=</html>{{{mageuserid}}}<html>" width="38" /></div></html> [http://nwod.org/forum/showthread.php?p={{{magepostid}}}#post{{{magepostid}}} {{{magethread}}}] <br /><div style="margin-left: 4em;"><small>{{{magepostcount}}} Posts, Last By: [http://nwod.org/forum/member.php?{{{mageuserid}}} {{{mageposter}}}],  {{{magedate}}} </small></div> }}
</table>
</table>
 +
</div>
Line 50: Line 54:
</div>
</div>
{{clear left}}
{{clear left}}
 +
<div style="white-space: nowrap; overflow: hidden;">
{{#get_db_data:db=nwod
{{#get_db_data:db=nwod
-
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid)
+
|from=post JOIN thread ON (thread.threadid = post.threadid) JOIN forum ON (forum.forumid = thread.forumid) JOIN user ON (user.username = thread.lastposter)
|where=thread.forumid IN (5,210,61,200) group by thread.title order by thread.lastpost desc LIMIT 20
|where=thread.forumid IN (5,210,61,200) group by thread.title order by thread.lastpost desc LIMIT 20
-
|data=vampireforum=forum.title AS forum, vampirethread=thread.title, vampiredate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, vampireposter=thread.lastposter, vampirepostcount=count(postid), vampirepostid=post.postid, vampireforumid=thread.forumid
+
|data=vampireforum=forum.title AS forum, vampirethread=thread.title, vampiredate=FROM_UNIXTIME(thread.lastpost, '%M %D') as date, vampireposter=thread.lastposter, vampirepostcount=count(postid), vampirepostid=post.postid, vampireforumid=thread.forumid, vampireuserid=user.userid
}}
}}
<table style="width:100%">
<table style="width:100%">
-
{{#for_external_table: [http://nwod.org/forum/showthread.php?p={{{vampirepostid}}}#post{{{vampirepostid}}} {{{vampirethread}}}] <br /><div style="margin-left: 1.6em;"><small>{{{vampirepostcount}}} Posts, Last By: '''{{{vampireposter}}}''' {{{vampiredate}}}</small></div> }}
+
{{#for_external_table: <html><div style="margin-right: 5px; float: left; height: 38px; width: 38px; overflow: hidden; border-radius: 50%;" ><img src="http://nwod.org/forum/image.php?u=</html>{{{vampireuserid}}}<html>" width="38" /></div></html> [http://nwod.org/forum/showthread.php?p={{{vampirepostid}}}#post{{{vampirepostid}}} {{{vampirethread}}}] <br /><div style="margin-left: 4em;"><small>{{{vampirepostcount}}} Posts, Last By: [http://nwod.org/forum/member.php?{{{vampireuserid}}} {{{vampireposter}}}],  {{{vampiredate}}} </small></div> }}
</table>
</table>
 +
</div>

Revision as of 16:36, 5 June 2016

Welcome to The Edge of Darkness,
a site for role-play based on White-Wolf's New World of Darkness setting.

Changeling

Kray
St-ctl.png
10
Open
Springing into Action
11 Posts, Last By: Mina, February 25th
(Rope Bridge) Crossing
84 Posts, Last By: Kray, February 25th
Welcome at the Witch House
20 Posts, Last By: Kray, February 25th
Summers Speaking Easy
23 Posts, Last By: Circe, February 23rd
Talking Points
73 Posts, Last By: Kray, February 22nd
Fine dining and parlour magic
39 Posts, Last By: Kray, February 21st
PRP Tunnels: What Lies Forth
40 Posts, Last By: Circe, February 21st
(2512) Winter Solstice
45 Posts, Last By: Saber Sloth, January 21st
Notice Board!
20 Posts, Last By: Circe, January 18th
Jack Violet
6 Posts, Last By: Svelte Sven, January 15th
Wining over the Cleanup
1 Posts, Last By: Circe, January 11th
A shift at the rodent graveyard
1 Posts, Last By: Kray, January 10th
Shaking hands (Harvest)
2 Posts, Last By: Kray, December 29th
String Carols by Candlelight
29 Posts, Last By: Kray, December 26th
Munchies and Movies
29 Posts, Last By: Circe, December 20th
Bulk Order [harvest]
1 Posts, Last By: Circe, December 13th
Lemon? Upcycle it!
1 Posts, Last By: Circe, December 4th
Hedge Patrol X
111 Posts, Last By: Saber Sloth, December 3rd
Speak Easy: Facts and Feast
25 Posts, Last By: Saber Sloth, December 3rd
Jamie's Cafe Annual Car Show
34 Posts, Last By: Saber Sloth, December 3rd

Mage

Chambers
St-mta.png
7
Open
(2601 Sanctuary)
37 Posts, Last By: Thirteen, February 25th
LL&H: Sleeping interest
42 Posts, Last By: Salem, February 25th
Duel school round two: Witch and Skye
14 Posts, Last By: Chambers, February 25th
Shadows of San Francisco: Opening moves
23 Posts, Last By: Thirteen, February 24th
Clean up crew: Hunters house
11 Posts, Last By: Witch, February 24th
Break down of a break in
49 Posts, Last By: Chambers, February 20th
Standing Firm
1 Posts, Last By: Aurora, February 19th
Duel school: round two!
29 Posts, Last By: Thirteen, February 19th
New group, same mission
20 Posts, Last By: Skye, February 18th
V-day mistaken bunny
2 Posts, Last By: Skye, February 17th
Duel school round 2: Shaman showdown
28 Posts, Last By: Asclepius, February 15th
Love Bites
1 Posts, Last By: Thirteen, February 14th
Debrief of a Death
43 Posts, Last By: Chambers, February 12th
The man in the chair
3 Posts, Last By: Salem, February 7th
Consilium Corkboard
35 Posts, Last By: Chambers, February 5th
To the Library 3!: Research's Revenge!
5 Posts, Last By: Thirteen, February 4th
Welcome Back, Mr Salem
19 Posts, Last By: Thirteen, February 4th
A third lesson
38 Posts, Last By: Skye, February 3rd
Mysterium: Ways and means
66 Posts, Last By: Chambers, February 3rd
(2601 Consilium)
42 Posts, Last By: ReubanBrightwood, January 31st


Vampire

Error creating thumbnail: File seems to be missing: C:\wamp\www\wiki/images/Alicia_Silvers.jpg
Projector night
6 Posts, Last By: Alicia Silvers, February 25th
(2602)Eternal Court
17 Posts, Last By: Raul, February 24th
Stolen Blood: Fire Drill
8 Posts, Last By: Seryna, February 24th
Valentine's Day Game Night
4 Posts, Last By: Jennifer Hazelton, February 24th
Keep open eyes
1 Posts, Last By: Alicia Silvers, February 18th
90s night
15 Posts, Last By: Alicia Silvers, February 18th
Rot Beneath: Walking the Beat
11 Posts, Last By: Seryna, February 16th
Stolen Blood Ch 1 Lighting the Candle
35 Posts, Last By: Jennifer Hazelton, February 13th
(Private) A Welcome Back?
14 Posts, Last By: Raul, February 6th
Seneschal's Office Rose and the Haunt
17 Posts, Last By: Jennifer Hazelton, February 1st
(2601) Eternal Court
30 Posts, Last By: Kylar Stern, January 31st
Singles night, new hunting ground
2 Posts, Last By: Alicia Silvers, January 28th
The Rot Beneath Chapter One Corpse Chaos
23 Posts, Last By: Seryna, January 26th
Kylar Stern
5 Posts, Last By: Alicia Silvers, January 13th
Jennifer invites a guest
12 Posts, Last By: Jennifer Hazelton, January 12th
The Rot Beneath: Ch 1 Alicia's Efforts
20 Posts, Last By: Seryna, January 8th
The Rot Beneath: Ch 1 Alessandra's Act
23 Posts, Last By: Seryna, January 8th
Matters of the lost
12 Posts, Last By: Seryna, January 4th
Night Streets
19 Posts, Last By: Seryna, January 4th
Interpreting the Danger
1 Posts, Last By: Jennifer Hazelton, January 3rd




Personal tools
Namespaces
Variants
Actions
Navigation
games
Toolbox