Test

De WikiRésilience

Test de l'extension CategoryTree

<categorytree mode="pages" style=" border:0px solid gray; padding:0.7ex; background-color:#FFFFFF;">Metawiki</categorytree>


Test de l'extension WikiCategoryTagCloud


Test de l'extension Anywebsite

UNIQ4dea17d9701d926c-anyweb-00000001-QINU

Test de l'extension Imagemap

Catégorie:BretagneImage cliquable
Cliquer sur un territoire pour consulter les actions d'adaptation qui y sont développées

Test de wgRawHtml (utilisation du langage HTML

La fonction "html" fonctionne

Test de l'extension Cite

According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]

Notes

  1. E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.
  2. R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.

Test de l'extension SyntaxHighlight_GeSHi

//boucle en temps
for t=0:0.05:1
    i=i+1
    if i<>1 then yprec=y; end
    y=a*cos(k*x-sigma*t)
    if option==2 then y=y+a*cos(-k*x-sigma*t); end // agitation
    if i==1 then yprec=y; end
    xfpolys([x';LONG;0],[yprec';-1;-1],[id1])
    plot(x',yprec',"w")
    xfpolys([x';LONG;0],[y';-1;-1],[id2]) 
    deltay=max(y,yprec)
    num=string(t)
    xpause(1000);
 
    title(titre+num+' sec', 'position',[0.5 0.5],'fontsize',3)
 
    plot2d(x',y')   
// dessin des vecteurs vitesse
    select option
    case -1 then
        [fx2, fy2]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma)
    case 1 then
        [fx1, fy1]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma)
    else
        [fx1, fy1]=vitesse(k,h,agksursigma,t,xvect,yvect,sigma)
        [fx2, fy2]=vitesse(-k,h,-agksursigma,t,xvect,yvect,sigma)
    end
    fx=fx1+fx2;fy=fy1+fy2   
    b=get("current_axes");
    b.data_bounds=[0,-1;10,0.6];
    b.auto_scale="off"
    champ(xvect',yvect',fx,fy,arfact=1)
    //GIF export
    xs2gif(0,'houle3_'+string(i)+'.gif');
    // longueur des vecteurs vitesse
    lv=sqrt(fx.*fx+fy.*fy)
    //delete()
end

autres extensions