Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Template:Infobox company"

From PCGamingWiki, the wiki about fixing PC games
(migrated to #default_form)
m (escape double quotes (", html entity: ") in the query using a backslash (\))
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<table class="vertical-navbox template-infobox" id="infobox-company">
 
<table class="vertical-navbox template-infobox" id="infobox-company">
<caption class="template-infobox-title">{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}<includeonly>[[Category:Companies]]</includeonly></caption>
+
<caption class="template-infobox-title">{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}<includeonly>[[Category:Companies]]</includeonly></caption><!--
 
+
-->{{#vardefine:pageName|{{#arraymap:{{PAGENAME}}|\s|€€€€€|€€€€€|_}}}}<!-- convert spaces ( ) to underscore (_)
 +
-->{{#vardefine:pageName|{{#arraymap:{{#var:pageName}}|&#34;|€€€€€|€€€€€|\"}}}}<!-- escape double quotes (", html entity: &#34;) in the query using a backslash (\)
 +
-->
 
{{#if: {{{cover|}}} |
 
{{#if: {{{cover|}}} |
 
<tr>
 
<tr>
Line 14: Line 16:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td class="template-infobox-info plainlinks" colspan="2">[[Website::{{{website}}}]]</td>
+
<td class="template-infobox-info plainlinks" colspan="2">{{{website|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 24: Line 26:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td class="template-infobox-info plainlinks" colspan="2">[[Parent company::Company:{{{parent}}}|{{{parent}}}]]</td>
+
<td class="template-infobox-info plainlinks" colspan="2">[[Company:{{{parent}}}|{{{parent}}}]]</td>
 +
</tr>
 +
}}
 +
 
 +
<!-- Subsidiaries -->
 +
{{#if: {{#cargo_query:
 +
tables=Company
 +
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Parent="Company:€€€€€"|\sOR\s}}
 +
|default=
 +
}} |
 +
<tr>
 +
<th class="template-infobox-header" colspan="2">Subsidiaries</th>
 +
</tr>
 +
<tr>
 +
<td class="template-infobox-info plainlinks" colspan="2">{{#cargo_query:
 +
tables=Company
 +
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Parent="Company:€€€€€"|\sOR\s}}
 +
|fields=_pageName
 +
|format=template
 +
|template=Infobox company/subsidiaries
 +
}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 42: Line 64:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td class="template-infobox-info plainlinks" colspan="2">[[Founded::{{{founded}}}]]</td>
+
<td class="template-infobox-info plainlinks" colspan="2">{{{founded|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 52: Line 74:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td class="template-infobox-info plainlinks" colspan="2">[[Defunct::{{{defunct}}}]]</td>
+
<td class="template-infobox-info plainlinks" colspan="2">{{{defunct|}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 62: Line 84:
 
-->{{#if: {{{wikipedia|}}} | <div title="{{PAGENAME}} at Wikipedia" class="template-infobox-icon svg-icon svg-18 infobox-wikipedia">[[Wikipedia:{{{wikipedia}}}|&nbsp;]]</div> }}</td>
 
-->{{#if: {{{wikipedia|}}} | <div title="{{PAGENAME}} at Wikipedia" class="template-infobox-icon svg-icon svg-18 infobox-wikipedia">[[Wikipedia:{{{wikipedia}}}|&nbsp;]]</div> }}</td>
 
</tr>
 
</tr>
}}<span style="display:none">{{#default_form:Company page}}</span>
+
}}<span style="display:none">{{#default_form:Company page}}</span></table><includeonly><!--
 
+
-->{{#cargo_query:
<!-- Hidden properties -->
+
tables=Infobox_game
{{#if: {{{wikipedia|}}}| [[Wikipedia::{{{wikipedia}}}| ]] }}
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Developers HOLDS LIKE "Company:€€€€€"|\sOR\s}}
</table><includeonly><!--
+
|fields=_pageName,Developers,Publishers,Engines,Released_PC_booter,Released_DOS,Released_Windows_3x,Released_Windows,Released_Mac_OS,Released_OS_X,Released_Linux,Released
-->{{#ask: [[Category:Games]] [[Developed by::Company:{{PAGENAME}}]]
+
|format=template
| ?Developed by  = Developer
+
|named args=yes
| ?Published by  = Publisher
+
|intro=<h2>Games developed</h2>{{Infobox company/intro/company}}
| ?Uses engine  = Engine
+
|template=Infobox company/row/company
| ?Available on  = Systems
+
|outro=</table></div>[[Category:Developers]]
| ?Release date DOS = DOS release date
+
|default=
| ?Release date Windows = Windows release date
+
}}<!--
| ?Release date OS X = OS X release date
+
-->{{#cargo_query:
| ?Release date Linux = Linux release date
+
tables=Infobox_game
| ?Release date Mac OS = Mac OS release date
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Publishers HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Release date Windows#ISO
+
|fields=_pageName,Developers,Publishers,Engines,Released_PC_booter,Released_DOS,Released_Windows_3x,Released_Windows,Released_Mac_OS,Released_OS_X,Released_Linux,Released
| intro         = <h2>Games developed</h2>
+
|format=template
| outro         = [[Category:Developers]]
+
|named args=yes
| introtemplate  = Template:Infobox company/t1i
+
|intro=<h2>Games published</h2>{{Infobox company/intro/company}}
| outrotemplate  = Template:Infobox company/t1o
+
|template=Infobox company/row/company
| template       = Template:Infobox company/t1
+
|outro=</table></div>[[Category:Publishers]]
| format        = template
+
|default=
| default       =
+
}}<!--
 +
-->{{#cargo_query:
 +
tables=Engine
 +
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Developer="Company:€€€€€"|\sOR\s}}
 +
|fields=_pageName,Developer,Website,First_release,Latest_release
 +
|format=template
 +
|named args=yes
 +
|intro={{Infobox company/intro/engine}}
 +
|template=Infobox company/row/engine
 +
|outro=</table></div>[[Category:Developers]]
 +
|default=
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Published by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_PC_booter HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_PC_booter=Released
| ?Available on  = Systems
+
|format=template
| ?Release date DOS = DOS release date
+
|named args=yes
| ?Release date Windows = Windows release date
+
|intro=<h2>Games ported to PC booter</h2>{{Infobox company/intro/ported|PC booter}}
| ?Release date OS X = OS X release date
+
|template=Infobox company/row
| ?Release date Linux = Linux release date
+
|outro=</table></div>[[Category:Porters]]
| ?Release date Mac OS = Mac OS release date
+
|default=
| ?Release date Windows#ISO
 
| intro         = <h2>Games published</h2>
 
| outro          = [[Category:Publishers]]
 
| introtemplate  = Template:Infobox company/t1i
 
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t1
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Engines]] [[Developed by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by=Developer
+
tables=Infobox_game
| ?Website
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_DOS HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Engine first release=First release
+
|fields=_pageName,Developers,Publishers,Engines,Released_DOS=Released
| ?Engine latest release=Latest release
+
|format=template
| ?Engine first release#ISO
+
|named args=yes
| ?Engine latest release#ISO
+
|intro=<h2>Games ported to DOS</h2>{{Infobox company/intro/ported|DOS}}
| intro         = <h2>Engines developed</h2>
+
|template=Infobox company/row
| outro          = [[Category:Developers]]
+
|outro=</table></div>[[Category:Porters]]
| introtemplate  = Template:Infobox company/t2i
+
|default=
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t2
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Ported to DOS by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_Windows_3x HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_Windows_3x=Released
| ?Release date  = First release |+limit=1
+
|format=template
| ?Release date DOS=DOS release
+
|named args=yes
| ?Release date#ISO|+limit=1
+
|intro=<h2>Games ported to Windows 3.x</h2>{{Infobox company/intro/ported|Windows 3.x}}
| ?Release date DOS#ISO
+
|template=Infobox company/row
| intro         = <h2>Games ported to DOS</h2>
+
|outro=</table></div>[[Category:Porters]]
| outro          = [[Category:Porters]]
+
|default=
| introtemplate  = Template:Infobox company/t7i
 
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t3
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Ported to Windows by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_Windows HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_Windows=Released
| ?Release date  = First release |+limit=1
+
|format=template
| ?Release date Windows=Windows release
+
|named args=yes
| ?Release date#ISO|+limit=1
+
|intro=<h2>Games ported to Windows</h2>{{Infobox company/intro/ported|Windows}}
| ?Release date Windows#ISO
+
|template=Infobox company/row
| intro         = <h2>Games ported to Windows</h2>
+
|outro=</table></div>[[Category:Porters]]
| outro          = [[Category:Porters]]
+
|default=
| introtemplate  = Template:Infobox company/t3i
 
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t3
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Ported to OS X by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_Mac_OS HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_Mac_OS=Released
| ?Release date  = First release |+limit=1
+
|format=template
| ?Release date OS X=OS X release
+
|named args=yes
| ?Release date#ISO|+limit=1
+
|intro=<h2>Games ported to Mac OS (Classic)</h2>{{Infobox company/intro/ported|Mac OS}}
| ?Release date OS X#ISO
+
|template=Infobox company/row
| intro         = <h2>Games ported to macOS (formerly OS X)</h2>
+
|outro=</table></div>[[Category:Porters]]
| outro          = [[Category:Porters]]
+
|default=
| introtemplate  = Template:Infobox company/t4i
 
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t3
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Ported to Linux by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_OS_X HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_OS_X=Released
| ?Release date  = First release |+limit=1
+
|format=template
| ?Release date Linux=Linux release
+
|named args=yes
| ?Linux XDG support=XDG support
+
|intro=<h2>Games ported to macOS (formerly OS X)</h2>{{Infobox company/intro/ported|OS X}}
| ?Release date#ISO|+limit=1
+
|template=Infobox company/row
| ?Release date Linux#ISO
+
|outro=</table></div>[[Category:Porters]]
| intro         = <h2>Games ported to Linux</h2>
+
|default=
| outro          = [[Category:Porters]]
 
| introtemplate  = Template:Infobox company/t5i
 
| outrotemplate  = Template:Infobox company/t1o
 
| template       = Template:Infobox company/t5
 
| format        = template
 
| default       =
 
 
}}<!--
 
}}<!--
-->{{#ask: [[Category:Games]] [[Ported to Mac OS by::Company:{{PAGENAME}}]]
+
-->{{#cargo_query:
| ?Developed by  = Developer
+
tables=Infobox_game
| ?Published by  = Publisher
+
|where={{#arraymap:{{#var:pageName}},{{{formernames|}}}|,|€€€€€|Porters_Linux HOLDS LIKE "Company:€€€€€"|\sOR\s}}
| ?Uses engine  = Engine
+
|fields=_pageName,Developers,Publishers,Engines,Released_Linux=Released
| ?Release date  = First release |+limit=1
+
|format=template
| ?Release date Mac OS=Mac OS release
+
|named args=yes
| ?Release date#ISO|+limit=1
+
|intro=<h2>Games ported to Linux</h2>{{Infobox company/intro/ported|Linux}}
| ?Release date Mac OS#ISO
+
|template=Infobox company/row
| intro         = <h2>Games ported to Mac OS</h2>
+
|outro=</table></div>[[Category:Porters]]
| outro         = [[Category:Porters]]
+
|default=
| introtemplate  = Template:Infobox company/t6i
+
}}</includeonly><noinclude>{{#cargo_declare:
| outrotemplate  = Template:Infobox company/t1o
+
_table=Company
| template      = Template:Infobox company/t3
+
|Website=URL
| format        = template
+
|Parent=Page
| default        =
+
|Founded=Date
 +
|Defunct=Date
 +
}}</noinclude><includeonly>{{#cargo_store:
 +
_table=Company
 +
|Website={{{website|}}}
 +
|Parent=Company:{{{parent|}}}
 +
|Founded={{{founded|}}}
 +
|Defunct={{{defunct|}}}
 
}}</includeonly><noinclude>{{Documentation}}</noinclude>
 
}}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 00:54, 29 November 2021

Infobox company

This template defines the table "Company". View table.

Documentation for the above template (sometimes hidden from view).

Description

Used on pages below the "Company" namespace.

Also automatically populates lists of games the company is involved in, unless disabled using listgames=false. If the lists are disabled in this template call, add {{Infobox company/query}} call somewhere further down the page to have the lists appear there instead.


Syntax

{{Infobox company
|title        = 
|cover        = 
|website      = 
|parent       = 
|formernames  = 
|founded      = 
|defunct      = 
|wikipedia    = 
|listgames    = true
}}