Template:3DCube
From SNCApedia, the shit nobody cares about encyclopedia
Usage
Because the template uses transparent walls, make sure any images you use are transparent PNGs or SVGs to get the best "see-through" effect.
Convenience usage (same image on all sides):
{{3DCube
| size = 150
| image = Transparent_Image.png
}}
Mixed content override: You can set a global image, but override specific sides using wikitext.
{{3DCube
| size = 250
| front = [[File:Transparent_Image.png|200px]]
| back = <span class="cc-text">HELLO<br>WORLD</span>
| left = Just some plain text!
| right = [[File:Another_Image.png|200px]]
| top = <span class="cc-text">TOP</span>
| bottom = <span class="cc-text">BOTTOM</span>
}}