Difference between revisions of "Template:Technology"
Template page
(Created page with "<div class="infobox"> {| class="ibtable" align="right" cellpadding="3" cellspacing="0" {{#if: {{{seal|}}}| {{!}} class="ibimage" colspan="2" style="border-top-right-radius...") |
m |
||
Line 30: | Line 30: | ||
}} | }} | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== | ==Technology== | ||
This infobox code is to assist with articles predominantly about specific and unique technologies. It will also provide autocategorisation for the following fields. | |||
*Category | |||
*Institute | |||
It will also add the article to the Technology category as well. | |||
Examples of Category include | |||
*Physics | |||
*Chemistry | |||
*Temporal Mechanics | |||
*Engineering (prefixed with the following) | |||
**Mechanical | |||
**Electrical | |||
**Astronautical (ship design and construction etc) | |||
The list goes on. | |||
<pre> | <pre> | ||
{{Technology | {{Technology | ||
Line 43: | Line 57: | ||
==Example== | ==Example== | ||
{{Technology | {{Technology | ||
| name = | | name = Fleet Formation | ||
| image = | | image = | ||
| category = | | category = Computer Engineering | ||
| inventor = | | inventor = Admiral Elizabeth Shelby | ||
| institute = | | institute = Advanced Starship Design Bureau | ||
| year = | | year = 2401 | ||
| templatemode = nocats | | templatemode = nocats | ||
}} | }} | ||
Line 54: | Line 68: | ||
<pre> | <pre> | ||
{{Technology | {{Technology | ||
| name = | | name = Fleet Formation | ||
| image = | | image = | ||
| category = | | category = Computer Engineering | ||
| inventor = | | inventor = Admiral Elizabeth Shelby | ||
| institute = | | institute = Advanced Starship Design Bureau | ||
| year = | | year = 2401 | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 11:52, 30 October 2023
{{{name}}} | |
Template:Technology |
Technology
This infobox code is to assist with articles predominantly about specific and unique technologies. It will also provide autocategorisation for the following fields.
- Category
- Institute
It will also add the article to the Technology category as well.
Examples of Category include
- Physics
- Chemistry
- Temporal Mechanics
- Engineering (prefixed with the following)
- Mechanical
- Electrical
- Astronautical (ship design and construction etc)
The list goes on.
{{Technology | name = | image = | category = | inventor = | institute = | year = }}
Example
Fleet Formation | |
Category | Computer Engineering |
Inventor | Admiral Elizabeth Shelby |
Institute | Advanced Starship Design Bureau |
Year | 2401 |
Template:Technology |
The following code produced the infobox to the right.
{{Technology | name = Fleet Formation | image = | category = Computer Engineering | inventor = Admiral Elizabeth Shelby | institute = Advanced Starship Design Bureau | year = 2401 }}