Template:CSWMono

This template is based upon Template:CSW but is designed for people who are known by a single name (Mononymous person). Frequently at IMSLP we want to put a list of works in a table, with the composer in one column, and the work title in the adjacent column (without the composer’s name); and we want to link both columns to the appropriate page:

Composer Work
RSB 10 Children's Pieces, RBV 11

This template formats a composer’s name in one column, and a work title in the adjacent column, in a manner similar to the {{LinkCompS}} and {{NoCompS}} templates. It includes the separation formatting between the two columns of the table, but not at either side (before and after).

The composer’s single name should be entered as the first variable. The work title (with opus or catalog number) should then occupy the second variable:

{{CSWMono|RSB|10 Children's Pieces, RBV 11}}
RSB 10 Children's Pieces, RBV 11

Like the NoCompS template, there are two optional parameters, omit and add, which can be used to customise the work title displayed. omit may be used to remove text from the end of the work title immediately before the composer’s name. add may be used to add extra text after the work title as part of the link. Both the omit and add variables can be used in the one template call, and can be used in any order:

{{CSWMono|RSB|10 Children's Pieces|omit=, RBV 11|add= (2009/2012)}}
RSB 10 Children's Pieces (2009/2012)

N.B. the title parameter, together with the portion included using the omit variable, must together with the composer’s name make up the entire work title, or an invalid link will result. Neither the omit nor add variables may begin with a space. While these could be encoded as an HTML entity (i.e.,  ), it is rather simpler to use the shorthand variables o and a instead, as in the example below:

{{CSWMono|RSB|10 Children's Pieces,|o=RBV 11|a=2009/2012}}
RSB 10 Children's Pieces, 2009/2012

This will include the required space at the level of the template call. Do not include the space for the link in the template variable or a red link will result!