Difference between revisions of "Template:Google images/doc"

From blackwiki
Jump to navigation Jump to search
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
imported>Jonesey95
m (Fix Linter errors using AutoEd)
 
Line 19: Line 19:
 
! Type this !! To get this !! What it produces, or searches for
 
! Type this !! To get this !! What it produces, or searches for
 
|-
 
|-
| <tt><nowiki>{{google images}}</nowiki></tt> || {{google images}} || Search Google images for the title of the page containing the template
+
| <code><nowiki>{{google images}}</nowiki></code> || {{google images}} || Search Google images for the title of the page containing the template
 
|-
 
|-
| <tt><nowiki>{{google images|teratorn}}</nowiki></tt> || {{google images|teratorn}} || Search Google Images for "[[teratorn]]"
+
| <code><nowiki>{{google images|teratorn}}</nowiki></code> || {{google images|teratorn}} || Search Google Images for "[[teratorn]]"
 
|-
 
|-
| <tt><nowiki>{{google images|teratorn|Search Google Images for: teratorn}}</nowiki></tt> || {{google images|teratorn|Search Google Images for: teratorn}} || Displays some user-specified link text
+
| <code><nowiki>{{google images|teratorn|Search Google Images for: teratorn}}</nowiki></code> || {{google images|teratorn|Search Google Images for: teratorn}} || Displays some user-specified link text
 
|-
 
|-
| <tt><nowiki>{{google images||Search Google Images}}</nowiki></tt> || {{google images||Search Google Images}} || Link to an initially empty search form
+
| <code><nowiki>{{google images||Search Google Images}}</nowiki></code> || {{google images||Search Google Images}} || Link to an initially empty search form
 
|-
 
|-
 
|}
 
|}

Latest revision as of 02:10, 3 June 2020

Usage

Creates a link to a Google Images search page. The template takes two optional input parameters:

  • With no parameter values, the template links to a Google Images search for the name of the current page (specifically to the value of the SUBPAGENAME magic word for the current page).
  • If the first parameter value is present, the template links to a Google Images search on the parameter value. Ordinarily the value would consist of one or more search keywords, and/or commands that Google Images recognizes.
  • If the second parameter value is present, the template displays the value as the link text.

Do not use in articles

Examples

Type this To get this What it produces, or searches for
{{google images}} doc Search Google images for the title of the page containing the template
{{google images|teratorn}} teratorn Search Google Images for "teratorn"
{{google images|teratorn|Search Google Images for: teratorn}} Search Google Images for: teratorn Displays some user-specified link text
{{google images||Search Google Images}} Search Google Images Link to an initially empty search form

See also