|
|
Line 1: |
Line 1: |
| <templatestyles src="Template:Scrollable/styles.css" /> | | <templatestyles src="Template:Scrollable/styles.css" /> |
| <div class="scroll"> | | <div class="scroll{{{1|{{{id|}}}}}}"> |
| {{{content|{{{1|}}}}}} | | {{{content|{{{2|}}}}}} |
| </div><noinclude> | | </div><noinclude> |
|
| |
|
Revision as of 19:42, 22 June 2023
Page Template:Scrollable/styles.css has no content.
Usage
This template creates a box. It is called by the {{Work list}} template for use on Seiyuu pages. It should not be used anywhere else.
Parameters
! Parameter |
Description |
Options
|
|1=
|id= |
This is the parameter to set the class for the div tag. |
bl r18 drama situation radio reading
|
|2=
|content= |
The content inside of the box. The box around it is hard-coded into the CSS. |
|
Example
{{Work list/Box
|content =
This is the content of the pane
it will be full of links and tabs
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
* [[]] ([[]])
}}
produces:
Page Template:Scrollable/styles.css has no content.
Actual Usage Example
TemplateData
Template parameters
Parameter | Description | Type | Status |
---|
ID | 1 id | This is the class id for the div tag. - Suggested values
bl r18 drama situation radio reading
| String | required |
---|
Content | 2 content | This is where the content for the inside of the box goes.
| String | required |
---|