You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! wiki.penguinmod.com has a the template Infobox block. One thing needed for this template is the Scratchblocks extension, which allows for the programmatic creation of SVG versions of Scratch's (the block-based programming language) blocks.
This template (Infobox block), needed the ability to use Scratchblocks. Scratchblocks provides the tag <scratchblocks>, but using the tag like that, for whatever reason, didn't seem to be working; so I used {{#tag: scratchblocks|...}} instead. Unfortunately, this specific circumstance seems to lead to the whitespace being stripped, thus making the Scratchblocks render incorrectly.
Take a look at this block:
This is how it renders within the infobox. Meanwhile, it is supposed to render like:
For reference, both blocks are using the following syntax:
for [] in () {
}::#ff791a
The text was updated successfully, but these errors were encountered:
I remember these working before (as in when I last edited the block page that you showed) but I have no idea if that's just a false memory. Also, this has happened to other blocks too (and might happen to other blocks as well if we try to change the images to scratchblocks or when we create more c-block pages)
Hey there! wiki.penguinmod.com has a the template Infobox block. One thing needed for this template is the Scratchblocks extension, which allows for the programmatic creation of SVG versions of Scratch's (the block-based programming language) blocks.
This template (Infobox block), needed the ability to use Scratchblocks. Scratchblocks provides the tag
<scratchblocks>
, but using the tag like that, for whatever reason, didn't seem to be working; so I used{{#tag: scratchblocks|...}}
instead. Unfortunately, this specific circumstance seems to lead to the whitespace being stripped, thus making the Scratchblocks render incorrectly.Take a look at this block:
This is how it renders within the infobox. Meanwhile, it is supposed to render like:
For reference, both blocks are using the following syntax:
The text was updated successfully, but these errors were encountered: