User talk:Janosekadam

From MikroTik Wiki
Jump to navigation Jump to search

Templates on Mikrotik Wiki

Example how to user Template from User:Marisb

Template Note

example how to use it in mediawiki pages
{{Note|My note. Lorem ipsum dolor sit amet, consectetur adipiscing elit.}}
how that will look like
Icon-note.png

Note: My note. Lorem ipsum dolor sit amet, consectetur adipiscing elit.


Template Warning

example how to use it in mediawiki pages
{{Warning|My warning. Lorem ipsum dolor sit amet, consectetur adipiscing elit.}}
how that will look like
Icon-warn.png

Warning: My warning. Lorem ipsum dolor sit amet, consectetur adipiscing elit.


Template Versions

example how to use it in mediawiki pages
{{Versions|v3.x, v4.x}}
how that will look like
Version.png

Applies to RouterOS: v3.x, v4.x

Template Deprecated

example how to use it in mediawiki pages
{{Deprecated}}
how that will look like
Icon-important.png

The information in this article may be deprecated, and is described better elsewhere in the Wiki.


Template for tables

Template Mr-arg-table-h, Template Mr-arg-table, Template Mr-arg-ro-table
example how to use it in mediawiki pages
{{Mr-arg-table-h
|prop=Property1
|desc=Description1
}}
{{Mr-arg-table
|arg=interface
|type=string
|default=1
|desc=Interface name on which VRRP instance will be running
}}
{{Mr-arg-ro-table-end
|arg=bytes
|type=integer/integer
|desc=Total received and transmitted bytes by interface since startup. [[#Stats | Read more>> ]]
}}
how that will look like


Property1 Description1
interface (string; Default: 1) Interface name on which VRRP instance will be running
bytes (integer/integer) Total received and transmitted bytes by interface since startup. Read more>>