Renders the metadata of userscripts.
The macro retrieves the metadata of the referenced userscript and renders it.
It is useful to access and render this information for the administration team inside the script repository.
The macro is configured by the following parameters.
# |
Name |
Short Description |
Data Type |
Since |
1 |
|
The namespace of a script makes the name of a userscript unique. |
|
|
2 |
|
The name of a userscript is unique within its namespace. |
|
|
3 |
|
The semantic version of the userscript. |
|
|
4 |
|
CSS class for the generated element. |
|
|
The namespace of a script makes the name of a userscript unique.
The name of a userscript is unique within its namespace.
The semantic version of the userscript.
CSS class for the generated element.
The CSS parameter allows to specify classes for Cascading Stylesheets to be added to the generated HTML element.
Multiple class names are separated by spaces.