Sjabloon:EMMskin blocks section

This is the "EMMskin blocks section" template.

It is used to mark a section of a number of block rows with blocks, specified by passing a number of calls to the Template:EMMskin block template. See the latter for its usage instructions.

The EMMskin block section should be called in the following format:

For 2 blocks on one row of width 6:

{{EMMskin blocks section
| {{EMMskin block|width=6|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>}}
| {{EMMskin block|width=6|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>|color=red}}
}}

or, for example 4 blocks, distributed over 2 rows (widths 2, 4, 6 and one block below them of width 12):

{{EMMskin blocks section
| {{EMMskin block|width=2|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>}}
| {{EMMskin block|width=4|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>|color=red}}
| {{EMMskin block|width=6|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>}}
| {{EMMskin block|pretitle=<your pretitle>|title=<your title>|body=<your bodytext>|readmorelink= <your link>}}
}}

Note: total width per block row is 12, if your definition of blocks exceeds a total of 12, your blocks will continue on the next row. Not specifying a width for a block results in a width of twelve.

Edit the page to see the template text.