Difference between revisions of "Template:LSL Conditional/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 2 users not shown)
Line 77: Line 77:
</div></div>
</div></div>
{{#var:extras}}{{{extras|}}}<div id="box">
{{#var:extras}}{{{extras|}}}<div id="box">
<h2>Specification</h2>
<h2>詳細</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{LSL_Constants_Conditional/ja}}
{{LSL_Constants_Conditional/ja}}
Line 87: Line 87:
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:examples}}{{{examples|}}}
{{#var:examples}}{{{examples|}}}
</div></div>}}
</div></div>}}{{#if:{{#var:notes}}{{{notes|}}}|
{{#if:{{#var:notes}}{{{notes|}}}|
<div id="box">
<div id="box">
 
<h2>ノート</h2>
<h2>Notes</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:notes}}{{{notes|}}}
{{#var:notes}}{{{notes|}}}
<br style="clear:left;"></div></div>}}{{#if:{{#var:helpers}}{{{helpers|}}}|
<br style="clear:left;"></div></div>}}{{#if:{{#var:helpers}}{{{helpers|}}}|
<div id="box"><h2>Useful Snippets</h2>
<div id="box">
 
<h2>部分的に使いやすいもの</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:helpers}}{{{helpers|}}}
{{#var:helpers}}{{{helpers|}}}
</div></div>}}{{#if:{{#var:also_footer}}{{{also_footer|}}}{{#var:also_functions}}{{{also_functions|}}}{{#var:also_events}}{{{also_events|}}}{{#var:also_articles}}{{{also_articles|}}}{{#var:also_tests}}{{{also_tests|}}}{{#var:also_header}}{{{also_header|}}}|
</div></div>}}{{#if:{{#var:also_footer}}{{{also_footer|}}}{{#var:also_functions}}{{{also_functions|}}}{{#var:also_events}}{{{also_events|}}}{{#var:also_articles}}{{{also_articles|}}}{{#var:also_tests}}{{{also_tests|}}}{{#var:also_header}}{{{also_header|}}}|
<div id="box"><h2>関連項目</h2>
<div id="box">
 
<h2>関連項目</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#if:{{#var:also_header}}{{{also_header|}}}|
{{#if:{{#var:also_header}}{{{also_header|}}}|
Line 131: Line 133:
{{#var:location}}{{{location|}}}
{{#var:location}}{{{location|}}}
</div></div>}}
</div></div>}}
{{#var:footer}}<span id="sort" style="display:none;">{{#var:sort}}</span>{{#if:{{{self|}}}|| {{#ifeq:{{#var:mode}}|request||{{LSLC|Flow Control|{{#var:sort}}}}}} {{#if:{{#var:examples}}{{{examples|}}}||{{LSLC|Needs Example|{{#var:sort}}}}}} {{#if:{{{cat1|}}}|{{LSLC|{{{cat1}}}|{{#var:sort}}}}}} {{#if:{{{cat2|}}}|{{LSLC|{{{cat2}}}|{{#var:sort}}}}}} {{#if:{{{cat3|}}}|{{LSLC|{{{cat3}}}|{{#var:sort}}}}}} {{#if:{{{cat4|}}}|{{LSLC|{{{cat4}}}|{{#var:sort}}}}}} {{#if:{{{cat5|}}}|{{LSLC|{{{cat5}}}|{{#var:sort}}}}}} {{#if:{{{cat6|}}}|{{LSLC|{{{cat6}}}|{{#var:sort}}}}}} }}</includeonly>
{{#var:footer}}<span id="sort" style="display:none;">{{#var:sort}}</span>{{#if:{{{self|}}}|| {{#ifeq:{{#var:mode}}|request||{{LSLC{{#var:lang}}|Flow Control|{{#var:sort}}}}}} {{#if:{{#var:examples}}{{{examples|}}}||{{LSLC{{#var:lang}}|Needs Example|{{#var:sort}}}}}} {{#if:{{{cat1|}}}|{{LSLC{{#var:lang}}|{{{cat1}}}|{{#var:sort}}}}}} {{#if:{{{cat2{{#var:lang}}|}}}|{{LSLC|{{{cat2}}}|{{#var:sort}}}}}} {{#if:{{{cat3|}}}|{{LSLC{{#var:lang}}|{{{cat3}}}|{{#var:sort}}}}}} {{#if:{{{cat4{{#var:lang}}|}}}|{{LSLC|{{{cat4}}}|{{#var:sort}}}}}} {{#if:{{{cat5|}}}|{{LSLC{{#var:lang}}|{{{cat5}}}|{{#var:sort}}}}}} {{#if:{{{cat6{{#var:lang}}|}}}|{{LSLC|{{{cat6}}}|{{#var:sort}}}}}} }}</includeonly>

Latest revision as of 22:00, 14 April 2010

{{LSL_Conditional
|statement
|statement_header
|statement_desc
|statement_end
|statement_end_desc
|p1_name|p1_desc
|p2_name|p2_desc
|p3_name|p3_desc
|p4_name|p4_desc
|p5_name|p5_desc
|p6_name|p6_desc
|p7_name|p7_desc
|p8_name|p8_desc
|p9_name|p9_desc
|p10_name|p10_desc
|p11_name|p11_desc
|p12_name|p12_desc
|constants
|examples
|helpers
|also_header
|also_functions
|also_tests
|also_articles
|also_footer
|notes
|mode
|deprecated
|cat1
|cat2
|cat3
|cat4
}}

funckyloop( i; f; s; k; l; v; rstatement_end

statement_type

•  i i
•  f f
•  s s
•  k k
•  l l
•  v v
•  r r
•  statement_end statement_end_desc


A fictitious statement type

詳細

条件の種類
条件
integer 0ではない場合は真。
float 0ではない場合は真。
string 文字列の長さが0ではない場合は真。
key keyが有効でNULL_KEYではない場合のみ真。
vector vectorがZERO_VECTORではない場合は真。
rotation rotationがZERO_ROTATIONではない場合は真。
list listの長さが0ではない場合は真。正しい動作は、Monoでコンパイルされたスクリプトのみで見られ、LSOでコンパイルされたスクリプトは誤って false になります。BUG-230728

spec

examples

ノート

notes


部分的に使いやすいもの

helpers

関連項目

also_header

イベント

  • also_events

関数

  • also_functions

Tests

  • also_tests

Articles

  • also_articles


also_footer