Template:Infobox/testcases: Difference between revisions
Jump to navigation
Jump to search
Mailmanmicky (talk | contribs) mNo edit summary |
Mailmanmicky (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With no parameters}} | | style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With no parameters}} | ||
| {{infobox}} | | {{infobox}} | ||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With section parameter only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| section1 = Section | |||
}} | |||
|- | |- | ||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With header parameter only}} | | style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With header parameter only}} | ||
Line 108: | Line 113: | ||
| entryinfo5 = Entry INFO 5 | | entryinfo5 = Entry INFO 5 | ||
}} | }} | ||
|} | |||
== Entries and sections test == | |||
{|class="standard-table" | style="text-align:center; width:100%;" | |||
|- | |||
! style="width:100%" |{{Dictionary/common|Desc}} | |||
! {{Dictionary/common|Preview}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With image parameter only}} | |||
| style="padding-block:.5em;" | {{infobox|image=Software Cover - The Lab.jpg}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With image parameter and imagewidth parameter}} | |||
| style="padding-block:.5em;" | {{infobox|image=Missing entity icon.png|imagewidth=64px}} | |||
|- | |||
|} | |||
== Entry tests == | |||
{|class="standard-table" | style="text-align:center; width:100%;" | |||
|- | |||
! style="width:100%" |{{Dictionary/common|Desc}} | |||
! {{Dictionary/common|Preview}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With only one row of entries and one section}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| section1 = Section 1 | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With only one row of entries, one section, a header and a footer}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| header = Header | |||
| footer = Footer | |||
| section1 = Section 1 | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With two rows of entries, with the second section only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
| entryid2 = Entry ID 2 | |||
| entryinfo2 = Entry INFO 2 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With two rows of entries, the second section, a header and footer only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| header = Header | |||
| footer = Footer | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
| entryid2 = Entry ID 2 | |||
| entryinfo2 = Entry INFO 2 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With two rows of entries, the first and second section, a header and footer only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| header = Header | |||
| footer = Footer | |||
| section1 = Section 1 | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
| entryid2 = Entry ID 2 | |||
| entryinfo2 = Entry INFO 2 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With max amount of entries and sections only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| section1 = Section 1 | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
| entryid2 = Entry ID 2 | |||
| entryinfo2 = Entry INFO 2 | |||
| section3 = Section 3 | |||
| entryid3 = Entry ID 3 | |||
| entryinfo3 = Entry INFO 3 | |||
| section4 = Section 4 | |||
| entryid4 = Entry ID 4 | |||
| entryinfo4 = Entry INFO 4 | |||
| section5 = Section 5 | |||
| entryid5 = Entry ID 5 | |||
| entryinfo5 = Entry INFO 5 | |||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With max amount of entries and sections, with a header and footer}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| header = Header | |||
| footer = Footer | |||
| section1 = Section 1 | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
| entryid2 = Entry ID 2 | |||
| entryinfo2 = Entry INFO 2 | |||
| section3 = Section 3 | |||
| entryid3 = Entry ID 3 | |||
| entryinfo3 = Entry INFO 3 | |||
| section4 = Section 4 | |||
| entryid4 = Entry ID 4 | |||
| entryinfo4 = Entry INFO 4 | |||
| section5 = Section 5 | |||
| entryid5 = Entry ID 5 | |||
| entryinfo5 = Entry INFO 5 | |||
}} | |||
|- | |||
|} | |} |
Revision as of 22:57, 29 May 2023
This is the template test cases page for Template:Infobox. Purge this page in order to update the examples, if the template itself was recently edited.
If there are too many examples of a complicated template, later transclusions of such template may break due to the limitations of the Mediawiki software, or can cause the page itself to load very slow; See the HTML comment "NewPP limit Report" on the rendered page.
You can also use Special:ExpandTemplates to examine the results of template use cases.
If there are too many examples of a complicated template, later transclusions of such template may break due to the limitations of the Mediawiki software, or can cause the page itself to load very slow; See the HTML comment "NewPP limit Report" on the rendered page.
You can also use Special:ExpandTemplates to examine the results of template use cases.
Basic tests
Description | Preview |
---|---|
With no parameters
|
|
With section parameter only
|
Section |
With header parameter only
|
Header |
With footer parameter only
|
Footer |
Image tests
Description | Preview | |
---|---|---|
With image parameter only
|
[[File:Software Cover - The Lab.jpg |
300px]] |
With image parameter and imagewidth parameter
|
[[File:Missing entity icon.png |
64px]] |
Entry tests
Description | Preview |
---|---|
With only one entry idbox
|
Entry ID 1
|
With only one entry infobox
|
Entry INFO 1
|
With only one row of entries
|
Entry ID 1
Entry INFO 1
|
With only one row of entries, a header and a footer
|
Header Entry ID 1
Entry INFO 1
Footer |
With only two rows of entries
|
Entry ID 1
Entry INFO 1
Entry ID 2
Entry INFO 2
|
With only two rows of entries, a header and a footer
|
Header Entry ID 1
Entry INFO 1
Entry ID 2
Entry INFO 2
Footer |
With max row of entries
|
Entry ID 1
Entry INFO 1
Entry ID 2
Entry INFO 2
Entry ID 3
Entry INFO 3
Entry ID 4
Entry INFO 4
Entry ID 5
Entry INFO 5
|
With max row of entries, a header and a footer
|
Header Entry ID 1
Entry INFO 1
Entry ID 2
Entry INFO 2
Entry ID 3
Entry INFO 3
Entry ID 4
Entry INFO 4
Entry ID 5
Entry INFO 5
Footer |
Entries and sections test
Description | Preview | |
---|---|---|
With image parameter only
|
[[File:Software Cover - The Lab.jpg |
300px]] |
With image parameter and imagewidth parameter
|
[[File:Missing entity icon.png |
64px]] |
Entry tests
Description | Preview |
---|---|
With only one row of entries and one section
|
Section 1 Entry ID 1
Entry INFO 1
|
With only one row of entries, one section, a header and a footer
|
Header Section 1 Entry ID 1
Entry INFO 1
Footer |
With two rows of entries, with the second section only
|
Entry ID 1
Entry INFO 1
Section 2 Entry ID 2
Entry INFO 2
|
With two rows of entries, the second section, a header and footer only
|
Header Entry ID 1
Entry INFO 1
Section 2 Entry ID 2
Entry INFO 2
Footer |
With two rows of entries, the first and second section, a header and footer only
|
Header Section 1 Entry ID 1
Entry INFO 1
Section 2 Entry ID 2
Entry INFO 2
Footer |
With max amount of entries and sections only
|
Section 1 Entry ID 1
Entry INFO 1
Section 2 Entry ID 2
Entry INFO 2
Section 3 Entry ID 3
Entry INFO 3
Section 4 Entry ID 4
Entry INFO 4
Section 5 Entry ID 5
Entry INFO 5
|
With max amount of entries and sections, with a header and footer
|
Header Section 1 Entry ID 1
Entry INFO 1
Section 2 Entry ID 2
Entry INFO 2
Section 3 Entry ID 3
Entry INFO 3
Section 4 Entry ID 4
Entry INFO 4
Section 5 Entry ID 5
Entry INFO 5
Footer |