模板:Infobox company:修订间差异

来自埃森兰维基
创建页面,内容为“<noinclude> <templatedata> { "description": "公司信息框(企业标准信息卡片)", "params": { "name": { "label": "公司名称", "type": "string", "required": true }, "native_name": { "label": "全称" }, "romanized_name": { "label": "缩写" }, "logo": { "label": "Logo" }, "type": { "label": "公司类型" }, "industry": { "label": "所属行业" }, "founded": { "label": "成立时间" }, "f…”
 
Maintenance script留言 | 贡献
Import: Template:Infobox_company
第1行: 第1行:
<noinclude>
<noinclude>
<templatedata>
== 用法 ==
{
<pre>
"description": "公司信息框(企业标准信息卡片)",
{{Infobox company
"params": {
| name =
"name": {
| name_en =
"label": "公司名称",
| native_name =
"type": "string",
| romanized_name =
"required": true
| logo =
},
| logo_size =
"native_name": {
| image =
"label": "全称"
| image_size =
},
| image_caption =
"romanized_name": {
| type =
"label": "缩写"
| industry =
},
| founded =
"logo": {
| founder =
"label": "Logo"
| location =
},
| headquarters =
"type": {
| key_people =
"label": "公司类型"
| products =
},
| services =
"industry": {
| revenue =
"label": "所属行业"
| operating_income =
},
| net_income =
"founded": {
| num_employees =
"label": "成立时间"
| parent =
},
| divisions =
"founder": {
| company_code =
"label": "创始人"
| area_served =
},
| slogan =
"headquarters": {
| homepage =
"label": "总部地点"
}}
},
</pre>
"parent": {
[[Category:Templates]]
"label": "母公司"
</noinclude><includeonly>
},
{| class="infobox" style="width:300px;"
"company_code": {
"label": "公司代码"
},
"services": {
"label": "服务项目"
},
"area_served": {
"label": "服务地区"
},
"key_people": {
"label": "主要人物"
},
"slogan": {
"label": "标语 / 口号"
}
}
}
</templatedata>
</noinclude>
 
{| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:22em; text-align:left; font-size:90%; border:1px solid #aaa;"
|+ style="font-size:120%; font-weight:bold;" | {{{name|}}}
|-
|-
! 全称
! colspan="2" style="background:#2a2825; color:#e8ddb5; text-align:center; font-size:1.15em; padding:12px;" | {{{name|{{PAGENAME}}}}}
| {{{native_name|}}}
{{#if:{{{name_en|{{{native_name|{{{romanized_name|}}}}}}}}|
|-
{{!}}-
! 缩写
{{!}} colspan="2" style="text-align:center; font-size:0.9em; color:#706b60; padding:4px;" {{!}} ''{{{name_en|{{{native_name|{{{romanized_name}}}}}}}}''
| {{{romanized_name|}}}
}}
|-
{{#if:{{{logo|}}}|
! 公司类型
{{!}}-
| {{{type|}}}
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{logo}}}|{{{logo_size|180px}}}]]
}}
{{#if:{{{image|}}}|
{{!}}-
{{!}} colspan="2" style="text-align:center; padding:12px;" {{!}} [[File:{{{image}}}|{{{image_size|260px}}}]]
{{#if:{{{image_caption|}}}|<br/><small>{{{image_caption}}}</small>}}
}}
|-
|-
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | 企业信息
{{#if:{{{type|}}}|
{{!}}-
! 类型
{{!}} {{{type}}}
}}
{{#if:{{{industry|}}}|
{{!}}-
! 行业
! 行业
| {{{industry|}}}
{{!}} {{{industry}}}
|-
}}
! 成立
{{#if:{{{founded|}}}|
| {{{founded|}}}
{{!}}-
|-
! 创立
{{!}} {{{founded}}}
}}
{{#if:{{{founder|}}}|
{{!}}-
! 创始人
{{!}} {{{founder}}}
}}
{{#if:{{{location|{{{headquarters|}}}}}|
{{!}}-
! 总部
! 总部
| {{{headquarters|}}}
{{!}} {{{location|{{{headquarters}}}}}}
|-
}}
{{#if:{{{company_code|}}}|
{{!}}-
! 企业代码
{{!}} {{{company_code}}}
}}
{{#if:{{{area_served|}}}|
{{!}}-
! 服务范围
{{!}} {{{area_served}}}
}}
{{#if:{{{key_people|}}}|
{{!}}-
! 关键人物
{{!}} {{{key_people}}}
}}
{{#if:{{{parent|}}}|
{{!}}-
! 母公司
! 母公司
| {{{parent|}}}
{{!}} {{{parent}}}
|-
}}
! 公司代码
{{#if:{{{divisions|}}}|
| {{{company_code|}}}
{{!}}-
! 业务板块
{{!}} {{{divisions}}}
}}
|-
|-
! colspan="2" style="background:#faf8f1; text-align:center; font-weight:bold; padding:8px; border-top:2px solid #e8ddb5;" | 经营数据
{{#if:{{{products|}}}|
{{!}}-
! 产品
{{!}} {{{products}}}
}}
{{#if:{{{services|}}}|
{{!}}-
! 服务
! 服务
| {{{services|}}}
{{!}} {{{services}}}
|-
}}
! 服务地区
{{#if:{{{revenue|}}}|
| {{{area_served|}}}
{{!}}-
|-
! 营业收入
! 主要人物
{{!}} {{{revenue}}}
| {{{key_people|}}}
}}
|-
{{#if:{{{operating_income|}}}|
{{!}}-
! 营业利润
{{!}} {{{operating_income}}}
}}
{{#if:{{{net_income|}}}|
{{!}}-
! 净利润
{{!}} {{{net_income}}}
}}
{{#if:{{{num_employees|}}}|
{{!}}-
! 员工人数
{{!}} {{{num_employees}}}
}}
{{#if:{{{slogan|}}}|
{{!}}-
! 标语
! 标语
| {{{slogan|}}}
{{!}} ''{{{slogan}}}''
}}
{{#if:{{{homepage|}}}|
{{!}}-
! 官网
{{!}} {{{homepage}}}
}}
|}
|}
</includeonly>

2026年4月14日 (二) 00:56的版本

用法

{{Infobox company
| name =
| name_en =
| native_name =
| romanized_name =
| logo =
| logo_size =
| image =
| image_size =
| image_caption =
| type =
| industry =
| founded =
| founder =
| location =
| headquarters =
| key_people =
| products =
| services =
| revenue =
| operating_income =
| net_income =
| num_employees =
| parent =
| divisions =
| company_code =
| area_served =
| slogan =
| homepage =
}}