Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:InfoboxNeue/doc: Difference between revisions

Template page
Content deleted Content added
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
{{t|InfoboxNeue}} is a general use infobox template. See [[Module:InfoboxNeue]] for more documentation.
{{t|InfoboxNeue}} is a general use infobox template. See [[Module:InfoboxNeue]] for more documentation.

=== Usage ===
<syntaxhighlight>
{{InfoboxNeue
| snippet = <!-- Text that goes after "Quick facts: ", defaults to the page's root name -->
| image = <!-- File name without namespace prefix -->
| indicator = <!-- Indicator data, required for the other indicator arguments -->
| indicatorClass = <!-- Indicator class -->
| title = <!-- The title -->
| subtitle = <!-- The subtitle -->

| sectionX = <!-- Section X' title -->
| section-subtitleX = <!-- Section X' subtitle -->
| section-colX = <!-- Amount of columns in section X, defaults to 2 -->
<!-- or -->
| col =
| labelY = <!-- The label of item Y under section X, there mustn't be others with the same index (Y) -->
| contentY = <!-- The content of item Y, is required for each label -->
}}
</syntaxhighlight>


=== Example ===
=== Example ===
<syntaxhighlight>
<syntaxhighlight>
{{InfoboxNeue
{{InfoboxNeue
|image = Glypht.png
| indicator = Indicator
|caption = caption
| image = Glypht.png


| title = Hello world
|title = Hello world
| subtitle = Lorem ipsum


| section1 = 1st section
|section1 = 1st section
| section-subtitle1 = 1st section's subtitle
|section-subtitle1 = 1st section's subtitle
| section-col1 = 1
|section-col1 = 1
| label1 = 1st item's label
|label1 = 1st item's label
| content1 = item's content super long text right over here McDonalds 2005 Honda Civic
|content1 = item's content super long text right over here McDonalds 2005 Honda Civic


| section2 = 2nd section
|section2 = 2nd section
| section-subtitle2 = 2nd section's subtitle
|section-subtitle2 = 2nd section's subtitle
| label2 = 1st item's label
|label2 = 1st item's label
| content2 = item's content super long text right over here McDonalds 2005 Honda Civic
|content2 = item's content super long text right over here McDonalds 2005 Honda Civic
| colspan2 = 2
|colspan2 = 2
| label3 = 2nd item's label
|label3 = 2nd item's label
| content3 = 2nd item's content
|content3 = 2nd item's content
| label4 = 4nd item's label
|label4 = 4nd item's label
| content4 = 4nd item's content
|content4 = 4nd item's content
}}
}}
</syntaxhighlight>
</syntaxhighlight>
{{InfoboxNeue
{{InfoboxNeue
|image = Glypht.png
| indicator = Indicator
|caption = caption
| image = Glypht.png


| title = Hello world
|title = Hello world
| subtitle = Lorem ipsum


| section1 = 1st section
|section1 = 1st section
| section-subtitle1 = 1st section's subtitle
|section-subtitle1 = 1st section's subtitle
| section-col1 = 1
|section-col1 = 1
| label1 = 1st item's label
|label1 = 1st item's label
| content1 = item's content super long text right over here McDonalds 2005 Honda Civic
|content1 = item's content super long text right over here McDonalds 2005 Honda Civic


| section2 = 2nd section
|section2 = 2nd section
| section-subtitle2 = 2nd section's subtitle
|section-subtitle2 = 2nd section's subtitle
| label2 = 1st item's label
|label2 = 1st item's label
| content2 = item's content super long text right over here McDonalds 2005 Honda Civic
|content2 = item's content super long text right over here McDonalds 2005 Honda Civic
| colspan2 = 2
|colspan2 = 2
| label3 = 2nd item's label
|label3 = 2nd item's label
| content3 = 2nd item's content
|content3 = 2nd item's content
| label4 = 4nd item's label
|label4 = 4nd item's label
| content4 = 4nd item's content
|content4 = 4nd item's content
}}
}}



Revision as of 01:19, January 2, 2025

{{InfoboxNeue}} is a general use infobox template. See Module:InfoboxNeue for more documentation.

Example

{{InfoboxNeue
|image   = Glypht.png
|caption = caption

|title             = Hello world

|section1          = 1st section
|section-subtitle1 = 1st section's subtitle
|section-col1      = 1
|label1            = 1st item's label
|content1          = item's content super long text right over here McDonalds 2005 Honda Civic

|section2          = 2nd section
|section-subtitle2 = 2nd section's subtitle
|label2            = 1st item's label
|content2          = item's content super long text right over here McDonalds 2005 Honda Civic
|colspan2          = 2
|label3            = 2nd item's label
|content3          = 2nd item's content
|label4            = 4nd item's label
|content4          = 4nd item's content
}}
Hello world
caption
1st section
1st item's label

item's content super long text right over here McDonalds 2005 Honda Civic

2nd section
1st item's label

item's content super long text right over here McDonalds 2005 Honda Civic

2nd item's label

2nd item's content

4nd item's label

4nd item's content


Contents