Template:Message

From RidgeRun Developer Wiki



Usage

{{Message|This is an info message}}
{{Message|This is a message with type|warning}}
{{Message|This is a message with type and title|warning|'''Title'''}}
{{Message|text=Foo}}
{{Message|type=info|text=Foo}}
{{Message|type=note|text=Foo}}
{{Message|type=info|text=Foo|title='''Attention'''}}
{{Message|type=warning|text=Foo}}
{{Message|type=error|text=Foo}}
{{Message|type=doc|text=For documentation please visit ...}}


Info
This is an info message


Warning
This is a message with type


Title
This is a message with type and title


Info
Foo


Info
Foo


Note
Foo


Attention
Foo


Warning
Foo


Error
Foo


Documentation
For documentation please visit ...