Template:Cast listing/doc

From HIBIKIFORUM
Jump to navigation Jump to search
Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.


This template is for use in a cast list. It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns. The default value for the column width is 30em, to change this value (in case names are too long and get pushed to the next line) use |colwidth=#.

Notice

This template uses CSS3 multiple column layout and is not supported by all Web browsers.

Usage

{{Cast listing
| colwidth =
| Cast Name 1
| Cast Name 2
| Cast Name 3 ...
| Cast Name last
}}

Examples

Example 1 - Normal Usage
{{Cast listing
| Me as myself
| You as yourself
| Her as herself
| Him as himself
| Them as themselves
}}
  • Me as myself
  • You as yourself
  • Her as herself
  • Him as himself
  • Them as themselves
Example 2 - Using |colwidth=
{{Cast listing
| colwidth = 10
| Me as myself
| You as yourself
| Her as herself
| Him as himself
| Them as themselves
}}
  • Me as myself
  • You as yourself
  • Her as herself
  • Him as himself
  • Them as themselves

An example of a multiple story cast list

Must use {{blist}} for inside list
{Cast listing
 | colwidth = 20
 | '''Story 1 Name'''
 {{blist
   | Me as myself
   | You as yourself
   | Her as herself
   | Him as himself
   | Them as themselves }}
 | '''Story 2 Name'''
 {{blist
   | Me as myself
   | You as yourself
   | Her as herself
   | Him as himself
   | Them as themselves }}
}}
  • Story 1 Name
    • Me as myself
    • You as yourself
    • Her as herself
    • Him as himself
    • Them as themselves
  • Story 2 Name
    • Me as myself
    • You as yourself
    • Her as herself
    • Him as himself
    • Them as themselves

TemplateData

Formats a list of voice actor role names into columns that automatically space for the given screen size.

Template parameters

ParameterDescriptionTypeStatus
Column Widthcolwidth

To increase the width of the columns manually, so as to avoid names from breaking into multiple lines.

Default
30
Numberoptional