Template:Tlc
{{tlc|...}}
📚 Documentation
This page is the documentation for {{tlc}} and {{tlf}} as they work almost exactly the same.
The {{tlf}} and {{tlc}} templates can be used in documentation and talk page discussions to show how a template name would be used in code, without linking to the template in the example.
Examples
Code | Output |
---|---|
{{tlf|Template name|parameters}}
|
{{Template name|parameters}} |
{{tlf|convert}}
|
{{convert}} |
{{tlf|convert|10|m}}
|
{{convert|10|m}} |
{{tlf|Example|a|b|c|d|e|f|g}}
|
{{Example|a|b|c|d|e|f|g|h}} |
{{tlc|Example|a|b|c|d|e|f|g}}
|
{{Example|a|b|c|d|e|f|g|h}}
|