Template:XML attributes: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(create)
 
m (Protected "Template:XML attributes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 19:34, 21 August 2015


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