Template:Cast listing/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 28: Line 28:


An example using {{para|colwidth}}
An example using {{para|colwidth}}
<pre>{{Cast Listing|colwidth=15em|
<pre>{{Cast Listing|colwidth=15|
* Me as myself
* Me as myself
* You as yourself
* You as yourself
Line 38: Line 38:


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

Revision as of 04:29, 13 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=#em.

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