Difference between revisions of "Help"
From Entopedia
(→Google Maps) |
|||
Line 68: | Line 68: | ||
Map test! | Map test! | ||
</googlemap> | </googlemap> | ||
+ | |||
+ | |||
+ | == Image galleries == | ||
+ | |||
+ | Image galleries of uploaded images can easily be created using the <gallery>...</gallery> markup: | ||
+ | |||
+ | ''Example:'' | ||
+ | |||
+ | <pre><nowiki><gallery> | ||
+ | 20160610_124100_DSC04914.jpg | ||
+ | 20160610_124123_DSC04915.jpg | ||
+ | 20160610_124129_DSC04916.jpg | ||
+ | 20160610_124141_DSC04917.jpg | ||
+ | 20160610_124154_DSC04918.jpg | ||
+ | 20160610_124541_DSC04920.jpg | ||
+ | </gallery></nowiki></pre> | ||
+ | |||
+ | ''Result:'' | ||
+ | |||
+ | <gallery> | ||
+ | 20160610_124100_DSC04914.jpg | ||
+ | 20160610_124123_DSC04915.jpg | ||
+ | 20160610_124129_DSC04916.jpg | ||
+ | 20160610_124141_DSC04917.jpg | ||
+ | 20160610_124154_DSC04918.jpg | ||
+ | 20160610_124541_DSC04920.jpg | ||
+ | </gallery> |
Revision as of 17:56, 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:
Image galleries
Image galleries of uploaded images can easily be created using the- ...
Example:
<gallery> 20160610_124100_DSC04914.jpg 20160610_124123_DSC04915.jpg 20160610_124129_DSC04916.jpg 20160610_124141_DSC04917.jpg 20160610_124154_DSC04918.jpg 20160610_124541_DSC04920.jpg </gallery>
Result: