Difference between revisions of "Template:FunctionArgument"
m
Fix eamples to use new template name
imported>SnakeChomp m (Template:FunctionArgumentTest moved to Template:FunctionArgument: Done testing. The template can work, move it to its real name.) |
imported>SnakeChomp m (Fix eamples to use new template name) |
||
Line 18: | Line 18: | ||
}}</pre> | }}</pre> | ||
{{ | {{FunctionArgument | ||
|Name = foo | |Name = foo | ||
|Type = int | |Type = int | ||
Line 29: | Line 29: | ||
}}</pre> | }}</pre> | ||
{{ | {{FunctionArgument | ||
|Value = 0, 1 | |Value = 0, 1 | ||
}} | }} | ||
Line 40: | Line 40: | ||
}}</pre> | }}</pre> | ||
{{ | {{FunctionArgument | ||
|Name = flag | |Name = flag | ||
|Value = 0, 1 | |Value = 0, 1 | ||
Line 53: | Line 53: | ||
}}</pre> | }}</pre> | ||
{{ | {{FunctionArgument | ||
|Name = foo | |Name = foo | ||
|Type = int | |Type = int |