Template:Tlm/testcases

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is the template test case page for Template:Tlm and its sandbox version. You may have to purge this page to update the examples.

Correct

One anonymous parameter matching a template name
Wiki code
{{Tlm|RootCmd}}
Main version
Sandbox version


Incorrect

No parameter (error message)
Wiki code
{{Tlm}}
Main version
{{Tlm template error}}
Parameter 1 not defined. For correct usage see Tlm template's documentation on the 1 parameter.
Sandbox version


Multiple anonymous parameters (not supported yet)
Wiki code
{{Tlm|RootCmd|umount /mnt/gentoo}}
Main version
Sandbox version


One anonymous parameter containing a pipe character (makes a piped link instead)
Wiki code
{{Tlm|RootCmd{{!}}umount /mnt/gentoo}}
Main version
Sandbox version


↑ Unlike {{Tnm}}, which doesn't create a link, this template cannot (currently) illustrate a template call containing parameters.


One anonymous parameter containing a pipe and equals sign (makes a piped link instead)
Wiki code
{{Tlm|RootCmd{{!}}umount /mnt/gentoo{{!}}prompt{{=}}#}}
Main version
Sandbox version


↑ Unlike {{Tnm}}, which doesn't create a link, this template cannot (currently) illustrate a template call containing parameters.