Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Template:Categorybox/custom

From PCGamingWiki, the wiki about fixing PC games
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Documentation for the above template (sometimes hidden from view).

This is an manual/custom template in the likes of Template:Seriesbox that creates a floating list of member pages. This is best used alongside a manually defined and controlled sidebar on one page that is then transcluded (embedded) into the relevant member pages, same as for Template:Seriesbox.

Real-world examples

Related templates

Syntax

{{Categorybox/custom|title=Title|entries=
{{Categorybox/row|link}}
{{Categorybox/row|link}}
{{Categorybox/row|link}}
}}

Parameters

title= - Title of the sidebar. To make it a link, use regular MediaWiki code such as title=[[Special K]] or title=[[Glossary:Sound|Sound]]

entries= Custom entries, in the form of {{Categorybox/row|link}} for each entry, for example {{Categorybox/row|[[Glossary:Surround sound|Surround sound]]}}

Usage

  • Example 1:
Title
link
link
link
{{Categorybox/custom|title=Title|entries=
{{Categorybox/row|link}}
{{Categorybox/row|link}}
{{Categorybox/row|link}}
}}
  • Example 2:
Sound
Sound
Sound card
Surround sound
{{Categorybox/custom|title=[[:Category:Sound|Sound]]|entries=
{{Categorybox/row|[[Glossary:Sound|Sound]]}}
{{Categorybox/row|[[Glossary:Sound card|Sound card]]}}
{{Categorybox/row|[[Glossary:Surround sound|Surround sound]]}}
}}