×
Create a new article
Write your page title here:
We currently have 3,033 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
3,033Articles

Template:MissingInfo/doc: Difference between revisions

(outline colour looks weird on 2kki wiki, set it to a dark gray)
(specify format)
 
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:


==Parameters==
==Parameters==
<templatedata>{"description": "","params": {
<templatedata>{
"description": "Mark a page as missing some important information.",
"format": "\n{{_|_=_}}\n",
"params": {
"1": {
"1": {
"label": "Details",
"label": "Details",
"description": "Additional details on what info the page is missing. Can be instructions on what to do in the future.",
"description": "Additional details on what info the page is missing. Can be instructions on what to write.",
"example": "Add images to this article.",
"example": "Add event details.",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
}}}</templatedata>
}
}
}</templatedata>
==Sample==
==Sample==
The following input:
The following input:
<pre>{{MissingInfo|Add so-and-so to the page, please!}}</pre>
<pre>{{MissingInfo|Add so-and-so to the page, please!}}</pre>
Produces:
Produces:
<div style="margin:2rem 0; border:1px #303030 solid; border-radius:10px; padding:.5rem; width:fit-content;" class="plainlinks">[[File:SHOVEL FLOWER.png|link=]]&numsp;This page is [[:Category:Needs Information|missing information]]. You can help YumeWiki by [{{fullurl:{{FULLPAGENAME}}/edit}} adding it].{{#if:Add so-and-so to the page, please!|<br>&emsp;&emsp;&numsp;'''''Add so-and-so to the page, please!'''''}}</div>
 
{{CustomNotice
|border_color = #303030
|image = Notice_MissingInfo.png
|imagewidth = 48
|description = This page is [[:Category:Needs Information|missing information]]. You can help {{SITENAME}} by [https://yume.wiki/{{FULLPAGENAMEE}}/edit expanding it].
|details = '''Details:''' <i>Add so-and-so to the page, please!</i>
}}


''Though in actuality the template was substituted to avoid placing the category.''
''Though in actuality the template was substituted to avoid placing the category.''
<noinclude>__NOTOC__ [[Category:Template Documentation]]</noinclude>
 
<includeonly>__NOEDITSECTION__</includeonly>
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<includeonly>__NOEDITSECTION__
[[Category:Article management templates]]
[[Category:Notice templates]]
</includeonly>

Latest revision as of 22:28, 29 August 2024

Description

Places a box that warns of missing/wanted information on the page.

Syntax

Type {{MissingInfo}} at the start or end of an article.

To specify details, type {{MissingInfo|<details>}}, where <details> is to be replaced with the details of what information must be added.

Usage

Use this template on pages that aren't short or unfinished enough to be stubs, but are missing some needed or wanted information. This automatically places the article in Category:Needs Information, allowing these pages to be found easily.

It is recommended to add some details on what information is needed using the first parameter.

Parameters

Mark a page as missing some important information.

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
Details1

Additional details on what info the page is missing. Can be instructions on what to write.

Example
Add event details.
Contentsuggested

Sample

The following input:

{{MissingInfo|Add so-and-so to the page, please!}}

Produces:

Though in actuality the template was substituted to avoid placing the category.