Template:AboutSet
Use this at the top of the page for a set with the same name as its plane (or other subject, such as an event). Puts a {{hatnote}} there that directs readers looking for the plane (or other subject) to the appropriate page.
Example
Typical (plane):
{{AboutSet|plane=yes|disambig=yes}}
used on the Innistrad page produces:
- This page is about the set. For the plane, see Innistrad (plane). For other uses, see Innistrad (disambiguation).
Alternative (other subject):
{{AboutSet|other=the event itself|other_title=Brothers' War}}
used on the The Brothers' War page produces:
- This page is about the set. For the event itself, see Brothers' War.
Parameters
At least one primary parameter should be used. Any title parameter is ignored unless its primary parameter is used.
plane=yes
automatically generates a link to the plane of the same name.
plane_title=
(optional) provides a different title for the page name for the plane. Default: "PAGENAME (plane)"
other=
is a short setup for some other (non-plane) page with a similar or identical name to the current one, such as an event. It is incompatible with plane=yes
and will be ignored if used together.
other_title=
(required when using other
) is the page title to link to for some other kind of link.
disambig=yes
enables an "other uses" link to the disambiguation page.
disambig_title=
(optional) provides a different title for the page name for the disambiguation page. Default: "PAGENAME (disambiguation)"
(Technically, instead of "yes" in the snippets above, any text would achieve the same effect.)
See {{About}} for more customization options. See {{Otheruses}} for even simpler template for disambig only.