Template:Stub-template
[[Category:{{{category}}}| ]]
Warning | This template is used on 170,000+ pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
Lua error in Module:Effective_protection_level at line 63: attempt to index field 'TitleBlacklist' (a nil value). This template was created to support the creation and easy maintenance of stubs in the Simple Stub Project.
Usage[change]
{{stub-template | image = <!--required--> | image_size = | image_alt = | category = <!--required--> | subject = <!--required--> | prefix = | suffix = }}
Examples[change]
{{stub-template | category = American actor stubs | image = Us-actor.svg | subject = American actors }}
{{stub-template | category = American actor stubs | image = Us-actor.svg | subject = American actor | prefix = an }}
{{stub-template | category = American actor stubs | image = Us-actor.svg | subject = actor | prefix = an | suffix = from the United States }}
TemplateData[change]
TemplateData for Stub-template
<templatedata> { "params": { "image": { "label": "Image", "description": "The image to use (without the \"File:\" prefix)", "type": "wiki-file-name", "required": true }, "image_size": { "label": "Image size", "description": "The size for the image used", "type": "string", "default": "30px" }, "image_alt": { "label": "Image caption", "description": "The caption for the image when someone hovers over it", "type": "string" }, "prefix": { "label": "Prefix", "description": "The text to display before the \"subject\" parameter", "type": "string" }, "category": { "label": "Category", "description": "The category that the stub template puts them in without the \"Category:\" prefix", "type": "wiki-page-name", "required": true }, "subject": { "label": "Subject", "description": "The subject for the category of stubs", "type": "wiki-page-name", "required": true }, "suffix": { "label": "Suffix", "description": "The text to display after the \"subject\" parameter", "type": "wiki-page-name" } }, "description": "This is the meta template for other stub templates and should not be used directly." } </templatedata>