Template:Page notice: Difference between revisions
-u ndefined- (talk | contribs) m (Use class attribute and move style to MediaWiki:Common.css. Insert more clarification) |
-u ndefined- (talk | contribs) m (Migrate to Template:Documentation + display template in this page) |
||
Line 1: | Line 1: | ||
<div><table class="notice" style="border-color: {{{background|#808080}}}; {{#if: {{{foreground|}}} | background: {{{foreground|}}}; }}{{{style|}}}"> | |||
<tr> | <tr> | ||
<td style="vertical-align: middle"> | <td style="vertical-align: middle"> | ||
Line 14: | Line 14: | ||
}} | }} | ||
</tr> | </tr> | ||
</table></div | </table></div><noinclude>{{Documentation}}</noinclude> | ||
{{ | |||
}} | |||
</noinclude> |
Revision as of 06:44, 23 August 2025
{{{description}}}
|
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
Description
This is a generic template for page notices and warnings.
Example
{{Page notice |title=This is an example title. |description=This is an example description. |image=[[File:Odd_Bot.png|64px]] }}
yields:
This is an example title. This is an example description.
|
Parameters
- title: Title for the notice. Optional.
- description: Notice contents.
- image: Image that supplements the notice. The image should be a size less than 128px. Optional.
- foreground: Valid CSS color within the notice.
- background: Valid CSS color for the border of the notice.
- titlestyle: Specific CSS styles for the title.
- imagestyle: Specific CSS styles for the image box.
- descriptionstyle: Specific CSS styles for the description box.