Template:Bot Developer: Difference between revisions

From Kaboom Wiki
>Arclicious
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="locati..."
 
No edit summary
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<infobox>
{{Infobox
   <title source="title1">
   | title={{{title1|{{PAGENAME}}}}}
    <default>{{PAGENAME}}</default>
   | image   = {{#if:{{{image1|}}}|[[File:{{{image1}}}|244px]]}}
   </title>
  | caption1 = {{{caption1|}}}
  <image source="image1">
 
    <caption source="caption1"/>
   | label2 = Location
   </image>
   | data2 = {{{location|}}}
   <data source="location">
 
    <label>Location</label>
   | label3 = Notable Projects
   </data>
   | data3 = {{{notable_projects|}}}
   <data source="notable_projects">
 
    <label>Notable Projects</label>
   | label4 = Group Affiliation
   </data>
   | data4 = {{{group_affiliation|}}}
   <data source="group_affiliation">
 
    <label>Group Affiliation</label>
  | label5 = Programming Language(s)
   </data>
   | data5 = {{{programming_languages|}}}
</infobox>
 
}}
<noinclude>
<noinclude>
Example usage:
Example usage:
<pre>
<pre>
{{Bot Developer
{{Bot Developer
 
   | 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
}}
}}
</pre>
</pre>

Latest revision as of 08:03, 3 August 2026

Bot Developer

Example usage:

{{Bot Developer
  | 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>