Template:Note: Difference between revisions

From dezentrale wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly><templatestyles src="Template:Note/styles.css" /><div class="note {{#ifeq:{{{inline|}}}|1|note-inline}} note-{{#switch: {{{2|{{{type|}}}}}}
<includeonly>
 
<templatestyles src="Template:Note/styles.css" />
 
<div class="note {{#ifeq:{{{inline|}}}|1|note-inline}} note-{{#switch: {{{2|{{{type|}}}}}}
 
 
|info=info
 
|info=info
 
|reminder=reminder
 
|reminder=reminder
Line 9: Line 7:
 
|error=error
 
|error=error
 
|info
 
|info
}}">{{{1|{{{text|<code>ʕ •ᴥ•ʔ</code>}}}}}}</div>
+
}}">{{{1|{{{text|<code>ʕ •ᴥ•ʔ</code>}}}}}}[[Category:Notes]]</div></includeonly><noinclude>
[[Category:Notes]]
 
</includeonly><noinclude>
 
 
Notizen überall und für jeden.
 
Notizen überall und für jeden.
   
Line 19: Line 15:
   
 
<pre>
 
<pre>
{{Note|Dies ist eine Notiz}}
+
{{Note | Vorsicht! Das ist eine Notiz | warning }}
 
</pre>
 
</pre>
   
{{Note|Dies ist eine Notiz}}
+
{{Note | Vorsicht! Das ist eine Notiz | warning }}
   
Die Notizen lassen sich auch in den Fließtext setzen:
+
Die Notizen lassen sich auch inline setzen:
   
 
<pre>
 
<pre>
  +
* Meine
Das ist Text, {{Note|das ist ein Hinweis|inline=1}}, und das ist wieder Text
 
  +
* tolle
  +
* {{Note | Hinweis | inline=1 }}
  +
* Liste
 
</pre>
 
</pre>
   
  +
* Meine
Das ist Text, {{Note|das ist ein Hinweis|inline=1}}, und das ist wieder Text
 
  +
* tolle
 
  +
* {{Note | Hinweis | inline=1 }}
  +
* Liste
   
 
=== Typen ===
 
=== Typen ===
   
Es gibt auch lustige Farben und Bilder:
+
Es gibt auch lustige Farben und Bilder (<code>type</code> Parameter)
 
   
 
{{Note|(leer)|inline=1}}
 
{{Note|(leer)|inline=1}}
Line 48: Line 48:
   
 
{{Note|error|type=error|inline=1}}
 
{{Note|error|type=error|inline=1}}
  +
<templatedata>
</noinclude>
 
  +
{
  +
"params": {
  +
"1": {
  +
"aliases": [
  +
"text"
  +
],
  +
"label": "Text",
  +
"description": "Hinweistext",
  +
"type": "content",
  +
"required": true
  +
},
  +
"2": {
  +
"aliases": [
  +
"type"
  +
],
  +
"label": "Type",
  +
"description": "Art",
  +
"type": "string",
  +
"default": "info"
  +
},
  +
"inline": {
  +
"label": "Inline",
  +
"example": "1",
  +
"type": "boolean",
  +
"default": "0"
  +
},
  +
"type": {
  +
"aliases": [
  +
"2"
  +
],
  +
"label": "Type",
  +
"description": "Art",
  +
"type": "string",
  +
"default": "info"
  +
},
  +
"text": {
  +
"aliases": [
  +
"1"
  +
],
  +
"label": "Text",
  +
"description": "Hinweistext",
  +
"type": "content",
  +
"required": true
  +
}
  +
},
  +
"description": "Notizen generieren"
  +
}
 
</templatedata></noinclude>

Latest revision as of 23:20, 14 February 2022

Notizen überall und für jeden.

Die Icons und das Stylesheet wurden erfolgreich aus mediawiki importiert.

Verwendung

{{Note | Vorsicht! Das ist eine Notiz | warning }}
Vorsicht! Das ist eine Notiz

Die Notizen lassen sich auch inline setzen:

* Meine
* tolle
* {{Note | Hinweis | inline=1 }}
* Liste
  • Meine
  • tolle
  • Hinweis
  • Liste

Typen

Es gibt auch lustige Farben und Bilder (type Parameter)

(leer)
info
reminder
idea
warning
warn
error

Notizen generieren

Template parameters

ParameterDescriptionTypeStatus
Text1 text

Hinweistext

Contentrequired
Type2 type

Art

Default
info
Stringoptional
Inlineinline

no description

Default
0
Example
1
Booleanoptional
Typetype 2

Art

Default
info
Stringoptional
Texttext 1

Hinweistext

Contentrequired