From BroWiki
Introduction
This listing of templates is used to help format text for easier reading on the Bro Wiki and to help make all articles consistant
Listing
| What it looks like |
What you type |
Template:Box Code
| Code: Code Title
|
Code Content
More code content
Even more code
| |
{{Box Code|Code Title|
<nowiki>
Code Content
More code content
Even more code
</nowiki>
}}
|
| Template:Box File
|
{{Box File|File Title|
<nowiki>
File content,
more content
even more content
</nowiki>
}}
|
Template:Box Note
| Note: Notes discuss facets of Bro not likely to change.
| |
{{Box Note|''Notes'' discuss facets of Bro not likely to change.}}
|
Template:Box Deficiency
| Deficiency: Deficiencies will (should) eventually get fixed.
| |
{{Box Deficiency|''Deficiencies'' will (should) eventually get fixed.}}
|
Template:Box Warning
| Warning: This is a warning about a possibly dangerous action.
| |
{{Box Warning|This is a warning about a possibly dangerous action.}}
|
Template:Box Tip
| Tip! This is a helpful tip.
| |
{{Box Tip|This is a helpful tip.}}
|
Template:Box Kernel
| Linux Kernel Configuration: Name of Config
|
Code maturity level options --->
General setup --->
Loadable module support --->
Processor type and features --->
Power management options (ACPI, APM) --->
| |
{{Box Kernel|Name of Config|
Code maturity level options --->
General setup --->
Loadable module support --->
Processor type and features --->
Power management options (ACPI, APM) --->
}} |
| Template:Filename
Template:Filename
|
{{Filename|/path/to/file}}
|
| Template:Commandline
Template:Commandline
|
{{Commandline|your command here}}
|
Template:Box FIXME
| FIXME: Something on this page demands attention and should be fixed.
|
|
{{Box FIXME|Something on this page demands attention and should be fixed.}}
|