Template:Infobox: Difference between revisions
Tearphones (talk | contribs) fixed the variables |
Tearphones (talk | contribs) Added usage note |
||
(One intermediate revision 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|''No description''}}} | | Description: | ||
| style="text-align:right;" | {{{description|''No description''}}} | |||
|- | |- | ||
| {{{type|''Type unknown''}}} | | 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 11: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 }}