Template:Inline icon link/doc: Difference between revisions
From VRChat Wiki
m Text replacement - "\[\[(?!(Special:|File:|Media:))([^\|\]]+)\]\]" to "$2" |
add categories |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 14: | Line 14: | ||
! Name !! Variable !! Description !! Default | ! Name !! Variable !! Description !! Default | ||
|- | |- | ||
| image || <code>image=</code><br>Can also be parameter 1.|| icon image. ||[[ | | image || <code>image=</code><br>Can also be parameter 1.|| icon image. ||[[:File:Placeholder.webp]] [[File:Placeholder.webp|64px|frameless]] | ||
|- | |- | ||
| link || <code>link=</code><br>Can also be parameter 2. || link || <span style="color:#FF0000;">link</span> | | link || <code>link=</code><br>Can also be parameter 2. || link || <span style="color:#FF0000;">link</span> | ||
| Line 24: | Line 24: | ||
| caption || <code>caption=</code><br>|| caption of the icon || icon | | caption || <code>caption=</code><br>|| caption of the icon || icon | ||
|} | |} | ||
< | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"aliases": [ | |||
"image" | |||
], | |||
"label": "Icon", | |||
"description": "Icon image.", | |||
"example": "File:Placeholder.webp", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"aliases": [ | |||
"link" | |||
], | |||
"label": "Link", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"3": { | |||
"aliases": [ | |||
"desc" | |||
], | |||
"label": "Link text", | |||
"description": "Text of the link", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"size": { | |||
"label": "Icon Size", | |||
"type": "number", | |||
"default": "24px" | |||
}, | |||
"caption": {} | |||
}, | |||
"description": "Creates an inline icon with a link", | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"size", | |||
"caption" | |||
], | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
<includeonly>[[Category:Inline templates{{#translation:}}]]</includeonly> | |||
<noinclude>[[Category:Template documentation{{#translation:}}]]</noinclude> | |||
Latest revision as of 04:20, 21 April 2026
Create inline icon links.
Example Usage
* Please visit {{Inline icon link|image=Vrrat_thumbsup.png|link=https://vrchat.com|desc=the home of VRRat!|size=20px|caption=VRRat thinks you're cool}}!
will make:
- Please visit the home of VRRat!!
Template parameters
| Name | Variable | Description | Default |
|---|---|---|---|
| image | image=Can also be parameter 1. |
icon image. | File:Placeholder.webp |
| link | link=Can also be parameter 2. |
link | link |
| desc | desc=Can also be parameter 3. |
text of the link | description |
| size | size= |
Icon size | 24px |
| caption | caption= |
caption of the icon | icon |
Creates an inline icon with a link
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Icon | 1 image | Icon image.
| File | required |
| Link | 2 link | no description | URL | required |
| Link text | 3 desc | Text of the link | String | suggested |
| Icon Size | size | no description
| Number | optional |
| caption | caption | no description | Unknown | optional |