More actions
m 1 revision imported |
No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
{{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. |
||
<syntaxhighlight> |
|||
dsadasdasdasd |
|||
</<syntaxhighlight> |
|||
=== Usage === |
=== Usage === |
Revision as of 23:49, 24 November 2024
{{#seo: |type = website |description = Template:InfoboxNeue/doc is a template page used on the Age of Mythology:Retold Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Age of Mythology:Retold Wiki |locale = en }}
{{InfoboxNeue{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}{{#ifeq: ---|---|||<--->}}}} is a general use infobox template. See Module:InfoboxNeue for more documentation.
dsadasdasdasd
</<syntaxhighlight>
=== 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 -->
}}
Example
{{InfoboxNeue
| indicator = Indicator
| image = Maintabs Atlantean.webp
| title = Hello world
| subtitle = Lorem ipsum
| section1 = 1st section
| section-subtitle1 = 1st section's subtitle
| label1 = 1st item's label
| content1 = item's content
| section2 = 2nd section
| section-subtitle2 = 2nd section's subtitle
| label2 = 1st item's label
| content2 = 1st item's content
| label3 = 2nd item's label
| content3 = 2nd item's content
}}