Talk:Main Page: Difference between revisions

 
(78 intermediate revisions by 16 users not shown)
Line 17: Line 17:
* I'm fine with using CV for actors/actresses on Song Information as sometimes that is how it is credited on soundtrack/album booklets. The others yeah, I agree. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 02:37, 3 May 2016 (UTC)
* I'm fine with using CV for actors/actresses on Song Information as sometimes that is how it is credited on soundtrack/album booklets. The others yeah, I agree. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 02:37, 3 May 2016 (UTC)


== Editing wars ==
== Please source artist confirmations/release dates, please ==


Guys, please stop doing this. I've been noticing this trend in recent weeks on this wiki of people editing various pages and being...not very courteous doing so. This is my first and final warning to those who have been doing this. We should all know better than this. --[[User:Tsuyoshi-kun|M.B.]] ([[User talk:Tsuyoshi-kun|talk]]) 00:02, 10 July 2017 (UTC)
Please do this when adding unknown info to the wiki, please. --[[User:Tsuyoshi-kun|M.B.]] ([[User talk:Tsuyoshi-kun|talk]]) 19:53, 26 August 2018 (UTC)
** AGAIN, I must reemphasize to PLEASE stop going into edit wars. The amount of edits to the EXTRA STAGE system information for the DDR 2013/2014/A pages is absurd. I seriously am contemplating locking the pages if this continues. What was once simple, short, and to the point have become like essays. --[[User:Tsuyoshi-kun|M.B.]] ([[User talk:Tsuyoshi-kun|talk]]) 21:25, 22 September 2017 (UTC)


== Song sample connections ==
== Official Wallpapers ==
With every website under konami.jp/am or konami.jp/bemani archived and so they get easier to search later on I was wondering if we could add official wallpapers to the respective songs' gallery pages? From the top of my head these seem to have had wallpapers that are pretty hard to find now:
* IIDX G2ARTS
* GFDM Calendars (V2-V6)
* GFDM Designer's Room
* Wallpapers and background movies actually existing in GFDM V and V2 OSTs --[[User:Tsugaru7reveng|t7r]] ([[User talk:Tsugaru7reveng|talk]]) 15:51, 21 March 2020 (UTC)
** Sure, go ahead. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 17:00, 21 March 2020 (UTC)


I think that we should stop listing song connections if 2 or more songs share the same vocal/synth/beat/whatever samples (except those which are intentional; I'll explain below). Recent songs (especially electronic ones) are using a lot of samples (and in a single song), most of which have been heard before. I think it's unnecessary to list all the songs that use the same sample since it unnecessarily connects the 2 or more songs. Take "somebody scream" for example: it already lists more than 10 songs currently, and there will be more in the future. Artists (I think) use samples to complete their own songs, not to make it related to Second Heaven/FIRE FIRE etc.. And also we update old song pages for that, which is getting more troublesome the more songs use a certain sample.
== Lyrics ==


The exceptions would be that the use is intentional. Something like "yes the whole earth" in HELL SCAPER, Sol Cosine Job 2 and HELL OR HELL. (But others, like Eagle songs, always have certain samples, i.e. 123456doit; those shouldn't count.) An artist's intention is subjective though.
Several songs (e.g. [[Keep On Liftin']], [[KEEP ON MOVIN']]) have horribly inaccurate lyrics, apparently because the source material (which isn't listed) wrote them that way. Is there any possible change that can be made so that they're not deliberately misleading? Also, should sound sample information (like with [[ECSTASY]]) be included in the Trivia section? [[User:Theroux|Theroux]] ([[User talk:Theroux|talk]]) 06:40, 30 August 2020 (UTC)
* See [[RemyWiki:Rules]]. Lyrics should be written as they are on their respective OSTs, samples are completely avoided. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 15:09, 30 August 2020 (UTC)
: Edited the link to the rules page for clarity. [[User:Phuzion|Phuzion]] ([[User talk:Phuzion|talk]]) 20:24, 26 February 2021 (UTC)


TL;DR we should stop connecting songs via random samples, only intentional ones. What do you guys think? - [[User:Pointaken47|Pointaken47]] ([[User talk:Pointaken47|talk]]) 15:33, 18 July 2017 (UTC)
== "as part of the" [music pack] ==


* How about creating a separate page that list the samples and the songs that uses it underneath, thoughts on this? - [[User:QueenZ|QueenZ]] ([[User talk:QueenZ|talk]]) 16:48, 26 July 2017 (UTC)
Can we please stop doing this? It's very Engrishy. --[[User:Morning Blue|M.B.]] ([[User talk:Morning Blue|talk]]) 03:51, 2 February 2022 (UTC)
** I like this idea, it will help to unclog certain pages. I will work on this later today. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 16:57, 26 July 2017 (UTC)
 
** Done: [[Song Samples]]. Please fill in the origin of the sample, as well as more complete descriptions. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 19:59, 26 July 2017 (UTC)
== Active/Inactive BEMANI series layout needs improvement ==
 
The layout for these sections on the main page needs to be improved; it does not look good on mobile or smaller displays. I suggest using responsive CSS flexboxes instead of HTML tables. Each box needs to have a special CSS class that contains @media rules that will adjust their widths depending on the size of the display. Contain the boxes within a <div> containing flex rules so that they break into columns nicely.
 
For example, we can have a &lt;div&gt; section with the class <span style="font-family: monospace;">.series-section</span> which nests other &lt;div&gt;s with the class <span style="font-family: monospace;">.series</span>:
 
* <span style="font-family: monospace;">'''@media (max-width: 800px)''' { div.series-section div.series { width: 100%; } }</span>
* <span style="font-family: monospace;">'''@media (max-width: 1200px)''' { div.series-section div.series { width: 50%; } }</span>
* <span style="font-family: monospace;">'''@media (max-width: 1600px)''' { div.series-section div.series { width: 33.333%; } }</span>
* <span style="font-family: monospace;">'''Default:''' div.series-section div.series { width: 25%; }</span>
 
These rules would also carry over to the mobile version of the site. An extra stylesheet may need to be implemented for this to happen, but it would make the site look much cleaner and more mobile-friendly. --[[User:RGTM|xRGTMx]] ([[User talk:RGTM|talk]]) 13:58, 20 February 2023 (UTC)
555

edits