(apparently edits work now :O) Tag: Replaced |
(debug notes) |
||
Line 1: | Line 1: | ||
0 hz | 0 hz | ||
= Debug notes = | |||
== General issues == | |||
=== CSS / styling === | |||
* CSS for <nowiki><code></nowiki> tags is messed up, e.g. <code>this should be in monospace font</code> | |||
* Looks like blockquotes are missing the styling for the quote bar (<code>border-left</code> CSS) | |||
== Infobox issues == | |||
* [[Template:Song Infobox]] is totally busted. | |||
* [[Template:Song]] infobox issues: | |||
** It's trying to use the <code>TemplateData</code> extension, which [[Special:Version|isn't installed]]. | |||
** It's using an undefined CSS class <code>article-table</code>. The [[Template:SLSong]] infobox uses <code>wiki-table</code>, which is why it has the black cell borders. | |||
** For some reason the base pattern and character info is just posted in italics outside of the infobox. | |||
* A ton of pages are under [[:Category:Templates]] even though they aren't templates, likely because of naughty infoboxes that don't put the <code><nowiki>[[Category:Templates]]</nowiki></code> directive in a <code><nowiki><noinclude></nowiki></code> tag. | |||
** ✅ [[Template:BandcampMusicPlayer]] | |||
** ✅ [[Template:SL Story Infobox]] | |||
** ✅ [[Template:SL Story Info]] | |||
= Testing = | |||
<div class="mw-collapsible mw-collapsed"> | |||
[[Template:SLSong]] infobox copied from [[ANNIHILATOR]] | |||
<div class="mw-collapsible-content"> | |||
{{SLSong | |||
|verses=3 | |||
|easy_level=4 | |||
|normal_level=7 | |||
|hard_level=10 | |||
|overload_level=12.5 | |||
|easy_pw=375 | |||
|normal_pw=525 | |||
|hard_pw=675 | |||
|overload_pw=800 | |||
|easy_tap=98 | |||
|easy_nontap=212 | |||
|normal_tap=261 | |||
|normal_nontap=205 | |||
|hard_tap=362 | |||
|hard_nontap=249 | |||
|overload_tap=699 | |||
|overload_nontap=448 | |||
|charter=Elica<br/>Elica & k//eternal (Overload) | |||
|artist=[[:Category:Songs featuring Akira Complex|Akira Complex]] ft. [[:Category:Songs featuring kiraku|kiraku]] | |||
|bpm=172 | |||
|length=03:50 | |||
|folder=[[:Category: Spade Folder Songs|Spade]] | |||
|unlock=Complete [[NOISZ STΔRLIVHT/Story/Chapter 5.I|Chapter 5.I]]}} | |||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
[[Template:Song]] infobox copied from [[Hardcore Maniac]] | |||
<div class="mw-collapsible-content"> | |||
{{Song | |||
|Title=Hardcore Maniac | |||
|Artist=M-Project | |||
|Genre=Gabber | |||
|Easydiff=4.0 | |||
|Normaldiff=5.0 | |||
|Harddiff=8.5 | |||
|Overloaddiff=9.5 | |||
|Rate=Normal | |||
|Verses=3 | |||
|Length=3:52 | |||
|BPM=178 | |||
|Boss=[[Jester]] | |||
|TextColor=#000000 | |||
|CellColor=#6ce5f5}} | |||
''Base Pattern by [https://www.twitter.com/danmakuboss k//eternal]''<br> | |||
''Character by [https://www.angelinachiong.com/portfolio#/noisz/ Angelina Chiong]'' | |||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
[[Template:Song Infobox]] copied from [[Hardcore Maniac]] | |||
<div class="mw-collapsible-content"> | |||
<div class="album-image"> {{Song Infobox | |||
|image1=<gallery> | |||
File:Hardcore Maniac Enemy.png | |||
</gallery> | |||
}} | |||
</div> | |||
</div> | |||
<div class="mw-collapsible mw-collapsed"> | |||
Blockquote formatting | |||
<div class="mw-collapsible-content"> | |||
<blockquote> | |||
There should be a quote bar/accent to the left of this text. | |||
</blockquote> | |||
</div> | |||
</div> |
Revision as of 00:37, 3 June 2025
0 hz
Debug notes
General issues
CSS / styling
- CSS for <code> tags is messed up, e.g.
this should be in monospace font
- Looks like blockquotes are missing the styling for the quote bar (
border-left
CSS)
Infobox issues
- Template:Song Infobox is totally busted.
- Template:Song infobox issues:
- It's trying to use the
TemplateData
extension, which isn't installed. - It's using an undefined CSS class
article-table
. The Template:SLSong infobox useswiki-table
, which is why it has the black cell borders. - For some reason the base pattern and character info is just posted in italics outside of the infobox.
- It's trying to use the
- A ton of pages are under Category:Templates even though they aren't templates, likely because of naughty infoboxes that don't put the
[[Category:Templates]]
directive in a<noinclude>
tag.
Testing
Template:SLSong infobox copied from ANNIHILATOR
Zinga | |||||
---|---|---|---|---|---|
Folder
|
Verse count
| ||||
3
| |||||
Difficulty | Easy | Normal | Hard | Overload | |
Level | 4 | 7 | 10 | 12.5 | |
PW | 375 | 525 | 675 | 800 | |
Notes | Tap | 98 | 261 | 362 | 699 |
Non-Tap | 212 | 205 | 249 | 448 | |
Total | 310 | 466 | 611 | 1147 | |
Charter | Elica Elica & k//eternal (Overload) | ||||
Artist | Akira Complex ft. kiraku | BPM | 172 | ||
Unlock | Complete Chapter 5.I | Length | 03:50 |
Template:Song infobox copied from Hardcore Maniac
Hardcore Maniac | Gabber | ||
---|---|---|---|
M-Project | BPM: 178 | ||
Easy | Normal | Hard | Overload |
4.0 | 5.0 | 8.5 | 9.5 |
Rate: Normal | Verses: 3 | Boss: Jester | Length: 3:52 |
Base Pattern by k//eternal
Character by Angelina Chiong
Template:Song Infobox copied from Hardcore Maniac
[[
|
Blockquote formatting
There should be a quote bar/accent to the left of this text.