Template:XML attributes: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
{|class="mw-collapsible mw-collapsed" style="border:1px solid #D0E0FF;" | {|class="mw-collapsible mw-collapsed" style="border:1px solid #D0E0FF;" | ||
|- | |- | ||
! width=" | ! width="600" style="text-align:left;" colspan="2" | <{{{name|}}}> | ||
|- style="background-color:#F0F0FF;" | |- style="background-color:#F0F0FF;" | ||
| width="70" style="text-align:left;" | '''Info:''' || width="530" style="text-align:left;" | {{{info|}}} | | width="70" style="text-align:left;" | '''Info:''' || width="530" style="text-align:left;" | {{{info|}}} |
Latest revision as of 23:10, 5 February 2019
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 |