|
|
Line 1: |
Line 1: |
| [[Category: Sandbox]] | | [[Category: Sandbox]] |
| <includeonly>{{{descr|}}}
| |
|
| |
| == Usage ==
| |
| {{<nowiki/>{{{name|{{PAGENAME}}}}}<!--
| |
| -->{{#if:{{{arg1|}}} | {{!}}'''''{{{arg1}}}'''''}}<!--
| |
| -->{{#if:{{{arg2|}}} | {{!}}'''''{{{arg2}}}'''''}}<!--
| |
| -->{{#if:{{{arg3|}}} | {{!}}'''''{{{arg3}}}'''''}}<!--
| |
| -->{{#if:{{{arg4|}}} | {{!}}'''''{{{arg4}}}'''''}}<!--
| |
| -->{{#if:{{{arg5|}}} | {{!}}'''''{{{arg5}}}'''''}}<!--
| |
| --><nowiki>}}</nowiki>
| |
| {{#if:{{{arg1|}}}|
| |
| * {{{arg1}}}{{#if:{{{descr1|}}}|<nowiki/>: {{{descr1|}}}}}
| |
| }}<!--
| |
| -->{{#if:{{{arg2|}}}|
| |
| * {{{arg2}}}{{#if:{{{descr2|}}}|<nowiki/>: {{{descr2|}}}}}
| |
| }}<!--
| |
| -->{{#if:{{{arg3|}}}|
| |
| * {{{arg3}}}{{#if:{{{descr3|}}}|<nowiki/>: {{{descr3|}}}}}
| |
| }}<!--
| |
| -->{{#if:{{{arg4|}}}|
| |
| * {{{arg4}}}{{#if:{{{descr4|}}}|<nowiki/>: {{{descr4|}}}}}
| |
| }}<!--
| |
| -->{{#if:{{{arg5|}}}|
| |
| * {{{arg5}}}{{#if:{{{descr5|}}}|<nowiki/>: {{{descr5|}}}}}
| |
| }}
| |
|
| |
| {{#if:{{{example1|}}}{{{example2|}}}{{{example3|}}}{{{example4|}}}{{{example5|}}}{{{result1|}}}{{{result2|}}}{{{result3|}}}{{{result4|}}}{{{result5|}}}
| |
| |
| |
| {{{!}}
| |
| {{!}}+ Examples
| |
| {{!}}- style{{=}}"background-color: #EEE"
| |
| ! Code
| |
| ! Result
| |
| {{!}}-
| |
| {{#if: {{{example1|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} {{{example1|}}}
| |
| {{!}} {{{result1|}}}
| |
| }}
| |
| {{#if: {{{example2|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} {{{example2|}}}
| |
| {{!}} {{{result2|}}}
| |
| }}
| |
| {{#if: {{{example3|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} {{{example3|}}}
| |
| {{!}} {{{result3|}}}
| |
| }}
| |
| {{#if: {{{example4|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} {{{example4|}}}
| |
| {{!}} {{{result4|}}}
| |
| }}
| |
| {{#if: {{{example5|}}}
| |
| |
| |
| {{!}}-
| |
| {{!}} {{{example5|}}}
| |
| {{!}} {{{result5|}}}
| |
| }}
| |
| {{!}}}
| |
| }}
| |
|
| |
| {{#ifeq:{{uc:{{FULLPAGENAME}}}} | USER:LOU MONTANA/SANDBOX
| |
| | [<nowiki/>[Category: Templates{{!}}{{<nowiki/>uc:{{<nowiki/>PAGENAME}}}}]]
| |
| | [[Category: Templates|{{uc:{{PAGENAME}}}}]]
| |
| }}
| |
| </includeonly><noinclude>
| |
|
| |
| {{User:Lou_Montana/Sandbox
| |
| |descr = this is my description
| |
| | arg1 = message
| |
| | descr1 = the message to display
| |
| | example5 = <nowiki>{{Template|sic}}</nowiki>
| |
| | result5 = {{Template|sic}}
| |
| }}
| |
| </noinclude>
| |