Template:XML attributes

From XMS Wiki
Revision as of 19:31, 21 August 2015 by Jmonson (talk | contribs) (create)

(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