Template:Mbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
<div>'''{{{header|{{{Header|header?}}}}}}'''</div> | <div>'''{{{header|{{{Header|header?}}}}}}'''</div> | ||
<div>{{{content|{{{Content|content?}}}}}}</div> | <div>{{{content|{{{Content|content?}}}}}}</div> | ||
|}< | |}<onlyinclude>{{ #if:{{{cat|}}}|[[Category:{{{cat}}}]]|}}<onlyinclude><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<!-- Add categories to the /doc subpage, not here! --> | <!-- Add categories to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
Revision as of 01:20, 2 July 2023
header?
content?
|
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 |