Template:XML attributes: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
(update)
Line 11: Line 11:
|-
|-
| '''Used by:''' || {{{used_by|{{{usedby|}}}}}}
| '''Used by:''' || {{{used_by|{{{usedby|}}}}}}
|- style="background-color:#F0F0FF;"
| '''Example:''' || {{{example|{{{ex|}}}}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>


Line 21: Line 23:
| versions  =  
| versions  =  
| used_by    =  
| used_by    =  
| example    =
}}
}}
</pre>
</pre>
Line 33: Line 36:
| 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]]
| example    =
}}
}}
</pre>
</pre>
Line 44: Line 48:
| 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]]
| example    =
}}
}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 20:42, 21 August 2015


Code

{{XML attributes
| name       = 
| info       = 
| values     = 
| versions   = 
| used_by    = 
| example    = 
}}

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]]
| example    = 
}}

produces this:

<alignH>
Info: Align text horizontally in a text box.
Values: bottom, top, center
Version(s): 1
Used by: text_box