Difference between revisions of "Template:Data missing/doc"

From blackwiki
Jump to navigation Jump to search
imported>GoldRingChip
imported>Wiki13
m (Reverted edits by 70.65.186.205 (talk) to last version by DePiep)
 
(16 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{shortcut|dm}}
 
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
=== Usage ===
+
== Usage ==
Use this template when you have a list in which items are missing.
+
{{Template shortcut|dm}}
 +
Use this template when you have a list or table in which specific items are missing.
  
These aren't necessarily stubs, because it only is applied when a specific item of information is missing.
+
Pages using this template are included in [[:Category:Data missing]].
 +
 
 +
== Parameters ==
 +
* {{param|date}}: The date the tag was added.
 +
* {{param|?}}: If you put a "?" as a parameter, it will shorten the template text down to "?", which is useful in very tight spaces such as tables and charts.
 +
 
 +
== Examples ==
 +
{|
 +
! Code
 +
! &nbsp;
 +
! Result
 +
 
 +
|-
 +
| <pre>George's father: {{Data missing}}</pre>
 +
| &nbsp;
 +
| George's father: {{Data missing}}
  
Pages using this template are included in [[:Category:Data missing]].
+
|-
 +
| <pre>George's mother: {{Data missing|?}}</pre>
 +
| &nbsp;
 +
| George's mother: {{Data missing|?}}
 +
 
 +
|- style="vertical-align:top;"
 +
| <pre>
 +
{| class=wikitable
 +
! Relations !! Names !! Dates
 +
|-
 +
| Self || George || {{Data missing}}
 +
|-
 +
| Father || {{Data missing}} || 1903–1975
 +
|-
 +
| Mother || {{Data missing|?}} || 1905–1978
 +
|}</pre>
 +
| &nbsp;
 +
|
 +
{| class=wikitable
 +
! Relations !! Names !! Dates
 +
|-
 +
| Self || George || {{Data missing}}
 +
|-
 +
| Father || {{Data missing}} || 1903–1975
 +
|-
 +
| Mother || {{Data missing|?}} || 1905–1978
 +
|}
 +
|}
  
===Example===
+
== TemplateData ==
'''Thomas Bloggovich, Jr's ancestors''':
+
{{TemplateData header}}
* Mother: [[Janet Hruskocz Bloggovich]]
+
<templatedata>
* Father: [[Thomas Bloggovich, Sr.]]
+
{
* Maternal grandmother: [[Ralph Hruskocz]]
+
    "description": "Use this inline template indicate that a statement may be outdated and in need of updating or removal.",
* Maternal grandfather: {{Data missing}}
+
"params": {
* Paternal grandmother: {{Data missing}}
+
"date": {
* Paternal grandfather: [[Delores Smith Bloggovich]]
+
"label": "Month and year",
 +
"description": "Month and year of tagging; e.g., 'January 2013', but not 'jan13'",
 +
"type": "string",
 +
"autovalue": "{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}",
 +
"example": "January 2013",
 +
"suggested": true
 +
},
 +
        "1": {
 +
"label": "Replace with '?'",
 +
"description": "Replace the template text with a question mark ('?') for size constraints",
 +
"type": "string",
 +
"autovalue": "?",
 +
"example": "?"
 +
}
 +
}
 +
}
 +
</templatedata>
  
=== See also ===
+
<includeonly>{{sandbox other||
<includeonly>
+
[[Category:List cleanup maintenance templates]]
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
+
[[Category:Inline cleanup templates]]
[[Category:Wikipedia maintenance templates|{{PAGENAME}}]]
+
}}</includeonly>
</includeonly>
 

Latest revision as of 12:36, 18 July 2020

Usage

Use this template when you have a list or table in which specific items are missing.

Pages using this template are included in Category:Data missing.

Parameters

  • {{{date}}}: The date the tag was added.
  • {{{?}}}: If you put a "?" as a parameter, it will shorten the template text down to "?", which is useful in very tight spaces such as tables and charts.

Examples

Code   Result
George's father: {{Data missing}}
  George's father: [data unknown/missing]
George's mother: {{Data missing|?}}
  George's mother: [?]
{| class=wikitable
! Relations !! Names !! Dates
|-
| Self || George || {{Data missing}}
|-
| Father || {{Data missing}} || 1903–1975
|-
| Mother || {{Data missing|?}} || 1905–1978
|}
 
Relations Names Dates
Self George [data unknown/missing]
Father [data unknown/missing] 1903–1975
Mother [?] 1905–1978

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Data missing

Use this inline template indicate that a statement may be outdated and in need of updating or removal.

Template parameters

ParameterDescriptionTypeStatus
Month and yeardate

Month and year of tagging; e.g., 'January 2013', but not 'jan13'

Example
January 2013
Auto value
{{subst:CURRENTMONTHNAME}} {{subst:CURRENTYEAR}}
Stringsuggested
Replace with '?'1

Replace the template text with a question mark ('?') for size constraints

Example
?
Auto value
?
Stringoptional