iDevice following a Section

From WikiEducator
Jump to: navigation, search



The default margins of the iDevice templates are being changed as of January 2, 2008 so that the templates are easier to work with. For most cases all that will be necessary is a carriage return before and after the template for the spacing to look reasonable. However, if you have a template directly after a section heading (see below) you will need to add a <br/> after the section heading instead of a carriage return or modifiy the TopMargin by adding |TopMargin=10px inside the call to the iDevice template so that the spacing looks reasonable.

In the example below we create an Objectives template directly after a section heading using,

====A Template Follows This Section====
<br/>
{{Objectives|Describe how manual intervention is necessary when an iDevice template follows a section heading}}

which looks like:

A Template Follows This Section



Icon objectives.jpg
Objectives
Describe how manual intervention is necessary when an iDevice template follows a section heading


In another example we create an Objectives template directly after a section heading using,

====A Template Follows This Section Too====

{{Objectives|Describe how manual intervention is necessary when an iDevice template follows a section heading|TopMargin=10px}}

which looks like:

A Template Follows This Section Too

Icon objectives.jpg
Objectives
Describe how manual intervention is necessary when an iDevice template follows a section heading