Difference between revisions of "Template:EdNote"
From Paragon Wiki Archive
Zombie Man (Talk | contribs) m (Last time for color tweak form me) |
(hopefully, this will eliminate an issue of using Note= instead of note=) |
||
| (13 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {| style="background-color: #F5F5BE; border: 1px solid #C7C38B; color: #000; margin: 0.5em 2em; {{CSSBorderRadius|10px}}" | |
| − | [[File: | + | | style="vertical-align: top; padding: 0.25em;" | [[File:{{#switch: {{{type|}}} |
| − | {{ | + | |warning=EdNote.png |
| − | {{{ | + | |#default=EdLetter.png |
| − | + | }}|34px]] | |
| − | = | + | | style="width:100%; padding: 0.25em;" | '''Editor's Note:'''<br /> |
| − | + | {{{Note|{{{note}}}}}} | |
| − | + | |}<noinclude>{{Documentation}}</noinclude> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | '''< | + | |
| − | + | ||
| − | {{ | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 08:58, 8 August 2012
| |
Editor's Note: {{{note}}} |
[edit] [] Documentation
Usage
To create a unified space for all editor's notes. Any text that is not included in the actual mission text should go in the editor's note box.
Typical usage for a normal note:
{{EdNote|note=Message}}
If the note is a warning, you can also use:
{{EdNote|type=warning|note=message}}
Examples
{{EdNote|note=This is an editor's note.
You can use '''wiki markup''' in here like normal.
It can be as long or short as you need it to be.}}
| |
Editor's Note: This is an editor's note. You can use wiki markup in here like normal. It can be as long or short as you need it to be. |
{{EdNote|type=warning|note=This is a warning note.}}
| |
Editor's Note: This is a warning note. |