Actions

Utilisateur

Michael Murtaugh : Différence entre versions

De erg

(Page créée avec « <syntaxhighlight lang="python"> print "hello world" </syntaxhighlight> »)
 
 
(25 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
<syntaxhighlight lang="python">
+
 
print "hello world"
+
Testing
</syntaxhighlight>
+
 
 +
 
 +
{{#cargo_query:
 +
tables=News
 +
|fields=Published,DATEDIFF(NOW(),Published)=Age,_pageName=Page,_pageTitle=Title,Subtitle,DATE_FORMAT(Start, '%W %d %M %Y')=Start, DATE_FORMAT(End, '%W %d %M %Y')=End,Image
 +
|order by=Published DESC
 +
|where=DATEDIFF(NOW(),Published) <= 60
 +
|limit=10
 +
|format=gallery
 +
|more results text=
 +
|hidenamespaces=1
 +
|link field=Page
 +
|caption field=Title
 +
|show bytes=0
 +
|show filename=0
 +
|mode=packed-hover
 +
}}

Version actuelle datée du 25 avril 2018 à 12:49

Testing