Difference between revisions of "Help"
From Entopedia
Line 1: | Line 1: | ||
+ | == Multi column lists == | ||
+ | |||
+ | Multi-column lists can me made to automatically adjust its number of columns depending on screen width by using the '''Div col''' markup. Example: | ||
+ | |||
+ | <pre><nowiki> | ||
+ | {{Div col|colwidth=10em|rules=yes|gap=2em}} | ||
+ | * a | ||
+ | * b | ||
+ | * c | ||
+ | * d | ||
+ | * e | ||
+ | * f | ||
+ | * g | ||
+ | * h | ||
+ | {{Div col end}}</nowiki></pre> | ||
+ | |||
+ | More at https://en.wikipedia.org/wiki/Template:Div_col | ||
+ | |||
== HTML4video == | == HTML4video == | ||
Revision as of 17:40, 23 August 2016
Multi column lists
Multi-column lists can me made to automatically adjust its number of columns depending on screen width by using the Div col markup. Example:
{{Div col|colwidth=10em|rules=yes|gap=2em}} * a * b * c * d * e * f * g * h {{Div col end}}
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>