Template:InlineMap: Difference between revisions
Appearance
BenGreenberg (talk | contribs) Created page with "<includeonly> {{ #display_point: {{#geocode:{{{address}}}}} | width=500 | height=300 }} </includeonly>" |
BenGreenberg (talk | contribs) No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="width:400px;height:200px;"> | |||
<div style="float:left;">{{{address}}}</div> | |||
<div style="float:right;"> | |||
{{ | {{ | ||
#display_point: | #display_point: | ||
{{#geocode:{{{address}}}}} | {{#geocode:{{{address}}}}} | ||
| width= | | width=200 | ||
| height= | | height=200 | ||
}} | }} | ||
</div> | |||
</div> | |||
</includeonly> | </includeonly> | ||