Difference between revisions of "Template:Infobox/Company"
From Drawn to Life Wiki
m |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 24: | Line 24: | ||
|width="44%"|'''Type''' | |width="44%"|'''Type''' | ||
|{{{type|N/A}}} | |{{{type|N/A}}} | ||
| + | |- | ||
| + | ! colspan="2" style="background-color:#DBDBDB;" | | ||
| + | |- | ||
| + | |width="44%"|'''Worked On''' | ||
| + | |{{{games|N/A}}} | ||
|- | |- | ||
! colspan="2" style="background-color:#DBDBDB;" | | ! colspan="2" style="background-color:#DBDBDB;" | | ||
| Line 39: | Line 44: | ||
{|float="left" | {|float="left" | ||
|<pre> | |<pre> | ||
| − | {{ | + | {{Infobox/Company |
|name= | |name= | ||
|image= | |image= | ||
| Line 54: | Line 59: | ||
As an example, this code: | As an example, this code: | ||
<pre> | <pre> | ||
| − | {{ | + | {{Infobox/Company |
|name=5th Cell | |name=5th Cell | ||
|image=[[File:5th Cell logo.png|200px]] | |image=[[File:5th Cell logo.png|200px]] | ||
| Line 67: | Line 72: | ||
Will render as: | Will render as: | ||
| − | {{ | + | {{Infobox/Company |
|name=5th Cell | |name=5th Cell | ||
|image=[[File:5th Cell logo.png|200px]] | |image=[[File:5th Cell logo.png|200px]] | ||
Latest revision as of 20:10, 25 October 2023
| Infobox/Company | |
| {{{image}}} | |
| Founded | {{{founded}}} |
| Current State | Open |
| Headquarters | N/A |
| Type | N/A |
| Worked On | N/A |
| Website | N/A |
Use this template on the pages of characters
To input this template on a page, input the following coding on the top of the page.
{{Infobox/Company
|name=
|image=
|caption=
|current=
|headquarters=
|founded=
|type=
|website=
}}
|
As an example, this code:
{{Infobox/Company
|name=5th Cell
|image=[[File:5th Cell logo.png|200px]]
|caption=A Developer/Publisher
|current=Open
|headquarters=TBA
|founded=TBA
|type=Private
|website=Link
}}
Will render as:
| 5th Cell | |
A Developer/Publisher | |
| Founded | TBA |
| Current State | Open |
| Headquarters | TBA |
| Type | Private |
| Worked On | N/A |
| Website | N/A |