Template:Bot Developer: Difference between revisions
From Kaboom Wiki
>Koshchki123 No edit summary |
No edit summary |
||
| (10 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title={{{title1|{{PAGENAME}}}}} | | title={{{title1|{{PAGENAME}}}}} | ||
| image = {{{image1|}}} | | image = {{#if:{{{image1|}}}|[[File:{{{image1}}}|244px]]}} | ||
| caption1 = {{{caption1|}}} | | caption1 = {{{caption1|}}} | ||
| label2 = Location | | label2 = Location | ||
| data2 = {{{location}}} | | data2 = {{{location|}}} | ||
| label3 = Notable Projects | | label3 = Notable Projects | ||
| data3 = {{{notable_projects}}} | | data3 = {{{notable_projects|}}} | ||
| label4 = Group Affiliation | | label4 = Group Affiliation | ||
| data4 = {{{group_affiliation}}} | | data4 = {{{group_affiliation|}}} | ||
| label5 = Programming Language(s) | |||
| data5 = {{{programming_languages|}}} | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
| Line 17: | Line 21: | ||
<pre> | <pre> | ||
{{Bot Developer | {{Bot Developer | ||
| title1=Example title | |||
| title1=Example | |||
| image1=Example | | image1=Example | ||
| caption1=Image caption | |||
| caption1= | |||
| 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
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>