Tag |
Description |
{dynamic:each field="X"}
...
{/each}
|
Display all values of the dynamic additional field "X", where "X" is the name of the additional field. |
original="yes"
|
Parameter for the tag {dynamic:each. Will print all values of the dynamic additional field "X", including the original additional field. Where "X" is the name of the additional field. |
block="yes"
|
Parameter for the tag {dynamic:each. Changes the display of values to block, that is, the values of the additional field are grouped by dynamic additional fields. |
block-sep="<br>"
|
Parameter for the tag {dynamic:each. Connects blocks with the specified separator. |
separator="<br>"
|
Parameter for the tag {dynamic:each. Joins dynamic field values with the specified separator. |
{value}
|
Display the values of the dynamic additional field. The tag is available inside the tag {dynamic:each} and works with all types of additional fields except Gallery and Image. |
{i}
|
Outputs a sequence of value or block, depending on the specified parameters in the tag {dynamic:each. The tag is available inside the tag {dynamic:each} |
[block] text [/block]
|
Outputs data enclosed in tags once per block. The tag works only with the parameter block="yes". The tag is available inside the tag {dynamic:each} |
{url}
|
Display a link to the news page of the additional field. The tag is available inside the tag {dynamic:each} and works with all types of additional fields that have the cross-hyperlink option enabled. |
{src}
|
Display a link to the original image, video or audio. The tag is available inside the tag {dynamic:each} and works with additional field types Gallery, Image, Video and Audio. |
{thumb}
|
Display a link to a reduced copy of the image, if it is not there, then the link will be to the original image. The tag is available inside the tag {dynamic:each} and works with additional field types Gallery and Image. |
{alt}
|
Display a description of the image, video or audio. The tag is available inside the tag {dynamic:each} and works with additional field types Gallery, Image, Video and Audio. |
{name}
|
Displays the name of the audio or video file. The tag is available inside the tag {dynamic:each} and works with additional field types Video and Audio. |
[xfvalue_X dynamic:Y]
|
The value of the dynamic additional field "X", where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfvalue_X dynamic:Y limit="X2"]
|
Outputs only the text of the dynamic additional field without HTML formatting, while the text itself is reduced to the number of characters specified by X2. In this case, the text is reduced to the last logical word. For example, [xfvalue_test dynamic:2 limit="50"] will print only the first 50 characters of the value of a dynamic additional field named test with sequence 2. |
[xfgiven_X dynamic:Y][xfvalue_X dynamic:Y][/xfgiven_X dynamic:Y]
|
A dynamic additional field "X" is displayed, if the field is not empty, if the field has no value, then the text is simply cut out. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfnotgiven_X dynamic:Y] [/xfnotgiven_X dynamic:Y]
|
The text specified in them is displayed if the dynamic additional field was not set when the news was published. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfvalue_thumb_url_X dynamic:Y]
|
This tag can only be used if the dynamic additional field is of type Image. The tag outputs only the URL for a thumbnail of the uploaded image. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfvalue_image_url_X dynamic:Y]
|
This tag can only be used if the dynamic additional field is of type Image. The tag displays only the URL for the full size image of the uploaded image. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfvalue_image_description_X dynamic:Y]
|
This tag can only be used if the dynamic additional field is of type Image. The tag displays only the description for the uploaded image. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field. |
[xfvalue_X dynamic:Y image="Nr"]
|
Display images loaded for a dynamic additional field with the "Gallery" type, separately. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. For example, using [xfvalue_test dynamic:1 image="2"] will display image number two, loaded into the first dynamic additional field named "test". |
[xfvalue_X dynamic:Y image-url="Nr"]
|
Display the URLs of full images loaded for a dynamic additional field with type "Gallery", individually. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. |
[xfvalue_X dynamic:Y image-thumb-url="Nr"]
|
Display the URLs of thumbnails of images loaded for a dynamic additional field with type "Gallery", individually. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. |
[xfvalue_X dynamic:Y image-description="Nr"]
|
Display image descriptions loaded for a dynamic additional field with the "Gallery" type, separately. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. |
[xfgiven_X dynamic:Y image="NR"] текст [/xfgiven_X dynamic:Y image="NR"]
|
The text contained in them is displayed if an image with the specified number is present and loaded into a dynamic additional field. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. |
[xfnotgiven_X dynamic:Y image="NR"] Текст [/xfnotgiven_X dynamic:Y image="NR"]
|
The text contained in them is displayed if the image with the specified number is not in the dynamic additional field. Where "X" is the name of the additional field, "Y" is the sequence of the dynamic field, "Nr" is the image number. |
[ifxfvalue tagname dynamic:Y="tagvalue"] Текст [/ifxfvalue]
|
The text enclosed in them is displayed if the value of the dynamic additional field matches the specified one. Where "tagname" is the name of the additional field, "Y" is the sequence of the dynamic field, "tagvalue" is its value. tagvalues can be listed separated by commas. |
[ifxfvalue tagname dynamic:Y!="tagvalue"] Текст [/ifxfvalue]
|
The text contained in them is displayed if the value of the dynamic additional field does not match the specified one. Where "tagname" is the name of the additional field, "Y" is the sequence of the dynamic field, "tagvalue" is its value. tagvalues can be listed separated by commas. |