Template:Ambox/message: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with "ew") |
(ew indeed ~ Undo revision 184534 by KEMONO PANTSU (talk)) |
||
Line 1: | Line 1: | ||
<!-- | |||
-->{{#if:{{{1|}}}|<span style="font-size: 90%; {{{1style|}}}">''{{lang | |||
|en=“ | |||
|de=„ | |||
|fr=« | |||
|pt-br=" | |||
|ru=« | |||
}}{{{1|Quote here}}}{{lang | |||
|en=” | |||
|de=“ | |||
|fr= » | |||
|pt-br=" | |||
|ru=» | |||
}}''</span><br />|}}<!-- | |||
-->{{#if:{{{2|}}}|<span style="font-size: 100%; font-weight: bold; {{{2style|}}}">{{{2|This article needs fixing.}}}</span><br />|}}<!-- | |||
-->{{#if:{{{3|}}}|<span style="font-size: 95%; {{{3style|}}}">{{{3|You can help Portal Wiki by editing it.}}}</span><br />|}}<!-- | |||
-->{{#if:{{{4|}}}|<span style="font-size: 95%; {{{4style|}}}">{{{4|Line 4.}}}</span><br />|}}<!-- | |||
-->{{#if:{{{5|}}}|<span style="font-size: 95%; {{{5style|}}}">{{{5|Line 5.}}}</span><br />|}}<!-- | |||
-->{{#if:{{{6|}}}|<span style="font-size: 95%; {{{6style|}}}">{{{6|Line 6.}}}</span><br />|}}<noinclude> | |||
{{doc begin}} | |||
=== Usage === | |||
* All 6 parameters can be used independently. | |||
=== Example === | |||
<pre><nowiki> | |||
{{ambox/message | |||
| 1 = Oh dear, I've made quite a mess. | |||
| 2 = This page has been marked for general cleanup. | |||
| 3 = Please see [[Help:Style guide|Portal Wiki style guide]] for information on how to improve this article. | |||
}} | |||
</nowiki></pre> | |||
... produces (when used inside {{tl|ambox}}): | |||
{{Ambox | image = Information.png | type = notice-2 | |||
| contents = {{ ambox/message | |||
| 1 = Oh dear, I've made quite a mess. | |||
| 2 = This page has been marked for general cleanup. | |||
| 3 = Please see [[Help:Style guide|Portal Wiki style guide]] for information on how to improve this article. | |||
}} | |||
}} | |||
[[Category:Formatting templates|Ambox/message]] | |||
</noinclude> |
Revision as of 01:01, 13 June 2023
The template above may be partially or fully invisible or glitched due to the respected strings aren't entered.
This is normal.
This is normal.
Documentation for Ambox/message
Usage
- All 6 parameters can be used independently.
Example
{{ambox/message | 1 = Oh dear, I've made quite a mess. | 2 = This page has been marked for general cleanup. | 3 = Please see [[Help:Style guide|Portal Wiki style guide]] for information on how to improve this article. }}
... produces (when used inside {{ambox}}
):
“Oh dear, I've made quite a mess.” This page has been marked for general cleanup. Please see Portal Wiki style guide for information on how to improve this article. |