Template:Infobox/testcases: Difference between revisions
Jump to navigation
Jump to search
Mailmanmicky (talk | contribs) |
Mailmanmicky (talk | contribs) |
||
Line 121: | Line 121: | ||
! {{Dictionary/common|Preview}} | ! {{Dictionary/common|Preview}} | ||
|- | |- | ||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With only one row of entries | | style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With only one row of entries, with the first section only}} | ||
| style="padding-block:.5em;" | {{infobox | | style="padding-block:.5em;" | {{infobox | ||
| section1 = Section 1 | | section1 = Section 1 | ||
| entryid1 = Entry ID 1 | | entryid1 = Entry ID 1 | ||
| entryinfo1 = Entry INFO 1 | | entryinfo1 = Entry INFO 1 | ||
}} | |||
|- | |||
| style="background:#282828; padding-inline:.5em;" | {{capsule|style=2|With only one row of entries, with the second section only}} | |||
| style="padding-block:.5em;" | {{infobox | |||
| entryid1 = Entry ID 1 | |||
| entryinfo1 = Entry INFO 1 | |||
| section2 = Section 2 | |||
}} | }} | ||
|- | |- | ||
Line 135: | Line 142: | ||
| entryid1 = Entry ID 1 | | entryid1 = Entry ID 1 | ||
| entryinfo1 = Entry INFO 1 | | entryinfo1 = Entry INFO 1 | ||
}} | }} | ||
|- | |- |
Revision as of 23:04, 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 only one row of entries, with the first section only
|
Section 1 Entry ID 1
Entry INFO 1
|
With only one row of entries, with the second section only
|
Entry ID 1
Entry INFO 1
Section 2 |
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 |