Template:InfoBox github/sandbox

From Gentoo Wiki
Jump to:navigation Jump to:search


Correct

One anonymous parameter (a GitHub path)
Wiki code
{{InfoBox stack
| {{InfoBox github|gentoo/portage}}
}}
Main version
Sandbox version


Using header=true
Wiki code
{{InfoBox stack
| {{InfoBox github|gentoo/portage|header=true}}
}}
Main version
Resources
Sandbox version
Resources


Indicating a raw URL using raw
Wiki code
{{InfoBox stack
| {{InfoBox github|https://github.com/gentoo/portage|raw=true}}
}}
Main version
Sandbox version


Specifying link text using text
Wiki code
{{InfoBox stack
| {{InfoBox github|gentoo/portage|text=Other text}}
}}
Main version
Sandbox version


Incorrect

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


Used outside of an {{InfoBox stack}} (wide box, not right-floated)
Wiki code
{{InfoBox github|gentoo/portage}}
Main version
Sandbox version
Note
This is the template sandbox page for Template:InfoBox github (diff).
See also the companion subpage for test cases.