Difference between revisions of "Template:Build Guide"
From Autopilot Wiki
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Build Guide | {{Build Guide | ||
| + | |Image= | ||
|Modality= | |Modality= | ||
|Build Guide Type= | |Build Guide Type= | ||
| Line 17: | Line 18: | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
| − | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | + | </noinclude><includeonly> |
| + | {{#if:{{{Image|}}}| | ||
| + | {{#set: | ||
| + | Has Image=File:{{{Image|}}} | ||
| + | }}| | ||
| + | }} | ||
| + | {| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | ||
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ||
|- | |- | ||
| + | {{#if:{{{Image|}}}|!colspan="2"{{!}}[[File:{{{Image|}}}{{!}}300px]] | ||
| + | {{!}}- | ||
| + | |}} | ||
! Modality | ! Modality | ||
| {{#arraymap:{{{Modality|}}}|,|x|[[Modality::x]]}} | | {{#arraymap:{{{Modality|}}}|,|x|[[Modality::x]]}} | ||
Revision as of 04:11, 29 June 2021
This is the "Build Guide" template. It should be called in the following format:
{{Build Guide
|Image=
|Modality=
|Build Guide Type=
|Short Description=
|Uses Material(s)=
|Uses Part(s)=
|Creator=
|Version=
|Submitted Date=
|Uses Tool(s)=
|Uses Schematic(s)=
}}
Edit the page to see the template text.