Add series column to CRT models list (via update-page on MediaWiki MCP Server)
Add chassis_family field and link to chassis family pages (via update-page on MediaWiki MCP Server)
Line 1: Line 1:
__NOCACHE__<includeonly>
__NOCACHE__<includeonly>
'''{{PAGENAME}}''' is a CRT chassis manufactured by {{{manufacturer|}}}.
'''{{PAGENAME}}''' is a CRT chassis{{#if:{{{manufacturer|}}}| manufactured by [[{{{manufacturer}}}]]}}{{#if:{{{chassis_family|}}}|, part of the [[{{{chassis_family}}}]] chassis family}}.
 
{{#if:{{{chassis_family|}}}|
== Chassis family ==
This chassis is part of the '''[[{{{chassis_family}}}]]''' platform.
}}


== CRT models using the {{PAGENAME}} chassis ==
== CRT models using the {{PAGENAME}} chassis ==
Line 19: Line 24:
{{#set:
{{#set:
Has manufacturer={{{manufacturer|}}}
Has manufacturer={{{manufacturer|}}}
|Has chassis family={{{chassis_family|}}}
}}
}}
[[Category:Chassis]]
[[Category:Chassis]]
</includeonly>
</includeonly><noinclude>
This template defines a CRT chassis.
 
== Usage ==
<pre>
{{Chassis
|manufacturer=JVC
|chassis_family=SC2
}}
</pre>
 
== Parameters ==
* '''manufacturer''' - The manufacturer of the chassis
* '''chassis_family''' - The chassis family/platform this chassis belongs to (optional)
 
[[Category:CRT templates]]
</noinclude>

Revision as of 18:24, 20 January 2026

This template defines a CRT chassis.

Usage

{{Chassis
|manufacturer=JVC
|chassis_family=SC2
}}

Parameters

  • manufacturer - The manufacturer of the chassis
  • chassis_family - The chassis family/platform this chassis belongs to (optional)
MediaWiki Appliance - Powered by TurnKey Linux