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.
- Note: If you are setting custom images using the face parameters (like `|front=`), make sure to add `|frameless|link=` to your file syntax to prevent the wiki from adding a default white background to the image!*
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 = 200
| image = Standard_Block.png
| top = <span class="cc-text">TOP</span>
| bottom = [[File:Special_Bottom.png|200px|frameless|link=]]
}}