
I've gotten a lot accomplished with my character sheet since I last asked for help. I've been trying to learn how to code from looking at different 5e-like sheets in Roll20's Github and I feel like I've learned a lot. However, I've kind of hit a bit of a roadblock. While looking through everything, I've found a lot of tags called data-i18n which confused me for a bit but I think it's some sort of language thing?? I've pretty much been able to work around this for a lot of things but when I came across Tool Prof. or Attacks which had repeating sections, it just became a lot for me. I've also noticed a lot of sheets use JS, PUG, SCSS, and other things that I'm not familiar with. I've been doing all of my coding in HTML and CSS only, nothing else. I haven't had any problems. Just a lack of knowledge when it comes to repeating sections and how to hide some of the information in those repeating sections to clean it up. I would appreciate any little tips and tricks on how they work or how to make them work in HTML and CSS only, if possible.