If you are reading a page from the Old LaRA wiki, please consider moving it to reroot it in the wiki
All the followings syntax is easily insertable into the wiki thanks to the Snippets plugin, which provides an Insert Template toolbar button when editing a page.
To place tags on a page, use the following anywhere on the page (but it's advisable to keep a single tag block at the bottom of the page).
{{tag>TAG1 TAG2}}
To make a list of the pages with a specific set of tags, use the topic
keyword.
{{topic>TAG1 +TAG2&nouser&nodesc&nodate}}
Whenever possible, use tags matching the wiki page they are referring to (e.g. use tag
imara
for pages/contracts/people/… related to IMARA - Informatique, Mathématiques et Automatique pour la Route Automatisée). Additionally, make sure you are using only singular words as tags.
Making a tag could is done by inserting command
~~TAGCLOUD~~
Word clouds (with links to wiki-searches on the selected word) are similarly doable using
~~CLOUD~~
More details on the tags here, on the list generation here and on the clouds here.
Just use LaTeX syntax within jsmath
or inline jsm
tags.
<jsmath>\lim_{n\to\infty}\sum_{i=1}^{n} \frac{1}{i}=\infty</jsmath>
or
<jsm>\lim_{n\to\infty}\sum_{i=1}^{n} \frac{1}{i}=\infty</jsm>
The previous code generates \lim_{n\to\infty}\sum_{i=1}^n \frac{1}{i}=\infty, but may need a refresh (and clearing the cache) of the page before displaying properly.
{{indexmenu>:caor#1|js navbar max#3#2}}
To display a link to a file or list of files matching a pattern, one can use
{{filename>:namespace:path:pattern}}
For example.
{{filename>*}}
gives a link to the first file which matches
0001-fix-ACL-preview-for-users-with-special-chars-FS-2206.patchA list of all matching files can be shown, with various parameters to change the way it is displayed.
{{filelist>:wiki:*&style=list}}
gives
or
{{filelist>:wiki:*&style=table&tableheader=1&tableshowdate=1&tableshowsize=1}}
gives
Filename | Filesize | Last modified |
---|---|---|
0001-fix-ACL-preview-for-users-with-special-chars-FS-2206.patch | 1417 | 2011/06/10 02:09 |
dokuwiki-128.png | 33615 | 2010/01/15 22:41 |
dokuwiki-2009-02-14_lara.patch | 7804 | 2010/01/15 22:48 |
dokuwiki-2009-02-14_lara.patch.old | 3450 | 2009/11/04 14:11 |
dokuwiki-2009-12-25b_lara.patch | 20700 | 2010/05/12 03:25 |
dokuwiki_s5_lara.tar.gz | 15106 | 2010/01/05 16:18 |
larawiki.dia | 191823 | 2010/01/15 23:39 |
larawiki.png | 78867 | 2010/01/16 00:03 |
media_selection_subfolder.png | 59874 | 2009/12/11 14:54 |
media_uploaded.png | 97480 | 2009/12/11 14:53 |
mmclean-2007-10-31_lara.patch | 19230 | 2010/05/12 03:10 |
mmclean-2007-10-31_lara.patch.old | 10509 | 2009/08/13 17:38 |
pagemove_20070212.patch | 4015 | 2010/01/07 16:05 |
To display a gallery of all images in a namespace (i.e. forlder), one can use the following syntax.
{{gallery>:path:to:namespace}}
This gives out galleries like these.
Image flows can be created with
<imageflow :path:to:namespace></imageflow>
More informatin about basic galleries and image flows .
<flashplayer width=380 height=305>file=/wikilara.new/_media/wiki:Chronique15_Cybercar.flv</flashplayer>
(If Flash is installed and JavaScript is activated, you can watch a video inside this web page.)
The “email address” of a calendar can be found in the Calendar Details tab in the Google Calendar settings, under the Calendar Address section.
{{cal>53gdal07aotm8ld46li2jfoi4c@group.calendar.google.com[600,300]|Olivier's calendar}}
A quick example of a simple poll where each voter, identified by their wiki login can vote only choose one option.
<doodle single login|Example> ^ :?: ^ :!: ^ </doodle>
Example | ||
---|---|---|
Real name | :?: | :!: |
Olivier Mehani | ![]() | |
Manabu Tsukada | ![]() | |
Philippe Zhang | ![]() | |
1 | 2 |
Just add
~~SLIDESHOW~~
anywhere in a page to display an icon to display it as an in-browser presentation.
This plugins works based on wiki pages in the :bib namespace containing the raw BibTeX entries. It is advisable to have one page for your own publications as :bib:YOURWIKIUSER
(e.g. oliviermehani). The same would be good for the publications of a given project, lab,…
Inserting the full bibliography contained in the above example file is done as follow.
<BIBTEX: file=oliviermehani>
A reference to a given publication can be made as
{[oliviermehani:2007mehani_cybercars_crossroads]}
which is rendered as [2007mehani_cybercars_crossroads].