Template:Chatl

From OtherX
Revision as of 16:16, 20 January 2024 by OtherXAdmin (talk | contribs) (Created page with "<includeonly><span class="plink-template">[[File:{{{pic|{{{1}}} chathead}}}.png|link={{{1}}}|alt=Chathead image of {{{1}}}|x35px]]</span>[[{{{1}}}|{{{txt|{{{1}}}}}}]]</includeonly><noinclude>{{/doc}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
This documentation is transcluded from Template:Chatl/doc. [edit] [history] [purge]

This template displays a link to an NPC along with the associated chathead. The chathead will be resized to 35 pixels.

Usage

{{chatl|NPC|txt=alternate text|pic=file name}}

Examples

Code Produces Standard syntax
{{chatl|Hans}} Chathead image of HansHans [[File:Hans chathead.png|link=Hans|x35px]] [[Hans]]
{{chatl|Hans|pic=Ned chathead}} Chathead image of HansHans [[File:Ned chathead.png|link=Hans|x35px]] [[Hans]]
{{chatl|Hans|txt=Gnome child}} Chathead image of HansGnome child [[File:Hans chathead.png|link=Hans|x35px]] [[Hans|Gnome child]]
{{chatl|Hans|pic=Ned chathead|txt=Gnome child}} Chathead image of HansGnome child [[File:Ned chathead.png|link=Hans|x35px]] [[Hans|Gnome child]]

See also

Parameters

<templatedata> {

   "description": "",
   "params": {
       "1": {
           "label": "NPC",
           "description": "This parameter takes the name of the page that the link is for",
           "type": "wiki-page-name",
           "required": true
       },
       "pic": {
           "label": "Picture",
           "description": "This changes the filename used; do not include 'File:' or '.png'",
           "default": "First parameter + ' chathead'",
           "type": "wiki-file-name"
       },
       "txt": {
           "label": "Text",
           "description": "Alternate text in the link",
           "default": "First parameter",
           "type": "string"
       }
   }

} </templatedata>