Difference between revisions of "Template:AppliesTo"
From Contao Community Documentation
m |
m (class added) |
||
Line 1: | Line 1: | ||
<!-- begin AppliesTo --> | <!-- begin AppliesTo --> | ||
− | <div style="float:right;"> | + | <div class="appliesto" style="float:right;"> |
{| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#eeeeee; font-size:95%; empty-cells:show;" | {| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#eeeeee; font-size:95%; empty-cells:show;" | ||
|- style="background:#303060; color:white" | |- style="background:#303060; color:white" |
Latest revision as of 16:31, 12 September 2010
Applies to | |
---|---|
This template allows to include a short overview on the environment that the article applies to.
Usage:
{{AppliesTo | Version=The version(s) of the Contao core the article applies to. | Ext1=First extension the article applies to. | Ext2=Second extension the article applies to. | ... any other extensions the article applies to (if any) following the above numbering scheme. }}
Examples:
{{AppliesTo | Version=2.9.0-2.9.2 | Ext1=[[Some Extension|Some Extension 1.0.0]] | Ext2=[[Another Extension|Another Extension 1.5.0]] }}
Old Usage (Extensions in one parameter, usage is discouraged):
{{AppliesTo | Version=The version(s) of the Contao core the article applies to. | Extensions=The extensions the article applies to as a text list. }}