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
 
(3 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="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|}}}
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
*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
*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]]

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