Difference between revisions of "Template:Find"
m |
(image paths changed) |
||
Line 8: | Line 8: | ||
{{#input: | {{#input: | ||
type = image | type = image | ||
− | |src = /files | + | |src = /files/1/1b/Go-icon.png |
|alt = Title or DPL-query | |alt = Title or DPL-query | ||
|onClick = var input = document.getElementById('input').value;findForm.action = '/wiki/index.php';if (0>input.indexOf('=')) input='titlematch='+input;document.getElementById('query').setAttribute('value','{'+'{#dpl:'+input+'}'+'}'); | |onClick = var input = document.getElementById('input').value;findForm.action = '/wiki/index.php';if (0>input.indexOf('=')) input='titlematch='+input;document.getElementById('query').setAttribute('value','{'+'{#dpl:'+input+'}'+'}'); | ||
}}{{#input: | }}{{#input: | ||
type = image | type = image | ||
− | |src = /files | + | |src = /files/1/14/Search-icon.png |
|alt = Full text search | |alt = Full text search | ||
|onClick = findForm.action='/Special:Search/'+document.getElementById('input').value; | |onClick = findForm.action='/Special:Search/'+document.getElementById('input').value; | ||
}}{{#input: | }}{{#input: | ||
type = image | type = image | ||
− | |src = /files | + | |src = /files/4/4f/Favicon_pedia.png |
|alt = Wikipedia | |alt = Wikipedia | ||
|onClick = findForm.action='http'+'://en.wikipedia.org/wiki/'+document.getElementById('input').value; | |onClick = findForm.action='http'+'://en.wikipedia.org/wiki/'+document.getElementById('input').value; | ||
}}{{#input: | }}{{#input: | ||
type = image | type = image | ||
− | |src = /files | + | |src = /files/3/3a/Favicon_google.png |
|alt = Google | |alt = Google | ||
|onClick = findForm.action='http'+'://files/od.google.com/search';document.getElementById('q').setAttribute('value',document.getElementById('input').value); | |onClick = findForm.action='http'+'://files/od.google.com/search';document.getElementById('q').setAttribute('value',document.getElementById('input').value); | ||
}} | }} | ||
}} | }} |
Revision as of 09:02, 31 August 2007
{{#form:name=findForm|class=find|action=/wiki/index.php|
Find articles (more...)
{{#input:name=content|id=query|type=hidden}} {{#input:name=search|type=hidden}} {{#input:name=q|id=q|type=hidden}} {{#input:name=pagename|type=hidden|value=Search results}} {{#input:name=go|id=input|type=text|value={{#request:go}}}} {{#input: type = image |src = /files/1/1b/Go-icon.png |alt = Title or DPL-query |onClick = var input = document.getElementById('input').value;findForm.action = '/wiki/index.php';if (0>input.indexOf('=')) input='titlematch='+input;document.getElementById('query').setAttribute('value','{'+'{#dpl:'+input+'}'+'}'); }}{{#input: type = image |src = /files/1/14/Search-icon.png |alt = Full text search |onClick = findForm.action='/Special:Search/'+document.getElementById('input').value; }}{{#input: type = image |src = /files/4/4f/Favicon_pedia.png |alt = Wikipedia |onClick = findForm.action='http'+'://en.wikipedia.org/wiki/'+document.getElementById('input').value; }}{{#input: type = image |src = /files/3/3a/Favicon_google.png |alt = Google |onClick = findForm.action='http'+'://files/od.google.com/search';document.getElementById('q').setAttribute('value',document.getElementById('input').value); }} }}