Template:EdNote: Difference between revisions
Jump to navigation
Jump to search
imported>Thirty7 (hopefully, this will eliminate an issue of using Note= instead of note=) |
(role="note" instead of fixed layout table, max line length for widescreen readability) |
||
Line 1: | Line 1: | ||
<div role="note" style="display: flow-root; position: relative; margin: 0.5em 2em; border: 1px solid #C7C38B; {{CSSBorderRadius|10px}} padding: 0 1em 0 48px; max-width: 70ch; background-color: #F5F5BE; color: #000;"> | |||
<div style="position: absolute; left: 7px; top: 9px; ">[[File:{{#switch: {{{type|}}} | |||
|warning=EdNote.png | |warning=EdNote.png | ||
|#default=EdLetter.png | |#default=EdLetter.png | ||
}}|34px]] | }}|34px|link=|alt=]]</div> | ||
<div style="margin: 1em 0; font-weight: bold;">Editor's Note:</div> | |||
{{{Note|{{{note}}}}}} | {{{Note|{{{note}}}}}} | ||
</div><noinclude>{{Documentation}}</noinclude> |
Latest revision as of 04:10, 23 March 2022
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.