Les articles publiés sur le site
-
#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), (...) -
#URL_DOCUMENT
#URL_DOCUMENT displays the relative URL (from IMG/) of the document. When combined with #LOGO_DOCUMENT, this tag can generate a clickable link: [(#LOGO_DOCUMENT|#URL_DOCUMENT)] will display a clickable thumbnail that points to the actual document. - Tags / BOUCLE(DOCUMENTS), (...)