Template:EdNote: Difference between revisions

From City of Heroes: Rebirth Wiki
Jump to navigation Jump to search
imported>Sekoia
(implementing type= option)
imported>Sekoia
(split documentation to new page)
Line 6: Line 6:
| style="width:100%; padding: 0.25em;" | '''Editor's Note:'''<br />
| style="width:100%; padding: 0.25em;" | '''Editor's Note:'''<br />
{{{note}}}
{{{note}}}
|}<noinclude>
|}<noinclude>{{Documentation}}</noinclude>
==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.
 
==Example==
'''<nowiki>{{EdNote|note=This is an editor's note.</nowiki>'''
 
'''<nowiki>You can use '''wiki markup''' in here, or &lt;strike&gt;HTML</strike>.</nowiki>'''
 
'''<nowiki>It can be as long as you need it, or as short.}}</nowiki>'''
 
{{EdNote|note=This is an editor's note.
 
You can use '''wiki markup''' in here, or <strike>HTML</strike>.
 
It can be as long as you need it, or as short.}}
 
[[Category:Editors Tags Templates]]</noinclude>

Revision as of 14:27, 11 July 2012

Healthbar notify mail.png Editor's Note:

{{{note}}}

[edit] [purge] 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.}}
Healthbar notify mail.png 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.}}
Healthbar notify alert.png Editor's Note:

This is a warning note.