Difference between revisions of "Template talk:Clickable component tutorial box"
From Microduino Wiki
(Created page with "Copy and paste template: <source> {{Clickable component tutorial box |component_name= |component_name_alt= |link= |image= |image_size= |table_height= |table_width= }} </source...") |
|||
Line 12: | Line 12: | ||
</source> | </source> | ||
− | Parameter definitions | + | Parameter definitions: |
<source> | <source> | ||
component_name= Name of the component, used in the header | component_name= Name of the component, used in the header |
Latest revision as of 23:46, 19 September 2016
Copy and paste template:
{{Clickable component tutorial box
|component_name=
|component_name_alt=
|link=
|image=
|image_size=
|table_height=
|table_width=
}}
Parameter definitions:
component_name= Name of the component, used in the header
component_name_alt= Name of the componentused in the hyperlink within the box, optional, if not defined defaults to component_name
link= Link to wiki page that is clickable
image= Image to display
image_size= Height of the image to scale to, defaults to 100px
table_height= Set table height, defaults to 150px
table_width= Set table width, defaults to 150px
Example:
{{Clickable component tutorial box
|component_name=Component
|component_name_alt=Component Alt
|link=Component_Alt
|image=file:Microduino-logo3.png
|image_size=150px
|table_height=200px
|table_width=200px
}}