Template:Infobox: Difference between revisions

From EMC23 - Satellite Of Love
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{distinguish|Template:Userbox}}
{{Documentation subpage}}
{{Documentation subpage}}
{{Parameter names example
{{Parameter names example
Line 13: Line 12:
  |below
  |below
}}
}}
This template is intended as a meta template: a template used for constructing other templates. '''Note''': In general, it is not meant for use directly in an article, but can be used on a one-off basis if required. [[Help:Infobox]] contains an introduction about the recommended content and design of infoboxes; [[Wikipedia:Manual of Style/Infoboxes]] contains additional style guidelines. See [[WP:List of infoboxes]] and [[:Category:Infobox templates]] for lists of prepared topic-specific infoboxes.


== Usage ==
== Usage ==
Line 20: Line 17:


For <code><nowiki>[[Template:Infobox sometopic]]</nowiki></code>, template code then looks like this, simplified:
For <code><nowiki>[[Template:Infobox sometopic]]</nowiki></code>, template code then looks like this, simplified:
== Content parameters ==
{{clear}}
== TemplateData ==
{{TemplateData header}}
<templatedata>
{
    "description": "This template is intended as a meta template, a template used for constructing other templates. In general, it is not meant for use directly in an article but can be used on a one-off basis if required.",
"format": "{{_\n| ________________ = _\n}}\n",
"params": {
"title": {
"label": "Title",
"description": "Title displayed above the infobox",
"type": "string",
"suggested": true
}
},
"paramOrder": [
"title"
]
}
</templatedata>


==Tracking categories==
==Tracking categories==
* {{clc|Articles with missing Wikidata information}}
* {{clc|Articles with missing Wikidata information}}

Revision as of 04:29, 27 August 2021

Template:Documentation subpage Template:Parameter names example

Usage[edit]

  1. REDIRECT Template:Template link with link off

Template:Redirect category shell is a meta-template: used to organise an actual {{Infobox sometopic}} template (like

  1. REDIRECT Template:Template link

Template:Redirect category shell).

For [[Template:Infobox sometopic]], template code then looks like this, simplified:

Tracking categories[edit]