Template:Champion skin link: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
AnataBakka (talk | contribs) moved default from template to module |
1Dawn2Dusk3 (talk | contribs) m New IL syntax |
||
Line 4: | Line 4: | ||
| skin = {{{skin|{{{2|}}}}}} |
| skin = {{{skin|{{{2|}}}}}} |
||
| link = {{{link|}}} |
| link = {{{link|}}} |
||
| nolink = {{{nolink|}}} |
|||
| circle = {{{circle|}}} |
| circle = {{{circle|}}} |
||
| variant = {{{variant|}}} |
| variant = {{{variant|}}} |
||
| text = |
| text = {{{text|{{{3|}}}}}} |
||
| textonly = {{{textonly|}}} |
|||
| alttext = {{{alttext|}}} |
|||
| alttextfull = {{{alttextfull|}}} |
|||
| icononly = {{{icononly|}}} |
|||
| image = {{{image|}}} |
| image = {{{image|}}} |
||
| size = {{{size|}}} |
| size = {{{size|}}} |
Revision as of 19:26, 23 June 2025
- Description
Create an in-text icon-link with tooltip that displays splash art pictures of a champion along with additional details about the latest iteration.
- Tooltip invoked from Module:ImageLink
- Tooltip design is located at Template:Tooltip/Skin/Lol
- Skin data stored at Module:SkinData/data
- Syntax
{{csl|<Champion>|<Skin name>|<optional displayed name>}}
(circle=true by default)
- Examples
{{csl|Taric}}
{{csl|Taric|circle = false}}
{{csl|Taric|Original}}
{{csl|Kai'Sa|KDA}}
{{csl|Amumu|Emumu}}
{{csl|Amumu|Emumu|Emo Amumu}}
{{csl|<Champion>|<Skin name>|<chromas = chromas>|<chromaonly = chromaonly>}}
{{csl|Lucian|Original|chromas = Blue, Yellow}}
{{csl|Lucian|Original|chromas = true|chromasonly = true}}
To adjust splash version, define a variant:
{{csl|<Champion>|<Skin name>|<variant = variant>}}
{{csl|Graves|Original|variant = Ch}}
{{csl|Evelynn|Original|variant = old2}}
- (Old skins before hextech HUD don't have a circle, Riot just crops the square sometimes)
To add links to the associated files:
{{csl|Ahri|Popstar|ref = true}}
- See also
The above documentation is transcluded from Template:Champion skin link/doc. (edit | history) Please add categories to the documentation subpage only.
|