Jump to content

Template:Missing: Difference between revisions

From Joepedia
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>[[Category:Missing Information]]{{Box|
<includeonly>[[Category:Missing Information]]{{Box|
title=<big>Missing Information</big>|
title=<big>Missing Information</big>|
content=<div style="text-align: center;">This work is missing core information, if you know it, please add it to the article.</div>|
content=<div style="text-align: center;">This work is missing core information, if you know it, please add it to the article.{{#if:{{{1|}}}| This page needs: {{{1}}}.}}</div>|
style=margin:auto; max-width: 50em|
style=margin:auto; max-width: 50em|
icon=JphAkihiko.png|
icon=JphAkihiko.png|
Line 9: Line 9:
== Example ==
== Example ==
E.g:  
E.g:  
   <nowiki>{{Missing}}</nowiki>
   <nowiki>{{Missing|
* Something that needs adding.
* Something else that needs adding.
}}</nowiki>


== Template Data ==
== Template Data ==
<templatedata>
<templatedata>
{
{
"params": {},
"params": {
"1": {
"label": "List of Missing Things",
"description": "A list of the things that are missing from the page.",
"type": "content",
"suggested": true
}
},
"description": "Tells users this article has core information missing.",
"description": "Tells users this article has core information missing.",
"format": "block",
"format": "block",
"paramOrder": []
"paramOrder": [
"1"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 22:43, 24 January 2025

Example

E.g:

 {{Missing| 
* Something that needs adding.
* Something else that needs adding.
}}

Template Data

Tells users this article has core information missing.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
List of Missing Things1

A list of the things that are missing from the page.

Contentsuggested