Template:Note: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{|border="5"
<includeonly>{|border="5"
|
|
{|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;"|notice="background-color:#E0E0FF;"|#default="background-color:#ffeeee;"}}
|valign="top"|{{#switch:{{{2}}}|error=[[file:rufzeichen.png|50px]][[category:Error]]|gotcha=[[file:rufzeichen.png|50px]]|reminder=[[file:birne.png|50px]]|#default=[[wiki2:file:note.png|50px]]}}
|valign="top"|<font size="+3">{{#switch:{{{2}}}|error=[[category:Error]]|gotcha=|reminder=💡|#default=🗒️}}</font>{{#ifeq:{{{2}}}|notice|<br>'''NOTICE'''}}
|{{{1}}}
|{{{1}}}
|&nbsp;
|}
|}
|}</includeonly>
|}</includeonly>
Line 17: Line 18:
* gotcha: like error
* gotcha: like error
* reminder: reminder
* reminder: reminder
* notice: as in ISO 3864-2; points to possible material damage
===dependencies===
===dependencies===
This template does not employ any other templates and is not used by any other templates.
This template does not employ any other templates and is not used by any other templates.
Line 22: Line 24:
<pre>{{note|This is just a note.}}</pre>
<pre>{{note|This is just a note.}}</pre>
delivers
delivers
{|border="5"
{{note|This is just a note.}}
|
{|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]]}}
|This is just a note.
|}
|}




<pre>{{note|Error|error}}</pre>
<pre>{{note|Error|error}}</pre>
delivers
delivers
{|border="5"
{{note|Error|error}}
|
{|type="wikitable" border="0" style={{#switch:error|error="background-color:#ffbbbb;"|gotcha="background-color:#ffbbbb;"|reminder="background-color:#E7DBBD;"|#default="background-color:#ffeeee;"}}
|valign="top"|{{#switch:error|error=[[file:rufzeichen.png|50px]]|gotcha=[[file:rufzeichen.png|50px]]|reminder=[[file:birne.png|50px]]|#default=[[file:note.png|50px]]}}
|Error
|}
|}




<pre>{{note|Don't forget me!|reminder}}</pre>
<pre>{{note|Don't forget me!|reminder}}</pre>
delivers
delivers
{|border="5"
{{note|Don't forget me!|reminder}}
|
{|type="wikitable" border="0" style={{#switch:reminder|error="background-color:#ffbbbb;"|gotcha="background-color:#ffbbbb;"|reminder="background-color:#E7DBBD;"|#default="background-color:#ffeeee;"}}
|valign="top"|{{#switch:reminder|error=[[file:rufzeichen.png|50px]]|gotcha=[[file:rufzeichen.png|50px]]|reminder=[[file:birne.png|50px]]|#default=[[file:note.png|50px]]}}
|Don't forget me!
|}
|}




[[Category:ContentTemplate]]
[[Category:ContentTemplate]]
{{interwiki}}
</noinclude>
</noinclude>

Latest revision as of 16:27, 29 November 2023


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
  • notice: as in ISO 3864-2; points to possible material damage

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

🗒️ This is just a note.  


{{note|Error|error}}

delivers

Error  


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

delivers

💡 Don't forget me!