Template:Cast listing/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
=== Examples ===
=== Examples ===
Here is an example:
Here is an example:
{{Pre|{{((}}{{fcb|#4169e1|<b>Cast Listing</b>}}|
{{Pre|{{((}}{{fcb|#4169e1|<b>Cast listing</b>}}|
* Me as myself
* Me as myself
* You as yourself
* You as yourself
Line 18: Line 18:


which would render as:
which would render as:
{{Cast Listing|
{{Cast listing|
* Me as myself
* Me as myself
* You as yourself
* You as yourself
Line 27: Line 27:


An example using {{para|colwidth}}
An example using {{para|colwidth}}
{{Pre|{{((}}{{fcb|#4169e1|Cast Listing}}|{{fcb|#2e8b57|colwidth}}{{=}}{{font color|#933|15}}|
{{Pre|{{((}}{{fcb|#4169e1|Cast listing}}|{{fcb|#2e8b57|colwidth}}{{=}}{{font color|#933|15}}|
* Me as myself
* Me as myself
* You as yourself
* You as yourself
Line 36: Line 36:


which would render as:
which would render as:
{{Cast Listing|colwidth=15|
{{Cast listing|colwidth=15|
* Me as myself
* Me as myself
* You as yourself
* You as yourself

Revision as of 03:55, 18 June 2023

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=#.

Usage

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

Examples

Here is an example:

{{Cast listing|
* Me as myself
* You as yourself
* Her as herself
* Him as himself
* Them as themselves
}}

which would render as:

    • Me as myself
    • You as yourself
    • Her as herself
    • Him as himself
    • Them as themselves

An example using |colwidth=

{{Cast listing|colwidth=15|
* Me as myself
* You as yourself
* Her as herself
* Him as himself
* Them as themselves
}}

which would render as:

    • Me as myself
    • You as yourself
    • Her as herself
    • Him as himself
    • Them as themselves