User talk:Janosekadam
From MikroTik Wiki
Revision as of 10:52, 10 March 2010 by Janosekadam (talk | contribs) (Example howto use some templates)
Contents
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
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
Template Versions
- example how to use it in mediawiki pages
{{Versions|v3.x, v4.x}}
- how that will look like
Template Deprecated
- example how to use it in mediawiki pages
{{Deprecated}}
- how that will look like
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
<br />
<table class="styled_table">
{{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
|arg=bytes
|type=integer/integer
|desc=Total received and transmitted bytes by interface since startup. [[#Stats | Read more>> ]]
}}
</table>
- 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>> |