Page 1 of 2

Account Names and Templates Reference

Posted: Sun Apr 24, 2016 3:17 pm
by RoboticLIN
Mentioned I have a reference list, and now I have to post it. For quickly figuring out who is who and has what. Order is rather random atm. Might need a little bit better organization but will work on that if this is something people want. Here is your post, to soon be able to Ctrl-F for things you can't remember who it belongs to! I don't have much that wasn't personal notes so... Post your own info or something.
Don't really want to go digging through authorthreads for more info. Still WIP!

Reference;
>Account Names
*Notes
-Templates


>Alicorn
*Whole reason we're here
-Bell

>Kappa
(44~, Throne3d Compiled;)
Aaron, Aral, Aril, Banner, Cap, Chainsaw, Chris, Cordelia, Dagna, Darcy, Dominique, Eights, Ekaterin, Ezar, Ga*el, Gregor, Hall, Hannibal, Hilary, Ichabod, Ike, Illyan, James, Jni, Joker, JokerSherlock, Kingfisher, Kolya, Lazarus, Liselen, Matilda, Miles, Piotr, Rayne, Sherlock, Steven, StevenChainsaw, Tenathayan, Thor, Tialle, Tony, Val, Virginia, Wolverine

>Aestrix

>Adelene
*Runs the daily report
-Lurker
-Dusk (Rescue/Denice)
-Green + Blue

>Marri
*Manages the Glowfic Constellation site
- Emma
- Phil
- Alli
- Jess
- Jenny
- Vivian
- Tamara
- Scott
- Erica

>RoboticLIN
>Avarlin
-Halta
-Cynthia
-Vienne

>Timepoof
>Turtle
-Amy
-Flora
-Zane

>Rockeye_Stonetoe
-Nick
-Steel
-Gren
-Terence(maybe is a template)
-*Mute(maybe is a template)

*Copied;
>Bluelantern (Alicornutopia),
>CuriousDiscoverer (Glowfic),
>Faceless dude secretly Living in your computer (Skype)
>and Curiousity-discoverer-of-worlds (Tumblr)
-Template list: Fenris & Felix, Henry & Gabe, Isra, and the Grayson Family, which is formed by Arya, Ezra, Franklyn, Meghan, Adam, Temperance and their lovingly cheating father, Stephen.

>Moriwen
-Faith + Reuben + Eh
-Jean + Zari
-Sapphire + Steel + Silver (Elements)

>Pedromvillar
-Sadde

>Throne3d
>Throne
-Theo (Thea)
-Tyler
-Ev
-Rachel

>Lambda
>SonataGreen

>Eva
-Eva
-Sophia
-Isabella
-Realist

>Athiestcanuck
>Andygal
"and I ran Anda and Linsa and Singer on MWF"

>Anthusiasm
-Henry, Charlotte, Mrs. Carroll, Cara, Etsuki (Daruumiverse)
-Bree (MWF), Sara, Miranda, Rose (Valkyriverse)
-Lu (template name, introduced as Lewis), Fortunomancer (MWF), Tamako (MWF), Mary Clarissa (not yet introduced) (Fortunoverse)

>ErinFlight
-Alex and Glen
-Flynn
-Raiden
-Ryou

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 3:18 pm
by Bluelantern
Maybe add moiety colors too?

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 3:26 pm
by RoboticLIN
Bluelantern wrote:Maybe add moiety colors too?
After the whole discussion on adding secondaries is done I'll think about it. Even if, you can check the names off of the moiety list and then see attached names here. *shrug*

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 3:28 pm
by rockeye_stonetoe
-Nick
-Steel
-Gren
-Terence(maybe is a template)
-*Mute(maybe is a template)

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 4:03 pm
by Moriwen
One r in Moriwen. :)

Useful notes! *steals*

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 4:11 pm
by RoboticLIN
Moriwen wrote:One r in Moriwen. :)

Useful notes! *steals*
Moriwen VS Marri. I am smart.

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 4:37 pm
by Marri
It's true, the screen names are rather similar. xD

...SECRETLY CLONES???

Anyway. Not sure how detailed we want to get with templates here... going by a sort of handwavey "had or planned to have a major role / account" and not including NPCs gets me:
- Emma
- Phil
- Alli
- Jess
- Jenny
- Vivian
- Tamara
- Scott
- Erica

If I add family members or NPCs or whatever this grows longer xD

Also I just added a thing on the constellation so you can view a user's templates by going to their profile then clicking the Templates link, hopefully that is helpful.

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 4:47 pm
by RoboticLIN
Marri wrote:*snip*

If I add family members or NPCs or whatever this grows longer xD

Also I just added a thing on the constellation so you can view a user's templates by going to their profile then clicking the Templates link, hopefully that is helpful.
I mean more for the major ones. Not attached minor characters. The ones you can say like 'These are my characters' of sort...

I wanted really a Ctrl-F list, so I can be all like 'Who is Tamara? Oh, Marri's." and then go off to author threads or something.

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 4:48 pm
by Kappa
I have upwards of fifty templates. Less if you cut a bunch of them because they don't appear frequently, but...

Re: Account Names and Templates Reference

Posted: Sun Apr 24, 2016 5:08 pm
by Throne3d
Kappa's according to the Constellation (all 39 of them):
Aaron, Aral, Aril, Cap, Chainsaw, Chris, Cordelia, Darcy, Dominique, Eights, Ekaterin, Ezar, Ga*el, Gregor, Hall, Hilary, Ichabod, Ike, Illyan, James, Jni, Joker, JokerSherlock, Kingfisher, Kolya, Lazarus, Liselen, Matilda, Miles, Piotr, Rayne, Sherlock, Steven, StevenChainsaw, Tialle, Tony, Val, Virginia, Wolverine

In case anyone wants to use this for another user, this is the script:

Code: Select all

var a = ""; $("th a").each(function(){ if ($(this).attr("href").indexOf("/templates/") < 0) return; if (a != "") a += ", "; a += $(this).text(); }); console.log(a);
Use it in the Javascript console on the /users/:ID/templates page (e.g. https://vast-journey-9935.herokuapp.com ... /templates). It'll act funny on your own templates page.