×
Create a new article
Write your page title here:
We currently have 6 articles on NOISZ Wiki. Type your article name above or click on one of the titles below and start writing!



NOISZ Wiki
6Articles

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)
  • CSS in general looks to be expecting a lot of stuff that isn't in the default theme. I'll wait til the fandom wiki's CSS is ported over?

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 uses wiki-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.
  • ✅ 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.
  • There's no way to avoid transcluding categories for infoboxes without modifying all of the templates. That means the infoboxes on this page that are included for demonstration purposes have put this page under Category:Songs even though this isn't a page for a song! Consider using the Template:Category_handler template that MediaWiki has, which automatically handles the nocat parameter. Unfortunately it looks like that would still require all templates to opt into using that template for their category inclusions...