Les articles publiés sur le site
-
#SET and #GET
The #SET tag defines a variable that will be usable throughout the rest of the same template file. The #GET is then used to retrieve the value of that variable. #SETvariable,value #GETvariable returns "value". The variable defined by #SET may be a character string or an array. A character (...) -
#TAILLE
#TAILLE ("size" in French) displays the size in bytes of the document. For very large files, this value can rapidly become incomprehensible; we can therefore then apply the |taille_en_octets filter, which will display the value in kilobytes, or megabytes where appropriate: (...) -
#TOTAL_BOUCLE
The #TOTAL_BOUCLE tag returns the total number of results displayed by the loop. It can be used in a loop in one of the optionalsections — either before or after — or even in the alternative section after the loop. For example, to display the number of documents linked to an article: [There are (...) -
#TOTAL_UNIQUE
The #TOTAL_UNIQUE tag displays the number of elements filtered by the |unique filter [1]. We can use #TOTAL_UNIQUE to display the number of times that #TAG has been filtered by |unique and #TOTAL_UNIQUEfamille to display the number of times where #TAG has been filtered by|uniquefamille. - Tags (...) -
#TYPE_DOCUMENT
#TYPE_DOCUMENT displays the document type. For example, for a file with an "ods" extension and a mime type of "application/vnd.oasis.opendocument.spreadsheet", #TYPE_DOCUMENT will display "opendocument spreadsheet". - Tags / BOUCLE(DOCUMENTS), (...)