Module talk:Message box/testcases: Difference between revisions
*>Jackmcbarn m (Jackmcbarn moved page Module:Message box/testcases to Module talk:Message box/testcases over a redirect without leaving a redirect: no it shouldn't be. only modules (i.e. pages with the content model "Scribunto") and pages with the "/doc" suffi...) Â |
m (1 revision imported) Â |
Latest revision as of 09:02, 15 May 2018
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Intentional changes
small=y text=text
- Main
{{ambox|small=y|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=y|text=text}}
text |
small=true text=text
- Main
{{ambox|small=true|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=true|text=text}}
text |
small=1 text=text
- Main
{{ambox|small=1|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=1|text=text}}
text |
nocat=yes text=text
- Main
{{ambox|nocat=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=yes|text=text}}
text |
nocat=y text=text
- Main
{{ambox|nocat=y|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=y|text=text}}
text |
nocat=1 text=text
- Main
{{ambox|nocat=1|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=1|text=text}}
text |
nocat=no text=text
- Main
{{ambox|nocat=no|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=no|text=text}}
text |
nocat=n text=text
- Main
{{ambox|nocat=n|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=n|text=text}}
text |
nocat=0 text=text
- Main
{{ambox|nocat=0|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=0|text=text}}
text |
cat4=cat4 text=text
- Main
{{ambox|cat4=[[cat4]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|cat4=[[cat4]]|text=text}}
text |
category4=category4 text=text
- Main
{{ambox|category4=[[category4]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|category4=[[category4]]|text=text}}
text |
all4=all4 text=text
- Main
{{ambox|all4=[[all4]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|all4=[[all4]]|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{ambox|talk=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|talk=|name=foo|page=template:foo|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{ambox|talk= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|talk= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{ambox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{ambox|date=|name=foo|page=template:foo|text=text}}
text (November 2024) |
- Sandbox
{{ambox/sandbox|date=|name=foo|page=template:foo|text=text}}
text (November 2024) |
date= name=foo page=template:foo text=text
- Main
{{ambox|date= |name=foo|page=template:foo|text=text}}
text (November 2024) |
- Sandbox
{{ambox/sandbox|date= |name=foo|page=template:foo|text=text}}
text (November 2024) |
name=foo page=template:foo text=text
- Main
{{ambox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|name=foo|page=template:foo|text=text}}
text |
page=Template:Foo name=Foo text=text
- Main
{{ambox|page=Template:Foo|name=Foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|text=text}}
text |
page=Template:Foo name=Foo issue=issue text=text
- Main
{{ambox|page=Template:Foo|name=Foo|issue=issue|text=text}}
issue text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
issue text |
page=Template:Foo name=Foo fix=fix text=text
- Main
{{ambox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
page=Template:Foo name=Foo subst=subst text=text
- Main
{{ambox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{ambox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
issue text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
issue text |
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{ambox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{ambox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{ambox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{ambox|subst=SUBST|text=text}}
text |
- Sandbox
{{ambox/sandbox|subst=SUBST|text=text}}
text |
subst= SUBST text=text
- Main
{{ambox|subst= SUBST |text=text}}
text |
- Sandbox
{{ambox/sandbox|subst= SUBST |text=text}}
text |
subst=subst text=text
- Main
{{ambox|subst=subst|text=text}}
text |
- Sandbox
{{ambox/sandbox|subst=subst|text=text}}
text |
subst=foo text=text
- Main
{{ambox|subst=foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|subst=foo|text=text}}
text |
subst= text=text
- Main
{{ambox|subst= |text=text}}
text |
- Sandbox
{{ambox/sandbox|subst= |text=text}}
text |
subst= text=text
- Main
{{ambox|subst=|text=text}}
text |
- Sandbox
{{ambox/sandbox|subst=|text=text}}
text |
subst=SUBST name=Foo text=text
- Main
{{ambox|subst=SUBST|name=Foo|text=text}}
Template {{Foo}}
has been incorrectly substituted.
text |
- Sandbox
{{ambox/sandbox|subst=SUBST|name=Foo|text=text}}
Template {{Foo}}
has been incorrectly substituted.
text |
name=Foo text=text
- Main
{{ambox|name=Foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|name=Foo|text=text}}
text |
name= Foo text=text
- Main
{{ambox|name= Foo |text=text}}
text |
- Sandbox
{{ambox/sandbox|name= Foo |text=text}}
text |
name= text=text
- Main
{{ambox|name= |text=text}}
text |
- Sandbox
{{ambox/sandbox|name= |text=text}}
text |
name= text=text
- Main
{{ambox|name=|text=text}}
text |
- Sandbox
{{ambox/sandbox|name=|text=text}}
text |
type=speedy text=text
- Main
{{ambox|type=speedy|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=speedy|text=text}}
text |
type=delete text=text
- Main
{{ambox|type=delete|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=delete|text=text}}
text |
type=content text=text
- Main
{{ambox|type=content|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=content|text=text}}
text |
type=style text=text
- Main
{{ambox|type=style|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=style|text=text}}
text |
type=move text=text
- Main
{{ambox|type=move|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=move|text=text}}
text |
type=protection text=text
- Main
{{ambox|type=protection|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=protection|text=text}}
text |
type=licence text=text
- Main
{{ambox|type=licence|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=licence|text=text}}
text |
type=featured text=text
- Main
{{ambox|type=featured|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=featured|text=text}}
text |
type=warning text=text
- Main
{{ambox|type=warning|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=warning|text=text}}
text |
type=editnotice text=text
- Main
{{ambox|type=editnotice|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=editnotice|text=text}}
text |
type=system text=text
- Main
{{ambox|type=system|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=system|text=text}}
text |
type=notice text=text
- Main
{{ambox|type=notice|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=notice|text=text}}
text |
type= speedy text=text
- Main
{{ambox|type= speedy |text=text}}
text |
- Sandbox
{{ambox/sandbox|type= speedy |text=text}}
text |
small=yes text=text
- Main
{{ambox|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=yes|text=text}}
text |
small= yes text=text
- Main
{{ambox|small= yes |text=text}}
text |
- Sandbox
{{ambox/sandbox|small= yes |text=text}}
text |
small=left text=text
- Main
{{ambox|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=left|text=text}}
text |
small=foo text=text
- Main
{{ambox|small=foo|text=text}}
text |
- Sandbox
{{ambox/sandbox|small=foo|text=text}}
text |
type=speedy small=yes text=text
- Main
{{ambox|type=speedy|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=speedy|small=yes|text=text}}
text |
type=delete small=yes text=text
- Main
{{ambox|type=delete|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=delete|small=yes|text=text}}
text |
type=content small=yes text=text
- Main
{{ambox|type=content|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=content|small=yes|text=text}}
text |
type=style small=yes text=text
- Main
{{ambox|type=style|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=style|small=yes|text=text}}
text |
type=move small=yes text=text
- Main
{{ambox|type=move|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=move|small=yes|text=text}}
text |
type=protection small=yes text=text
- Main
{{ambox|type=protection|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=protection|small=yes|text=text}}
text |
type=licence small=yes text=text
- Main
{{ambox|type=licence|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=licence|small=yes|text=text}}
text |
type=featured small=yes text=text
- Main
{{ambox|type=featured|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=featured|small=yes|text=text}}
text |
type=warning small=yes text=text
- Main
{{ambox|type=warning|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=warning|small=yes|text=text}}
text |
type=editnotice small=yes text=text
- Main
{{ambox|type=editnotice|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=editnotice|small=yes|text=text}}
text |
type=system small=yes text=text
- Main
{{ambox|type=system|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=system|small=yes|text=text}}
text |
type=notice small=yes text=text
- Main
{{ambox|type=notice|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=notice|small=yes|text=text}}
text |
type=speedy small=left text=text
- Main
{{ambox|type=speedy|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=speedy|small=left|text=text}}
text |
type=delete small=left text=text
- Main
{{ambox|type=delete|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=delete|small=left|text=text}}
text |
type=content small=left text=text
- Main
{{ambox|type=content|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=content|small=left|text=text}}
text |
type=style small=left text=text
- Main
{{ambox|type=style|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=style|small=left|text=text}}
text |
type=move small=left text=text
- Main
{{ambox|type=move|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=move|small=left|text=text}}
text |
type=protection small=left text=text
- Main
{{ambox|type=protection|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=protection|small=left|text=text}}
text |
type=licence small=left text=text
- Main
{{ambox|type=licence|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=licence|small=left|text=text}}
text |
type=featured small=left text=text
- Main
{{ambox|type=featured|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=featured|small=left|text=text}}
text |
type=warning small=left text=text
- Main
{{ambox|type=warning|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=warning|small=left|text=text}}
text |
type=editnotice small=left text=text
- Main
{{ambox|type=editnotice|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=editnotice|small=left|text=text}}
text |
type=system small=left text=text
- Main
{{ambox|type=system|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=system|small=left|text=text}}
text |
type=notice small=left text=text
- Main
{{ambox|type=notice|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|type=notice|small=left|text=text}}
text |
image=none type=notice small=yes text=text
- Main
{{ambox|image=none|type=notice|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=none|type=notice|small=yes|text=text}}
text |
image=none type=notice small=left text=text
- Main
{{ambox|image=none|type=notice|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=none|type=notice|small=left|text=text}}
text |
image=none type=notice text=text
- Main
{{ambox|image=none|type=notice|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=none|type=notice|text=text}}
text |
image=blank type=notice small=yes text=text
- Main
{{ambox|image=blank|type=notice|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=blank|type=notice|small=yes|text=text}}
text |
image=blank type=notice small=left text=text
- Main
{{ambox|image=blank|type=notice|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=blank|type=notice|small=left|text=text}}
text |
image=blank type=notice text=text
- Main
{{ambox|image=blank|type=notice|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=blank|type=notice|text=text}}
text |
image=File:Example.png 35x35px text=text
- Main
{{ambox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimage=File:Example.png 25x25px text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
imageright=File:Example.png 35x35px text=text
- Main
{{ambox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
image=File:Example.png 35x35px small=yes text=text
- Main
{{ambox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{ambox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
image=File:Example.png 35x35px small=left text=text
- Main
{{ambox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{ambox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
imageright=File:Example.png 35x35px small=left text=text
- Main
{{ambox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{ambox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
class=ambox-style text=text
- Main
{{ambox|class=ambox-style|text=text}}
text |
- Sandbox
{{ambox/sandbox|class=ambox-style|text=text}}
text |
style=font-size:120%; text=text
- Main
{{ambox|style=font-size:120%;|text=text}}
text |
- Sandbox
{{ambox/sandbox|style=font-size:120%;|text=text}}
text |
textstyle=font-size:80%; text=text
- Main
{{ambox|textstyle=font-size:80%;|text=text}}
text |
- Sandbox
{{ambox/sandbox|textstyle=font-size:80%;|text=text}}
text |
smalltext=smalltext
- Main
{{ambox|smalltext=smalltext}}
- Sandbox
{{ambox/sandbox|smalltext=smalltext}}
smalltext=smalltext small=yes
- Main
{{ambox|smalltext=smalltext|small=yes}}
- Sandbox
{{ambox/sandbox|smalltext=smalltext|small=yes}}
smalltext=smalltext small=left
- Main
{{ambox|smalltext=smalltext|small=left}}
smalltext |
- Sandbox
{{ambox/sandbox|smalltext=smalltext|small=left}}
smalltext |
smalltext=smalltext text=text
- Main
{{ambox|smalltext=smalltext|text=text}}
text |
- Sandbox
{{ambox/sandbox|smalltext=smalltext|text=text}}
text |
smalltext=smalltext text=text small=yes
- Main
{{ambox|smalltext=smalltext|text=text|small=yes}}
text |
- Sandbox
{{ambox/sandbox|smalltext=smalltext|text=text|small=yes}}
text |
smalltext=smalltext text=text small=left
- Main
{{ambox|smalltext=smalltext|text=text|small=left}}
smalltext |
- Sandbox
{{ambox/sandbox|smalltext=smalltext|text=text|small=left}}
smalltext |
talk=talk text=text
- Main
{{ambox|talk=talk|text=text}}
text |
- Sandbox
{{ambox/sandbox|talk=talk|text=text}}
text |
talk=talk small=yes text=text
- Main
{{ambox|talk=talk|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|talk=talk|small=yes|text=text}}
text |
talk=talk small=left text=text
- Main
{{ambox|talk=talk|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|talk=talk|small=left|text=text}}
text |
sect=sect text=text
- Main
{{ambox|sect=sect|text=text}}
This sect text |
- Sandbox
{{ambox/sandbox|sect=sect|text=text}}
This sect text |
sect=sect small=yes text=text
- Main
{{ambox|sect=sect|small=yes|text=text}}
This sect text |
- Sandbox
{{ambox/sandbox|sect=sect|small=yes|text=text}}
This sect text |
sect=sect small=left text=text
- Main
{{ambox|sect=sect|small=left|text=text}}
This sect text |
- Sandbox
{{ambox/sandbox|sect=sect|small=left|text=text}}
This sect text |
issue=issue text=text
- Main
{{ambox|issue=issue|text=text}}
issue text |
- Sandbox
{{ambox/sandbox|issue=issue|text=text}}
issue text |
issue=issue small=yes text=text
- Main
{{ambox|issue=issue|small=yes|text=text}}
issue text |
- Sandbox
{{ambox/sandbox|issue=issue|small=yes|text=text}}
issue text |
issue=issue small=left text=text
- Main
{{ambox|issue=issue|small=left|text=text}}
issue text |
- Sandbox
{{ambox/sandbox|issue=issue|small=left|text=text}}
issue text |
text=text
- Main
{{ambox|text=text}}
text |
- Sandbox
{{ambox/sandbox|text=text}}
text |
text=text small=yes
- Main
{{ambox|text=text|small=yes}}
text |
- Sandbox
{{ambox/sandbox|text=text|small=yes}}
text |
text=text small=left
- Main
{{ambox|text=text|small=left}}
text |
- Sandbox
{{ambox/sandbox|text=text|small=left}}
text |
fix=fix text=text
- Main
{{ambox|fix=fix|text=text}}
text |
- Sandbox
{{ambox/sandbox|fix=fix|text=text}}
text |
fix=fix small=yes text=text
- Main
{{ambox|fix=fix|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|fix=fix|small=yes|text=text}}
text |
fix=fix small=left text=text
- Main
{{ambox|fix=fix|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|fix=fix|small=left|text=text}}
text |
date=date text=text
- Main
{{ambox|date=date|text=text}}
text (date) |
- Sandbox
{{ambox/sandbox|date=date|text=text}}
text (date) |
date=date small=yes text=text
- Main
{{ambox|date=date|small=yes|text=text}}
text (date) |
- Sandbox
{{ambox/sandbox|date=date|small=yes|text=text}}
text (date) |
date=date small=left text=text
- Main
{{ambox|date=date|small=left|text=text}}
text (date) |
- Sandbox
{{ambox/sandbox|date=date|small=left|text=text}}
text (date) |
info=info text=text
- Main
{{ambox|info=info|text=text}}
text |
- Sandbox
{{ambox/sandbox|info=info|text=text}}
text |
info=info small=yes text=text
- Main
{{ambox|info=info|small=yes|text=text}}
text |
- Sandbox
{{ambox/sandbox|info=info|small=yes|text=text}}
text |
info=info small=left text=text
- Main
{{ambox|info=info|small=left|text=text}}
text |
- Sandbox
{{ambox/sandbox|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{ambox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
This sect issue textdate) ( |
- Sandbox
{{ambox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
This sect issue textdate) ( |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{ambox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
This sect issue textdate) ( |
- Sandbox
{{ambox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
This sect issue textdate) ( |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{ambox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
This sect issue text (date) |
- Sandbox
{{ambox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
This sect issue text (date) |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{ambox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
smalltext (date) |
- Sandbox
{{ambox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
smalltext (date) |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{ambox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
This sect issue textdate) ( |
- Sandbox
{{ambox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
This sect issue textdate) ( |
nocat=true text=text
- Main
{{ambox|nocat=true|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=true|text=text}}
text |
nocat=false text=text
- Main
{{ambox|nocat=false|text=text}}
text |
- Sandbox
{{ambox/sandbox|nocat=false|text=text}}
text |
cat=cat text=text
- Main
{{ambox|cat=[[cat]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|cat=[[cat]]|text=text}}
text |
cat1=cat1 text=text
- Main
{{ambox|cat1=[[cat1]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|cat1=[[cat1]]|text=text}}
text |
cat2=cat2 text=text
- Main
{{ambox|cat2=[[cat2]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|cat2=[[cat2]]|text=text}}
text |
cat3=cat3 text=text
- Main
{{ambox|cat3=[[cat3]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|cat3=[[cat3]]|text=text}}
text |
category=category text=text
- Main
{{ambox|category=[[category]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|category=[[category]]|text=text}}
text |
category1=category1 text=text
- Main
{{ambox|category1=[[category1]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|category1=[[category1]]|text=text}}
text |
category2=category2 text=text
- Main
{{ambox|category2=[[category2]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|category2=[[category2]]|text=text}}
text |
category3=category3 text=text
- Main
{{ambox|category3=[[category3]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|category3=[[category3]]|text=text}}
text |
all=all text=text
- Main
{{ambox|all=[[all]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|all=[[all]]|text=text}}
text |
all1=all1 text=text
- Main
{{ambox|all1=[[all1]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|all1=[[all1]]|text=text}}
text |
all2=all2 text=text
- Main
{{ambox|all2=[[all2]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|all2=[[all2]]|text=text}}
text |
all3=all3 text=text
- Main
{{ambox|all3=[[all3]]|text=text}}
text |
- Sandbox
{{ambox/sandbox|all3=[[all3]]|text=text}}
text |
below=below text=text
- Main
{{ambox|below=below|text=text}}
text |
- Sandbox
{{ambox/sandbox|below=below|text=text}}
text |
Multiple issues
- Main
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
(Learn how and when to remove this template message)
|
- Sandbox
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
(Learn how and when to remove this template message)
|
Talk page section link
- Main
{{ambox|talk=foo|issue=issue|fix=fix}}
issue |
- Sandbox
{{ambox/sandbox|talk=foo|issue=issue|fix=fix}}
issue |
Full talk page link
- Main
{{ambox|talk=Talk:Foo|issue=issue|fix=fix}}
issue |
- Sandbox
{{ambox/sandbox|talk=Talk:Foo|issue=issue|fix=fix}}
issue |
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Intentional changes
small=y text=text
- Main
{{cmbox|small=y|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=y|text=text}}
text |
small=true text=text
- Main
{{cmbox|small=true|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=true|text=text}}
text |
small=1 text=text
- Main
{{cmbox|small=1|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=1|text=text}}
text |
nocat=yes text=text
- Main
{{cmbox|nocat=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=yes|text=text}}
text |
nocat=y text=text
- Main
{{cmbox|nocat=y|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=y|text=text}}
text |
nocat=1 text=text
- Main
{{cmbox|nocat=1|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=1|text=text}}
text |
nocat=no text=text
- Main
{{cmbox|nocat=no|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=no|text=text}}
text |
nocat=n text=text
- Main
{{cmbox|nocat=n|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=n|text=text}}
text |
nocat=0 text=text
- Main
{{cmbox|nocat=0|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=0|text=text}}
text |
cat4=cat4 text=text
- Main
{{cmbox|cat4=[[cat4]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|cat4=[[cat4]]|text=text}}
text |
category4=category4 text=text
- Main
{{cmbox|category4=[[category4]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|category4=[[category4]]|text=text}}
text |
all4=all4 text=text
- Main
{{cmbox|all4=[[all4]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|all4=[[all4]]|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{cmbox|talk=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|talk=|name=foo|page=template:foo|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{cmbox|talk= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|talk= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{cmbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{cmbox|date=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|date=|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{cmbox|date= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|date= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{cmbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|name=foo|page=template:foo|text=text}}
text |
page=Template:Foo name=Foo text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|text=text}}
text |
page=Template:Foo name=Foo issue=issue text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
page=Template:Foo name=Foo fix=fix text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
page=Template:Foo name=Foo subst=subst text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{cmbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{cmbox|subst=SUBST|text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst=SUBST|text=text}}
text |
subst= SUBST text=text
- Main
{{cmbox|subst= SUBST |text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst= SUBST |text=text}}
text |
subst=subst text=text
- Main
{{cmbox|subst=subst|text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst=subst|text=text}}
text |
subst=foo text=text
- Main
{{cmbox|subst=foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst=foo|text=text}}
text |
subst= text=text
- Main
{{cmbox|subst= |text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst= |text=text}}
text |
subst= text=text
- Main
{{cmbox|subst=|text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst=|text=text}}
text |
subst=SUBST name=Foo text=text
- Main
{{cmbox|subst=SUBST|name=Foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|subst=SUBST|name=Foo|text=text}}
text |
name=Foo text=text
- Main
{{cmbox|name=Foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|name=Foo|text=text}}
text |
name= Foo text=text
- Main
{{cmbox|name= Foo |text=text}}
text |
- Sandbox
{{cmbox/sandbox|name= Foo |text=text}}
text |
name= text=text
- Main
{{cmbox|name= |text=text}}
text |
- Sandbox
{{cmbox/sandbox|name= |text=text}}
text |
name= text=text
- Main
{{cmbox|name=|text=text}}
text |
- Sandbox
{{cmbox/sandbox|name=|text=text}}
text |
type=speedy text=text
- Main
{{cmbox|type=speedy|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=speedy|text=text}}
text |
type=delete text=text
- Main
{{cmbox|type=delete|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=delete|text=text}}
text |
type=content text=text
- Main
{{cmbox|type=content|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=content|text=text}}
text |
type=style text=text
- Main
{{cmbox|type=style|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=style|text=text}}
text |
type=move text=text
- Main
{{cmbox|type=move|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=move|text=text}}
text |
type=protection text=text
- Main
{{cmbox|type=protection|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=protection|text=text}}
text |
type=licence text=text
- Main
{{cmbox|type=licence|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=licence|text=text}}
text |
type=featured text=text
- Main
{{cmbox|type=featured|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=featured|text=text}}
text |
type=warning text=text
- Main
{{cmbox|type=warning|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=warning|text=text}}
text |
type=editnotice text=text
- Main
{{cmbox|type=editnotice|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=editnotice|text=text}}
text |
type=system text=text
- Main
{{cmbox|type=system|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=system|text=text}}
text |
type=notice text=text
- Main
{{cmbox|type=notice|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=notice|text=text}}
text |
type= speedy text=text
- Main
{{cmbox|type= speedy |text=text}}
text |
- Sandbox
{{cmbox/sandbox|type= speedy |text=text}}
text |
small=yes text=text
- Main
{{cmbox|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=yes|text=text}}
text |
small= yes text=text
- Main
{{cmbox|small= yes |text=text}}
text |
- Sandbox
{{cmbox/sandbox|small= yes |text=text}}
text |
small=left text=text
- Main
{{cmbox|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=left|text=text}}
text |
small=foo text=text
- Main
{{cmbox|small=foo|text=text}}
text |
- Sandbox
{{cmbox/sandbox|small=foo|text=text}}
text |
type=speedy small=yes text=text
- Main
{{cmbox|type=speedy|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=speedy|small=yes|text=text}}
text |
type=delete small=yes text=text
- Main
{{cmbox|type=delete|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=delete|small=yes|text=text}}
text |
type=content small=yes text=text
- Main
{{cmbox|type=content|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=content|small=yes|text=text}}
text |
type=style small=yes text=text
- Main
{{cmbox|type=style|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=style|small=yes|text=text}}
text |
type=move small=yes text=text
- Main
{{cmbox|type=move|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=move|small=yes|text=text}}
text |
type=protection small=yes text=text
- Main
{{cmbox|type=protection|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=protection|small=yes|text=text}}
text |
type=licence small=yes text=text
- Main
{{cmbox|type=licence|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=licence|small=yes|text=text}}
text |
type=featured small=yes text=text
- Main
{{cmbox|type=featured|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=featured|small=yes|text=text}}
text |
type=warning small=yes text=text
- Main
{{cmbox|type=warning|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=warning|small=yes|text=text}}
text |
type=editnotice small=yes text=text
- Main
{{cmbox|type=editnotice|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=editnotice|small=yes|text=text}}
text |
type=system small=yes text=text
- Main
{{cmbox|type=system|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=system|small=yes|text=text}}
text |
type=notice small=yes text=text
- Main
{{cmbox|type=notice|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=notice|small=yes|text=text}}
text |
type=speedy small=left text=text
- Main
{{cmbox|type=speedy|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=speedy|small=left|text=text}}
text |
type=delete small=left text=text
- Main
{{cmbox|type=delete|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=delete|small=left|text=text}}
text |
type=content small=left text=text
- Main
{{cmbox|type=content|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=content|small=left|text=text}}
text |
type=style small=left text=text
- Main
{{cmbox|type=style|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=style|small=left|text=text}}
text |
type=move small=left text=text
- Main
{{cmbox|type=move|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=move|small=left|text=text}}
text |
type=protection small=left text=text
- Main
{{cmbox|type=protection|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=protection|small=left|text=text}}
text |
type=licence small=left text=text
- Main
{{cmbox|type=licence|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=licence|small=left|text=text}}
text |
type=featured small=left text=text
- Main
{{cmbox|type=featured|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=featured|small=left|text=text}}
text |
type=warning small=left text=text
- Main
{{cmbox|type=warning|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=warning|small=left|text=text}}
text |
type=editnotice small=left text=text
- Main
{{cmbox|type=editnotice|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=editnotice|small=left|text=text}}
text |
type=system small=left text=text
- Main
{{cmbox|type=system|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=system|small=left|text=text}}
text |
type=notice small=left text=text
- Main
{{cmbox|type=notice|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|type=notice|small=left|text=text}}
text |
image=none type=notice small=yes text=text
- Main
{{cmbox|image=none|type=notice|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=none|type=notice|small=yes|text=text}}
text |
image=none type=notice small=left text=text
- Main
{{cmbox|image=none|type=notice|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=none|type=notice|small=left|text=text}}
text |
image=none type=notice text=text
- Main
{{cmbox|image=none|type=notice|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=none|type=notice|text=text}}
text |
image=blank type=notice small=yes text=text
- Main
{{cmbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
- Sandbox
{{cmbox/sandbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
image=blank type=notice small=left text=text
- Main
{{cmbox|image=blank|type=notice|small=left|text=text}}
blank | text |
- Sandbox
{{cmbox/sandbox|image=blank|type=notice|small=left|text=text}}
blank | text |
image=blank type=notice text=text
- Main
{{cmbox|image=blank|type=notice|text=text}}
blank | text |
- Sandbox
{{cmbox/sandbox|image=blank|type=notice|text=text}}
blank | text |
image=File:Example.png 35x35px text=text
- Main
{{cmbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimage=File:Example.png 25x25px text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
imageright=File:Example.png 35x35px text=text
- Main
{{cmbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
image=File:Example.png 35x35px small=yes text=text
- Main
{{cmbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{cmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
image=File:Example.png 35x35px small=left text=text
- Main
{{cmbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{cmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
imageright=File:Example.png 35x35px small=left text=text
- Main
{{cmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{cmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
class=ambox-style text=text
- Main
{{cmbox|class=ambox-style|text=text}}
text |
- Sandbox
{{cmbox/sandbox|class=ambox-style|text=text}}
text |
style=font-size:120%; text=text
- Main
{{cmbox|style=font-size:120%;|text=text}}
text |
- Sandbox
{{cmbox/sandbox|style=font-size:120%;|text=text}}
text |
textstyle=font-size:80%; text=text
- Main
{{cmbox|textstyle=font-size:80%;|text=text}}
text |
- Sandbox
{{cmbox/sandbox|textstyle=font-size:80%;|text=text}}
text |
smalltext=smalltext
- Main
{{cmbox|smalltext=smalltext}}
- Sandbox
{{cmbox/sandbox|smalltext=smalltext}}
smalltext=smalltext small=yes
- Main
{{cmbox|smalltext=smalltext|small=yes}}
- Sandbox
{{cmbox/sandbox|smalltext=smalltext|small=yes}}
smalltext=smalltext small=left
- Main
{{cmbox|smalltext=smalltext|small=left}}
- Sandbox
{{cmbox/sandbox|smalltext=smalltext|small=left}}
smalltext=smalltext text=text
- Main
{{cmbox|smalltext=smalltext|text=text}}
text |
- Sandbox
{{cmbox/sandbox|smalltext=smalltext|text=text}}
text |
smalltext=smalltext text=text small=yes
- Main
{{cmbox|smalltext=smalltext|text=text|small=yes}}
text |
- Sandbox
{{cmbox/sandbox|smalltext=smalltext|text=text|small=yes}}
text |
smalltext=smalltext text=text small=left
- Main
{{cmbox|smalltext=smalltext|text=text|small=left}}
text |
- Sandbox
{{cmbox/sandbox|smalltext=smalltext|text=text|small=left}}
text |
talk=talk text=text
- Main
{{cmbox|talk=talk|text=text}}
text |
- Sandbox
{{cmbox/sandbox|talk=talk|text=text}}
text |
talk=talk small=yes text=text
- Main
{{cmbox|talk=talk|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|talk=talk|small=yes|text=text}}
text |
talk=talk small=left text=text
- Main
{{cmbox|talk=talk|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|talk=talk|small=left|text=text}}
text |
sect=sect text=text
- Main
{{cmbox|sect=sect|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|text=text}}
text |
sect=sect small=yes text=text
- Main
{{cmbox|sect=sect|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|small=yes|text=text}}
text |
sect=sect small=left text=text
- Main
{{cmbox|sect=sect|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|small=left|text=text}}
text |
issue=issue text=text
- Main
{{cmbox|issue=issue|text=text}}
text |
- Sandbox
{{cmbox/sandbox|issue=issue|text=text}}
text |
issue=issue small=yes text=text
- Main
{{cmbox|issue=issue|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|issue=issue|small=yes|text=text}}
text |
issue=issue small=left text=text
- Main
{{cmbox|issue=issue|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|issue=issue|small=left|text=text}}
text |
text=text
- Main
{{cmbox|text=text}}
text |
- Sandbox
{{cmbox/sandbox|text=text}}
text |
text=text small=yes
- Main
{{cmbox|text=text|small=yes}}
text |
- Sandbox
{{cmbox/sandbox|text=text|small=yes}}
text |
text=text small=left
- Main
{{cmbox|text=text|small=left}}
text |
- Sandbox
{{cmbox/sandbox|text=text|small=left}}
text |
fix=fix text=text
- Main
{{cmbox|fix=fix|text=text}}
text |
- Sandbox
{{cmbox/sandbox|fix=fix|text=text}}
text |
fix=fix small=yes text=text
- Main
{{cmbox|fix=fix|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|fix=fix|small=yes|text=text}}
text |
fix=fix small=left text=text
- Main
{{cmbox|fix=fix|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|fix=fix|small=left|text=text}}
text |
date=date text=text
- Main
{{cmbox|date=date|text=text}}
text |
- Sandbox
{{cmbox/sandbox|date=date|text=text}}
text |
date=date small=yes text=text
- Main
{{cmbox|date=date|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|date=date|small=yes|text=text}}
text |
date=date small=left text=text
- Main
{{cmbox|date=date|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|date=date|small=left|text=text}}
text |
info=info text=text
- Main
{{cmbox|info=info|text=text}}
text |
- Sandbox
{{cmbox/sandbox|info=info|text=text}}
text |
info=info small=yes text=text
- Main
{{cmbox|info=info|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|info=info|small=yes|text=text}}
text |
info=info small=left text=text
- Main
{{cmbox|info=info|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{cmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{cmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{cmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{cmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{cmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
- Sandbox
{{cmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
nocat=true text=text
- Main
{{cmbox|nocat=true|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=true|text=text}}
text |
nocat=false text=text
- Main
{{cmbox|nocat=false|text=text}}
text |
- Sandbox
{{cmbox/sandbox|nocat=false|text=text}}
text |
cat=cat text=text
- Main
{{cmbox|cat=[[cat]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|cat=[[cat]]|text=text}}
text |
cat1=cat1 text=text
- Main
{{cmbox|cat1=[[cat1]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|cat1=[[cat1]]|text=text}}
text |
cat2=cat2 text=text
- Main
{{cmbox|cat2=[[cat2]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|cat2=[[cat2]]|text=text}}
text |
cat3=cat3 text=text
- Main
{{cmbox|cat3=[[cat3]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|cat3=[[cat3]]|text=text}}
text |
category=category text=text
- Main
{{cmbox|category=[[category]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|category=[[category]]|text=text}}
text |
category1=category1 text=text
- Main
{{cmbox|category1=[[category1]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|category1=[[category1]]|text=text}}
text |
category2=category2 text=text
- Main
{{cmbox|category2=[[category2]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|category2=[[category2]]|text=text}}
text |
category3=category3 text=text
- Main
{{cmbox|category3=[[category3]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|category3=[[category3]]|text=text}}
text |
all=all text=text
- Main
{{cmbox|all=[[all]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|all=[[all]]|text=text}}
text |
all1=all1 text=text
- Main
{{cmbox|all1=[[all1]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|all1=[[all1]]|text=text}}
text |
all2=all2 text=text
- Main
{{cmbox|all2=[[all2]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|all2=[[all2]]|text=text}}
text |
all3=all3 text=text
- Main
{{cmbox|all3=[[all3]]|text=text}}
text |
- Sandbox
{{cmbox/sandbox|all3=[[all3]]|text=text}}
text |
below=below text=text
- Main
{{cmbox|below=below|text=text}}
text |
- Sandbox
{{cmbox/sandbox|below=below|text=text}}
text |
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Intentional changes
small=y text=text
- Main
{{imbox|small=y|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=y|text=text}}
text |
small=true text=text
- Main
{{imbox|small=true|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=true|text=text}}
text |
small=1 text=text
- Main
{{imbox|small=1|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=1|text=text}}
text |
nocat=yes text=text
- Main
{{imbox|nocat=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=yes|text=text}}
text |
nocat=y text=text
- Main
{{imbox|nocat=y|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=y|text=text}}
text |
nocat=1 text=text
- Main
{{imbox|nocat=1|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=1|text=text}}
text |
nocat=no text=text
- Main
{{imbox|nocat=no|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=no|text=text}}
text |
nocat=n text=text
- Main
{{imbox|nocat=n|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=n|text=text}}
text |
nocat=0 text=text
- Main
{{imbox|nocat=0|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=0|text=text}}
text |
cat4=cat4 text=text
- Main
{{imbox|cat4=[[cat4]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|cat4=[[cat4]]|text=text}}
text |
category4=category4 text=text
- Main
{{imbox|category4=[[category4]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|category4=[[category4]]|text=text}}
text |
all4=all4 text=text
- Main
{{imbox|all4=[[all4]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|all4=[[all4]]|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{imbox|talk=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|talk=|name=foo|page=template:foo|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{imbox|talk= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|talk= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{imbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{imbox|date=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|date=|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{imbox|date= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|date= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{imbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|name=foo|page=template:foo|text=text}}
text |
page=Template:Foo name=Foo text=text
- Main
{{imbox|page=Template:Foo|name=Foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|text=text}}
text |
page=Template:Foo name=Foo issue=issue text=text
- Main
{{imbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
page=Template:Foo name=Foo fix=fix text=text
- Main
{{imbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
page=Template:Foo name=Foo subst=subst text=text
- Main
{{imbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{imbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{imbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{imbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{imbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{imbox|subst=SUBST|text=text}}
text |
- Sandbox
{{imbox/sandbox|subst=SUBST|text=text}}
text |
subst= SUBST text=text
- Main
{{imbox|subst= SUBST |text=text}}
text |
- Sandbox
{{imbox/sandbox|subst= SUBST |text=text}}
text |
subst=subst text=text
- Main
{{imbox|subst=subst|text=text}}
text |
- Sandbox
{{imbox/sandbox|subst=subst|text=text}}
text |
subst=foo text=text
- Main
{{imbox|subst=foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|subst=foo|text=text}}
text |
subst= text=text
- Main
{{imbox|subst= |text=text}}
text |
- Sandbox
{{imbox/sandbox|subst= |text=text}}
text |
subst= text=text
- Main
{{imbox|subst=|text=text}}
text |
- Sandbox
{{imbox/sandbox|subst=|text=text}}
text |
subst=SUBST name=Foo text=text
- Main
{{imbox|subst=SUBST|name=Foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|subst=SUBST|name=Foo|text=text}}
text |
name=Foo text=text
- Main
{{imbox|name=Foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|name=Foo|text=text}}
text |
name= Foo text=text
- Main
{{imbox|name= Foo |text=text}}
text |
- Sandbox
{{imbox/sandbox|name= Foo |text=text}}
text |
name= text=text
- Main
{{imbox|name= |text=text}}
text |
- Sandbox
{{imbox/sandbox|name= |text=text}}
text |
name= text=text
- Main
{{imbox|name=|text=text}}
text |
- Sandbox
{{imbox/sandbox|name=|text=text}}
text |
type=speedy text=text
- Main
{{imbox|type=speedy|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=speedy|text=text}}
text |
type=delete text=text
- Main
{{imbox|type=delete|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=delete|text=text}}
text |
type=content text=text
- Main
{{imbox|type=content|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=content|text=text}}
text |
type=style text=text
- Main
{{imbox|type=style|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=style|text=text}}
text |
type=move text=text
- Main
{{imbox|type=move|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=move|text=text}}
text |
type=protection text=text
- Main
{{imbox|type=protection|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=protection|text=text}}
text |
type=licence text=text
- Main
{{imbox|type=licence|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=licence|text=text}}
text |
type=featured text=text
- Main
{{imbox|type=featured|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=featured|text=text}}
text |
type=warning text=text
- Main
{{imbox|type=warning|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=warning|text=text}}
text |
type=editnotice text=text
- Main
{{imbox|type=editnotice|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=editnotice|text=text}}
text |
type=system text=text
- Main
{{imbox|type=system|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=system|text=text}}
text |
type=notice text=text
- Main
{{imbox|type=notice|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=notice|text=text}}
text |
type= speedy text=text
- Main
{{imbox|type= speedy |text=text}}
text |
- Sandbox
{{imbox/sandbox|type= speedy |text=text}}
text |
small=yes text=text
- Main
{{imbox|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=yes|text=text}}
text |
small= yes text=text
- Main
{{imbox|small= yes |text=text}}
text |
- Sandbox
{{imbox/sandbox|small= yes |text=text}}
text |
small=left text=text
- Main
{{imbox|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=left|text=text}}
text |
small=foo text=text
- Main
{{imbox|small=foo|text=text}}
text |
- Sandbox
{{imbox/sandbox|small=foo|text=text}}
text |
type=speedy small=yes text=text
- Main
{{imbox|type=speedy|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=speedy|small=yes|text=text}}
text |
type=delete small=yes text=text
- Main
{{imbox|type=delete|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=delete|small=yes|text=text}}
text |
type=content small=yes text=text
- Main
{{imbox|type=content|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=content|small=yes|text=text}}
text |
type=style small=yes text=text
- Main
{{imbox|type=style|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=style|small=yes|text=text}}
text |
type=move small=yes text=text
- Main
{{imbox|type=move|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=move|small=yes|text=text}}
text |
type=protection small=yes text=text
- Main
{{imbox|type=protection|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=protection|small=yes|text=text}}
text |
type=licence small=yes text=text
- Main
{{imbox|type=licence|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=licence|small=yes|text=text}}
text |
type=featured small=yes text=text
- Main
{{imbox|type=featured|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=featured|small=yes|text=text}}
text |
type=warning small=yes text=text
- Main
{{imbox|type=warning|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=warning|small=yes|text=text}}
text |
type=editnotice small=yes text=text
- Main
{{imbox|type=editnotice|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=editnotice|small=yes|text=text}}
text |
type=system small=yes text=text
- Main
{{imbox|type=system|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=system|small=yes|text=text}}
text |
type=notice small=yes text=text
- Main
{{imbox|type=notice|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=notice|small=yes|text=text}}
text |
type=speedy small=left text=text
- Main
{{imbox|type=speedy|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=speedy|small=left|text=text}}
text |
type=delete small=left text=text
- Main
{{imbox|type=delete|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=delete|small=left|text=text}}
text |
type=content small=left text=text
- Main
{{imbox|type=content|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=content|small=left|text=text}}
text |
type=style small=left text=text
- Main
{{imbox|type=style|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=style|small=left|text=text}}
text |
type=move small=left text=text
- Main
{{imbox|type=move|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=move|small=left|text=text}}
text |
type=protection small=left text=text
- Main
{{imbox|type=protection|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=protection|small=left|text=text}}
text |
type=licence small=left text=text
- Main
{{imbox|type=licence|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=licence|small=left|text=text}}
text |
type=featured small=left text=text
- Main
{{imbox|type=featured|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=featured|small=left|text=text}}
text |
type=warning small=left text=text
- Main
{{imbox|type=warning|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=warning|small=left|text=text}}
text |
type=editnotice small=left text=text
- Main
{{imbox|type=editnotice|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=editnotice|small=left|text=text}}
text |
type=system small=left text=text
- Main
{{imbox|type=system|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=system|small=left|text=text}}
text |
type=notice small=left text=text
- Main
{{imbox|type=notice|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|type=notice|small=left|text=text}}
text |
image=none type=notice small=yes text=text
- Main
{{imbox|image=none|type=notice|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=none|type=notice|small=yes|text=text}}
text |
image=none type=notice small=left text=text
- Main
{{imbox|image=none|type=notice|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=none|type=notice|small=left|text=text}}
text |
image=none type=notice text=text
- Main
{{imbox|image=none|type=notice|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=none|type=notice|text=text}}
text |
image=blank type=notice small=yes text=text
- Main
{{imbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
- Sandbox
{{imbox/sandbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
image=blank type=notice small=left text=text
- Main
{{imbox|image=blank|type=notice|small=left|text=text}}
blank | text |
- Sandbox
{{imbox/sandbox|image=blank|type=notice|small=left|text=text}}
blank | text |
image=blank type=notice text=text
- Main
{{imbox|image=blank|type=notice|text=text}}
blank | text |
- Sandbox
{{imbox/sandbox|image=blank|type=notice|text=text}}
blank | text |
image=File:Example.png 35x35px text=text
- Main
{{imbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimage=File:Example.png 25x25px text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
imageright=File:Example.png 35x35px text=text
- Main
{{imbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
image=File:Example.png 35x35px small=yes text=text
- Main
{{imbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{imbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
image=File:Example.png 35x35px small=left text=text
- Main
{{imbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{imbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
imageright=File:Example.png 35x35px small=left text=text
- Main
{{imbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{imbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
class=ambox-style text=text
- Main
{{imbox|class=ambox-style|text=text}}
text |
- Sandbox
{{imbox/sandbox|class=ambox-style|text=text}}
text |
style=font-size:120%; text=text
- Main
{{imbox|style=font-size:120%;|text=text}}
text |
- Sandbox
{{imbox/sandbox|style=font-size:120%;|text=text}}
text |
textstyle=font-size:80%; text=text
- Main
{{imbox|textstyle=font-size:80%;|text=text}}
text |
- Sandbox
{{imbox/sandbox|textstyle=font-size:80%;|text=text}}
text |
smalltext=smalltext
- Main
{{imbox|smalltext=smalltext}}
- Sandbox
{{imbox/sandbox|smalltext=smalltext}}
smalltext=smalltext small=yes
- Main
{{imbox|smalltext=smalltext|small=yes}}
- Sandbox
{{imbox/sandbox|smalltext=smalltext|small=yes}}
smalltext=smalltext small=left
- Main
{{imbox|smalltext=smalltext|small=left}}
- Sandbox
{{imbox/sandbox|smalltext=smalltext|small=left}}
smalltext=smalltext text=text
- Main
{{imbox|smalltext=smalltext|text=text}}
text |
- Sandbox
{{imbox/sandbox|smalltext=smalltext|text=text}}
text |
smalltext=smalltext text=text small=yes
- Main
{{imbox|smalltext=smalltext|text=text|small=yes}}
text |
- Sandbox
{{imbox/sandbox|smalltext=smalltext|text=text|small=yes}}
text |
smalltext=smalltext text=text small=left
- Main
{{imbox|smalltext=smalltext|text=text|small=left}}
text |
- Sandbox
{{imbox/sandbox|smalltext=smalltext|text=text|small=left}}
text |
talk=talk text=text
- Main
{{imbox|talk=talk|text=text}}
text |
- Sandbox
{{imbox/sandbox|talk=talk|text=text}}
text |
talk=talk small=yes text=text
- Main
{{imbox|talk=talk|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|talk=talk|small=yes|text=text}}
text |
talk=talk small=left text=text
- Main
{{imbox|talk=talk|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|talk=talk|small=left|text=text}}
text |
sect=sect text=text
- Main
{{imbox|sect=sect|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|text=text}}
text |
sect=sect small=yes text=text
- Main
{{imbox|sect=sect|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|small=yes|text=text}}
text |
sect=sect small=left text=text
- Main
{{imbox|sect=sect|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|small=left|text=text}}
text |
issue=issue text=text
- Main
{{imbox|issue=issue|text=text}}
text |
- Sandbox
{{imbox/sandbox|issue=issue|text=text}}
text |
issue=issue small=yes text=text
- Main
{{imbox|issue=issue|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|issue=issue|small=yes|text=text}}
text |
issue=issue small=left text=text
- Main
{{imbox|issue=issue|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|issue=issue|small=left|text=text}}
text |
text=text
- Main
{{imbox|text=text}}
text |
- Sandbox
{{imbox/sandbox|text=text}}
text |
text=text small=yes
- Main
{{imbox|text=text|small=yes}}
text |
- Sandbox
{{imbox/sandbox|text=text|small=yes}}
text |
text=text small=left
- Main
{{imbox|text=text|small=left}}
text |
- Sandbox
{{imbox/sandbox|text=text|small=left}}
text |
fix=fix text=text
- Main
{{imbox|fix=fix|text=text}}
text |
- Sandbox
{{imbox/sandbox|fix=fix|text=text}}
text |
fix=fix small=yes text=text
- Main
{{imbox|fix=fix|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|fix=fix|small=yes|text=text}}
text |
fix=fix small=left text=text
- Main
{{imbox|fix=fix|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|fix=fix|small=left|text=text}}
text |
date=date text=text
- Main
{{imbox|date=date|text=text}}
text |
- Sandbox
{{imbox/sandbox|date=date|text=text}}
text |
date=date small=yes text=text
- Main
{{imbox|date=date|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|date=date|small=yes|text=text}}
text |
date=date small=left text=text
- Main
{{imbox|date=date|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|date=date|small=left|text=text}}
text |
info=info text=text
- Main
{{imbox|info=info|text=text}}
text |
- Sandbox
{{imbox/sandbox|info=info|text=text}}
text |
info=info small=yes text=text
- Main
{{imbox|info=info|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|info=info|small=yes|text=text}}
text |
info=info small=left text=text
- Main
{{imbox|info=info|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{imbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{imbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{imbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{imbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{imbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
- Sandbox
{{imbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
nocat=true text=text
- Main
{{imbox|nocat=true|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=true|text=text}}
text |
nocat=false text=text
- Main
{{imbox|nocat=false|text=text}}
text |
- Sandbox
{{imbox/sandbox|nocat=false|text=text}}
text |
cat=cat text=text
- Main
{{imbox|cat=[[cat]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|cat=[[cat]]|text=text}}
text |
cat1=cat1 text=text
- Main
{{imbox|cat1=[[cat1]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|cat1=[[cat1]]|text=text}}
text |
cat2=cat2 text=text
- Main
{{imbox|cat2=[[cat2]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|cat2=[[cat2]]|text=text}}
text |
cat3=cat3 text=text
- Main
{{imbox|cat3=[[cat3]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|cat3=[[cat3]]|text=text}}
text |
category=category text=text
- Main
{{imbox|category=[[category]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|category=[[category]]|text=text}}
text |
category1=category1 text=text
- Main
{{imbox|category1=[[category1]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|category1=[[category1]]|text=text}}
text |
category2=category2 text=text
- Main
{{imbox|category2=[[category2]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|category2=[[category2]]|text=text}}
text |
category3=category3 text=text
- Main
{{imbox|category3=[[category3]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|category3=[[category3]]|text=text}}
text |
all=all text=text
- Main
{{imbox|all=[[all]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|all=[[all]]|text=text}}
text |
all1=all1 text=text
- Main
{{imbox|all1=[[all1]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|all1=[[all1]]|text=text}}
text |
all2=all2 text=text
- Main
{{imbox|all2=[[all2]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|all2=[[all2]]|text=text}}
text |
all3=all3 text=text
- Main
{{imbox|all3=[[all3]]|text=text}}
text |
- Sandbox
{{imbox/sandbox|all3=[[all3]]|text=text}}
text |
below=below text=text
- Main
{{imbox|below=below|text=text}}
text | |
below |
- Sandbox
{{imbox/sandbox|below=below|text=text}}
text | |
below |
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Intentional changes
small=y text=text
- Main
{{fmbox|small=y|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=y|text=text}}
text |
small=true text=text
- Main
{{fmbox|small=true|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=true|text=text}}
text |
small=1 text=text
- Main
{{fmbox|small=1|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=1|text=text}}
text |
nocat=yes text=text
- Main
{{fmbox|nocat=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=yes|text=text}}
text |
nocat=y text=text
- Main
{{fmbox|nocat=y|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=y|text=text}}
text |
nocat=1 text=text
- Main
{{fmbox|nocat=1|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=1|text=text}}
text |
nocat=no text=text
- Main
{{fmbox|nocat=no|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=no|text=text}}
text |
nocat=n text=text
- Main
{{fmbox|nocat=n|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=n|text=text}}
text |
nocat=0 text=text
- Main
{{fmbox|nocat=0|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=0|text=text}}
text |
cat4=cat4 text=text
- Main
{{fmbox|cat4=[[cat4]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|cat4=[[cat4]]|text=text}}
text |
category4=category4 text=text
- Main
{{fmbox|category4=[[category4]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|category4=[[category4]]|text=text}}
text |
all4=all4 text=text
- Main
{{fmbox|all4=[[all4]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|all4=[[all4]]|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{fmbox|talk=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|talk=|name=foo|page=template:foo|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{fmbox|talk= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|talk= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{fmbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{fmbox|date=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|date=|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{fmbox|date= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|date= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{fmbox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|name=foo|page=template:foo|text=text}}
text |
page=Template:Foo name=Foo text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|text=text}}
text |
page=Template:Foo name=Foo issue=issue text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
page=Template:Foo name=Foo fix=fix text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
page=Template:Foo name=Foo subst=subst text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{fmbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{fmbox|subst=SUBST|text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst=SUBST|text=text}}
text |
subst= SUBST text=text
- Main
{{fmbox|subst= SUBST |text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst= SUBST |text=text}}
text |
subst=subst text=text
- Main
{{fmbox|subst=subst|text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst=subst|text=text}}
text |
subst=foo text=text
- Main
{{fmbox|subst=foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst=foo|text=text}}
text |
subst= text=text
- Main
{{fmbox|subst= |text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst= |text=text}}
text |
subst= text=text
- Main
{{fmbox|subst=|text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst=|text=text}}
text |
subst=SUBST name=Foo text=text
- Main
{{fmbox|subst=SUBST|name=Foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|subst=SUBST|name=Foo|text=text}}
text |
name=Foo text=text
- Main
{{fmbox|name=Foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|name=Foo|text=text}}
text |
name= Foo text=text
- Main
{{fmbox|name= Foo |text=text}}
text |
- Sandbox
{{fmbox/sandbox|name= Foo |text=text}}
text |
name= text=text
- Main
{{fmbox|name= |text=text}}
text |
- Sandbox
{{fmbox/sandbox|name= |text=text}}
text |
name= text=text
- Main
{{fmbox|name=|text=text}}
text |
- Sandbox
{{fmbox/sandbox|name=|text=text}}
text |
type=speedy text=text
- Main
{{fmbox|type=speedy|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=speedy|text=text}}
text |
type=delete text=text
- Main
{{fmbox|type=delete|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=delete|text=text}}
text |
type=content text=text
- Main
{{fmbox|type=content|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=content|text=text}}
text |
type=style text=text
- Main
{{fmbox|type=style|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=style|text=text}}
text |
type=move text=text
- Main
{{fmbox|type=move|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=move|text=text}}
text |
type=protection text=text
- Main
{{fmbox|type=protection|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=protection|text=text}}
text |
type=licence text=text
- Main
{{fmbox|type=licence|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=licence|text=text}}
text |
type=featured text=text
- Main
{{fmbox|type=featured|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=featured|text=text}}
text |
type=warning text=text
- Main
{{fmbox|type=warning|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=warning|text=text}}
text |
type=editnotice text=text
- Main
{{fmbox|type=editnotice|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=editnotice|text=text}}
text |
type=system text=text
- Main
{{fmbox|type=system|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=system|text=text}}
text |
type=notice text=text
- Main
{{fmbox|type=notice|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=notice|text=text}}
text |
type= speedy text=text
- Main
{{fmbox|type= speedy |text=text}}
text |
- Sandbox
{{fmbox/sandbox|type= speedy |text=text}}
text |
small=yes text=text
- Main
{{fmbox|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=yes|text=text}}
text |
small= yes text=text
- Main
{{fmbox|small= yes |text=text}}
text |
- Sandbox
{{fmbox/sandbox|small= yes |text=text}}
text |
small=left text=text
- Main
{{fmbox|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=left|text=text}}
text |
small=foo text=text
- Main
{{fmbox|small=foo|text=text}}
text |
- Sandbox
{{fmbox/sandbox|small=foo|text=text}}
text |
type=speedy small=yes text=text
- Main
{{fmbox|type=speedy|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=speedy|small=yes|text=text}}
text |
type=delete small=yes text=text
- Main
{{fmbox|type=delete|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=delete|small=yes|text=text}}
text |
type=content small=yes text=text
- Main
{{fmbox|type=content|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=content|small=yes|text=text}}
text |
type=style small=yes text=text
- Main
{{fmbox|type=style|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=style|small=yes|text=text}}
text |
type=move small=yes text=text
- Main
{{fmbox|type=move|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=move|small=yes|text=text}}
text |
type=protection small=yes text=text
- Main
{{fmbox|type=protection|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=protection|small=yes|text=text}}
text |
type=licence small=yes text=text
- Main
{{fmbox|type=licence|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=licence|small=yes|text=text}}
text |
type=featured small=yes text=text
- Main
{{fmbox|type=featured|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=featured|small=yes|text=text}}
text |
type=warning small=yes text=text
- Main
{{fmbox|type=warning|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=warning|small=yes|text=text}}
text |
type=editnotice small=yes text=text
- Main
{{fmbox|type=editnotice|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=editnotice|small=yes|text=text}}
text |
type=system small=yes text=text
- Main
{{fmbox|type=system|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=system|small=yes|text=text}}
text |
type=notice small=yes text=text
- Main
{{fmbox|type=notice|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=notice|small=yes|text=text}}
text |
type=speedy small=left text=text
- Main
{{fmbox|type=speedy|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=speedy|small=left|text=text}}
text |
type=delete small=left text=text
- Main
{{fmbox|type=delete|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=delete|small=left|text=text}}
text |
type=content small=left text=text
- Main
{{fmbox|type=content|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=content|small=left|text=text}}
text |
type=style small=left text=text
- Main
{{fmbox|type=style|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=style|small=left|text=text}}
text |
type=move small=left text=text
- Main
{{fmbox|type=move|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=move|small=left|text=text}}
text |
type=protection small=left text=text
- Main
{{fmbox|type=protection|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=protection|small=left|text=text}}
text |
type=licence small=left text=text
- Main
{{fmbox|type=licence|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=licence|small=left|text=text}}
text |
type=featured small=left text=text
- Main
{{fmbox|type=featured|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=featured|small=left|text=text}}
text |
type=warning small=left text=text
- Main
{{fmbox|type=warning|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=warning|small=left|text=text}}
text |
type=editnotice small=left text=text
- Main
{{fmbox|type=editnotice|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=editnotice|small=left|text=text}}
text |
type=system small=left text=text
- Main
{{fmbox|type=system|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=system|small=left|text=text}}
text |
type=notice small=left text=text
- Main
{{fmbox|type=notice|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|type=notice|small=left|text=text}}
text |
image=none type=notice small=yes text=text
- Main
{{fmbox|image=none|type=notice|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=none|type=notice|small=yes|text=text}}
text |
image=none type=notice small=left text=text
- Main
{{fmbox|image=none|type=notice|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=none|type=notice|small=left|text=text}}
text |
image=none type=notice text=text
- Main
{{fmbox|image=none|type=notice|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=none|type=notice|text=text}}
text |
image=blank type=notice small=yes text=text
- Main
{{fmbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
- Sandbox
{{fmbox/sandbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
image=blank type=notice small=left text=text
- Main
{{fmbox|image=blank|type=notice|small=left|text=text}}
blank | text |
- Sandbox
{{fmbox/sandbox|image=blank|type=notice|small=left|text=text}}
blank | text |
image=blank type=notice text=text
- Main
{{fmbox|image=blank|type=notice|text=text}}
blank | text |
- Sandbox
{{fmbox/sandbox|image=blank|type=notice|text=text}}
blank | text |
image=File:Example.png 35x35px text=text
- Main
{{fmbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimage=File:Example.png 25x25px text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
imageright=File:Example.png 35x35px text=text
- Main
{{fmbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
image=File:Example.png 35x35px small=yes text=text
- Main
{{fmbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{fmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
image=File:Example.png 35x35px small=left text=text
- Main
{{fmbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{fmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
imageright=File:Example.png 35x35px small=left text=text
- Main
{{fmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{fmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
class=ambox-style text=text
- Main
{{fmbox|class=ambox-style|text=text}}
text |
- Sandbox
{{fmbox/sandbox|class=ambox-style|text=text}}
text |
style=font-size:120%; text=text
- Main
{{fmbox|style=font-size:120%;|text=text}}
text |
- Sandbox
{{fmbox/sandbox|style=font-size:120%;|text=text}}
text |
textstyle=font-size:80%; text=text
- Main
{{fmbox|textstyle=font-size:80%;|text=text}}
text |
- Sandbox
{{fmbox/sandbox|textstyle=font-size:80%;|text=text}}
text |
smalltext=smalltext
- Main
{{fmbox|smalltext=smalltext}}
- Sandbox
{{fmbox/sandbox|smalltext=smalltext}}
smalltext=smalltext small=yes
- Main
{{fmbox|smalltext=smalltext|small=yes}}
- Sandbox
{{fmbox/sandbox|smalltext=smalltext|small=yes}}
smalltext=smalltext small=left
- Main
{{fmbox|smalltext=smalltext|small=left}}
- Sandbox
{{fmbox/sandbox|smalltext=smalltext|small=left}}
smalltext=smalltext text=text
- Main
{{fmbox|smalltext=smalltext|text=text}}
text |
- Sandbox
{{fmbox/sandbox|smalltext=smalltext|text=text}}
text |
smalltext=smalltext text=text small=yes
- Main
{{fmbox|smalltext=smalltext|text=text|small=yes}}
text |
- Sandbox
{{fmbox/sandbox|smalltext=smalltext|text=text|small=yes}}
text |
smalltext=smalltext text=text small=left
- Main
{{fmbox|smalltext=smalltext|text=text|small=left}}
text |
- Sandbox
{{fmbox/sandbox|smalltext=smalltext|text=text|small=left}}
text |
talk=talk text=text
- Main
{{fmbox|talk=talk|text=text}}
text |
- Sandbox
{{fmbox/sandbox|talk=talk|text=text}}
text |
talk=talk small=yes text=text
- Main
{{fmbox|talk=talk|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|talk=talk|small=yes|text=text}}
text |
talk=talk small=left text=text
- Main
{{fmbox|talk=talk|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|talk=talk|small=left|text=text}}
text |
sect=sect text=text
- Main
{{fmbox|sect=sect|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|text=text}}
text |
sect=sect small=yes text=text
- Main
{{fmbox|sect=sect|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|small=yes|text=text}}
text |
sect=sect small=left text=text
- Main
{{fmbox|sect=sect|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|small=left|text=text}}
text |
issue=issue text=text
- Main
{{fmbox|issue=issue|text=text}}
text |
- Sandbox
{{fmbox/sandbox|issue=issue|text=text}}
text |
issue=issue small=yes text=text
- Main
{{fmbox|issue=issue|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|issue=issue|small=yes|text=text}}
text |
issue=issue small=left text=text
- Main
{{fmbox|issue=issue|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|issue=issue|small=left|text=text}}
text |
text=text
- Main
{{fmbox|text=text}}
text |
- Sandbox
{{fmbox/sandbox|text=text}}
text |
text=text small=yes
- Main
{{fmbox|text=text|small=yes}}
text |
- Sandbox
{{fmbox/sandbox|text=text|small=yes}}
text |
text=text small=left
- Main
{{fmbox|text=text|small=left}}
text |
- Sandbox
{{fmbox/sandbox|text=text|small=left}}
text |
fix=fix text=text
- Main
{{fmbox|fix=fix|text=text}}
text |
- Sandbox
{{fmbox/sandbox|fix=fix|text=text}}
text |
fix=fix small=yes text=text
- Main
{{fmbox|fix=fix|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|fix=fix|small=yes|text=text}}
text |
fix=fix small=left text=text
- Main
{{fmbox|fix=fix|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|fix=fix|small=left|text=text}}
text |
date=date text=text
- Main
{{fmbox|date=date|text=text}}
text |
- Sandbox
{{fmbox/sandbox|date=date|text=text}}
text |
date=date small=yes text=text
- Main
{{fmbox|date=date|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|date=date|small=yes|text=text}}
text |
date=date small=left text=text
- Main
{{fmbox|date=date|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|date=date|small=left|text=text}}
text |
info=info text=text
- Main
{{fmbox|info=info|text=text}}
text |
- Sandbox
{{fmbox/sandbox|info=info|text=text}}
text |
info=info small=yes text=text
- Main
{{fmbox|info=info|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|info=info|small=yes|text=text}}
text |
info=info small=left text=text
- Main
{{fmbox|info=info|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{fmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{fmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{fmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{fmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
text |
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{fmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
- Sandbox
{{fmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
text |
nocat=true text=text
- Main
{{fmbox|nocat=true|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=true|text=text}}
text |
nocat=false text=text
- Main
{{fmbox|nocat=false|text=text}}
text |
- Sandbox
{{fmbox/sandbox|nocat=false|text=text}}
text |
cat=cat text=text
- Main
{{fmbox|cat=[[cat]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|cat=[[cat]]|text=text}}
text |
cat1=cat1 text=text
- Main
{{fmbox|cat1=[[cat1]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|cat1=[[cat1]]|text=text}}
text |
cat2=cat2 text=text
- Main
{{fmbox|cat2=[[cat2]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|cat2=[[cat2]]|text=text}}
text |
cat3=cat3 text=text
- Main
{{fmbox|cat3=[[cat3]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|cat3=[[cat3]]|text=text}}
text |
category=category text=text
- Main
{{fmbox|category=[[category]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|category=[[category]]|text=text}}
text |
category1=category1 text=text
- Main
{{fmbox|category1=[[category1]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|category1=[[category1]]|text=text}}
text |
category2=category2 text=text
- Main
{{fmbox|category2=[[category2]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|category2=[[category2]]|text=text}}
text |
category3=category3 text=text
- Main
{{fmbox|category3=[[category3]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|category3=[[category3]]|text=text}}
text |
all=all text=text
- Main
{{fmbox|all=[[all]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|all=[[all]]|text=text}}
text |
all1=all1 text=text
- Main
{{fmbox|all1=[[all1]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|all1=[[all1]]|text=text}}
text |
all2=all2 text=text
- Main
{{fmbox|all2=[[all2]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|all2=[[all2]]|text=text}}
text |
all3=all3 text=text
- Main
{{fmbox|all3=[[all3]]|text=text}}
text |
- Sandbox
{{fmbox/sandbox|all3=[[all3]]|text=text}}
text |
below=below text=text
- Main
{{fmbox|below=below|text=text}}
text |
- Sandbox
{{fmbox/sandbox|below=below|text=text}}
text |
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
demospace=main
Main
{{mbox|demospace=main|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=main|text=some text}}
some text |
some text |
demospace=talk
Main
{{mbox|demospace=talk|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=talk|text=some text}}
some text |
some text |
demospace=wikipedia
Main
{{mbox|demospace=wikipedia|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=wikipedia|text=some text}}
some text |
some text |
demospace=file
Main
{{mbox|demospace=file|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=file|text=some text}}
some text |
some text |
demospace=category
Main
{{mbox|demospace=category|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=category|text=some text}}
some text |
some text |
demospace=template
Main
{{mbox|demospace=template|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=template|text=some text}}
some text |
some text |
demospace=wikipedia talk
Main
{{mbox|demospace=wikipedia talk|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=wikipedia talk|text=some text}}
some text |
some text |
demospace=portal
Main
{{mbox|demospace=portal|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=portal|text=some text}}
some text |
some text |
demospace=foo
Main
{{mbox|demospace=foo|text=some text}}
some text |
Sandbox
{{mbox/sandbox|demospace=foo|text=some text}}
some text |
some text |
This is the template test cases page for the sandbox of Module talk:Message box. to update the examples. If there are many examples of a complicated template, later ones may break due to limits in MediaWiki, see the HTML comment "NewPP limit report" in the rendered page. You can also use Special:ExpandTemplates to examine the results of template uses. You can test how this page looks in the different skins with these links: |
Intentional changes
small=y text=text
- Main
{{ombox|small=y|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=y|text=text}}
text |
small=true text=text
- Main
{{ombox|small=true|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=true|text=text}}
text |
small=1 text=text
- Main
{{ombox|small=1|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=1|text=text}}
text |
nocat=yes text=text
- Main
{{ombox|nocat=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=yes|text=text}}
text |
nocat=y text=text
- Main
{{ombox|nocat=y|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=y|text=text}}
text |
nocat=1 text=text
- Main
{{ombox|nocat=1|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=1|text=text}}
text |
nocat=no text=text
- Main
{{ombox|nocat=no|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=no|text=text}}
text |
nocat=n text=text
- Main
{{ombox|nocat=n|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=n|text=text}}
text |
nocat=0 text=text
- Main
{{ombox|nocat=0|text=text}}
text |
- Sandbox
{{ombox/sandbox|nocat=0|text=text}}
text |
cat4=cat4 text=text
- Main
{{ombox|cat4=[[cat4]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|cat4=[[cat4]]|text=text}}
text |
category4=category4 text=text
- Main
{{ombox|category4=[[category4]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|category4=[[category4]]|text=text}}
text |
all4=all4 text=text
- Main
{{ombox|all4=[[all4]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|all4=[[all4]]|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{ombox|talk=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|talk=|name=foo|page=template:foo|text=text}}
text |
talk= name=foo page=template:foo text=text
- Main
{{ombox|talk= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|talk= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{ombox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{ombox|date=|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|date=|name=foo|page=template:foo|text=text}}
text |
date= name=foo page=template:foo text=text
- Main
{{ombox|date= |name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|date= |name=foo|page=template:foo|text=text}}
text |
name=foo page=template:foo text=text
- Main
{{ombox|name=foo|page=template:foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|name=foo|page=template:foo|text=text}}
text |
page=Template:Foo name=Foo text=text
- Main
{{ombox|page=Template:Foo|name=Foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|text=text}}
text |
page=Template:Foo name=Foo issue=issue text=text
- Main
{{ombox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
text |
page=Template:Foo name=Foo fix=fix text=text
- Main
{{ombox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
text |
page=Template:Foo name=Foo subst=subst text=text
- Main
{{ombox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
text |
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{ombox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
text |
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{ombox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
text |
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{ombox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
text |
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{ombox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
text |
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{ombox|subst=SUBST|text=text}}
text |
- Sandbox
{{ombox/sandbox|subst=SUBST|text=text}}
text |
subst= SUBST text=text
- Main
{{ombox|subst= SUBST |text=text}}
text |
- Sandbox
{{ombox/sandbox|subst= SUBST |text=text}}
text |
subst=subst text=text
- Main
{{ombox|subst=subst|text=text}}
text |
- Sandbox
{{ombox/sandbox|subst=subst|text=text}}
text |
subst=foo text=text
- Main
{{ombox|subst=foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|subst=foo|text=text}}
text |
subst= text=text
- Main
{{ombox|subst= |text=text}}
text |
- Sandbox
{{ombox/sandbox|subst= |text=text}}
text |
subst= text=text
- Main
{{ombox|subst=|text=text}}
text |
- Sandbox
{{ombox/sandbox|subst=|text=text}}
text |
subst=SUBST name=Foo text=text
- Main
{{ombox|subst=SUBST|name=Foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|subst=SUBST|name=Foo|text=text}}
text |
name=Foo text=text
- Main
{{ombox|name=Foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|name=Foo|text=text}}
text |
name= Foo text=text
- Main
{{ombox|name= Foo |text=text}}
text |
- Sandbox
{{ombox/sandbox|name= Foo |text=text}}
text |
name= text=text
- Main
{{ombox|name= |text=text}}
text |
- Sandbox
{{ombox/sandbox|name= |text=text}}
text |
name= text=text
- Main
{{ombox|name=|text=text}}
text |
- Sandbox
{{ombox/sandbox|name=|text=text}}
text |
type=speedy text=text
- Main
{{ombox|type=speedy|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=speedy|text=text}}
text |
type=delete text=text
- Main
{{ombox|type=delete|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=delete|text=text}}
text |
type=content text=text
- Main
{{ombox|type=content|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=content|text=text}}
text |
type=style text=text
- Main
{{ombox|type=style|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=style|text=text}}
text |
type=move text=text
- Main
{{ombox|type=move|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=move|text=text}}
text |
type=protection text=text
- Main
{{ombox|type=protection|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=protection|text=text}}
text |
type=licence text=text
- Main
{{ombox|type=licence|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=licence|text=text}}
text |
type=featured text=text
- Main
{{ombox|type=featured|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=featured|text=text}}
text |
type=warning text=text
- Main
{{ombox|type=warning|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=warning|text=text}}
text |
type=editnotice text=text
- Main
{{ombox|type=editnotice|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=editnotice|text=text}}
text |
type=system text=text
- Main
{{ombox|type=system|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=system|text=text}}
text |
type=notice text=text
- Main
{{ombox|type=notice|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=notice|text=text}}
text |
type= speedy text=text
- Main
{{ombox|type= speedy |text=text}}
text |
- Sandbox
{{ombox/sandbox|type= speedy |text=text}}
text |
small=yes text=text
- Main
{{ombox|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=yes|text=text}}
text |
small= yes text=text
- Main
{{ombox|small= yes |text=text}}
text |
- Sandbox
{{ombox/sandbox|small= yes |text=text}}
text |
small=left text=text
- Main
{{ombox|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=left|text=text}}
text |
small=foo text=text
- Main
{{ombox|small=foo|text=text}}
text |
- Sandbox
{{ombox/sandbox|small=foo|text=text}}
text |
type=speedy small=yes text=text
- Main
{{ombox|type=speedy|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=speedy|small=yes|text=text}}
text |
type=delete small=yes text=text
- Main
{{ombox|type=delete|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=delete|small=yes|text=text}}
text |
type=content small=yes text=text
- Main
{{ombox|type=content|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=content|small=yes|text=text}}
text |
type=style small=yes text=text
- Main
{{ombox|type=style|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=style|small=yes|text=text}}
text |
type=move small=yes text=text
- Main
{{ombox|type=move|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=move|small=yes|text=text}}
text |
type=protection small=yes text=text
- Main
{{ombox|type=protection|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=protection|small=yes|text=text}}
text |
type=licence small=yes text=text
- Main
{{ombox|type=licence|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=licence|small=yes|text=text}}
text |
type=featured small=yes text=text
- Main
{{ombox|type=featured|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=featured|small=yes|text=text}}
text |
type=warning small=yes text=text
- Main
{{ombox|type=warning|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=warning|small=yes|text=text}}
text |
type=editnotice small=yes text=text
- Main
{{ombox|type=editnotice|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=editnotice|small=yes|text=text}}
text |
type=system small=yes text=text
- Main
{{ombox|type=system|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=system|small=yes|text=text}}
text |
type=notice small=yes text=text
- Main
{{ombox|type=notice|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=notice|small=yes|text=text}}
text |
type=speedy small=left text=text
- Main
{{ombox|type=speedy|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=speedy|small=left|text=text}}
text |
type=delete small=left text=text
- Main
{{ombox|type=delete|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=delete|small=left|text=text}}
text |
type=content small=left text=text
- Main
{{ombox|type=content|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=content|small=left|text=text}}
text |
type=style small=left text=text
- Main
{{ombox|type=style|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=style|small=left|text=text}}
text |
type=move small=left text=text
- Main
{{ombox|type=move|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=move|small=left|text=text}}
text |
type=protection small=left text=text
- Main
{{ombox|type=protection|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=protection|small=left|text=text}}
text |
type=licence small=left text=text
- Main
{{ombox|type=licence|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=licence|small=left|text=text}}
text |
type=featured small=left text=text
- Main
{{ombox|type=featured|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=featured|small=left|text=text}}
text |
type=warning small=left text=text
- Main
{{ombox|type=warning|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=warning|small=left|text=text}}
text |
type=editnotice small=left text=text
- Main
{{ombox|type=editnotice|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=editnotice|small=left|text=text}}
text |
type=system small=left text=text
- Main
{{ombox|type=system|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=system|small=left|text=text}}
text |
type=notice small=left text=text
- Main
{{ombox|type=notice|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|type=notice|small=left|text=text}}
text |
image=none type=notice small=yes text=text
- Main
{{ombox|image=none|type=notice|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=none|type=notice|small=yes|text=text}}
text |
image=none type=notice small=left text=text
- Main
{{ombox|image=none|type=notice|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=none|type=notice|small=left|text=text}}
text |
image=none type=notice text=text
- Main
{{ombox|image=none|type=notice|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=none|type=notice|text=text}}
text |
image=blank type=notice small=yes text=text
- Main
{{ombox|image=blank|type=notice|small=yes|text=text}}
blank | text |
- Sandbox
{{ombox/sandbox|image=blank|type=notice|small=yes|text=text}}
blank | text |
image=blank type=notice small=left text=text
- Main
{{ombox|image=blank|type=notice|small=left|text=text}}
blank | text |
- Sandbox
{{ombox/sandbox|image=blank|type=notice|small=left|text=text}}
blank | text |
image=blank type=notice text=text
- Main
{{ombox|image=blank|type=notice|text=text}}
blank | text |
- Sandbox
{{ombox/sandbox|image=blank|type=notice|text=text}}
blank | text |
image=File:Example.png 35x35px text=text
- Main
{{ombox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimage=File:Example.png 25x25px text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
imageright=File:Example.png 35x35px text=text
- Main
{{ombox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
text |
image=File:Example.png 35x35px small=yes text=text
- Main
{{ombox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{ombox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
text |
image=File:Example.png 35x35px small=left text=text
- Main
{{ombox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{ombox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
imageright=File:Example.png 35x35px small=left text=text
- Main
{{ombox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
text |
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{ombox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
text |
class=ambox-style text=text
- Main
{{ombox|class=ambox-style|text=text}}
text |
- Sandbox
{{ombox/sandbox|class=ambox-style|text=text}}
text |
style=font-size:120%; text=text
- Main
{{ombox|style=font-size:120%;|text=text}}
text |
- Sandbox
{{ombox/sandbox|style=font-size:120%;|text=text}}
text |
textstyle=font-size:80%; text=text
- Main
{{ombox|textstyle=font-size:80%;|text=text}}
text |
- Sandbox
{{ombox/sandbox|textstyle=font-size:80%;|text=text}}
text |
smalltext=smalltext
- Main
{{ombox|smalltext=smalltext}}
- Sandbox
{{ombox/sandbox|smalltext=smalltext}}
smalltext=smalltext small=yes
- Main
{{ombox|smalltext=smalltext|small=yes}}
smalltext |
- Sandbox
{{ombox/sandbox|smalltext=smalltext|small=yes}}
smalltext |
smalltext=smalltext small=left
- Main
{{ombox|smalltext=smalltext|small=left}}
- Sandbox
{{ombox/sandbox|smalltext=smalltext|small=left}}
smalltext=smalltext text=text
- Main
{{ombox|smalltext=smalltext|text=text}}
text |
- Sandbox
{{ombox/sandbox|smalltext=smalltext|text=text}}
text |
smalltext=smalltext text=text small=yes
- Main
{{ombox|smalltext=smalltext|text=text|small=yes}}
smalltext |
- Sandbox
{{ombox/sandbox|smalltext=smalltext|text=text|small=yes}}
smalltext |
smalltext=smalltext text=text small=left
- Main
{{ombox|smalltext=smalltext|text=text|small=left}}
text |
- Sandbox
{{ombox/sandbox|smalltext=smalltext|text=text|small=left}}
text |
talk=talk text=text
- Main
{{ombox|talk=talk|text=text}}
text |
- Sandbox
{{ombox/sandbox|talk=talk|text=text}}
text |
talk=talk small=yes text=text
- Main
{{ombox|talk=talk|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|talk=talk|small=yes|text=text}}
text |
talk=talk small=left text=text
- Main
{{ombox|talk=talk|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|talk=talk|small=left|text=text}}
text |
sect=sect text=text
- Main
{{ombox|sect=sect|text=text}}
text |
- Sandbox
{{ombox/sandbox|sect=sect|text=text}}
text |
sect=sect small=yes text=text
- Main
{{ombox|sect=sect|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|sect=sect|small=yes|text=text}}
text |
sect=sect small=left text=text
- Main
{{ombox|sect=sect|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|sect=sect|small=left|text=text}}
text |
issue=issue text=text
- Main
{{ombox|issue=issue|text=text}}
text |
- Sandbox
{{ombox/sandbox|issue=issue|text=text}}
text |
issue=issue small=yes text=text
- Main
{{ombox|issue=issue|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|issue=issue|small=yes|text=text}}
text |
issue=issue small=left text=text
- Main
{{ombox|issue=issue|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|issue=issue|small=left|text=text}}
text |
text=text
- Main
{{ombox|text=text}}
text |
- Sandbox
{{ombox/sandbox|text=text}}
text |
text=text small=yes
- Main
{{ombox|text=text|small=yes}}
text |
- Sandbox
{{ombox/sandbox|text=text|small=yes}}
text |
text=text small=left
- Main
{{ombox|text=text|small=left}}
text |
- Sandbox
{{ombox/sandbox|text=text|small=left}}
text |
fix=fix text=text
- Main
{{ombox|fix=fix|text=text}}
text |
- Sandbox
{{ombox/sandbox|fix=fix|text=text}}
text |
fix=fix small=yes text=text
- Main
{{ombox|fix=fix|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|fix=fix|small=yes|text=text}}
text |
fix=fix small=left text=text
- Main
{{ombox|fix=fix|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|fix=fix|small=left|text=text}}
text |
date=date text=text
- Main
{{ombox|date=date|text=text}}
text |
- Sandbox
{{ombox/sandbox|date=date|text=text}}
text |
date=date small=yes text=text
- Main
{{ombox|date=date|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|date=date|small=yes|text=text}}
text |
date=date small=left text=text
- Main
{{ombox|date=date|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|date=date|small=left|text=text}}
text |
info=info text=text
- Main
{{ombox|info=info|text=text}}
text |
- Sandbox
{{ombox/sandbox|info=info|text=text}}
text |
info=info small=yes text=text
- Main
{{ombox|info=info|small=yes|text=text}}
text |
- Sandbox
{{ombox/sandbox|info=info|small=yes|text=text}}
text |
info=info small=left text=text
- Main
{{ombox|info=info|small=left|text=text}}
text |
- Sandbox
{{ombox/sandbox|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{ombox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{ombox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{ombox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{ombox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{ombox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=true text=text
- Main
{{ombox|nocat=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|nocat=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=false text=text
- Main
{{ombox|nocat=false|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|nocat=false|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat=cat text=text
- Main
{{ombox|cat=[[cat]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|cat=[[cat]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat1=cat1 text=text
- Main
{{ombox|cat1=[[cat1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|cat1=[[cat1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat2=cat2 text=text
- Main
{{ombox|cat2=[[cat2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|cat2=[[cat2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat3=cat3 text=text
- Main
{{ombox|cat3=[[cat3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|cat3=[[cat3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category=category text=text
- Main
{{ombox|category=[[category]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|category=[[category]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category1=category1 text=text
- Main
{{ombox|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category2=category2 text=text
- Main
{{ombox|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category3=category3 text=text
- Main
{{ombox|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all=all text=text
- Main
{{ombox|all=[[all]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|all=[[all]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all1=all1 text=text
- Main
{{ombox|all1=[[all1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|all1=[[all1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all2=all2 text=text
- Main
{{ombox|all2=[[all2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|all2=[[all2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all3=all3 text=text
- Main
{{ombox|all3=[[all3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|all3=[[all3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
below=below text=text
- Main
{{ombox|below=below|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{ombox/sandbox|below=below|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
Template:Db-g8Lua error: Internal error: The interpreter has terminated with signal "24".
Intentional changes
small=y text=text
- Main
{{tmbox|small=y|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=y|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small=true text=text
- Main
{{tmbox|small=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small=1 text=text
- Main
{{tmbox|small=1|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=1|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=yes text=text
- Main
{{tmbox|nocat=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=y text=text
- Main
{{tmbox|nocat=y|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=y|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=1 text=text
- Main
{{tmbox|nocat=1|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=1|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=no text=text
- Main
{{tmbox|nocat=no|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=no|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=n text=text
- Main
{{tmbox|nocat=n|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=n|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=0 text=text
- Main
{{tmbox|nocat=0|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=0|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat4=cat4 text=text
- Main
{{tmbox|cat4=[[cat4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|cat4=[[cat4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category4=category4 text=text
- Main
{{tmbox|category4=[[category4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|category4=[[category4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all4=all4 text=text
- Main
{{tmbox|all4=[[all4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|all4=[[all4]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
talk= name=foo page=template:foo text=text
- Main
{{tmbox|talk=|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|talk=|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
talk= name=foo page=template:foo text=text
- Main
{{tmbox|talk= |name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|talk= |name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name=foo page=template:foo text=text
- Main
{{tmbox|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
date= name=foo page=template:foo text=text
- Main
{{tmbox|date=|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|date=|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
date= name=foo page=template:foo text=text
- Main
{{tmbox|date= |name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|date= |name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name=foo page=template:foo text=text
- Main
{{tmbox|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name=foo|page=template:foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo issue=issue text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|issue=issue|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo fix=fix text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo subst=subst text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo subst=subst issue=issue fix=fix text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|subst=subst|issue=issue|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo category1=category1 text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo category2=category2 text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
page=Template:Foo name=Foo category3=category3 text=text
- Main
{{tmbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|page=Template:Foo|name=Foo|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
Cases that should be the same as the existing template output
subst=SUBST text=text
- Main
{{tmbox|subst=SUBST|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst=SUBST|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst= SUBST text=text
- Main
{{tmbox|subst= SUBST |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst= SUBST |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst=subst text=text
- Main
{{tmbox|subst=subst|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst=subst|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst=foo text=text
- Main
{{tmbox|subst=foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst=foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst= text=text
- Main
{{tmbox|subst= |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst= |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst= text=text
- Main
{{tmbox|subst=|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst=|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
subst=SUBST name=Foo text=text
- Main
{{tmbox|subst=SUBST|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|subst=SUBST|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name=Foo text=text
- Main
{{tmbox|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name=Foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name= Foo text=text
- Main
{{tmbox|name= Foo |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name= Foo |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name= text=text
- Main
{{tmbox|name= |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name= |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
name= text=text
- Main
{{tmbox|name=|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|name=|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=speedy text=text
- Main
{{tmbox|type=speedy|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=speedy|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=delete text=text
- Main
{{tmbox|type=delete|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=delete|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=content text=text
- Main
{{tmbox|type=content|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=content|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=style text=text
- Main
{{tmbox|type=style|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=style|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=move text=text
- Main
{{tmbox|type=move|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=move|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=protection text=text
- Main
{{tmbox|type=protection|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=protection|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=licence text=text
- Main
{{tmbox|type=licence|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=licence|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=featured text=text
- Main
{{tmbox|type=featured|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=featured|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=warning text=text
- Main
{{tmbox|type=warning|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=warning|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=editnotice text=text
- Main
{{tmbox|type=editnotice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=editnotice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=system text=text
- Main
{{tmbox|type=system|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=system|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=notice text=text
- Main
{{tmbox|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type= speedy text=text
- Main
{{tmbox|type= speedy |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type= speedy |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small=yes text=text
- Main
{{tmbox|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small= yes text=text
- Main
{{tmbox|small= yes |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small= yes |text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small=left text=text
- Main
{{tmbox|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
small=foo text=text
- Main
{{tmbox|small=foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|small=foo|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=speedy small=yes text=text
- Main
{{tmbox|type=speedy|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=speedy|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=delete small=yes text=text
- Main
{{tmbox|type=delete|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=delete|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=content small=yes text=text
- Main
{{tmbox|type=content|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=content|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=style small=yes text=text
- Main
{{tmbox|type=style|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=style|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=move small=yes text=text
- Main
{{tmbox|type=move|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=move|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=protection small=yes text=text
- Main
{{tmbox|type=protection|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=protection|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=licence small=yes text=text
- Main
{{tmbox|type=licence|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=licence|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=featured small=yes text=text
- Main
{{tmbox|type=featured|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=featured|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=warning small=yes text=text
- Main
{{tmbox|type=warning|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=warning|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=editnotice small=yes text=text
- Main
{{tmbox|type=editnotice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=editnotice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=system small=yes text=text
- Main
{{tmbox|type=system|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=system|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=notice small=yes text=text
- Main
{{tmbox|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=speedy small=left text=text
- Main
{{tmbox|type=speedy|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=speedy|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=delete small=left text=text
- Main
{{tmbox|type=delete|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=delete|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=content small=left text=text
- Main
{{tmbox|type=content|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=content|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=style small=left text=text
- Main
{{tmbox|type=style|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=style|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=move small=left text=text
- Main
{{tmbox|type=move|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=move|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=protection small=left text=text
- Main
{{tmbox|type=protection|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=protection|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=licence small=left text=text
- Main
{{tmbox|type=licence|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=licence|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=featured small=left text=text
- Main
{{tmbox|type=featured|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=featured|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=warning small=left text=text
- Main
{{tmbox|type=warning|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=warning|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=editnotice small=left text=text
- Main
{{tmbox|type=editnotice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=editnotice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=system small=left text=text
- Main
{{tmbox|type=system|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=system|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
type=notice small=left text=text
- Main
{{tmbox|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=none type=notice small=yes text=text
- Main
{{tmbox|image=none|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=none|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=none type=notice small=left text=text
- Main
{{tmbox|image=none|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=none|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=none type=notice text=text
- Main
{{tmbox|image=none|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=none|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=blank type=notice small=yes text=text
- Main
{{tmbox|image=blank|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=blank|type=notice|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=blank type=notice small=left text=text
- Main
{{tmbox|image=blank|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=blank|type=notice|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=blank type=notice text=text
- Main
{{tmbox|image=blank|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=blank|type=notice|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=File:Example.png 35x35px text=text
- Main
{{tmbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
imageright=File:Example.png 35x35px text=text
- Main
{{tmbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=File:Example.png 35x35px small=yes text=text
- Main
{{tmbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px small=yes text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=yes text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
imageright=File:Example.png 35x35px small=yes text=text
- Main
{{tmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px small=yes text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=yes text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
image=File:Example.png 35x35px small=left text=text
- Main
{{tmbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px small=left text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimage=File:Example.png 25x25px image=File:Example.png 35x35px small=left text=text
- Main
{{tmbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimage=[[File:Bad Title Example.png|25x25px]]|image=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
imageright=File:Example.png 35x35px small=left text=text
- Main
{{tmbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px small=left text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smallimageright=File:Example.png 25x25px imageright=File:Example.png 35x35px small=left text=text
- Main
{{tmbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smallimageright=[[File:Bad Title Example.png|25x25px]]|imageright=[[File:Bad Title Example.png|35x35px]]|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
class=ambox-style text=text
- Main
{{tmbox|class=ambox-style|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|class=ambox-style|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
style=font-size:120%; text=text
- Main
{{tmbox|style=font-size:120%;|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|style=font-size:120%;|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
textstyle=font-size:80%; text=text
- Main
{{tmbox|textstyle=font-size:80%;|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|textstyle=font-size:80%;|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext
- Main
{{tmbox|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext small=yes
- Main
{{tmbox|smalltext=smalltext|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext small=left
- Main
{{tmbox|smalltext=smalltext|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext text=text
- Main
{{tmbox|smalltext=smalltext|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext text=text small=yes
- Main
{{tmbox|smalltext=smalltext|text=text|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext|text=text|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
smalltext=smalltext text=text small=left
- Main
{{tmbox|smalltext=smalltext|text=text|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|smalltext=smalltext|text=text|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
talk=talk text=text
- Main
{{tmbox|talk=talk|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|talk=talk|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
talk=talk small=yes text=text
- Main
{{tmbox|talk=talk|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|talk=talk|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
talk=talk small=left text=text
- Main
{{tmbox|talk=talk|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|talk=talk|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect text=text
- Main
{{tmbox|sect=sect|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect small=yes text=text
- Main
{{tmbox|sect=sect|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect small=left text=text
- Main
{{tmbox|sect=sect|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
issue=issue text=text
- Main
{{tmbox|issue=issue|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|issue=issue|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
issue=issue small=yes text=text
- Main
{{tmbox|issue=issue|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|issue=issue|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
issue=issue small=left text=text
- Main
{{tmbox|issue=issue|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|issue=issue|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
text=text
- Main
{{tmbox|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
text=text small=yes
- Main
{{tmbox|text=text|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|text=text|small=yes}}
Lua error: Internal error: The interpreter has terminated with signal "24".
text=text small=left
- Main
{{tmbox|text=text|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|text=text|small=left}}
Lua error: Internal error: The interpreter has terminated with signal "24".
fix=fix text=text
- Main
{{tmbox|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|fix=fix|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
fix=fix small=yes text=text
- Main
{{tmbox|fix=fix|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|fix=fix|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
fix=fix small=left text=text
- Main
{{tmbox|fix=fix|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|fix=fix|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
date=date text=text
- Main
{{tmbox|date=date|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|date=date|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
date=date small=yes text=text
- Main
{{tmbox|date=date|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|date=date|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
date=date small=left text=text
- Main
{{tmbox|date=date|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|date=date|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
info=info text=text
- Main
{{tmbox|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
info=info small=yes text=text
- Main
{{tmbox|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
info=info small=left text=text
- Main
{{tmbox|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info text=text
- Main
{{tmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text
- Main
{{tmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text
- Main
{{tmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=left text=text smalltext=smalltext
- Main
{{tmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=left|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
sect=sect issue=issue text=text fix=fix date=date info=info small=yes text=text smalltext=smalltext
- Main
{{tmbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|sect=sect|issue=issue|fix=fix|date=date|info=info|small=yes|text=text|smalltext=smalltext}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=true text=text
- Main
{{tmbox|nocat=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=true|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
nocat=false text=text
- Main
{{tmbox|nocat=false|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|nocat=false|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat=cat text=text
- Main
{{tmbox|cat=[[cat]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|cat=[[cat]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat1=cat1 text=text
- Main
{{tmbox|cat1=[[cat1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|cat1=[[cat1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat2=cat2 text=text
- Main
{{tmbox|cat2=[[cat2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|cat2=[[cat2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
cat3=cat3 text=text
- Main
{{tmbox|cat3=[[cat3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|cat3=[[cat3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category=category text=text
- Main
{{tmbox|category=[[category]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|category=[[category]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category1=category1 text=text
- Main
{{tmbox|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|category1=[[category1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category2=category2 text=text
- Main
{{tmbox|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|category2=[[category2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
category3=category3 text=text
- Main
{{tmbox|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|category3=[[category3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all=all text=text
- Main
{{tmbox|all=[[all]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|all=[[all]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all1=all1 text=text
- Main
{{tmbox|all1=[[all1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|all1=[[all1]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all2=all2 text=text
- Main
{{tmbox|all2=[[all2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|all2=[[all2]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
all3=all3 text=text
- Main
{{tmbox|all3=[[all3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|all3=[[all3]]|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
below=below text=text
- Main
{{tmbox|below=below|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".
- Sandbox
{{tmbox/sandbox|below=below|text=text}}
Lua error: Internal error: The interpreter has terminated with signal "24".