Difference between revisions of "Template talk:Clickable headed image table box"

From Microduino Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Copy and paste template code below:
 
Copy and paste template code below:
 
<source>
 
<source>
{{Clickable_headed_image_table_box|header=|link=|image=|image_size=200px|table_height=|optional_comment=}}
+
{{Clickable_headed_image_table_box|header=|link=|image=|image_size=200px|table_height=|table_width=|optional_text=}}
 
</source>
 
</source>
  
Line 11: Line 11:
 
image_size = the size of the image width wise, also defines the width of the table
 
image_size = the size of the image width wise, also defines the width of the table
 
table_height = defines the height of the entire table, useful when images or comments causes different heights on tables on the same page, use same height to normalize heights on the tables
 
table_height = defines the height of the entire table, useful when images or comments causes different heights on tables on the same page, use same height to normalize heights on the tables
optional_comment = text or whatever that goes under the image in the table
+
table_width = defines the width of the entire table
 +
optional_text = text or whatever that goes under the image in the table
 
</source>
 
</source>
  

Latest revision as of 17:10, 15 September 2016

Copy and paste template code below:

{{Clickable_headed_image_table_box|header=|link=|image=|image_size=200px|table_height=|table_width=|optional_text=}}

Parameters are as follows:

header  = header text that goes on top of the table
link = is the link that is clickable on the header text and on the image
image = is the image that will be used on the  in the template, default image if one is not specified then it would be a Microduino logo
image_size = the size of the image width wise, also defines the width of the table
table_height = defines the height of the entire table, useful when images or comments causes different heights on tables on the same page, use same height to normalize heights on the tables
table_width = defines the width of the entire table
optional_text = text or whatever that goes under the image in the table

Use

{{Clickable_headed_image_table_box_clear}}

To get rid of div float left.