Difference between revisions of "Help"
From Entopedia
(→Google Maps) |
|||
Line 52: | Line 52: | ||
== Google Maps == | == Google Maps == | ||
+ | |||
+ | Google Maps can be included on a page by clicking on the map symbol to generate the markup. | ||
+ | |||
+ | ''Example:'' | ||
+ | |||
+ | <pre><nowiki><googlemap version="0.9" lat="48.150514" lon="11.545212" zoom="18" style="width:90%"> | ||
+ | 48.150321, 11.545233 | ||
+ | Map test! | ||
+ | </googlemap></nowiki></pre> | ||
+ | |||
+ | ''Result:'' | ||
+ | |||
+ | <googlemap version="0.9" lat="48.150514" lon="11.545212" zoom="18" style="width:90%"> | ||
+ | 48.150321, 11.545233 | ||
+ | Map test! | ||
+ | </googlemap> |
Revision as of 17:52, 23 August 2016
Multi column lists
The Div col markup is used to create a multi-column list that automatically adjust its number of columns depending on screen widths.
Example:
{{Div col|colwidth=10em|rules=yes|gap=2em}} * a * b * c * d * e * f * g * h {{Div col end}}
Result:
- a
- b
- c
- d
- e
- f
- g
- h
More at https://en.wikipedia.org/wiki/Template:Div_col
HTML4video
Examples:
<HTML5video width="520" height="320" autoplay="true" loop="true">dragonfly</HTML5video>
<HTML5video type="youtube" width="400" height="300" autoplay="false">CBqevebIAME</HTML5video>
RSS
An RSS feed can be included on a page by the following syntax:
<rss max=4 highlight="BBC">http://feeds.bbci.co.uk/news/rss.xml</rss>
Google Maps
Google Maps can be included on a page by clicking on the map symbol to generate the markup.
Example:
<googlemap version="0.9" lat="48.150514" lon="11.545212" zoom="18" style="width:90%"> 48.150321, 11.545233 Map test! </googlemap>
Result: