Difference between revisions of "Template:Box Note"

m
(Tag: 2017 source edit)
m
(Tag: 2017 source edit)

Note: {{{Note text}}}

Kopiervorlage:

{{Box_Note|Note text =}}

To add standard infoboxes such as notes or related links to a page

Template parameters

Parameter Description Type Status
Boxtype boxtype

Possible values: note, tip, warning

Default
note
Example
note
Auto value
empty
String required
Note text Note text

no description

Default
empty
Example
empty
Auto value
empty
Unknown optional
<templatestyles src="Template:Box_Note/styles.css" />
            
            
        <div class="infobox notification-{{{boxtype}}}">
        
        
        <span class="boxlabel">
        
        {{#switch: {{{boxtype}}}
        
         | note = Note:
        
         | tip = Tip:
        
         | warning = Warning:
        
         | #default = Note:
        
        }}
        
        
        </span>{{{Note text}}}
        
        
        </div>
        
        
        <noinclude>
        
        Kopiervorlage:
        
        
        <pre>
        
        {{Box_Note|Note text =}}
        
        
        </pre>
        
        
        <templatedata>
        
        {
        
        	"params": {
        
        		"boxtype": {
        
        			"description": "Possible values: note, tip, warning",
        
        			"example": "note",
        
        			"type": "string",
        
        			"default": "note",
        
        			"required": true
        
        		},
        
        		"Note text": {}
        
        	},
        
        	"description": "To add standard infoboxes such as notes or related links to a page"
        
        }
        
        
        </templatedata>
        
        
        </noinclude>
Line 1: Line 1:
 +
<templatestyles src="Template:Box_Note/styles.css" />
 
<div class="infobox notification-{{{boxtype}}}">
 
<div class="infobox notification-{{{boxtype}}}">
 
<span class="boxlabel">
 
<span class="boxlabel">

Attachments

Discussions