|
Tags: Replaced 2017 source edit |
Line 1: |
Line 1: |
| [[wikipedia:{{{1}}}|{{{2|{{{1}}}}}}]] | | [[wikipedia:{{{1}}}|{{{2|{{{1}}}}}}]] |
|
| |
| <noinclude>
| |
| Makes a Wikipedia link to the specified page.
| |
|
| |
| == Examples ==
| |
|
| |
| * <code><nowiki>{{Wikipedia link|Corey Seager}}</nowiki></code> becomes {{Wikipedia link|Corey Seager}}
| |
| * <code><nowiki>{{Wikipedia link|Java (programming language)|Java}}</nowiki></code> becomes {{Wikipedia link|Java (programming language)|Java}}
| |
|
| |
| === Template Data ===
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "1": {
| |
| "label": "Wikipedia Article",
| |
| "description": "The Wikipedia article to mention.",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "2": {
| |
| "label": "Literal Text",
| |
| "description": "The text to actually display in the article. Default: Wikipedia article name.",
| |
| "type": "string",
| |
| "suggested": true
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |
Revision as of 04:31, 15 September 2024
[[wikipedia:{{{1}}}|{{{1}}}]]