Template:Member/row: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Huh, go figure. Blocco was right.
>NXTBoy
Useless code
Line 1: Line 1:
<includeonly>
<includeonly>
<tr class="{{{1|property}}} {{{3|}}}">
<tr class="{{{1|property}}} {{{3|}}}">
<td class="icon" style="display:block">[[{{ucfirst:{{{1|property}}}}}|{{{1|property}}}]]</td>
<td class="icon">[[{{ucfirst:{{{1|property}}}}}|{{{1|property}}}]]</td>
<td>[[{{{2|}}} ({{switch|{{{1|}}}|property=Property|method=Function|event=Event|default=Property}})|{{{2|}}}]]</td>
<td>[[{{{2|}}} ({{switch|{{{1|}}}|property=Property|method=Function|event=Event|default=Property}})|{{{2|}}}]]</td>
</tr>
</tr>

Revision as of 07:50, 29 August 2010


Example

 <table class="object-data">
 {{Member/row|event		|Touched}}
 {{Member/row|property	|Source|protected}}
 </table>
event Touched
property Source