Difference between revisions of "User:Syphilen/Test Site/Tag Search"
< User:Syphilen | Test Site
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
== Dynamicly selecting Tag without Form Pages== | == Dynamicly selecting Tag without Form Pages== | ||
<form method="get"> | |||
<input type="hidden" name="title" value="TestTagForm" /> | |||
<select name="tag"> | |||
{{#ask: | |||
[[Has tag::+]] | |||
|?Has tag | |||
|format=template | |||
|template=TagDropdownOption | |||
}} | |||
</select> | |||
<input type="submit" /> | |||
</form> | |||
Revision as of 10:07, 27 June 2025
Filter by Tag: SK
Dynamicly selecting Tag without Form Pages
<form method="get"> <input type="hidden" name="title" value="TestTagForm" /> <select name="tag">
</select> <input type="submit" /> </form>