Store brand in variable so helper template can access it; fix parameter name for named args (via update-page on MediaWiki MCP Server)
Remove italicized line - now in table with clickable link (via update-page on MediaWiki MCP Server)
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 10: Line 10:
__NOCACHE__
__NOCACHE__
{{#if:{{{brand|}}}|
{{#if:{{{brand|}}}|
{{#vardefine:current_brand|{{{brand}}}}}
<div style="margin-bottom: 1em;">Showing all CRT models from '''{{{brand}}}''' in the database. [[CRTs by Brand|← Back to all brands]]</div>
<div style="margin-bottom: 1em;">Showing all CRT models from '''{{{brand}}}''' in the database. [[CRTs by Brand|← Back to all brands]]</div>


Line 23: Line 22:


== By Series ==
== By Series ==
{{{!}} class="wikitable"
{{#invoke:BrandSeries|seriesTable|brand={{{brand}}}}}
{{!}}-
! Series !! Count !! Browse
{{#ask:
[[Category:CRT models]]
[[Has brand::{{{brand}}}]]
[[Has series::+]]
|?Has series
|format=template
|template=Brand series row
|named args=yes
|link=none
|sort=Has series
|order=asc
|limit=500
|searchlabel=
}}
{{!}}}
<div style="margin-top:0.5em; color:#666; font-style:italic;">Plus {{#ask:[[Category:CRT models]][[Has brand::{{{brand}}}]][[Has series::!+]]|format=count}} models with no series assigned.</div>


== All Models ==
== All Models ==

Latest revision as of 23:51, 17 January 2026

This template creates a page listing all CRTs for a specific brand.

Usage

Create a page named "CRTs by [Brand]" with:

{{CRTs by brand|brand=Sony}}
MediaWiki Appliance - Powered by TurnKey Linux