• Welcome to Touhou Wiki!
  • Registering is temporarily disabled. Check in our Discord server to request an account and for assistance of any kind.

User:Mr.deagle: Difference between revisions

From Touhou Wiki
Jump to navigation Jump to search
m (Forgot the date)
(Update)
Line 54: Line 54:
{{/Circle|text=Other|
{{/Circle|text=Other|
{{/Album|Alternative|DBLB-0001.JPG|link=Alternative (Dust_Box_49)}}
{{/Album|Alternative|DBLB-0001.JPG|link=Alternative (Dust_Box_49)}}
{{/Album|Eden's Pattern|no image.jpg}}
{{/Album|FREAKS|Freaks cover.jpg}}
{{/Album|FREAKS|Freaks cover.jpg}}
{{/Album|Heart to Heart|NLCD-0012.jpg}}
{{/Album|historie|FROM-0002.jpg}}
{{/Album|Light Night Beat 7|no image.jpg}}
{{/Album|Light Night Beat 7|no image.jpg}}
{{/Album|MARKS OF SIN|YVCDN-0017.jpg}}
{{/Album|MARKS OF SIN|YVCDN-0017.jpg}}
{{/Album|Mindless Act|ENS-0024.jpg}}
{{/Album|Mindless Act|ENS-0024.jpg}}
{{/Album|OPUS×EDEN|OPUS×EDEN - SIDE OPUS.jpg}}
{{/Album|OPUS×EDEN|OPUS×EDEN - SIDE OPUS.jpg}}
{{/Album|Snow Melody|Hlzy-0015 top.jpg}}
{{/Album|Toho Trance Vision|CCST0002.jpg}}
{{/Album|なないろフィロソフィア|LMCD-0019.jpg}}
{{/Album|ハルノユメ|DBLB-0002.jpg}}
{{/Album|ハルノユメ|DBLB-0002.jpg}}
}}
}}


As of 2018-08-20, with plans to purchase way more albums from way more circles.
As of 2018-09-25, with plans to purchase way more albums from way more circles.


== Scripts ==
== Scripts ==

Revision as of 02:11, 26 September 2018

I'm a Touhou music fan who also happens to be a web developer, programmer and experienced MediaWiki user. My other interests include visual novels, anime, and Vocaloid music.

Albums owned

 

===

===
link= East side material Faith of Format Miscellaneous Fragment SNOW PRINT -in the fairy tale- Dungeon&Danger LUNAR TRIPS Side material "FLOW" やさしくひかる かえでのき Beyond the Last Archive FAIRY BREATH
{{{2}}}

===

===
link= Milky Wink Fairy Queen Flower Flag Blue Drop Rebirth Story Silver Drive Stand Up Little Planet Ground Snow Grow Color Rebirth StoryⅡ Fortunes Gate Cold Snap Sevens Head World Trick Spatial Moving Rebirth Story Ⅲ Parallel Cross Fluster Escape Increase Beat Rising Nebula Flying Fantastica Rebirth Story4
{{{2}}}

===

===
link= マジコカタストロフィ RETRO FUTURE GIRLS disco metric Adrastea Sedecim
{{{2}}}

===

===

 [[

]]
{{{2}}}

As of 2018-09-25, with plans to purchase way more albums from way more circles.

Scripts

Song translations generator

Worked on Antinomy of Common Flowers/Music.

(function () {
	var rows = document.evaluate("//div[@id='mf-section-1']//tr[td[3]]", document),
		translations = {},
		row;

	while (row = rows.iterateNext()) {
		let $row = $(row);
		translations[$row.children('td:eq(1)').text().trim()] = `${$row.children('td:eq(2)').text().trim()} [${$row.children('td:eq(0)').text().trim()}]`;
	}

	window.alert(JSON.stringify(translations));
	return translations;
})();