Test : Différence entre versions

De WikiRésilience
Ligne 54 : Ligne 54 :
 
poly 193 253 200 261 205 263 210 266 214 270 217 273 221 274 223 273 218 266 218 265 219 265 220 264 214 257 208 252 206 249 198 249 195 250 193 253 193 253 [[:Catégorie:Polynésie française]]
 
poly 193 253 200 261 205 263 210 266 214 270 217 273 221 274 223 273 218 266 218 265 219 265 220 264 214 257 208 252 206 249 198 249 195 250 193 253 193 253 [[:Catégorie:Polynésie française]]
 
</imagemap>
 
</imagemap>
<html><p style="font-weight:bold; color:red">La fonction <html> fonctionne</p></html>
+
<html><p style="font-weight:bold; color:red">La fonction "html" fonctionne</p></html>
  
 
==Test de l'extension Cite==
 
==Test de l'extension Cite==

Version du 19 mars 2014 à 18:00

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

UNIQ572a40ff105282c1-anyweb-00000001-QINU

Test de l'extension Imagemap

Catégorie:BretagneCatégorie:Pays de la LoireCatégorie:Basse-NormandieCatégorie:Poitou-CharentesCatégorie:AquitaineCatégorie:Midi-PyrénéesCatégorie:CorseCatégorie:Languedoc-RoussillonCatégorie:Provence-Alpes-Côte-d'AzurCatégorie:AuvergneCatégorie:LimousinCatégorie:Franche-ComtéCatégorie:CentreCatégorie:BourgogneCatégorie:AlsaceCatégorie:LorraineCatégorie:Champagne-ArdennesCatégorie:Nord Pas-de-CalaisCatégorie:Île-de-FranceCatégorie:Haute-NormandieCatégorie:PicardieCatégorie:Rhône-AlpesCatégorie:MartiniqueCatégorie:La RéunionCatégorie:GuyaneCatégorie:MayotteCatégorie:GuadeloupeCatégorie:GuadeloupeCatégorie:Nouvelle-CalédonieCatégorie:Saint-Pierre et MiquelonCatégorie:Saint-Pierre et MiquelonCatégorie:Wallis-et-FutunaCatégorie:Wallis-et-FutunaCatégorie:Wallis-et-FutunaCatégorie:Polynésie françaiseImage cliquable
Cliquer sur un territoire pour consulter les actions d'adaptation qui y sont développées

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