Difference between revisions of "Template:Ambox/message"
Neospace112 (talk | contribs) |
(add 3 extra) |
||
Line 2: | Line 2: | ||
-->{{#if:{{{1|}}}|<span style="font-size: 90%; {{{1style|}}}">''{{lang|en=“|ru=«}}{{{1|Quote here}}}{{lang|en=”|ru=»}}''</span><br />|}}<!-- | -->{{#if:{{{1|}}}|<span style="font-size: 90%; {{{1style|}}}">''{{lang|en=“|ru=«}}{{{1|Quote here}}}{{lang|en=”|ru=»}}''</span><br />|}}<!-- | ||
-->{{#if:{{{2|}}}|<span style="font-size: 100%; font-weight: bold; {{{2style|}}}">{{{2|This article needs fixing.}}}</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 Team Fortress Wiki by editing it.}}}</span>|}}<noinclude> | + | -->{{#if:{{{3|}}}|<span style="font-size: 95%; {{{3style|}}}">{{{3|You can help Team Fortress Wiki by editing it.}}}</span><br />|}}<!-- |
− | == Usage == | + | -->{{#if:{{{4|}}}|<span style="font-size: 95%; {{{4style|}}}">{{{4|Line 4.}}}</span><br />|}}<!-- |
− | * All | + | -->{{#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 === | === Example === | ||
<pre><nowiki> | <pre><nowiki> | ||
− | {{ ambox/message | + | {{ambox/message |
− | | 1 = Oh dear, I have made quite a mess. | + | | 1 = Oh dear, I have made quite a mess. |
| 2 = This page has been marked for general cleanup. | | 2 = This page has been marked for general cleanup. | ||
− | | 3 = Please see | + | | 3 = Please see [[Help:Style guide|Team Fortress Wiki style guide]] for information on how to improve this article. |
}} | }} | ||
− | </pre> | + | </nowiki></pre> |
... produces (when used inside {{tl|ambox}}): | ... produces (when used inside {{tl|ambox}}): | ||
− | {{ Ambox | image = Information.png | type = notice | + | {{Ambox | image = Information.png | type = notice-2 |
| contents = {{ ambox/message | | contents = {{ ambox/message | ||
| 1 = Oh dear, I've made quite a mess. | | 1 = Oh dear, I've made quite a mess. | ||
| 2 = This page has been marked for general cleanup. | | 2 = This page has been marked for general cleanup. | ||
− | | 3 = Please see | + | | 3 = Please see [[Help:Style guide|Team Fortress Wiki style guide]] for information on how to improve this article. |
}} | }} | ||
}} | }} | ||
+ | |||
[[Category:Formatting templates|Ambox/message]] | [[Category:Formatting templates|Ambox/message]] | ||
</noinclude> | </noinclude> |
Revision as of 08:27, 17 October 2010
Documentation for Ambox/message
Usage
- All 6 parameters can be used independently.
Example
{{ambox/message | 1 = Oh dear, I have made quite a mess. | 2 = This page has been marked for general cleanup. | 3 = Please see [[Help:Style guide|Team Fortress 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 Team Fortress Wiki style guide for information on how to improve this article. |