Template:Infobox: Difference between revisions

From The Talos Principle Wiki
basic infobox attempt
 
Added usage note
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
! style="align:center; background-color: #ddd" colspan=2| {{BASEPAGENAME}}
! style="align:center; background-color: #ddd" colspan=2| {{BASEPAGENAME}}
|-
|-
| description =
| Description:
| style="text-align:right;" | {{{description|''No description''}}}
|-
|-
| type =
| Type:
| style="text-align:right;" | {{{type|''Type unknown''}}}
|}
|}
<noinclude>
This is a generic Infobox template. It only has two parameters, a description and a type.
== Usage ==
<pre>{{Infobox
|description = this is a description of the entity
|type = the type of this entity
}}</pre>
</noinclude>

Latest revision as of 12:44, 16 November 2023

Infobox
Description: No description
Type: Type unknown


This is a generic Infobox template. It only has two parameters, a description and a type.

Usage

{{Infobox
|description = this is a description of the entity
|type = the type of this entity
}}