Template:XML attributes: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
m (Protected "Template:XML attributes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
Line 30: | Line 30: | ||
| name = alignH | | name = alignH | ||
| info = Align text horizontally in a text box. | | info = Align text horizontally in a text box. | ||
| values = | | values = bottom, top, center | ||
| versions = 1 | | versions = 1 | ||
| used_by = [[SMS:Dynamic Model Interface Schema#Element <text_box>|text_box]] | | used_by = [[SMS:Dynamic Model Interface Schema#Element <text_box>|text_box]] | ||
Line 44: | Line 41: | ||
| name = alignH | | name = alignH | ||
| info = Align text horizontally in a text box. | | info = Align text horizontally in a text box. | ||
| values = | | values = bottom, top, center | ||
| versions = 1 | | versions = 1 | ||
| used_by = [[SMS:Dynamic Model Interface Schema#Element <text_box>|text_box]] | | used_by = [[SMS:Dynamic Model Interface Schema#Element <text_box>|text_box]] |
Revision as of 19:36, 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 |