Template:Wikipedians looking for help/testcases
Jump to navigation
Jump to search
| icon | This is the template test cases page for the sandbox of Template:Wikipedians looking for help. 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 and parsers with these links: |
1. Default (no params)
2. norefresh=yes
3. zero=yes (test when empty and non-empty; default alignment is 'right')
{{Wikipedians looking for help|zero=yes}}
4. zero and norefresh
{{Wikipedians looking for help|norefresh=yes |zero=yes}}
5. zero=yes (zero and align=left)
{{Wikipedians looking for help|align=left |zero=yes}}
6. zero=yes (zero and align=center)
{{Wikipedians looking for help|align=center |zero=yes}}
7. zero=yes (zero and align=right) right is default, so don't need to put it
{{Wikipedians looking for help|align=right |zero=yes}}
8. zero=yes (zero and align=bad value) bad value gets default right alignment
{{Wikipedians looking for help|align=Hobbit |zero=yes}}
9. style param (with zero=yes)
{{Wikipedians looking for help|style=width:12em; padding:1em 2em; border:2px dotted red; border-radius:24px; font-family times new roman; background-color:cornsilk |zero=yes}}