模板:Information appliance:修订间差异
创建页面,内容为“{{Infobox | title = {{{名称|{{{name|<includeonly>{{{Name|{{{title|{{PAGENAMEBASE}} }}} }}}</includeonly> }}} }}} | bodyclass = hproduct vevent | titleclass = fn summary | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{ロゴ|{{{logo|{{{Logo|}}}}}}}}}|size={{{logo_size|}}}|upright={{{logo_upright|1}}}|alt={{{logo_alt|}}}}} | caption = {{{logo_caption|{{{logo caption|}}}}}} | image2 = {{#invoke:InfoboxImage|InfoboxImage|image={{{画像|{…” |
无编辑摘要 标签:已被回退 |
||
| 第1行: | 第1行: | ||
{{ | <noinclude>{{Documentation subpage|種類=[[Help:テンプレート|テンプレート]]}}</noinclude> | ||
| | [[パーソナルコンピュータ]]、[[ゲーム機]]といった情報機器の仕様などを表にする基礎情報テンプレートです。 | ||
| | {{Parameter names example | ||
| | | name | ||
| | | codename | ||
| | | aka | ||
| | | logo | ||
| | | image | ||
| | | caption | ||
| | | developer | ||
| | | manufacturer | ||
| | | family | ||
| | | type | ||
| | | generation | ||
| | | release date | ||
| | | retail availability | ||
| | | lifespan | ||
| | | price | ||
| | | discontinued | ||
| | | units sold | ||
| | | units shipped | ||
| | | media | ||
| | | os | ||
| | | power | ||
| | | soc | ||
| | | cpu | ||
| | | memory | ||
| | | storage | ||
| | | memory card | ||
| | | display | ||
| | | graphics | ||
| | | sound | ||
| input | |||
| controllers | |||
| camera | |||
| touchpad | |||
| connectivity | |||
| currentfw | |||
| platform | |||
| service | |||
| dimensions | |||
| weight | |||
| topgame | |||
| compatibility | |||
| predecessor | |||
| successor | |||
| related | |||
| marketing_target | |||
| website | |||
| language | |||
}} | |||
<pre> | |||
{{Information appliance | |||
| name = | |||
| codename = | |||
| aka = | |||
| logo = <!-- [[file:]]を使用 --> | |||
| image = <!-- include the [[file:]] tag, and do specify the image's width--> | |||
| caption = <!-- logoを指定しない場合に使用 --> | |||
| developer = <!-- いわゆる「メーカー」はこちらに記入 --> | |||
| manufacturer = <!-- 製造を外部に委託している場合は記入 --> | |||
| family = | |||
| type = | |||
| generation = | |||
| release date = <!-- {{Start date|YYYY|MM|DD}}を使用 - "|DD"や"|MM|DD"は省略可 --> | |||
| retail availability = | |||
| lifespan = | |||
| price = <!-- 現在の価格ではなく、初期の価格 --> | |||
| discontinued = | |||
| units sold = | |||
| units shipped = | |||
| media = | |||
| os = <!-- オペレーティングシステム --> | |||
| power = | |||
| soc = <!-- system-on-chip --> | |||
| cpu = | |||
| memory = | |||
| storage = | |||
| memory card = | |||
| display = | |||
| graphics = | |||
| sound = | |||
| input = | |||
| controllers = | |||
| camera = | |||
| touchpad = | |||
| connectivity = | |||
| currentfw = | |||
| platform = <!-- ...unless the appliance is a platform itself --> | |||
| service = <!-- 提供されているオンラインサービス --> | |||
| dimensions = | |||
| weight = | |||
| topgame = <!-- ゲーム機用の項目 --> | |||
| compatibility = | |||
| predecessor = | |||
| successor = | |||
| related = | |||
| marketing_target = | |||
| website = {{URL|example.org}} | |||
| language = | |||
}} | |||
</pre> | |||
===TemplateData=== | |||
{{TemplateDataHeader}} | |||
{{hidden begin|border=#aaa solid 1px|titlestyle=text-align:center;|title=TemplateData|bg=#F0F2F5}} | |||
<templatedata> | |||
{ | |||
"format": "block", | |||
"params": { | |||
"名称": { | |||
"label": "名称", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の名称。既定では記事名になる。", | |||
"default": "PAGENAME", | |||
"aliases": [ | |||
"name", | |||
"Name", | |||
"title" | |||
] | |||
}, | |||
"ロゴ": { | |||
"label": "ロゴのファイル名", | |||
"type": "wiki-file-name", | |||
"required": false, | |||
"description": "Infoboxのトップに表示されるロゴのファイル名", | |||
"aliases": [ | |||
"logo", | |||
"Logo" | |||
] | |||
}, | |||
"logo_size": { | |||
"label": "ロゴのサイズ", | |||
"type": "line", | |||
"required": false, | |||
"description": "ロゴのサイズ。" | |||
}, | |||
"logo_alt": { | |||
"label": "ロゴの代替テキスト", | |||
"type": "string", | |||
"required": false, | |||
"description": "ロゴを認識または表示できない環境向けの画像の代わりになる説明文。Alt属性。" | |||
}, | |||
"logo caption": { | |||
"label": "ロゴの説明文", | |||
"type": "string", | |||
"required": false, | |||
"description": "ロゴの説明文", | |||
"aliases": [ | |||
"logo_caption" | |||
] | |||
}, | |||
"画像": { | |||
"label": "画像ファイル名", | |||
"type": "wiki-file-name", | |||
"required": false, | |||
"description": "Infoboxのトップに表示される画像のファイル名", | |||
"aliases": [ | |||
"image", | |||
"Image", | |||
"photo", | |||
"Photo" | |||
] | |||
}, | |||
"image_size": { | |||
"label": "画像サイズ", | |||
"type": "line", | |||
"required": false, | |||
"description": "画像サイズ", | |||
"aliases": [ | |||
"ImageWidth" | |||
] | |||
}, | |||
"alt": { | |||
"label": "画像の代替テキスト", | |||
"type": "string", | |||
"required": false, | |||
"description": "画像を認識または表示できない環境向けの画像の代わりになる説明文。Alt属性。" | |||
}, | |||
"キャプション": { | |||
"label": "画像の説明文", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の画像の説明文", | |||
"aliases": [ | |||
"caption" | |||
] | |||
}, | |||
"codename": { | |||
"label": "コードネーム", | |||
"type": "string", | |||
"required": false, | |||
"description": "開発時の名称" | |||
}, | |||
"aka": { | |||
"label": "別名", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の別名" | |||
}, | |||
"メーカー": { | |||
"label": "開発元(メーカー)", | |||
"type": "string", | |||
"required": false, | |||
"description": "開発元の名前", | |||
"aliases": [ | |||
"developer", | |||
"Developer" | |||
] | |||
}, | |||
"manufacturer": { | |||
"label": "製造元", | |||
"type": "string", | |||
"required": false, | |||
"description": "製造元の名前" | |||
}, | |||
"family": { | |||
"label": "製品ファミリー", | |||
"type": "string", | |||
"required": false, | |||
"description": "製品ファミリー名(例えば「iPad (第1世代)」に対するファミリー名は「iPad」)" | |||
}, | |||
"種別": { | |||
"label": "種別", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の種別", | |||
"aliases": [ | |||
"形態", | |||
"type", | |||
"Type" | |||
] | |||
}, | |||
"世代": { | |||
"label": "世代", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の世代", | |||
"aliases": [ | |||
"generation" | |||
] | |||
}, | |||
"発売日": { | |||
"label": "発売日", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の発売日", | |||
"aliases": [ | |||
"release date", | |||
"releasedate", | |||
"first_release_date", | |||
"Released", | |||
"Introduced" | |||
] | |||
}, | |||
"retail availability": { | |||
"label": "販売状況", | |||
"type": "string", | |||
"required": false, | |||
"description": "販売期間中の販売状況を記載" | |||
}, | |||
"lifespan": { | |||
"label": "販売時期", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器が販売された時期" | |||
}, | |||
"標準価格": { | |||
"label": "標準価格", | |||
"type": "string", | |||
"required": false, | |||
"description": "発売時の価格", | |||
"aliases": [ | |||
"baseprice", | |||
"Baseprice", | |||
"price", | |||
"MSRP" | |||
] | |||
}, | |||
"販売終了日": { | |||
"label": "販売終了日", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の販売が終了した日", | |||
"aliases": [ | |||
"discontinued", | |||
"Discontinued", | |||
"discontinuation_date" | |||
] | |||
}, | |||
"売上台数": { | |||
"label": "売上台数", | |||
"type": "string", | |||
"required": false, | |||
"description": "事前予約分を含む台数", | |||
"aliases": [ | |||
"units sold", | |||
"unitssold" | |||
] | |||
}, | |||
"units shipped": { | |||
"label": "出荷台数", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の出荷台数", | |||
"aliases": [ | |||
"unitsshipped" | |||
] | |||
}, | |||
"メディア": { | |||
"label": "メディア", | |||
"type": "string", | |||
"required": false, | |||
"description": "カセットやディスクなど対応するメディア", | |||
"aliases": [ | |||
"media", | |||
"Media" | |||
] | |||
}, | |||
"os": { | |||
"label": "オペレーティングシステム", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器に含まれているオペレーティングシステム", | |||
"aliases": [ | |||
"OS", | |||
"operatingsystem" | |||
] | |||
}, | |||
"soc": { | |||
"label": "SoC", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器で使用されているsystem-on-chip", | |||
"aliases": [ | |||
"SoC", | |||
"SOC", | |||
"system-on-chip", | |||
"System-on-chip" | |||
] | |||
}, | |||
"power": { | |||
"label": "電源", | |||
"type": "string", | |||
"required": false, | |||
"description": "電源消費量", | |||
"aliases": [ | |||
"Power" | |||
] | |||
}, | |||
"プロセッサ": { | |||
"label": "CPU", | |||
"type": "string", | |||
"required": false, | |||
"description": "CPU名とモデル名", | |||
"aliases": [ | |||
"CPU", | |||
"cpu", | |||
"プロセッサ", | |||
"processor", | |||
"Processor" | |||
] | |||
}, | |||
"CPUspeed": { | |||
"label": "CPUクロックスピード", | |||
"type": "string", | |||
"required": false, | |||
"description": "Hzで表されるCPUのクロックスピード" | |||
}, | |||
"メモリ": { | |||
"label": "搭載メモリ容量", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器に搭載されている揮発性メモリ容量", | |||
"aliases": [ | |||
"memory", | |||
"Memory", | |||
"RAM" | |||
] | |||
}, | |||
"RAMtype": { | |||
"label": "メモリの種類", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器に搭載されている揮発性メモリの種類" | |||
}, | |||
"ストレージ": { | |||
"label": "ストレージ", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器に搭載されている不揮発性の内蔵ストレージ", | |||
"aliases": [ | |||
"storage" | |||
] | |||
}, | |||
"memory card": { | |||
"label": "リムーバブルストレージ", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器に接続できる不揮発性の外部ストレージ" | |||
}, | |||
"ディスプレイ": { | |||
"label": "ディスプレイ", | |||
"type": "string", | |||
"required": false, | |||
"description": "ディスプレイのサイズや解像度", | |||
"aliases": [ | |||
"display", | |||
"Display" | |||
] | |||
}, | |||
"graphics": { | |||
"label": "グラフィック (GPU)", | |||
"type": "string", | |||
"required": false, | |||
"description": "搭載しているGPU", | |||
"aliases": [ | |||
"Graphics", | |||
"GPU" | |||
] | |||
}, | |||
"sound": { | |||
"label": "サウンド", | |||
"type": "string", | |||
"required": false, | |||
"description": "搭載しているサウンドシステム", | |||
"aliases": [ | |||
"Sound" | |||
] | |||
}, | |||
"input": { | |||
"label": "入力装置", | |||
"type": "string", | |||
"required": false, | |||
"description": "キーボードなどの入力装置", | |||
"aliases": [ | |||
"Input" | |||
] | |||
}, | |||
"コントローラ": { | |||
"label": "コントローラ", | |||
"type": "string", | |||
"required": false, | |||
"description": "サポートするコントローラー", | |||
"aliases": [ | |||
"controllers" | |||
] | |||
}, | |||
"camera": { | |||
"label": "デジタルカメラ", | |||
"type": "string", | |||
"required": false, | |||
"description": "搭載されているカメラ" | |||
}, | |||
"touchpad": { | |||
"label": "タッチパッド", | |||
"type": "string", | |||
"required": false, | |||
"description": "メーカー、型番、ボタン数やマルチタッチ対応の有無など" | |||
}, | |||
"外部接続": { | |||
"label": "外部接続", | |||
"type": "string", | |||
"required": false, | |||
"description": "接続できるネットワーク機器など", | |||
"aliases": [ | |||
"外部接続端子", | |||
"Connectivity", | |||
"connectivity" | |||
] | |||
}, | |||
"currentfw": { | |||
"label": "現在のファームウェア", | |||
"type": "string", | |||
"required": false, | |||
"description": "デバイスのファームウェアの現在のヴァージョンを記載" | |||
}, | |||
"platform": { | |||
"label": "プラットフォーム", | |||
"type": "string", | |||
"required": false, | |||
"description": "基盤となるプラットフォーム名称" | |||
}, | |||
"オンラインサービス": { | |||
"label": "オンラインサービス", | |||
"type": "string", | |||
"required": false, | |||
"description": "サポートするオンラインサービス名", | |||
"aliases": [ | |||
"online service", | |||
"onlineservice", | |||
"service" | |||
] | |||
}, | |||
"dimensions": { | |||
"label": "サイズ", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の縦横高さのサイズ", | |||
"aliases": [ | |||
"Casing" | |||
] | |||
}, | |||
"weight": { | |||
"label": "重量", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器の重量" | |||
}, | |||
"marketing_target": { | |||
"label": "マーケティング対象", | |||
"type": "string", | |||
"required": false, | |||
"description": "対象ユーザー層" | |||
}, | |||
"最高売上ソフト": { | |||
"label": "最高売上ソフト", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器で遊べる中で最も売り上げたタイトル", | |||
"aliases": [ | |||
"top game", | |||
"topgame" | |||
] | |||
}, | |||
"後方互換": { | |||
"label": "後方互換", | |||
"type": "string", | |||
"required": false, | |||
"description": "後方互換性のある機器", | |||
"aliases": [ | |||
"compatibility" | |||
] | |||
}, | |||
"model_no": { | |||
"label": "モデル番号", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器のモデル番号" | |||
}, | |||
"前世代ハード": { | |||
"label": "前世代ハードウェア", | |||
"type": "string", | |||
"required": false, | |||
"description": "1世代前の機器", | |||
"aliases": [ | |||
"predecessor" | |||
] | |||
}, | |||
"次世代ハード": { | |||
"label": "次世代ハードウェア", | |||
"type": "string", | |||
"required": false, | |||
"description": "1世代後の機器", | |||
"aliases": [ | |||
"successor" | |||
] | |||
}, | |||
"related": { | |||
"label": "関連商品", | |||
"type": "string", | |||
"required": false, | |||
"description": "ライセンス品など関連あるの商品" | |||
}, | |||
"ウェブサイト": { | |||
"label": "ウェブサイト", | |||
"type": "string", | |||
"required": false, | |||
"description": "公式ウェブサイト", | |||
"aliases": [ | |||
"website", | |||
"Website" | |||
] | |||
}, | |||
"language": { | |||
"label": "言語", | |||
"type": "string", | |||
"required": false, | |||
"description": "機器で使用されるプログラミング言語" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
{{hidden end}} | |||
== 追跡カテゴリ == | |||
*{{Clc|不明な引数を指定しているページ/Template:Information appliance}} | |||
<includeonly> | |||
{{DEFAULTSORT:Information appliance}} | |||
[[Category:コンピュータのハードウェア関連の基礎情報テンプレート|appliance]] | |||
[[Category:情報機器|*]] | |||
</includeonly> | |||
2025年11月6日 (四) 21:25的版本
模板:Documentation subpage パーソナルコンピュータ、ゲーム機といった情報機器の仕様などを表にする基礎情報テンプレートです。 模板:Parameter names example
{{Information appliance
| name =
| codename =
| aka =
| logo = <!-- [[file:]]を使用 -->
| image = <!-- include the [[file:]] tag, and do specify the image's width-->
| caption = <!-- logoを指定しない場合に使用 -->
| developer = <!-- いわゆる「メーカー」はこちらに記入 -->
| manufacturer = <!-- 製造を外部に委託している場合は記入 -->
| family =
| type =
| generation =
| release date = <!-- {{Start date|YYYY|MM|DD}}を使用 - "|DD"や"|MM|DD"は省略可 -->
| retail availability =
| lifespan =
| price = <!-- 現在の価格ではなく、初期の価格 -->
| discontinued =
| units sold =
| units shipped =
| media =
| os = <!-- オペレーティングシステム -->
| power =
| soc = <!-- system-on-chip -->
| cpu =
| memory =
| storage =
| memory card =
| display =
| graphics =
| sound =
| input =
| controllers =
| camera =
| touchpad =
| connectivity =
| currentfw =
| platform = <!-- ...unless the appliance is a platform itself -->
| service = <!-- 提供されているオンラインサービス -->
| dimensions =
| weight =
| topgame = <!-- ゲーム機用の項目 -->
| compatibility =
| predecessor =
| successor =
| related =
| marketing_target =
| website = {{URL|example.org}}
| language =
}}
TemplateData
模板:TemplateDataHeader 模板:Hidden begin <templatedata> { "format": "block", "params": { "名称": { "label": "名称", "type": "string", "required": false, "description": "機器の名称。既定では記事名になる。", "default": "PAGENAME", "aliases": [ "name", "Name", "title" ] }, "ロゴ": { "label": "ロゴのファイル名", "type": "wiki-file-name", "required": false, "description": "Infoboxのトップに表示されるロゴのファイル名", "aliases": [ "logo", "Logo" ] }, "logo_size": { "label": "ロゴのサイズ", "type": "line", "required": false, "description": "ロゴのサイズ。" }, "logo_alt": { "label": "ロゴの代替テキスト", "type": "string", "required": false, "description": "ロゴを認識または表示できない環境向けの画像の代わりになる説明文。Alt属性。" }, "logo caption": { "label": "ロゴの説明文", "type": "string", "required": false, "description": "ロゴの説明文", "aliases": [ "logo_caption" ] }, "画像": { "label": "画像ファイル名", "type": "wiki-file-name", "required": false, "description": "Infoboxのトップに表示される画像のファイル名", "aliases": [ "image", "Image", "photo", "Photo" ] }, "image_size": { "label": "画像サイズ", "type": "line", "required": false, "description": "画像サイズ", "aliases": [ "ImageWidth" ] }, "alt": { "label": "画像の代替テキスト", "type": "string", "required": false, "description": "画像を認識または表示できない環境向けの画像の代わりになる説明文。Alt属性。" }, "キャプション": { "label": "画像の説明文", "type": "string", "required": false, "description": "機器の画像の説明文", "aliases": [ "caption" ] }, "codename": { "label": "コードネーム", "type": "string", "required": false, "description": "開発時の名称" }, "aka": { "label": "別名", "type": "string", "required": false, "description": "機器の別名" }, "メーカー": { "label": "開発元(メーカー)", "type": "string", "required": false, "description": "開発元の名前", "aliases": [ "developer", "Developer" ] }, "manufacturer": { "label": "製造元", "type": "string", "required": false, "description": "製造元の名前" }, "family": { "label": "製品ファミリー", "type": "string", "required": false, "description": "製品ファミリー名(例えば「iPad (第1世代)」に対するファミリー名は「iPad」)" }, "種別": { "label": "種別", "type": "string", "required": false, "description": "機器の種別", "aliases": [ "形態", "type", "Type" ] }, "世代": { "label": "世代", "type": "string", "required": false, "description": "機器の世代", "aliases": [ "generation" ] }, "発売日": { "label": "発売日", "type": "string", "required": false, "description": "機器の発売日", "aliases": [ "release date", "releasedate", "first_release_date", "Released", "Introduced" ] }, "retail availability": { "label": "販売状況", "type": "string", "required": false, "description": "販売期間中の販売状況を記載" }, "lifespan": { "label": "販売時期", "type": "string", "required": false, "description": "機器が販売された時期" }, "標準価格": { "label": "標準価格", "type": "string", "required": false, "description": "発売時の価格", "aliases": [ "baseprice", "Baseprice", "price", "MSRP" ] }, "販売終了日": { "label": "販売終了日", "type": "string", "required": false, "description": "機器の販売が終了した日", "aliases": [ "discontinued", "Discontinued", "discontinuation_date" ] }, "売上台数": { "label": "売上台数", "type": "string", "required": false, "description": "事前予約分を含む台数", "aliases": [ "units sold", "unitssold" ] }, "units shipped": { "label": "出荷台数", "type": "string", "required": false, "description": "機器の出荷台数", "aliases": [ "unitsshipped" ] }, "メディア": { "label": "メディア", "type": "string", "required": false, "description": "カセットやディスクなど対応するメディア", "aliases": [ "media", "Media" ] }, "os": { "label": "オペレーティングシステム", "type": "string", "required": false, "description": "機器に含まれているオペレーティングシステム", "aliases": [ "OS", "operatingsystem" ] }, "soc": { "label": "SoC", "type": "string", "required": false, "description": "機器で使用されているsystem-on-chip", "aliases": [ "SoC", "SOC", "system-on-chip", "System-on-chip" ] }, "power": { "label": "電源", "type": "string", "required": false, "description": "電源消費量", "aliases": [ "Power" ] }, "プロセッサ": { "label": "CPU", "type": "string", "required": false, "description": "CPU名とモデル名", "aliases": [ "CPU", "cpu", "プロセッサ", "processor", "Processor" ] }, "CPUspeed": { "label": "CPUクロックスピード", "type": "string", "required": false, "description": "Hzで表されるCPUのクロックスピード" }, "メモリ": { "label": "搭載メモリ容量", "type": "string", "required": false, "description": "機器に搭載されている揮発性メモリ容量", "aliases": [ "memory", "Memory", "RAM" ] }, "RAMtype": { "label": "メモリの種類", "type": "string", "required": false, "description": "機器に搭載されている揮発性メモリの種類" }, "ストレージ": { "label": "ストレージ", "type": "string", "required": false, "description": "機器に搭載されている不揮発性の内蔵ストレージ", "aliases": [ "storage" ] }, "memory card": { "label": "リムーバブルストレージ", "type": "string", "required": false, "description": "機器に接続できる不揮発性の外部ストレージ" }, "ディスプレイ": { "label": "ディスプレイ", "type": "string", "required": false, "description": "ディスプレイのサイズや解像度", "aliases": [ "display", "Display" ] }, "graphics": { "label": "グラフィック (GPU)", "type": "string", "required": false, "description": "搭載しているGPU", "aliases": [ "Graphics", "GPU" ] }, "sound": { "label": "サウンド", "type": "string", "required": false, "description": "搭載しているサウンドシステム", "aliases": [ "Sound" ] }, "input": { "label": "入力装置", "type": "string", "required": false, "description": "キーボードなどの入力装置", "aliases": [ "Input" ] }, "コントローラ": { "label": "コントローラ", "type": "string", "required": false, "description": "サポートするコントローラー", "aliases": [ "controllers" ] }, "camera": { "label": "デジタルカメラ", "type": "string", "required": false, "description": "搭載されているカメラ" }, "touchpad": { "label": "タッチパッド", "type": "string", "required": false, "description": "メーカー、型番、ボタン数やマルチタッチ対応の有無など" }, "外部接続": { "label": "外部接続", "type": "string", "required": false, "description": "接続できるネットワーク機器など", "aliases": [ "外部接続端子", "Connectivity", "connectivity" ] }, "currentfw": { "label": "現在のファームウェア", "type": "string", "required": false, "description": "デバイスのファームウェアの現在のヴァージョンを記載" }, "platform": { "label": "プラットフォーム", "type": "string", "required": false, "description": "基盤となるプラットフォーム名称" }, "オンラインサービス": { "label": "オンラインサービス", "type": "string", "required": false, "description": "サポートするオンラインサービス名", "aliases": [ "online service", "onlineservice", "service" ] }, "dimensions": { "label": "サイズ", "type": "string", "required": false, "description": "機器の縦横高さのサイズ", "aliases": [ "Casing" ] }, "weight": { "label": "重量", "type": "string", "required": false, "description": "機器の重量" }, "marketing_target": { "label": "マーケティング対象", "type": "string", "required": false, "description": "対象ユーザー層" }, "最高売上ソフト": { "label": "最高売上ソフト", "type": "string", "required": false, "description": "機器で遊べる中で最も売り上げたタイトル", "aliases": [ "top game", "topgame" ] }, "後方互換": { "label": "後方互換", "type": "string", "required": false, "description": "後方互換性のある機器", "aliases": [ "compatibility" ] }, "model_no": { "label": "モデル番号", "type": "string", "required": false, "description": "機器のモデル番号" }, "前世代ハード": { "label": "前世代ハードウェア", "type": "string", "required": false, "description": "1世代前の機器", "aliases": [ "predecessor" ] }, "次世代ハード": { "label": "次世代ハードウェア", "type": "string", "required": false, "description": "1世代後の機器", "aliases": [ "successor" ] }, "related": { "label": "関連商品", "type": "string", "required": false, "description": "ライセンス品など関連あるの商品" }, "ウェブサイト": { "label": "ウェブサイト", "type": "string", "required": false, "description": "公式ウェブサイト", "aliases": [ "website", "Website" ] }, "language": { "label": "言語", "type": "string", "required": false, "description": "機器で使用されるプログラミング言語" } } } </templatedata> 模板:Hidden end