×
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

User:Zinga: Difference between revisions

No edit summary
(Remove cruft; update notes)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
test edit
0 hz


wait what, why did that work
= 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)
* 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 <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.
* 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 [https://en.wikipedia.org/wiki/Template:Category_handler#The_%22nocat%22_parameter Template:Category_handler] template that MediaWiki has, which automatically handles the <code>nocat</code> parameter. Unfortunately it looks like that would still require all templates to opt into using that template for their category inclusions...

Latest revision as of 00:39, 4 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)
  • 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...