Template:XML attributes

From XMS Wiki
Revision as of 23:10, 5 February 2019 by Jcreer (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
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