Consumer Rights Wiki talk:Moderators' noticeboard: Difference between revisions
→Color scheme: Reply |
Bythmusters (talk | contribs) →Template troubles: Reply |
||
| Line 85: | Line 85: | ||
::Do you mean the top has more height than the rest of the box? I'm not entirely sure what you are talking about. [[User:AnotherConsumerRightsPerson|'''''AnotherConsumerRightsPerson''''']] ([[User talk:AnotherConsumerRightsPerson|talk]]) 16:42, 26 January 2026 (UTC) | ::Do you mean the top has more height than the rest of the box? I'm not entirely sure what you are talking about. [[User:AnotherConsumerRightsPerson|'''''AnotherConsumerRightsPerson''''']] ([[User talk:AnotherConsumerRightsPerson|talk]]) 16:42, 26 January 2026 (UTC) | ||
:::Also, the Wiki's main config can be seen at [[MediaWiki:Common.css]] and [[MediaWiki:Common.js]], where all the css and js that you see the moment you load a page is at. [[User:AnotherConsumerRightsPerson|'''''AnotherConsumerRightsPerson''''']] ([[User talk:AnotherConsumerRightsPerson|talk]]) 17:34, 26 January 2026 (UTC) | :::Also, the Wiki's main config can be seen at [[MediaWiki:Common.css]] and [[MediaWiki:Common.js]], where all the css and js that you see the moment you load a page is at. [[User:AnotherConsumerRightsPerson|'''''AnotherConsumerRightsPerson''''']] ([[User talk:AnotherConsumerRightsPerson|talk]]) 17:34, 26 January 2026 (UTC) | ||
:::So, let's compare these two versions: | |||
:::https://consumerrights.wiki/index.php?title=User:Bythmusters/templatetesting&oldid=35089 | |||
:::https://consumerrights.wiki/index.php?title=User:Bythmusters/templatetesting&oldid=35091 | |||
:::There is an additional newline between the bottom of the template and the beginning of the article text. The only difference in the source text is: | |||
:::<nowiki>"{\{Incomplete}}{\{ProductLineCargo"</nowiki> | |||
:::vs: | |||
:::<nowiki>"{\{Incomplete}}</nowiki> | |||
:::{\{ProductLineCargo" | |||
:::In the second one, there's a newline to separate the templates, as it's more natural to read in the source editor this way. Wikipedia articles do not render this newline, but CRW does. That is my issue, it takes up a lot of space on the screen. | |||
:::Thanks for the links, I read through the Common.css and Common.js of this wiki and Wikipedia but I didn't see anything relevant. I think it's in the parser, where the mediawiki text gets converted into html but I don't know enough about this stuff to be sure. [[User:Bythmusters|Bythmusters]] ([[User talk:Bythmusters|talk]]) 18:53, 26 January 2026 (UTC) | |||