Talk:Main Page: Difference between revisions

No edit summary
 
(7 intermediate revisions by 5 users not shown)
Line 20: Line 20:


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)
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)
== Dividing up artist pages between licenses/originals ==
I was curious if anyone would be for dividing up some artist pages between licenses, contest songs, and KONAMI originals? That way people would have a clearer understanding of what songs are KONAMI originals, which are contests for BEMANI games, and which ones are licenses? I'd be more than happy to divide up the pages as such for some artists. --[[User:Tsuyoshi-kun|M.B.]] ([[User talk:Tsuyoshi-kun|talk]]) 01:23, 12 June 2019 (UTC)
== Registration for a new account? ==
Hello! I’m unsure about where exactly this should be posted, but I figure here would have a decent amount of visibility.
A person in a Discord server I run recently posted about wanting to create a RemyWiki account. They want to contribute things like English translations for song lyrics and other useful information about CS games.
They said that they’re currently unable to register an account directly, and that they’ve tried contacting Corin a while ago, but Corin has apparently not responded to their request yet. They’ll try to contact Corin again and follow up on their initial request, but in the meantime would there be another way to speed up this process, or another person who may be able to field the request for account creation?
Thanks!
* Edit: Hi y'all, I forgot to add a signature indicating who posted the message and at what time. My apologies for the error. I also withdraw this request, as the person for whom I asked this question now has an account on here.--[[User:Calpisco|Calpisco]] ([[User talk:Calpisco|talk]]) 05:34, 14 October 2019 (UTC)


== Official Wallpapers ==
== Official Wallpapers ==
Line 45: Line 29:
** Sure, go ahead. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 17:00, 21 March 2020 (UTC)
** Sure, go ahead. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 17:00, 21 March 2020 (UTC)


== ParaParaParadise addition ? ==
== Lyrics ==
 
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)
 
== "as part of the" [music pack] ==
 
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)
 
== 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>:


The pages for the games are almost complete, but we still need notecount data on all songs from 1st and 2nd. Once they are all gathered up, can we officially launch the pages? --[[User:Tsuyoshi-kun|M.B.]] ([[User talk:Tsuyoshi-kun|talk]]) 04:05, 8 July 2020 (UTC)
* <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>


* Sure. Personally, I think that as long as the remaining BEMANI series have somewhat complete information, they can be added in the future as well. --[[User:FinalOffset|FinalOffset]] ([[User talk:FinalOffset|talk]]) 05:41, 8 July 2020 (UTC)
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)
554

edits