Template:Cast listing/doc: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
m (Penguinplushie moved page Template:Cast Listing/doc to Template:Cast listing/doc)
mNo edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{template rating|p}}
{{Support|Template:Div col}}
<!-- PLEASE ADD CATEGORIES AT THE END OF THIS 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 <code>colwidth=#em|</code>.
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 {{code|30em}}, to change this value (in case names are too long and get pushed to the next line) use {{para|colwidth|#em}}.


== Use ==
== Usage ==
This template uses [[Wikipedia:CSS|CSS]]3 multiple column layout and is not supported by all [[Wikipedia:WWW|Web]] [[Wikipedia:Web browser|browsers]].
This template uses [[Wikipedia:CSS|CSS]]3 multiple column layout and is not supported by all [[Wikipedia:WWW|Web]] [[Wikipedia:Web browser|browsers]].


Line 28: Line 27:
}}
}}


An example using <code>colwidth</code>
An example using {{para|colwidth}}
<pre>{{Cast Listing|colwidth=15em|
<pre>{{Cast Listing|colwidth=15em|
* Me as myself
* Me as myself
Line 47: Line 46:
}}
}}


<includeonly>
<includeonly>{{sandbox other||{{testcases other||
 
<!-- Categories below this line, please -->
<!-- Categories below this line, please -->
[[Category:Templates]]
[[Category:Templates]]
</includeonly>
[[Category:General Use Templates]]
}}}}</includeonly>

Revision as of 04:19, 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=15em|
* 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