Difference between revisions of "Template:Part"
From Autopilot Wiki
								
												
				|  (Generated from a page schema) | |||
| Line 1: | Line 1: | ||
| − | <noinclude> | + | <noinclude> | 
| − | + | This is the "Part" template. | |
| − | + | It should be called in the following format: | |
| − | |||
| <pre> | <pre> | ||
| − | {{ Part | + | {{Part | 
| − | |  | + | |Image= | 
| − | |  | + | |Modality= | 
| − | |  | + | |Part Type= | 
| − | |  | + | |Manufacturer= | 
| − | |  | + | |Product ID= | 
| − | |}} | + | |Product Page= | 
| + | |Datasheet= | ||
| + | |Price= | ||
| + | }} | ||
| </pre> | </pre> | ||
| + | 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;" | ||
| + | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ||
| + | |- | ||
| + | {{#if:{{{Image|}}}|! Image | ||
| + | {{!}} [[File:{{{Image|}}}]] {{#set:Has Image=File:{{{Image|}}}}} | ||
| + | }} | ||
| + | |- | ||
| + | ! Modality | ||
| + | | {{#arraymap:{{{Modality|}}}|,|x|[[Modality::x]]}} | ||
| − | |||
| − | |||
| |- | |- | ||
| − | | | + | ! Part Type | 
| + | | [[Is Part Type::{{{Part Type|}}}]] | ||
| |- | |- | ||
| − | !  | + | ! Manufacturer | 
| − | | [[ | + | | [[Manufactured By::{{{Manufacturer|}}}]] | 
| |- | |- | ||
| − | !  | + | ! Product ID/Part Number | 
| − | | [[ | + | | [[Has Product ID::{{{Product ID|}}}]] | 
| |- | |- | ||
| − | !  | + | ! Product Page | 
| − | | [[Has  | + | | [[Has Product Page::{{{Product Page|}}}]] | 
| |- | |- | ||
| − | !  | + | ! Datasheet | 
| − | | [[ | + | | [[Has Datasheet::{{{Datasheet|}}}]] | 
| − | |- | + | {{#if:{{{Price|}}}| | 
| − | !  | + | {{!}}- | 
| − | + | ! Price (USD) | |
| + | {{!}} [[Has USD Price::{{{Price|}}}]] | ||
| + | }} | ||
| |} | |} | ||
| − | + | ||
| − | + | [[Category:Part]] | |
| + | </includeonly> | ||
Revision as of 00:51, 2 July 2021
This is the "Part" template. It should be called in the following format:
{{Part
|Image=
|Modality=
|Part Type=
|Manufacturer=
|Product ID=
|Product Page=
|Datasheet=
|Price=
}}
Edit the page to see the template text.