Template:Wplink: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
;Description | |||
:Create a inline link with optional icon to [[wikipedia:|wikipedia.org]]. See {{t|wklink}} for links to Wiktionary or {{t|wqlink}} for links to Wikiquote. See also {{t|elink}}. | |||
;Dependencies | |||
* [[:File:Wp icon.png]] ([[File:Wp icon.png]]) | |||
;Usage | |||
*<tt>{{wplink|''article_name''|''optional_label''}}</tt> | |||
*<tt>{{wplink|''article_name''|''optional_label''|icon=}}</tt> | |||
*<tt>{{wplink|''article_name''|''optional_label''|credit=}}</tt> | |||
;Examples | |||
:<code><nowiki>{{wplink|Thottbot}}</nowiki></code> | |||
::yields... | |||
:{{wplink|Thottbot}} | |||
:<code><nowiki>{{wplink|Thottbot|icon=}}</nowiki></code> | |||
::yields... | |||
:{{wplink|Thottbot|icon=}} | |||
:<code><nowiki>{{wplink|Thottbot|credit=|icon=}}</nowiki></code> | |||
::yields... | |||
:{{wplink|Thottbot|credit=|icon=}} | |||
;See also | |||
* {{t|elink}} for general external links | |||
* {{t|wklink}} for links to Wiktionary | |||
* {{t|wpelink}} uses {{t|elink}} to link to Wikipedia, but looks similar | |||
* {{t|wqlink}} for links to Wikiquote | |||
---- | |||
;Template | |||
<onlyinclude>{{#ifeq:{{{icon|-}}}||[[File:Wp icon.png|Wikipedia|link=wikipedia:]] }}[[wikipedia:{{{1|{{FULLPAGENAME}}}}}|''{{{2|{{{1|{{FULLPAGENAME}}}}}}}}'']]{{#ifeq:{{{credit|-}}}|| <small>([{{fullurl:wikipedia:{{{1|{{FULLPAGENAME}}}}}|action=history}} authors])</small>}}</onlyinclude> | |||
[[Category:External link templates]] |
Latest revision as of 21:49, 1 November 2016
- Description
- Create a inline link with optional icon to wikipedia.org. See {{wklink}} for links to Wiktionary or {{wqlink}} for links to Wikiquote. See also {{elink}}.
- Dependencies
- Usage
- {{wplink|article_name|optional_label}}
- {{wplink|article_name|optional_label|icon=}}
- {{wplink|article_name|optional_label|credit=}}
- Examples
{{wplink|Thottbot}}
- yields...
- Thottbot
- See also
- {{elink}} for general external links
- {{wklink}} for links to Wiktionary
- {{wpelink}} uses {{elink}} to link to Wikipedia, but looks similar
- {{wqlink}} for links to Wikiquote
- Template