90,866
edits
(Created page with '{{Documentation subpage}} Preview Crop Template lets you create a crop of an image inline for previewing the look and feel of a page. If the edit is committed these crops should …') |
(change example) |
||
Line 21: | Line 21: | ||
=== Examples === | === Examples === | ||
Image focus on logo with center formating: | |||
{{Css Image Crop | {{Css Image Crop | ||
|Image = | |Image = FGSmemberlogo.jpg | ||
|bSize = | |bSize = 200px | ||
|cWidth = | |cWidth = 115 | ||
|cHeight = | |cHeight = 90 | ||
|oTop = | |oTop = 12 | ||
|oLeft = | |oLeft = 44 | ||
|Location = center | |Location = center | ||
|Description = | |Description = FGS membership logo (focus on the logo) | ||
}} | }} | ||
<pre><nowiki>{{Css Image Crop | <pre><nowiki>{{Css Image Crop | ||
|Image = | |Image = FGSmemberlogo.jpg | ||
|bSize = | |bSize = 200px | ||
|cWidth = | |cWidth = 115 | ||
|cHeight = | |cHeight = 90 | ||
|oTop = | |oTop = 12 | ||
|oLeft = | |oLeft = 44 | ||
|Location = center | |Location = center | ||
|Description = | |Description = FGS membership logo (focus on the logo) | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
You may also omit the Location and Description parameters to get: | You may also omit the Location and Description parameters to get: | ||
{{Css Image Crop | {{Css Image Crop | ||
|Image = | |Image = FGSmemberlogo.jpg | ||
|bSize = | |bSize = 200px | ||
|cWidth = | |cWidth = 115 | ||
|cHeight = | |cHeight = 90 | ||
|oTop = | |oTop = 12 | ||
|oLeft = | |oLeft = 44 | ||
}} | }} | ||
<pre><nowiki>{{Css Image Crop | <pre><nowiki>{{Css Image Crop | ||
|Image = | |Image = FGSmemberlogo.jpg | ||
|bSize = | |bSize = 200px | ||
|cWidth = | |cWidth = 115 | ||
|cHeight = | |cHeight = 90 | ||
|oTop = | |oTop = 12 | ||
|oLeft = | |oLeft = 44 | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
edits