Content deleted Content added
<div style="font-size:110%;"> |
m syntaxhighlight lang="wikitext" |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8:
==Parameters==
{|class="wikitable"
! style="text-align:left" | '''Parameter'''
! style="text-align:left" | '''Description'''
Line 26 ⟶ 25:
==Example usage==
<
{{Italy Labelled Map Scalable|float=left|image-width=350|border-width=1}}
{{Italy Labelled Map Scalable|float=left|image-width=350|border-width=1|border-color=#770453}}
</syntaxhighlight>
{{Italy Labelled Map Scalable|float=left|image-width=350|border-width=1}}
{{Italy Labelled Map Scalable|float=left|image-width=350|border-width=1|border-color=#770453}}
Line 37 ⟶ 36:
;Example using [[:Template:Image frame|Image frame]]
<
|content={{Italy Labelled Map Scalable
|caption=The first-level [[Administrative division|constituent entities]] of the Italian Republic <small>''{{nbsp}}(clickable labels…)''</small>▼
|border-width=1
|image-width=375
{{Image frame|caption=The first-level [[Administrative division|constituent entities]] of the Italian Republic <small>''{{nbsp}}(clickable labels…)''</small>|content={{Italy Labelled Map Scalable|float=right|image-width=400}}}}▼
}}
▲|caption=The first-level [[Administrative division|constituent entities]] of the Italian Republic
|innerstyle=border:none;
}}</syntaxhighlight>
{{Image frame
|content={{Italy Labelled Map Scalable
|float=right
|border-width=1
|image-width=375
}}
▲
|innerstyle=border:none;
}}
{{-}}
Line 52 ⟶ 64:
==See also==
*[[:Template:Italy Labelled Map]]
==Templatedata==
<templatedata>
{
"params": {
"float": {
"label": "float",
"description": "template alignment: left or right (default is right)",
"example": "left",
"type": "string"
},
"border-width": {
"label": "border-width",
"description": "border width in px (default is 0, no border) ",
"example": "1",
"type": "number"
},
"border-color": {
"label": "border-color",
"description": "border colour specified as CSS colour (default is silver) ",
"example": "blue",
"type": "string"
},
"image-width": {
"label": "image-width",
"description": "width for displayed template in px (default is 455) ",
"example": "400",
"type": "number"
}
},
"description": "Italy Labelled Map Scalable",
"paramOrder": [
"float",
"image-width",
"border-width",
"border-color"
]
}
</templatedata>
|