Template:Stub: Difference between revisions

370 bytes added ,  Yesterday at 20:55
no edit summary
(Created page with "<div class="vp-maintenance vp-stub"> '''This page is a stub.''' {{#if:{{{reason|}}}| It is missing '''{{{reason}}}'''. | It needs additional content. }} </div> Category:Stub pages")
 
No edit summary
 
Line 1: Line 1:
<div class="vp-maintenance vp-stub">
<div class="vp-maintenance vp-stub">
'''This page is a stub.'''
'''This page is a stub.'''
{{#if:{{{reason|}}}|
{{#if:{{{details|}}}|
  It is missing '''{{{reason}}}'''.
  Details: '''{{{details}}}'''.
|
|
  It needs additional content.
  It needs additional content. You can help improve {{SITENAME}} by [{{fullurl:{{FULLPAGENAME}}|action=edit}} expanding it].
}}
}}
</div>
</div>


[[Category:Stub pages]]
[[Category:Stub pages]]
<noinclude>
<templatedata>
{
  "description": "Marker for a page that needs to be filled out.",
  "params": {
    "details": {"label": "Details", "description": "Detailed description of what this page needs", "type": "string", "required": false}
}
}
</templatedata>
</noinclude>