Template:Character Label/doc: Difference between revisions

Template page
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  2nd arg = Character Name
  2nd arg = Character Name
  3rd arg = icon size (optional)
  3rd arg = icon size (optional)
4th arg = image override (optional)
  "Label" = text override (optional)
  "Label" = text override (optional)
"LinkOverride" = link override (optional)
</pre>
</pre>


Line 14: Line 14:
     <nowiki>{{character Label|GGACR|Venom|120px}}</nowiki>
     <nowiki>{{character Label|GGACR|Venom|120px}}</nowiki>


Does not work within section headers
* Does not work within section headers.
     <nowiki>===={{character Label|GGACR|Venom}}====</nowiki>
     <nowiki>===={{character Label|GGACR|Venom}}====</nowiki>
=== <nowiki>{{character Label|GGACR|Venom|120px|OverrideIconToUse|OverrideNameToShow}}</nowiki> ===
=== <nowiki>{{character Label|GGACR|Venom|120px|OverrideIconToUse|OverrideNameToShow|OverrideLink}}</nowiki> ===
 
* Can also be used with CLabel shorthand.
    <nowiki>{{CLabel|GGACR|Ky Kiske}}</nowiki>


==Example==
==Example==
{{Test|GGACR|Venom}} Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>
{{character Label|GGACR|Venom}} Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>
{{Test|GGST|Goldlewis Dickinson}} Maecenas quis felis volutpat, cursus dolor vel, bibendum urna.<br>
{{character Label|GGST|Goldlewis Dickinson}} Maecenas quis felis volutpat, cursus dolor vel, bibendum urna.<br>
{{Test|GGACR|Testament}} Duis dignissim posuere justo, vitae sodales felis aliquam sit amet.<br>
{{character Label|GGACR|Testament}} Duis dignissim posuere justo, vitae sodales felis aliquam sit amet.<br>
{{Test|GGST|Happy Chaos}} Donec efficitur ante ac dolor convallis volutpat.<br>
{{character Label|GGST|Happy Chaos}} Donec efficitur ante ac dolor convallis volutpat.<br>
===Example without size value===
===Example without size value===
{{character Label|GGACR|Venom}}
{{character Label|GGACR|Venom}}

Revision as of 14:50, 25 June 2022

Arguments

 1st arg = Game Code
 2nd arg = Character Name
 3rd arg = icon size (optional)
 "Label" = text override (optional)
 "LinkOverride" = link override (optional)

Usage

  • Icon default size is 24px.
   {{character Label|GGACR|Slayer}}
   {{character Label|GGACR|Venom|120px}}
  • Does not work within section headers.
   ===={{character Label|GGACR|Venom}}====

{{character Label|GGACR|Venom|120px|OverrideIconToUse|OverrideNameToShow|OverrideLink}}

  • Can also be used with CLabel shorthand.
   {{CLabel|GGACR|Ky Kiske}}

Example

 Venom Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 Goldlewis Dickinson Maecenas quis felis volutpat, cursus dolor vel, bibendum urna.
 Testament Duis dignissim posuere justo, vitae sodales felis aliquam sit amet.
 Happy Chaos Donec efficitur ante ac dolor convallis volutpat.

Example without size value

 Venom

Example with size value

 Ky Kiske

Example with size, and name override values

This links to Ky's page

 JOHNNY ARCSYS

Example with rectangular size

default size

 Nagoriyuki

larger size

 Nagoriyuki

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.