Template:Designer: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
<small>
<small>
{{#cargo_query:tables=Products
{{#cargo_query:tables=Products
|fields=_pageName=Model,Class,Description,Designers,Introduced
|fields=Manufacturer,_pageName=Model,Description,Designers,Introduced
|where=Designers HOLDS "{{{1}}}"
|where=Designers HOLDS "{{{1}}}"
|order by=Introduced ASC
|order by=Introduced ASC
|format=table
|format=table
|default=
}}</small>
}}</small>


Line 28: Line 29:
|where=Designers HOLDS "{{{1}}}"
|where=Designers HOLDS "{{{1}}}"
|format=table
|format=table
|default=
}}</small></includeonly>
}}</small></includeonly>

Latest revision as of 11:50, 8 July 2024

This is the Designer template.

It inserts tables that list products and components designed by a specific person.

Call it as

 {{Designer|John Doe}}

leaving no spaces around the name.

Note: The table data comes from the Products and Components CargoTables, respectively. To change the table data, please edit the respective product or component page (that page needs to use one of the linked templates listed at special:CargoTables). To force the table to be updated, it may be necessary to purge the page cache by appending ?action=purge to the URL of the page that includes this template.