Template:XML attributes

From XMS Wiki
This is the approved revision of this page, as well as being the most recent.
Jump to navigationJump to search


Code

{{XML attributes
| name       = 
| info       = 
| values     = 
| versions   = 
| used_by    = 
}}

Example

As an example, the following:

{{XML attributes
| name       = alignH
| info       = Align text horizontally in a text box. 
| values     = bottom, top, center
| versions   = 1
| used_by    = [[SMS:Dynamic Model Interface Schema#Element <text_box>|text_box]]
}}

produces this:

<alignH>
Info: Align text horizontally in a text box.
Values: bottom, top, center
Version(s): 1
Used by: text_box