Les articles publiés sur le site
-
|lien_ou_expose
16 août 2010, par Mark — FiltersThe |lien_ou_expose filter returns either a clickable link or just a simple text title. When applied to a given URL, the |lien_ou_exposetext_title, condition filter will evaluate the condition and display either a link to that URL or just the text string that is passed as the first argument. (...) -
|image_passe_partout
16 août 2010, par Mark — FiltersWhereas image_reduire generates the small image that will properly fit inside a given rectangle, image_passe_partout generates the largest image that fills up that same rectangle. When followed by a image_recadre with the same dimensions, it makes it possible to generate thumbnails with (...) -
|foreach
16 août 2010, par Mark — FiltersThe |foreach filter applies the squelettes-dist/modeles/foreach.html model to display the key=>value pairs of the table to which it is applied in a legible fashion. After #SETtablo, #ARRAY0,a,1,b,2,c,3,d, [(#GETtablo|foreach)] will return: 0=> a 1=> b 2=> c 3=> d If (...) -
|date_relative
16 août 2010, par Mark — FiltersThe |date_relative filter, when applied to any #DATE... type tag, will display information associated with the tag depending on the context date. Example: the current date and time is Friday 25th September 2009 14:20. An article was recently published on Wednesday 23rd September 2009 at 10:20. (...) -
|copie_locale
16 août 2010, par Mark — FiltersThe |copie_locale filter creates a local copy of a remote file (image, text, pdf, html,...) originating from another web domain. When applied to a URL, this filter attempts to copy the file to which the URL is pointing, and then, if that operation completes successfully, it will return the (...)