Template:2DSpinCube: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
SomebodyRum (talk | contribs) No edit summary |
SomebodyRum (talk | contribs) removed dead space |
||
| Line 4: | Line 4: | ||
Creates a rotating 2D-projection 3D cube. | Creates a rotating 2D-projection 3D cube. | ||
================================================== | ================================================== | ||
USAGE: | USAGE: | ||
{{2DSpinCube | {{2DSpinCube | ||
| Line 13: | Line 12: | ||
| right = Override for right | | right = Override for right | ||
}} | }} | ||
PARAMETERS: | PARAMETERS: | ||
- image: Default image used if specific faces are not defined. | - image: Default image used if specific faces are not defined. | ||
| Line 28: | Line 26: | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
| Line 35: | Line 32: | ||
{{2DSpinCube | image = Example.png }} | {{2DSpinCube | image = Example.png }} | ||
</pre> | </pre> | ||
=== Custom Image for each face === | === Custom Image for each face === | ||
<pre> | <pre> | ||
Latest revision as of 18:34, 11 April 2026
Usage
[edit source]Single Image for all faces
[edit source]{{2DSpinCube | image = Example.png }}
Custom Image for each face
[edit source]{{2DSpinCube
| front = Front.png
| back = Back.png
| left = Left.png
| right = Right.png
}}