利用者:STS2657/sandbox/template-module-test1/testcases
表示
ここは、利用者:STS2657/sandbox/template-module-test1のテンプレート・テストケースです。右のボタンをクリックするとテストケースが更新されます。 更なる情報とオプション このページに複雑なテンプレートの使用例を多く記述した場合、MediaWikiの制限によりページの終端部周辺で誤動作を起こす可能性があります。この誤動作が発生した場合、発生したページのソースに追加された「NewPP limit report」というコメントを参照してください。
また、特別:テンプレートを展開でテンプレートの使用結果を実験することも出来ます。 このページを表示する外装を変更する: |
startとitemn_value
[編集]start = 100
{{利用者:STS2657/sandbox/template-module-test1| param1 | param2 | param3 |start=100}}
{{利用者:STS2657/sandbox/template-module-test1}} | {{利用者:STS2657/sandbox/template-module-test1/sandbox}} |
---|---|
| エラー: expandTemplate: template "利用者:STS2657/sandbox/template-module-test1/sandbox" does not exist |
itemn_value = 100
{{利用者:STS2657/sandbox/template-module-test1| param1 | param2 | param3 |item2_value=100}}
{{利用者:STS2657/sandbox/template-module-test1}} | {{利用者:STS2657/sandbox/template-module-test1/sandbox}} |
---|---|
| エラー: expandTemplate: template "利用者:STS2657/sandbox/template-module-test1/sandbox" does not exist |
ケース:class="hlist"
[編集]start
{{利用者:STS2657/sandbox/template-module-test1| param1 | param2 | param3 |start=50}}
{{利用者:STS2657/sandbox/template-module-test1}} | {{利用者:STS2657/sandbox/template-module-test1/sandbox}} |
---|---|
| エラー: expandTemplate: template "利用者:STS2657/sandbox/template-module-test1/sandbox" does not exist |
itemn_value
{{利用者:STS2657/sandbox/template-module-test1| param1 | param2 | param3 |item2_value=100}}
{{利用者:STS2657/sandbox/template-module-test1}} | {{利用者:STS2657/sandbox/template-module-test1/sandbox}} |
---|---|
| エラー: expandTemplate: template "利用者:STS2657/sandbox/template-module-test1/sandbox" does not exist |
start + itemn_value
{{利用者:STS2657/sandbox/template-module-test1| param1 | param2 | param3 |item2_value=100 |start=50}}
{{利用者:STS2657/sandbox/template-module-test1}} | {{利用者:STS2657/sandbox/template-module-test1/sandbox}} |
---|---|
| エラー: expandTemplate: template "利用者:STS2657/sandbox/template-module-test1/sandbox" does not exist |