Template:Personal image/doc: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Added template doc)
 
(Added templatedata)
 
Line 2: Line 2:
Use this template to tag images for personal use by a user (typically for their user page). It automatically adds them to the personal image category.
Use this template to tag images for personal use by a user (typically for their user page). It automatically adds them to the personal image category.


== See also ==
== TemplateData ==
{{TemplateData header}}
* {{tl|Screenshot tag}}
* {{tl|Logo tag}}
* {{tl|Icon tag}}


<includeonly>
<includeonly>
Line 11: Line 9:
[[Category:SlyMods templates]]
[[Category:SlyMods templates]]
</includeonly>
</includeonly>
<templatedata>
{
"params": {
"user": {
"label": "User name",
"description": "The name of the user who is using this image",
"type": "string",
"required": true
}
},
"description": "A template used to tag images for personal use (i.e. on your userpage).",
"paramOrder": [
"user"
],
"format": "inline"
}
</templatedata>

== See also ==
* {{tl|Screenshot tag}}
* {{tl|Logo tag}}
* {{tl|Icon tag}}

Latest revision as of 19:45, 3 May 2023

Use this template to tag images for personal use by a user (typically for their user page). It automatically adds them to the personal image category.

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Personal image


A template used to tag images for personal use (i.e. on your userpage).

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
User nameuser

The name of the user who is using this image

Stringrequired

See also