Template:ROOT/RootIO

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This is a template designed for the book ROOT. It should be used to create new templates that can be used to format ROOT input / output during an interactive session. The text given as argument is displayed in a light gray box in a typewriter font.

Please do not use this template to format interactive ROOT in-/output directly. Use the appropriate of the following derived templates instead:

Usage[edit source]

Syntax[edit source]

{{ROOT/RootIO|content}}
Parameter Default Value Mandatory Description
content   no Text to be displayed inside the box.

Example[edit source]

In this example, we display the text "I didn't know that!" in a RootIO box.

Code[edit source]

{{ROOT/RootIO|content = I didn't know ''that''!}}

Result[edit source]

I didn't know that!