|
|
(Une version intermédiaire par le même utilisateur non affichée) |
Ligne 20 : |
Ligne 20 : |
|
| |
|
| old string function: {{#urlencode: Théorie d'obsolète}} | | old string function: {{#urlencode: Théorie d'obsolète}} |
|
| |
| == Latex ==
| |
|
| |
| <math> w(f)=\frac{8\pi hf^3}{c^3}\frac{1}{{\rm e}^{hf/kT}-1}~~,w(\lambda)=\frac{8\pi hc}{\lambda^5}\frac{1}{{\rm e}^{hc/\lambda kT}-1}</math>
| |
|
| |
| == graphviz ==
| |
|
| |
| https://www.mediawiki.org/wiki/Extension:GraphViz#Examples
| |
|
| |
|
| |
| <graphviz renderer="neato" caption="Graph for example no. 2">
| |
| graph example2 {
| |
| run -- intr;
| |
| intr -- runbl;
| |
| runbl -- run;
| |
| run -- kernel;
| |
| kernel -- zombie;
| |
| kernel -- sleep;
| |
| kernel -- runmem;
| |
| sleep -- swap;
| |
| swap -- runswap;
| |
| runswap -- new;
| |
| runswap -- runmem;
| |
| new -- runmem;
| |
| sleep -- runmem;
| |
| }
| |
| </graphviz>
| |
|
| |
| == Semantic Mediawiki ==
| |
|
| |
| [[est utile pour::scénario pédagogique]]
| |
|
| |
| PAGENAME = {{PAGENAME}}
| |
|
| |
| CURRENTUSER ={{CURRENTUSER}}
| |
|
| |
| {{progress reporting button}}
| |
|
| |
| === SRF test 1 ===
| |
| {{#ask: [[Category:Bases psychopédagogiques des technologies éducatives]]
| |
| |? page suivante
| |
| | format=graph
| |
| | graphcolor=yes
| |
| | graphlink=yes
| |
| | nodeshape=box
| |
| | graphlegend=yes
| |
| | graphlabel=yes
| |
| | graphsize=10,500
| |
| | rankdir=TB
| |
| }}
| |
|
| |
| === SRF test 2 ===
| |
|
| |
| {{#ask: [[Category:Bases psychopédagogiques des technologies éducatives]]
| |
| |? page suivante
| |
| |? page parente
| |
| | format=graph
| |
| | graphcolor=yes
| |
| | graphlink=yes
| |
| | nodeshape=box
| |
| | graphname=Liens entre modules 2
| |
| | graphlegend=yes
| |
| | graphlabel=yes
| |
| | graphsize=10,500
| |
| | rankdir=TB
| |
| }}
| |
|
| |
| == Regexp test ==
| |
|
| |
| * goodbye \\1* Hello Sir
| |
| * goodbye \\1
| |
| * Again
| |
| * Modif by test !!
| |
|
| |
| == Test collaboration diagram ==
| |
| (curently broken)
| |
|
| |
| <collaborationdia page="Accueil"/>
| |
|
| |
| <collaborationdia page="STIC:STIC_I_-_exercice_1;STIC:STIC_I_-_exercice_2;STIC:STIC_I_-_exercice_2"/>
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| ! Texte de l’en-tête !! Texte de l’en-tête
| |
| |-
| |
| | Texte de la cellule1 || Texte de la cellule2
| |
| |-
| |
| | Texte de la cellule || yo
| |
| |}
| |
|
| |
| encore test bouton publier
| |
|
| |
| {{citation | blabla}}{{citation encadrée | blib aélafj afélafdkj aéfdlkja fdélakfdj éafdlkj afdadjdéfalkafdj éadflkj afd }}
| |
|
| |
| Contributeurs top (automatiquement)
| |
| <topcontributors/>
| |
|
| |
|
| |
| ;Références
| |
|
| |
| Je pense <ref>Et c'est expliqué dans une note en bas de page</ref>
| |
|
| |
| <references/>
| |
Dernière version du 22 juin 2015 à 16:23
Parser Functions
default: {{urlencode: Théorie d'obsolète}}
query: {{urlencode: Théorie d'obsolète|QUERY}}
wiki: {{urlencode: Théorie d'obsolète|WIKI}}
path: {{urlencode: Théorie d'obsolète|PATH}}
old string function: {{#urlencode: Théorie d'obsolète}}
donne:
default: Th%C3%A9orie+d%27obsol%C3%A8te
query: Th%C3%A9orie+d%27obsol%C3%A8te
wiki: Th%C3%A9orie_d%27obsol%C3%A8te
path: Th%C3%A9orie%20d%27obsol%C3%A8te
old string function: {{#urlencode: Théorie d'obsolète}}