Template:Code

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
XML Example

[edit] Usage

{{code
| header=XML Example
| bg=#ccccff (optional)
| fg=black (optional)
| width=<CSS width value> Width of the code box.  Optional.  Defaults to 50%.
| lang=xml (optional)
| showlinenumbers=false (optional, when true shows line numbers)
| source=<html><head><title>Example</title></head><body></body></html>
| result=minimalistic xhtml page (optional for displaying results of source)
}}