@@ -234,18 +234,20 @@ Examples for `globalInfos` using Grafana server rendering:
...
@@ -234,18 +234,20 @@ Examples for `globalInfos` using Grafana server rendering:
This option allows to show link statistics depending on the following case-sensitive parameters:
This option allows to show link statistics depending on the following case-sensitive parameters:
-`name`caption of statistics segment in infobox
-`name`header of statistics segment in infobox
-`href` absolute or relative URL to statistics image
-`href` absolute or relative URL to statistics image
-`thumbnail` absolute or relative URL to thumbnail image,
-`image``(required)` absolute or relative URL to image,
can be the same like `href`
can be the same like `href`
-`caption` is shown, if `thumbnail` is not present (no thumbnail in infobox)
-`title` for the image
To insert the source or target node-id in either `href`, `thumbnail` or `caption`
To insert the source or target variable in either `href`, `image` or `title`
you can use the case-sensitive template strings `{SOURCE_ID}`, `{TARGET_ID}`, `{SOURCE_NAME}`, `{TARGET_NAME}`, `{LOCALE}` and `{TIME}` as cache-breaker.
you can use the case-sensitive template strings `{SOURCE_ID}`, `{TARGET_ID}`, `{SOURCE_NAME}`, `{TARGET_NAME}`, `{LOCALE}` and `{TIME}` as cache-breaker.