Difference between revisions of "Template:Note"
From Official Wiki of the Renaissance Kingdoms
(Added the custom banner.) |
|||
Line 1: | Line 1: | ||
− | <includeonly>{| class="rk-notebox {{{1}}}" | + | <includeonly>{| class="rk-notebox {{{1}}}" {{#if: {{{2|}}} | style="--color-note: {{{2|}}}" | }} |
| {{#switch:{{{1|}}} | | {{#switch:{{{1|}}} | ||
| great = You are reading a « great article ». | | great = You are reading a « great article ». | ||
Line 6: | Line 6: | ||
| wtf = You are reading an article considered as « bad ». | | wtf = You are reading an article considered as « bad ». | ||
| wip = You are reading an article that we are « updating ». | | wip = You are reading an article that we are « updating ». | ||
+ | | custom = {{{3}}} | ||
}} | }} | ||
| {{#switch:{{{1|}}} | | {{#switch:{{{1|}}} | ||
Line 11: | Line 12: | ||
| wtf = This article could contain mistakes or lacks neutrality. The Guardians team will work on updating it. | | wtf = This article could contain mistakes or lacks neutrality. The Guardians team will work on updating it. | ||
| wip = This article will be updated soon. Some mistakes could remain. | | wip = This article will be updated soon. Some mistakes could remain. | ||
+ | | custom = {{{4}}} | ||
}} | }} | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Line 28: | Line 30: | ||
<nowiki>{{note|great}}</nowiki> | <nowiki>{{note|great}}</nowiki> | ||
{{note|great}} | {{note|great}} | ||
+ | <br> | ||
+ | <nowiki>{{note|custom|#c9d153|A brilliant article|This article is so brilliant that it deserves this yellow banner.}}</nowiki> | ||
+ | {{note|custom|#c9d153|A brilliant article|This article is so brilliant that it deserves this yellow banner.}} | ||
</noinclude> | </noinclude> |
Latest revision as of 11:35, 29 April 2025
Some useful headers used by editors:
{{note|draft}}
You are reading an article considered as a « draft ». |
{{note|toupdate}}
You are reading an article that needs to be « updated ». |
{{note|wtf}}
You are reading an article considered as « bad ». | This article could contain mistakes or lacks neutrality. The Guardians team will work on updating it. |
{{note|wip}}
You are reading an article that we are « updating ». | This article will be updated soon. Some mistakes could remain. |
{{note|great}}
You are reading a « great article ». | Information in this article is certified by the Guardians team. |
{{note|custom|#c9d153|A brilliant article|This article is so brilliant that it deserves this yellow banner.}}
A brilliant article | This article is so brilliant that it deserves this yellow banner. |