HandWiki:Find
From HandWiki
Here is an HTML example to illustrate searches:
<html> <center> <form action="/wiki/search/form.php" id="searchform" class="mw-search"> <input type="search" name="query" placeholder="Search in all HandWiki topics" title="Search [alt-shift-f]" accesskey="f" id="searchInput" autocomplete="on" > <div class="flexbntsearch"> <button id="searchGoButtonM" type="submit" value="Go" name="Go">Go</button> <button id="searchTextM" type="submit" value="Search" name="fulltext">Search</button> </div> </center> <center> <label> <input name="topic" type="radio" value="-1" checked/> <span class="wrappable"><b>In all topics </b></span> </label> <label> <input name="topic" type="radio" value="14"/> <span class="wrappable"><b>In categories</b></span> </label> <label> <input name="topic" type="radio" value="-2"/> <span class="wrappable"><b>In titles</b></span> </label> <label> <input name="topic" type="radio" value="-3"/> <span class="wrappable"><b>In content</b></span> </label> </center> <label> <input name="topic" type="radio" value="0"/> <span class="wrappable"><a href="/wiki/HandWiki:Computing">Computing</a></span> </label> <label> <input name="topic" type="radio" value="3020"/> <span class="wrappable"><a href="/wiki/HandWiki:Physics">Physics</a></span> </label> <label> <input name="topic" type="radio" value="3018"/> <span class="wrappable"><a href="/wiki/HandWiki:Philosophy">Philosophy</a></span> </label> <label> <input name="topic" type="radio" value="3024"/> <span class="wrappable"><a href="/wiki/HandWiki:Astronomy">Astronomy</a></span> </label> <label> <input name="topic" type="radio" value="3026"/> <span class="wrappable"><a href="/wiki/HandWiki:Biology">Biology</a></span> </label> <label> <input name="topic" type="radio" value="3022"/> <span class="wrappable"><a href="/wiki/HandWiki:Chemistry">Chemistry</a></span> </label> <label> <input name="topic" type="radio" value="3034"/> <span class="wrappable"><a href="/wiki/HandWiki:Engineering">Engineering</a></span> </label> <label> <input name="topic" type="radio" value="3028"/> <span class="wrappable"><a href="/wiki/HandWiki:Earth">Earth</a></span> </label> <label> <input name="topic" type="radio" value="3030"/> <span class="wrappable"><a href="/wiki/HandWiki:Social">Social</a></span> </label> <label> <input name="topic" type="radio" value="3032"/> <span class="wrappable"><a href="/wiki/HandWiki:Finance">Finance</a></span> </label> <label> <input name="topic" type="radio" value="3048"/> <span class="wrappable"><a href="/wiki/HandWiki:Medicine">Medicine</a></span> </label> <label> <input name="topic" type="radio" value="3038"/> <span class="wrappable"><a href="/wiki/HandWiki:Unsolved">Unsolved</a></span> </label> <label> <input name="topic" type="radio" value="3012"/> <span class="wrappable"><a href="/wiki/HandWiki:Book">Books</a>/<a href="/wiki/HandWiki:Monograph">Monographs</a></span> </label> <label> <input name="topic" type="radio" value="3006"/> <span class="wrappable"><a href="/wiki/HandWiki:Tutorial">Tutorials</a>/<a href="/wiki/HandWiki:Manual">Manuals</a></span> </label> <label> <input name="topic" type="radio" value="3042"/> <span class="wrappable"><a href="/wiki/HandWiki:Company">Companies</a></span> </label> <label> <input name="topic" type="radio" value="3044"/> <span class="wrappable"><a href="/wiki/HandWiki:Organization">Organization</a></span> </label> <label> <input name="topic" type="radio" value="3046"/> <span class="wrappable"><a href="/wiki/HandWiki:Software">Software</a></span> </label> <label> <input name="topic" type="radio" value="3040"/> <span class="wrappable"><a href="/wiki/HandWiki:Biography">Biography</a></span> </label> </form> </center> </html>