Template:XML attributes: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(revert)
No edit summary
 
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="400" style="text-align:left;" colspan="2" | <{{{name|}}}>
! 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