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



YumeWiki
2,815Articles

Template:MissingInfo/doc: Difference between revisions

m (clarity)
m (update example)
 
(2 intermediate revisions by 2 users not shown)
Line 13: Line 13:


==Parameters==
==Parameters==
<templatedata>{"description": "","params": {
<templatedata>{"description": "Mark a page as missing some important information.","params": {
"1": {
"1": {
"label": "Details",
"label": "Details",
Line 23: Line 23:
==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 #A2C5AC 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 = SHOVEL FLOWER.png
|imagewidth = 36
|description = This page is [[:Category:Needs Information|missing information]]. You can help {{SITENAME}} by [https://yume.wiki/{{NAMESPACEE}}:{{PAGENAMEE}}/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>
 
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<includeonly>__NOEDITSECTION__</includeonly>
<includeonly>__NOEDITSECTION__</includeonly>

Latest revision as of 15:49, 30 June 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

ParameterDescriptionTypeStatus
Details1

Additional details on what info the page is missing. Can be instructions on what to do in the future.

Example
Add images to this article.
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.