模板:Infobox company:修订间差异
EinsenAdmin(留言 | 贡献) 创建页面,内容为“<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> | ||
< | == 用法 == | ||
{ | <pre> | ||
{{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 = | |||
}} | |||
</pre> | |||
[[Category:Templates]] | |||
</noinclude><includeonly> | |||
{| class="infobox" style="width:300px;" | |||
} | |||
</ | |||
</noinclude> | |||
{| class=" | |||
|- | |- | ||
! | ! 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}}}}}}}}'' | ||
| {{{ | }} | ||
|- | {{#if:{{{logo|}}}| | ||
! | {{!}}- | ||
| {{{ | {{!}} 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}}} | |||
|- | }} | ||
! | {{#if:{{{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}}} | |||
}} | |||
! | {{#if:{{{divisions|}}}| | ||
{{!}}- | |||
! 业务板块 | |||
{{!}} {{{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}}} | |||
|- | }} | ||
! | {{#if:{{{revenue|}}}| | ||
| {{{ | {{!}}- | ||
! 营业收入 | |||
! | {{!}} {{{revenue}}} | ||
}} | |||
{{#if:{{{operating_income|}}}| | |||
{{!}}- | |||
! 营业利润 | |||
{{!}} {{{operating_income}}} | |||
}} | |||
{{#if:{{{net_income|}}}| | |||
{{!}}- | |||
! 净利润 | |||
{{!}} {{{net_income}}} | |||
}} | |||
{{#if:{{{num_employees|}}}| | |||
{{!}}- | |||
! 员工人数 | |||
{{!}} {{{num_employees}}} | |||
}} | |||
{{#if:{{{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 =
}}