Template:PlayerBlocksFukiran
From SpinetiX Support Wiki
Template documentation
This template displays one or two image blocks with the fourth generation of SpinetiX HMP players (code name: "Fukiran").
It accepts the following parameters:
- 1,2
- The description for each block is provided through anonymous / numeric parameters.
- class
- Additional CSS class. The entire section is styled with the "playerBlocks" class, defined in Common.css.
- cssOuterStyle
- Additional outer block styling provided as CSS code.
- cssStyle
- Inner image block styling provided as CSS code.
- displayMode
- By default, two blocks are displayed; specify the display mode as "compact" to get one block with both players.
- maxWidth
- Specify the maximum width each column can use; defaults to 29%.
- noTitle
- Specify a non-empty value to hide the title, for instance
noTitle=true
.
- Specify a non-empty value to hide the title, for instance
- reverse
- Specify a non-empty value to reverse the order of title and image within the inner blocks, for instance
reverse=true
.
- Specify a non-empty value to reverse the order of title and image within the inner blocks, for instance
- width
- The image width; default value is
320px
for compact mode or274px
otherwise.
- The image width; default value is
Examples
1. No parameters
{{PlayerBlocksFukiran}}
2. With descriptions and no titles
{{PlayerBlocksFukiran | noTitle=true | 1=This is the HMP400 player model. | 2=This is the HMP400W player model. }}
This is the HMP400 player model.
This is the HMP400W player model.
3. Display mode "compact" with titles at the bottom
{{PlayerBlocksFukiran | displayMode=compact | reverse=true }}
See also
- {{PlayerBlocksIBX}}
- {{PlayerBlocksIkebana}}
- {{PlayerBlocksLegacy}}
- {{PlayerBlocksThirdParty}}
- {{ImageBlock}}
- {{TextBlock}}