Template:Function wrapped: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
No edit summary
No edit summary
Line 58: Line 58:
Test 1a = [{{{test1}}}]
Test 1a = [{{{test1}}}]
Test 1b = [{{{test1|}}}]
Test 1b = [{{{test1|}}}]
Test 1c = [{{#if: {{{test1}}} | {{{test1}}} | }}]
Test 1c = [{{#if: {{{test1}}} | {{{test1}}}| }}]
Test 1d = [{{#if: {{{test1|}}} | {{{test1}}} | }}]
Test 1d = [{{#if: {{{test1|}}} | {{{test1}}}| }}]
Test 2a = [{{{test2}}}]
Test 2a = [{{{test2}}}]
Test 2b = [{{{test2|}}}]
Test 2b = [{{{test2|}}}]
Test 2c = [{{#if: {{{test2}}} | {{{test2}}} | }}]
Test 2c = [{{#if: {{{test2}}} | {{{test2}}}| }}]
Test 2d = [{{#if: {{{test2|}}} | {{{test2}}} | }}]
Test 2d = [{{#if: {{{test2|}}} | {{{test2}}}| }}]
Test 3c =  [[{{#if: {{{test1}}} | {{{test1}}} | }}][{{#if: {{{test2}}} | {{{test2}}} | }}]]
Test 3c =  [[{{#if: {{{test1}}} | {{{test1}}}| }}][{{#if: {{{test2}}} | {{{test2}}}| }}]]
Test 3d =  [[{{#if: {{{test1|}}} | {{{test1|}}} | }}][{{#if: {{{test2|}}} | {{{test2|}}} | }}]]
Test 3d =  [[{{#if: {{{test1|}}} | {{{test1|}}}| }}][{{#if: {{{test2|}}} | {{{test2|}}}| }}]]
</includeonly>
</includeonly>



Revision as of 23:49, 31 March 2011


This template is intended to have it's parameters filled by Template:Function. This template shouldn't be called directly. There is currently not template code. the following is only the structure in development.


Example

FunctionName

Definition
FunctionName( ) ->
Description

Function description
Notes
notes Test 1a = [{{{test1}}}] Test 1b = [] Test 1c = [{{{test1}}}] Test 1d = [] Test 2a = [{{{test2}}}] Test 2b = [] Test 2c = [{{{test2}}}] Test 2d = [] Test 3c = [[{{{test1}}}][{{{test2}}}]] Test 3d = [[][]]