Template:Mbox/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{ | {{Uses TemplateStyles|Template:Mbox/styles.css}} | ||
__NOTOC__ | |||
== Usage == | == Usage == | ||
This | This is a metatemplate to be used to create a varitey of information message box templates. This should only be used in the '''Template''' namespace. | ||
The image used should never be larger than 45px {{x}} 45px (which is the default size). | |||
{{tj|Mbox | |||
| small: | |||
| color: | |||
| style: | |||
| image: | |||
| width: | |||
| header: | |||
| content: | |||
}} | |||
== Parameters == | == Parameters == | ||
{| class="wikitable" | |||
{| class = "wikitable" | |||
|- | |- | ||
| | ! style="width: 10%"|Parameter !! Description !! Examples | ||
|- | |- | ||
| {{ | | {{para|small}} || To use a small box || {{para|small|yes}} | ||
|- | |- | ||
| {{ | | {{para|color}} || To change the color of the side bar || #85CBD9 | ||
|- | |- | ||
| {{ | | {{para|style}} || To alter the CSS style of the table || {{para|style|background-color:#DC1F16}} | ||
|- | |- | ||
| {{ | | {{para|image}} || A image file to be displayed on the left. Please try to always include an image. || {{para|image|Light bulb.png}} | ||
|- | |- | ||
| {{para|width}} || The width of the image. || {{para|width|20}} | |||
|- | |- | ||
| {{ | | {{para|header}} || Title of the information || {{para|header|Current}} | ||
|- | |- | ||
| {{ | | {{para|content}} || The information to be presented || {{para|content|This is a recently released CD so all the information here is subject to change or might be missing. All information should be verified before removing this banner.}} | ||
|} | |} | ||
<includeonly> | Note: The small parameter should only be used when the message box is to be used in the section of an article page. | ||
== Currently Used Message Boxes == | |||
{{Current message boxes}} | |||
== TemplateData == | |||
<templatedata> | |||
{ | |||
"description": "This is a metatemplate to be used to create a varitey of message box templates.", | |||
"params": { | |||
"small": { | |||
"label": "Small Mode", | |||
"description": "Creates a small format message box.", | |||
"type": "string", | |||
"suggestedvalues": [ "yes" ], | |||
"required": false | |||
}, | |||
"color": { | |||
"label": "Bar Color", | |||
"description": "The color of the side bar.", | |||
"type": "string", | |||
"suggested": true, | |||
"aliases": [ "Color" ], | |||
"suggestedvalues": [ "#DC1F16", "#C0CE73", "pink", "green" ] | |||
}, | |||
"style": { | |||
"label": "CSS Style", | |||
"description": "Allows for the altering of the table CSS.", | |||
"type": "string", | |||
"example": "background-color: orange;", | |||
"required": false | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "You can choose a specific image instead of the default.", | |||
"type": "string", | |||
"suggested": true, | |||
"example": "Some image.png" | |||
}, | |||
"width": { | |||
"label": "Image Width", | |||
"description": "To specify the width of the image. Must be smaller than 45px", | |||
"type": "number", | |||
"example": "40", | |||
"required": false | |||
}, | |||
"header": { | |||
"label": "Title", | |||
"description": "Title of the information.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"content": { | |||
"label": "Content", | |||
"description": "The information to be presented.", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
<includeonly>{{sandbox other||{{testcases other|| | |||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category: | [[Category:Utility templates]] | ||
</includeonly> | }}}}</includeonly> |
Latest revision as of 01:48, 20 August 2023
It contains usage information, categories and other content that is not part of the original template page.
|
This template uses TemplateStyles: |
Usage
This is a metatemplate to be used to create a varitey of information message box templates. This should only be used in the Template namespace.
The image used should never be larger than 45px × 45px (which is the default size).
Parameters
Parameter | Description | Examples |
---|---|---|
|small= |
To use a small box | |small=yes
|
|color= |
To change the color of the side bar | #85CBD9 |
|style= |
To alter the CSS style of the table | |style=background-color:#DC1F16
|
|image= |
A image file to be displayed on the left. Please try to always include an image. | |image=Light bulb.png
|
|width= |
The width of the image. | |width=20
|
|header= |
Title of the information | |header=Current
|
|content= |
The information to be presented | |content=This is a recently released CD so all the information here is subject to change or might be missing. All information should be verified before removing this banner.
|
Note: The small parameter should only be used when the message box is to be used in the section of an article page.
Currently Used Message Boxes
Template Call | Usage | Where to Put It |
---|---|---|
{{BLCD current}} | Newly released BLCD pages | Top of the page |
{{BLCD future}} | Coming soon BLCD pages | Top of the page |
{{Drama current}} | Newly released Drama CD pages | Top of the page |
{{Drama future}} | Coming soon Drama CD pages | Top of the page |
{{R18 current}} | Newly released R18 CD pages | Top of the page |
{{R18 future}} | Coming soon R18 CD pages | Top of the page |
{{Notice}} | For delivering important information | Top of the page |
{{Delete}} | To mark a page for deletion | Top of the page |
{{Section delete}} | To notify when a section header should be deleted | Under the section header |
{{Cleanup}} | To mark a page for cleanup | Top of the page |
{{Stub}} | To mark a page that needs expanding | Top of the page |
{{Section}} | To mark a section that needs expanding | Under the section header |
{{Archived}} | To mark a page to be archived | Top of the page |
TemplateData
This is a metatemplate to be used to create a varitey of message box templates.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Small Mode | small | Creates a small format message box.
| String | optional |
Bar Color | color Color | The color of the side bar.
| String | suggested |
CSS Style | style | Allows for the altering of the table CSS.
| String | optional |
Image | image | You can choose a specific image instead of the default.
| String | suggested |
Image Width | width | To specify the width of the image. Must be smaller than 45px
| Number | optional |
Title | header | Title of the information. | String | required |
Content | content | The information to be presented. | String | required |