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

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 202: Line 202:
{{!}}<div id="box">
{{!}}<div id="box">


<h2>{{#if:{{#var:T_Caveats}}|{{#var:T_Caveats}}|手続き}}</h2>
<h2>{{#if:{{#var:T_Caveats}}|{{#var:T_Caveats}}|注意}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:caveats}}
{{#var:caveats}}
Line 216: Line 216:
{{!}}-
{{!}}-
{{#if:{{#var:helpers}}|
{{#if:{{#var:helpers}}|
{{!}}<div id="box"><h2>{{#if:{{#var:T_Useful_Snippets}}|{{#var:T_Useful_Snippets}}|Useful Snippets}}</h2>
{{!}}<div id="box"><h2>{{#if:{{#var:T_Useful_Snippets}}|{{#var:T_Useful_Snippets}}|部分的に使いやすいもの}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:helpers}}
{{#var:helpers}}
Line 222: Line 222:
{{!}}-
{{!}}-
{{#if:{{#var:notes}}|
{{#if:{{#var:notes}}|
{{!}}<div id="box"><h2>{{#if:{{#var:T_Notes}}|{{#var:T_Notes}}|Notes}}</h2>
{{!}}<div id="box"><h2>{{#if:{{#var:T_Notes}}|{{#var:T_Notes}}|ノート}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:notes}}
{{#var:notes}}
Line 228: Line 228:
{{!}}-
{{!}}-
{{#if:{{#var:also_footer}}{{#var:also_functions}}{{#var:also_events}}{{#var:also_articles}}{{#var:also_tests}}{{#var:also_header}}|
{{#if:{{#var:also_footer}}{{#var:also_functions}}{{#var:also_events}}{{#var:also_articles}}{{#var:also_tests}}{{#var:also_header}}|
{{!}}<div id="box"><h2>{{#if:{{#var:T_See_Also}}|{{#var:T_See Also}}|See Also}}</h2>
{{!}}<div id="box"><h2>{{#if:{{#var:T_See_Also}}|{{#var:T_See Also}}|あわせて参照}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#if:{{#var:also_header}}|
{{#if:{{#var:also_header}}|
{{#var:also_header}}}}{{#if:{{#var:also_events}}|
{{#var:also_header}}}}{{#if:{{#var:also_events}}|
<h3>{{#if:{{#var:T_Also_Events}}|{{#var:T_Also_Events}}|Events}}</h3>
<h3>{{#if:{{#var:T_Also_Events}}|{{#var:T_Also_Events}}|イベント}}</h3>
{{{!}}
{{{!}}
{{#var:also_events}}
{{#var:also_events}}
{{!}}} }}{{#if:{{#var:also_functions}}|
{{!}}} }}{{#if:{{#var:also_functions}}|
<h3>{{#if:{{#var:T_Also_Functions}}|{{#var:T_Also_Functions}}|Functions}}</h3>
<h3>{{#if:{{#var:T_Also_Functions}}|{{#var:T_Also_Functions}}|関数}}</h3>
{{{!}}
{{{!}}
{{#var:also_functions}}
{{#var:also_functions}}
{{!}}} }}{{#if:{{#var:also_tests}}|
{{!}}} }}{{#if:{{#var:also_tests}}|
<h3>{{#if:{{#var:T_Also_Tests}}|{{#var:T_Also_Tests}}|Tests}}</h3>
<h3>{{#if:{{#var:T_Also_Tests}}|{{#var:T_Also_Tests}}|テスト}}</h3>
{{{!}}
{{{!}}
{{#var:also_tests}}
{{#var:also_tests}}
{{!}}} }}{{#if:{{#var:also_articles}}|
{{!}}} }}{{#if:{{#var:also_articles}}|
<h3>{{#if:{{#var:T_Also_Articles}}|{{#var:T_Also_Articles}}|Articles}}</h3>
<h3>{{#if:{{#var:T_Also_Articles}}|{{#var:T_Also_Articles}}|項目}}</h3>
{{{!}}
{{{!}}
{{#var:also_articles}}
{{#var:also_articles}}
Line 254: Line 254:
{{!}}
{{!}}
<div id="box">
<div id="box">
<h2>{{#if:{{#var:T_Source_Location}}|{{#var:T_Source_Location}}|Source Location}}</h2>
<h2>{{#if:{{#var:T_Source_Location}}|{{#var:T_Source_Location}}|情報源}}</h2>
<div style="padding: 0.5em">
<div style="padding: 0.5em">
{{#var:location}}
{{#var:location}}

Revision as of 20:49, 30 December 2007

{{LSL_Event/ja
|event
|event_id
|event_delay
|event_desc
|event_footnote
|p1_type|p1_name|p1_desc|p1_hover
|p2_type|p2_name|p2_desc|p2_hover
|p3_type|p3_name|p3_desc|p3_hover
|p4_type|p4_name|p4_desc|p4_hover
|p5_type|p5_name|p5_desc|p5_hover
|p6_type|p6_name|p6_desc|p6_hover
|p7_type|p7_name|p7_desc|p7_hover
|p8_type|p8_name|p8_desc|p8_hover
|p9_type|p9_name|p9_desc|p9_hover
|p10_type|p10_name|p10_desc|p10_hover
|p11_type|p11_name|p11_desc|p11_hover
|p12_type|p12_name|p12_desc|p12_hover
|constants
|spec
|caveats
|examples
|helpers
|also_header
|also_functions
|also_tests
|also_articles
|also_footer
|notes
|mode
|deprecated
|location
|cat1
|cat2
|cat3
|cat4
|cat5
|cat6
|cat7
|cat8
}}

See Template:LSL Function for syntax explanation (they are almost identical).

Event: MyEvent( integer i, float f, string s, key k, list l, vector v, rotation r ){ ; }

-1 Event ID
100.5 Delay

仮想のイベント

• integer i
• float f
• string s
• key k
• list l
• vector v
• rotation r


イベントの脚注

詳細

詳細

定数

注意

注意

部分的に使いやすいもの

参考

ノート

ノート

あわせて参照

同様のヘッダ

イベント

  • also_events

関数

  • also_functions

テスト

  • also_tests

項目

  • also_articles


同様のフッタ