Template:Property Summary: Difference between revisions
Jump to navigation
Jump to search
MoDementia (talk | contribs) No edit summary |
MoDementia (talk | contribs) No edit summary |
||
(39 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | style="float: right; margin-left: 1em; margin-bottom: 0.5em; clear: right; background-color: #F9F9F9; border: 1px solid #CCCCCC; font-size: 95%; padding: 5px;" | {| class="wikitable" | style="float: right; margin-left: 1em; margin-bottom: 0.5em; clear: right; background-color: #F9F9F9; border: 1px solid #CCCCCC; font-size: 95%; padding: 5px;" | ||
|+ style="text-align: center;" | '''{{PAGENAME}}''' | |+ style="text-align: center;" | '''{{#if:{{{2}}} | {{{2}}} | {{PAGENAME}}}}''' | ||
{{#if:{{{1|}}}|{{Pipe}}- style="background-color:#FFCC99; | {{#if:{{{1|}}}|{{Pipe}}- style="background-color:#FFCC99;" | ||
{{Pipe}} '''Scripting Object''' | {{Pipe}} '''Scripting Object''' | ||
{{Pipe}} style="background-color:#FFCC99;" {{Pipe}} [[SDB{{{1|}}}]] | {{Pipe}} style="background-color:#FFCC99;" align="center" {{Pipe}} [[SDB{{{1|}}}]] | ||
{{Pipe}}- style="background-color:#FFCC99;" align="center" | {{Pipe}}- style="background-color:#FFCC99;" align="center" | ||
{{Pipe}} ''Value Name'' | {{Pipe}} ''Value Name'' | ||
{{Pipe}} style="background-color:#FFCC99;" {{Pipe}} | {{Pipe}} style="background-color:#FFCC99;" align="center" {{Pipe}} {{{2|}}} | ||
{{Pipe}}- style="background-color:#FFCC99;" align="center" | {{Pipe}}- style="background-color:#FFCC99;" align="center" | ||
{{Pipe}} ''Value Type'' | {{Pipe}} ''Value Type'' | ||
{{Pipe}} style="background-color:# | {{Pipe}} style="background-color:#CCFFCC;" align="center" {{Pipe}} {{{3|}}} | {{Pipe}}- style="background-color:#FFCC99;"}} | ||
{{#if:{{{ | {{#if:{{{4|}}}|{{Pipe}}- style="background-color:#CC99FF;" | ||
{{Pipe}} '''Database Table''' | {{Pipe}} '''Database Table''' | ||
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} | {{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{Multiple Tables|{{{4|}}}}} | ||
{{Pipe}}- style="background-color:#CC99FF;" align="center" | {{Pipe}}- style="background-color:#CC99FF;" align="center" | ||
{{Pipe}} ''Field Name'' | {{Pipe}} ''Field Name'' | ||
{{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} [[{{{ | {{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{#if:{{Multiple Tables|{{{5|}}}}}|[[{{{4|}}} table#{{{5}}} {{Pipe}} {{{5|}}}]]}} | ||
{{Pipe}}- style="background-color:#CC99FF;" align="center" | {{Pipe}}- style="background-color:#CC99FF;" align="center" | ||
{{Pipe}} ''Field Type'' | {{Pipe}} ''Field Type'' | ||
{{Pipe}} style="background-color:#CC99FF;" {{Pipe}} {{{ | {{Pipe}} style="background-color:#CC99FF;" align="center" {{Pipe}} {{{6|}}} | {{Pipe}}- style="background-color:#CC99FF;}} | ||
{{#if:{{{ | {{#if:{{{7|}}}| {{Pipe}}- style="background-color:#CCFFFF;" | ||
{{Pipe}} '''Tracklist Column''' | {{Pipe}} '''Tracklist Column''' | ||
{{Pipe}} style="background-color:#CCFFFF;" align="center" {{Pipe}} {{{ | {{Pipe}} style="background-color:#CCFFFF;" align="center" {{Pipe}} {{{7|}}} | {{Pipe}}- style="background-color:#CCFFFF;"}} | ||
{{#if:{{{ | {{#if:{{{8|}}}|{{Pipe}}- style="background-color:#ddd;" | ||
{{Pipe}} '''Example Data''' | {{Pipe}} '''Example Data''' | ||
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} {{{ | {{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} {{{8|}}} | {{Pipe}}- style="background-color:#ddd;"}} | ||
{{#if:{{{ | {{#if:{{{9|}}}|{{Pipe}}- style="background-color: #f4f4f4;" | ||
{{Pipe}} '''Hierarchy''' | {{Pipe}} '''Hierarchy''' | ||
{{Pipe}} style="background-color:#f4f4f4;" align="center" {{Pipe}} {{{ | {{Pipe}} style="background-color:#f4f4f4;" align="center" {{Pipe}} {{{9|}}} | {{Pipe}}- style="background-color:#f4f4f4;"}} | ||
{{#ifexist:SDB{{{2|}}}|{{Pipe}}- style="background-color:#ddd;" | |||
{{Pipe}} '''Members''' | |||
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} [[SDB{{{2|}}}]] | {{Pipe}}- style="background-color:#ddd;"}} | |||
{{#ifexist:SDB{{{2|}}}List|{{Pipe}}- style="background-color:#ddd;" | |||
{{Pipe}} '''Members''' | |||
{{Pipe}} style="background-color:#ddd;" align="center" {{Pipe}} [[SDB{{{2|}}}List]] | {{Pipe}}- style="background-color:#ddd;"}} | |||
|} | |} | ||
{{#ifeq:{{{3|-}}}|Method|| | |||
===Example Code=== | |||
{{Example Code|{{{1|-}}}|{{{2|-}}}|{{{3|-}}}|{{{4|-}}}|{{{5|-}}}|{{{6|-}}}|{{{7|-}}}|{{{8|-}}}|{{{9|-}}}}}}} | |||
<noinclude>[[Category:Template]]</noinclude> |
Latest revision as of 02:12, 22 April 2008
Example Code
Sub For iCounter = 0 to objSongList.count - 1 'SongLists Set objSongData = objSongList.Item(iCounter) -- = objSongData.- SDB.MessageBox "Value = '" & -- & "'", mtError, Array(mbOK) 'SDB.MessageBox Next ' objSongData.- = -New- 'Commented Out For Safety ' objSonglist.UpdateAll 'Commented Out For Safety 'UpdateAll Updates db and writes tags (if checked in options) End Sub