Difference between revisions of "Template:3D CAD"

From Autopilot Wiki
Jump to: navigation, search
Line 10: Line 10:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 +
 +
The syntax for the 3d tag is
 +
<pre>{{#3d:Model.json|width|height|color|opacity|norotate|scale|z|style|class}}</pre>
 +
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{{#3d:{{{.STL|}}}|"100%"|||||50||}}
+
{{#3d:{{{.STL|}}}|400|400|||1|25||}}
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 21:42, 28 June 2021

This is the "3D CAD" template. It should be called in the following format:

{{3D CAD
|.STL=
|.STEP=
|Other Files=
}}

Edit the page to see the template text.

The syntax for the 3d tag is

{{#3d:Model.json|width|height|color|opacity|norotate|scale|z|style|class}}