Template:Note: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{|border="5" | {|type="wikitable" border="0" style={{#switch:{{{2}}}|error="background-color:#ffbbbb;"|gotcha="background-color:#ffbbbb;"|reminder="background-col...")
 
No edit summary
Line 2: Line 2:
|
|
{|type="wikitable" border="0" style={{#switch:{{{2}}}|error="background-color:#ffbbbb;"|gotcha="background-color:#ffbbbb;"|reminder="background-color:#E7DBBD;"|#default="background-color:#ffeeee;"}}
{|type="wikitable" border="0" style={{#switch:{{{2}}}|error="background-color:#ffbbbb;"|gotcha="background-color:#ffbbbb;"|reminder="background-color:#E7DBBD;"|#default="background-color:#ffeeee;"}}
|valign="top"|{{#switch:{{{2}}}|error=[[file:rufzeichen.png|50px]]|gotcha=[[file:rufzeichen.png|50px]]|reminder=[[file:birne.png|50px]]|#default=[[file:note.png|50px]]}}
|valign="top"|{{#switch:{{{2}}}|error=[[file:rufzeichen.png|50px]][[category:Error]]|gotcha=[[file:rufzeichen.png|50px]]|reminder=[[file:birne.png|50px]]|#default=[[file:note.png|50px]]}}
|{{{1}}}
|{{{1}}}
|}
|}

Revision as of 15:58, 30 May 2018


Application

This template allows for a standardized display of general notes, error notes and reminders.

Arguments

This template has two unnamed arguments: A first, obligatory for the content and a second, optional for the kind of note.

Possible values for the second argument are:

  • (Empty): general note
  • error: error note
  • gotcha: like error
  • reminder: reminder

dependencies

This template does not employ any other templates and is not used by any other templates.

Example

{{note|This is just a note.}}

delivers

Note.png This is just a note.


{{note|Error|error}}

delivers

Rufzeichen.png Error


{{note|Don't forget me!|reminder}}

delivers

Birne.png Don't forget me!