Template:Instagram

{{{name}}} on Instagram

Documentation icon Template documentation[view] [edit] [history] [purge]

Template:Instagram displays an external link to a page at Instagram, a photo sharing and social media website. It is intended for use in the external links section of an article.

Usage

Unnamed parameters
{{Instagram | account_name }}
{{Instagram | account_name | Displayed Name }}
Named parameters
{{Instagram | id= account_name }}
{{Instagram | id= account_name | name= Displayed Name }}
Using Wikidata property Template:WPL
{{Instagram}}
{{Instagram | name= Displayed Name }}

Examples

Unnamed parameters

URL:

https://www.instagram.com/wikipedia/

Usage:

{{Instagram | wikipedia | Wikipedia }}

Output:

Wikipedia on Instagram

Named parameters

URL:

https://www.instagram.com/kevin/

Usage:

{{Instagram | id= kevin | name= Kevin Systrom }}

Output:

Kevin Systrom on Instagram

No parameters and Wikidata property not defined

Usage:

{{Instagram}}

Output:

Instagram on Instagram

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 Instagram

<templatedata> {

 "description": "This template displays an external link to a page at Instagram, a photo sharing and social media website. It is intended for use in the external links section of an article.",
 "params": {
   "id": {
     "label": "id",
     "aliases": ["1"], 
     "description": "The \"id\" parameter (or unnamed parameter \"1\") should contain the account name in the URL. Example: kevin is the account name in https://www.instagram.com/kevin/. This parameter is optional if Wikidata property P2003 exists, but required if not.",
     "type": "string",
     "required": false,
     "default": "Wikidata property P2003"
   },
   "name": {
     "label": "name",
     "aliases": ["2"], 
     "description": "The \"name\" parameter (or unnamed parameter \"2\") may be used to specify the link text. This parameter is optional; it defaults to the Wikipedia article name, without any disambiguation.",
     "type": "string",
     "required": false,
     "default": "Instagram"
   }
 },
 "paramOrder": [
   "id",
   "name"
 ]

} </templatedata>

Tracking category

See also