Les articles publiés sur le site
-
SELF#
#SELF تسترجع عنوان URL الخاص بالصفحة المناداة بعد تنظيفه من المتغيرات الخاصة بتنفيذ SPIP. #SELF (منذ spip) تسترجع عنوان URL الخاص بالصفحة الحالية. ويتم حذف المتغيرات الخاصة بتنفيذ SPIP (مثلاً var_mode) من هذا العنوان. مثال: اذا كان عنوان URL الخاص بصفحة ما spip.php?article25&var_mode=recalcul، تسترجع علامة #SELF، اذا وضعناها في صفحة (...) -
#FORMULAIRE_INSCRIPTION
L'etiqueta #FORMULAIRE_INSCRIPTION mostra el formulari que permet la inscripció de nous redactors. Aquest només es mostra si heu autoritzat la inscripció automàtica a partir del lloc públic (en cas contrari, aquesta etiqueta no mostra absolutament res). La inscripció necessita l'enviament (...) -
|singulier_ou_pluriel{xxx:single_item_string, xxx:several_items_string}
14 août 2010, par Mark — FiltersThe |singulier_ou_pluriel filter is used to vary an output display depending on the numeric value returned by the tag to which it is applied. The |singulier_ou_pluriel filter is usually applied to assign (singular or plural) character strings depending on the return value of a tag. Example: (...) -
{doublons}
14 août 2010, par Mark — Criteriadoublons is used to restrict the display of results that are already included in other loops using that criteria. Background: Starting with [SPIP 1.2] and up until [SPIP 1.7.2], only the ARTICLES, RUBRIQUES, DOCUMENTS and SITES loops would accept this criteria. The doublons (duplicates) (...) -
|attribut_html
14 août 2010, par Mark — FiltersThe attribut_html filters converts a text string so that it can be used as an HTML attribute without causing any damage - checking and replacing any characters which would render the final HTML ambiguous or unusable; for example, if we want to add a mouseover text to a normal link to an (...)