Template:Player: Difference between revisions

From Kaboom Wiki
m Make all fields optional
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
   | title={{{title1|{{PAGENAME}}}}}
   | title={{{title1|{{PAGENAME}}}}}
   | image    = {{#if:{{{image1|}}}|[[File:{{{image1}}}|244px]]}}
   | image    = [[File:{{{image1|unknown skin.png}}}|244px]]
   | caption1 = {{{caption1|}}}
   | caption1 = {{{caption1|Placeholder skin}}}


   | label2 = Location
   | label2 = Location
Line 15: Line 15:
   | label5 = Programming Language(s)
   | label5 = Programming Language(s)
   | data5 = {{{programming_languages|}}}
   | data5 = {{{programming_languages|}}}
}}
}}
<noinclude>
<noinclude>
Example usage:
Example usage:
<pre>
<pre>
{{Bot Developer
{{Player
 
   | title1=Example title
   | title1=Example
 
   | image1=Example
   | image1=Example
 
   | caption1=Image caption
   | caption1=Example
 
   | location=Example
   | location=Example
   | notable_projects=Example
   | notable_projects=Example
   | group_affiliation=Example
   | group_affiliation=Example
   | programming_languages=Example
   | programming_languages=Example
}}
}}
</pre>
</pre>

Latest revision as of 09:06, 4 August 2026

Player
Placeholder skin

Example usage:

{{Player
  | title1=Example title
  | image1=Example
  | caption1=Image caption
  | location=Example
  | notable_projects=Example
  | group_affiliation=Example
  | programming_languages=Example
}}

<templatedata> {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"location":{"suggested":true},"notable_projects":{"suggested":true},"group_affiliation":{"suggested":true}},"sets":[],"maps":{}} </templatedata>