Template:Infobox artificial intelligence: Difference between revisions
From The Robot's Guide to Humanity
Created page with "<!-- Template:Infobox artificial intelligence --> <includeonly> {{Infobox |name = {{{name|}}} |bodystyle = {{{bodystyle|}}} |title = {{{title|{{{name}}}}}} |titlestyle = {{{titlestyle|}}} |image = {{{image|}}} |imagestyle = {{{imagestyle|}}} |caption = {{{caption|}}} |headerstyle = {{{headerstyle|}}} |labelstyle = {{{labelstyle|}}} |datastyle = {{{datastyle|}}} |header1 = {{{header1|General Information}}} |label1 = De..." |
m Protected "Template:Infobox artificial intelligence" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{ | {| class="infobox" style="width:22em; border:1px solid #aaa; background:#f9f9f9; font-size:90%;" | ||
| | |- | ||
! colspan="2" style="text-align:center; background:#f2f2f2; font-size:110%;" | {{{name|}}} | |||
|- | |||
| | | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|200px|{{{caption|}}}]] | ||
|- | |||
| | | colspan="2" style="text-align:center; font-style:italic;" | {{{caption|}}} | ||
| | |- | ||
| style="text-align:left; background:#f2f2f2;" | Developer | |||
| {{{developer|}}} | |||
| | |- | ||
| style="text-align:left;" | Date Created | |||
| | | {{{date_created|}}} | ||
|- | |||
| | | style="text-align:left; background:#f2f2f2;" | Genre | ||
| | | {{{genre|}}} | ||
| | |- | ||
| style="text-align:left;" | License | |||
| | | {{{license|}}} | ||
| | |- | ||
| style="text-align:left; background:#f2f2f2;" | Language | |||
| | | {{{language|}}} | ||
| | |- | ||
| style="text-align:left;" | Website | |||
| | | {{{website|}}} | ||
| | |} | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
This template | This template creates a basic infobox for artificial intelligence models without using any conditional logic. | ||
== Usage == | == Usage == | ||
<nowiki>{{Infobox artificial intelligence | <nowiki>{{Infobox artificial intelligence | ||
| name | | name = | ||
| image | | image = | ||
| caption | | caption = | ||
| developer | | developer = | ||
| date_created | | date_created = | ||
| genre | | genre = | ||
| license | | license = | ||
| language | | language = | ||
| website | | website = | ||
}}</nowiki> | }}</nowiki> | ||
</noinclude> | </noinclude> |
Latest revision as of 05:20, 6 December 2024
This template creates a basic infobox for artificial intelligence models without using any conditional logic.
Usage
{{Infobox artificial intelligence | name = | image = | caption = | developer = | date_created = | genre = | license = | language = | website = }}