Help

From Entopedia
Revision as of 18:44, 31 August 2016 by Webmaster (talk | contribs) (RSS)

Jump to: navigation, search

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 News feeds are a bit more tricky, as the description (summaries) part renders HTML tags instead of descriptions. The descriptions can be removed by specifying a Google-feed template in the RSS tag:

<rss template="Google-feed">http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&as_scoring=r&as_maxm=20&q=allintitle%3A+munich&as_qdr=a&as_drrb=q&as_mind=26&as_minm=9&cf=all&as_maxd=26&output=rss</rss>
No Bayern Munich, Zidane talks over manager role - sources - ESPN
2024-04-19 16:28:00
Nagelsmann extends with Germany, won't return to Bayern Munich - ABC News
2024-04-19 13:41:15
36 Hours in Munich: Things to Do and See - The New York Times
2024-04-18 09:04:25
Bayern Munich Asks FC Barcelona About Frenkie De Jong, Reports Relevo - Forbes
2024-04-19 15:19:43
Highlights: Garin upsets Zverev in Munich 2024 - ATP Tour
2024-04-19 15:23:43
Cristian Garin repeats history by ousting Alexander Zverev in Munich quarterfinals - Tennis Magazine
2024-04-19 16:34:29
Man Utd or Bayern Munich? Former Real Madrid coach Zinedine Zidane makes preference for next job clear - Goal.com
2024-04-19 16:34:12
ATP Munich Semifinal Predictions Including Fritz vs Garin - Last Word On Sports
2024-04-19 17:49:58
Kimmich heads Bayern Munich past Arsenal and into Champions League semifinals - The Associated Press
2024-04-17 21:56:15
Bayern Munich vs. Arsenal prediction, odds, time: 2024 UEFA Champions League picks, best bets for April 17 - CBS Sports
2024-04-17 15:39:54
How Bayern Munich beat Arsenal 1-0 to advance to Champions League semi-finals - The Athletic
2024-04-17 22:40:56
Real Madrid Legend Zidane 'One Step Away' From Joining Bayern Munich - Forbes
2024-04-19 11:29:59
MATCH POINT: Cristian Garin upsets top seed Alexander Zverev in Munich quarterfinals - Tennis Magazine
2024-04-19 13:41:55
Ranking remaining Champions League teams: Real Madrid, Bayern Munich, PSG and Dortmund to battle for crown - CBS Sports
2024-04-18 13:54:43
Taylor Fritz advances to Munich SFs, Zverev upset - ATP Tour
2024-04-19 18:11:04
Where to watch Bayern Munich vs. Arsenal: Live stream Champions League, TV channel, prediction, odds - CBS Sports
2024-04-17 19:08:14
Holger Rune begins title defence despite Munich hail - ATP Tour
2024-04-18 16:12:55
Bayern Munich 1-0 Arsenal (Apr 17, 2024) Game Analysis - ESPN
2024-04-17 22:18:45
Bayern Munich vs. Arsenal odds, picks, how to watch, stream: April 17, 2024 Champions League score prediction - CBS Sports
2024-04-17 18:13:26
How Bayern Munich found a way to blunt Arsenal's attacking plans - The Athletic
2024-04-18 11:01:10
How Thomas Tuchel's tactical touch has Bayern Munich on verge of salvaging season with Champions League run - CBS Sports
2024-04-18 13:58:06
Jack Draper vs Taylor Fritz | Munich Open quarter-final highlights - Sky Sports
2024-04-19 12:16:39
Thomas Tuchel 'Masterpiece' Sees Bayern Munich Beat Arsenal 1-0 - Forbes
2024-04-18 00:20:07
Le Bayern Munich pense à Zinédine Zidane, Ralf Rangnick et Roberto De Zerbi - L'Équipe
2024-04-19 15:58:57
Lufthansa A350 Munich-Montreal Declares Emergency - AviationSource News
2024-04-19 15:57:29
Report: Ralf Rangnick and Sebastian Hoeneß still in play for Bayern Munich - Bavarian Football Works
2024-04-19 19:00:00
Bayern Munich have their man! Zinedine Zidane close to taking over in Bavaria with deal 'practically done' as ... - Goal.com
2024-04-19 12:21:12
Why Arsenal's Champions League disappointment vs. Bayern Munich shouldn't spell the end of the Gunners' dreams - CBS Sports
2024-04-17 20:54:59
Bayern Munich vs. Arsenal 2024 livestream: Watch Champions League for free - Mashable
2024-04-17 13:29:58
B Munich 1 Arsenal 0 (3-2 agg): Arteta's side too cautious? Tuchel to go out on a high? - The Athletic
2024-04-17 22:30:00
Alexander Zverev completes opening Munich win after hail delay - ATP Tour
2024-04-17 17:27:45
Arsenal draw up summer transfer shortlist after defeat to Bayern Munich in UEFA Champions League - Paper Round - Eurosport COM
2024-04-19 06:54:00


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

Lightbox style galleries of uploaded images can easily be created using the <gallery>...</gallery> markup:

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:

More photos at https://www.dr-pere.com/entopedia/Photos

Additional information/links

Consult the User's Guide for information on using the wiki software.