Template:Notice/doc: Difference between revisions

Line 10:
===Optional parameters ===
 
The box can be titled with an optional {{para|heading}} (or {{para|header}} or {{para|title}}). This is centeredleft-aligned by default. This:<br />
{{in5}}<code><nowiki>{{Notice |heading=Heading |Lorem ipsum dolor sit amet...}}</nowiki></code>
produces an all-left notice:
{{Notice|demospace=main |heading=Heading |style=margin-bottom:2.0em; |[[Lorem ipsum|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]}}
 
It can be hard to notice aor read short heading and/or message on a wide monitor when it isthey centered. ItFor canlong becontent, movedit tocan thebe leftcentered with {{para|leftcenter|y}}. This:<br />
{{in5}}<code><nowiki>{{Notice |heading=Heading |leftcenter=y |Lorem ipsum dolor sit amet...}}</nowiki></code>
produces an all-leftcentered notice:
{{Notice|demospace=main |heading=Heading |style=margin-bottom:2.0em; |leftcenter=y |[[Lorem ipsum|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]}}
 
The parameter {{para|style|text-align:center;textstyle}} can be addedused to centerpass thearbitrary textinline belowCSS to the headingmain (whichnote iscontent. For example, one could center the leftjust bythe default).text below a left-aligned heading; Thisthis:<br />
{{in5}}<code><nowiki>{{Notice |heading=Heading |styletextstyle=text-align:center; |Lorem ipsum dolor sit amet...}}</nowiki></code>
produces an all-centered notice:
{{Notice|demospace=main |heading=Heading |style=text-align:center;margin-bottom:2.0em; |textstyle=text-align:center;|[[Lorem ipsum|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]}}
 
Similarly, the parameter {{para|headstyle}} can be used to pass arbitrary inline CSS to the heading content. For example, one could center the just the heading above a left-aligned message; this:<br />
{{in5}}<code><nowiki>{{Notice |heading=Heading |headstyle=text-align:center; |Lorem ipsum dolor sit amet...}}</nowiki></code>
produces an all-centered notice:
{{Notice|demospace=main |heading=Heading |style=margin-bottom:2.0em; |headstyle=text-align:center;|[[Lorem ipsum|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]}}
 
 
The message box can also take an {{para|image}} parameter (with a value of just the bare filename of the image, without <code>File:...</code>, <code>Image:...</code>, or markup), but this is discouraged in articles. For an example of its use, see below.
Anonymous user