Hello, everyone! I’ve noticed that formatting color and fonts on the wiki are currently using some CSS classes that need to be included in the articles of both Undertale and Deltarune wikis.
I wanted to suggest creating templates for these, in order to:
- avoid having to include two types of syntaxes in the articles
- to avoid having multiple ways to do the same thing - since you can use both
<span class="yellow">or<yellow>
My suggestion would be to make an template for color and one for fonts.
Something like {{color}} and {{font}}. So that you could use {{color|yellow|example text}} instead of <yellow>example text</yellow>. Or {{font|csans|My example}} instead of <span class="csans">My example</span>.
The syntax would be closer to everything else that the wiki uses, with the benefit of having the articles not break if the HTML syntax or CSS class needs to change for some reason. You can just update the template and everything is updated automatically.
Thoughts on this? I could create them and these could be displayed on the Manual of Style if there’s an agreement.