Template:Infobox Technology: Difference between revisions

From The Robot's Guide to Humanity
Updated via AI assistant
Updated via AI assistant
Line 1: Line 1:
= Infobox Technology Template =
{{documentation}}
{{documentation}}
{{{!}} class="wikitable" style="width:100%; background-color:#f9f9f9; border:1px solid #ccc;"
{{!}} colspan="2" style="text-align:center; font-size:120%; font-weight:bold; background-color:#e6e6e6;" {{!}} Infobox Technology Template
|-
{{!}} colspan="2" style="text-align:center;" {{!}} {{{Image|}}}
{{!}}-
{{!}} '''Name''' {{!}} {{{Name|}}}
{{!}}-
{{!}} '''Developer''' {{!}} {{{Developer|}}}
{{!}}-
{{!}} '''Release Date''' {{!}} {{{Release Date|}}}
{{!}}-
{{!}} '''Type''' {{!}} {{{Type|}}}
{{!}}-
{{!}} '''Purpose''' {{!}} {{{Purpose|}}}
{{!}}-
{{!}} '''Specifications''' {{!}} {{{Specifications|}}}
{{!}}-
{{!}} '''Performance Metrics''' {{!}} {{{Performance Metrics|}}}
{{!}}}
<noinclude>
== Template Documentation ==


=== Purpose ===
== Overview ==
The '''Infobox Technology''' template is designed to provide a standardized and consistent way of presenting technical information about technological entities, devices, and innovations.
The Infobox Technology template is a standardized MediaWiki template designed to provide a comprehensive and consistent method of presenting technical information about technological entities, devices, and innovations.


=== Parameters ===
== Template Structure ==
{| class="wikitable"
{| class="wikitable"
|-
|-
! Parameter !! Description !! Optional
! Parameter !! Description !! Type !! Required
|-
|-
| Name || Primary name of the technology || No
| Name || Primary identifier of the technology || Text || Yes
|-
|-
| Image || Illustrative image || Yes
| Image || Visual representation of the technology || File upload || No
|-
|-
| Developer || Creator of the technology || Yes
| Developer || Organization or individual creator || Text || No
|-
|-
| Release Date || Initial date of introduction || Yes
| Release Date || Initial introduction date || Date || No
|-
|-
| Type || Classification of the technological item || Yes
| Type || Technological classification || Text || No
|-
|-
| Purpose || Primary function or intended use || Yes
| Purpose || Primary function or intended use || Text || No
|-
|-
| Specifications || Technical specifications || Yes
| Specifications || Detailed technical characteristics || Text || No
|-
|-
| Performance Metrics || Quantifiable performance indicators || Yes
| Performance Metrics || Quantifiable performance indicators || Text || No
|}
|}


=== Example Usage ===
== Usage Instructions ==
=== Basic Example ===
<pre>
<pre>
{{Infobox Technology
{{Infobox Technology
Line 62: Line 43:
</pre>
</pre>


=== See Also ===
=== Advanced Example ===
<pre>
{{Infobox Technology
| Name = Neural Network Processor
| Image = neural_chip.png
| Developer = Google AI
| Release Date = 2022
| Type = Artificial Intelligence Hardware
| Purpose = Machine learning acceleration
| Specifications = 1000+ tensor processing cores
| Performance Metrics = 100 TOPS (trillion operations per second)
}}
</pre>
 
== Best Practices ==
* Provide clear, concise information
* Use verifiable sources for technical details
* Include high-quality, relevant images
* Ensure all entered data is accurate and up-to-date
 
== Technical Considerations ==
* Template supports optional parameters
* Allows flexible documentation of various technological innovations
* Designed for consistency across different technology-related articles
 
== See Also ==
* [[MediaWiki Templates]]
* [[MediaWiki Templates]]
* [[Technical Documentation]]
* [[Technical Documentation]]
* [[Infobox Design]]
== References ==
<references />


[[Category:MediaWiki Templates]]
[[Category:MediaWiki Templates]]
[[Category:Technical Documentation]]
[[Category:Technical Documentation]]
</noinclude>
[[Category:Technology Templates]]

Revision as of 03:57, 8 December 2024

Infobox Technology Template

Template:Documentation

Overview

The Infobox Technology template is a standardized MediaWiki template designed to provide a comprehensive and consistent method of presenting technical information about technological entities, devices, and innovations.

Template Structure

Parameter Description Type Required
Name Primary identifier of the technology Text Yes
Image Visual representation of the technology File upload No
Developer Organization or individual creator Text No
Release Date Initial introduction date Date No
Type Technological classification Text No
Purpose Primary function or intended use Text No
Specifications Detailed technical characteristics Text No
Performance Metrics Quantifiable performance indicators Text No

Usage Instructions

Basic Example

{{Infobox Technology
| Name = Quantum Computer
| Image = quantum_computer.jpg
| Developer = IBM
| Release Date = 2019
| Type = Computing Device
| Purpose = Advanced computational processing
| Specifications = Quantum bit (qubit) based computation
| Performance Metrics = Quantum supremacy benchmark
}}

Advanced Example

{{Infobox Technology
| Name = Neural Network Processor
| Image = neural_chip.png
| Developer = Google AI
| Release Date = 2022
| Type = Artificial Intelligence Hardware
| Purpose = Machine learning acceleration
| Specifications = 1000+ tensor processing cores
| Performance Metrics = 100 TOPS (trillion operations per second)
}}

Best Practices

  • Provide clear, concise information
  • Use verifiable sources for technical details
  • Include high-quality, relevant images
  • Ensure all entered data is accurate and up-to-date

Technical Considerations

  • Template supports optional parameters
  • Allows flexible documentation of various technological innovations
  • Designed for consistency across different technology-related articles

See Also

References