{{Wp}} is a template to make linking to articles on Wikipedia a bit quicker. Instead of typing, for example, [[Wikipedia:Folkestone-Hythe Operatic and Dramatic Society|Folkestone-Hythe Operatic and Dramatic Society]] to link to the page Folkestone-Hythe Operatic and Dramatic Society on Wikipedia, you can now just use: {{wp|Folkestone-Hythe Operatic and Dramatic Society}} to create the same link, which would look like: Folkestone-Hythe Operatic and Dramatic Society.
The template may also be used to create piped links with alternate text. Instead of typing: [[Wikipedia:Folkestone-Hythe Operatic and Dramatic Society|a cool page]], you can now write: {{wp|Folkestone-Hythe Operatic and Dramatic Society|a cool page}}, which would create the link: a cool page.
<templatedata>
{
"params": {
"Wikipedia Article": {
"label": "Wikipedia Article",
"description": "The name of the article on Wikipedia to which you are linking.",
"type": "string",
"required": true
},
"Link Text": {
"label": "Link Text",
"description": "Text that you want displayed as the link instead of the article name.",
"type": "string"
}
},
"description": "Wp is a template to make linking to articles on Wikipedia a bit quicker."
}
</templatedata>
