Difference between revisions of "User:Syphilen/Test Site/Tag Search"

From ShadowHaven Reloaded
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="TagFilter" />
<label for="tag">Choose a tag:</label>
<select name="tag">
{{#ask:
[[Has tag::+]]
|?Has tag
|format=template
|template=TagDropdown
|distinct=yes
|limit=100
}}
</select>
<input type="submit" value="Filter" />
</form>
{{#if:{{#urlget:tag}}|
  {{#ask:
    [[Has tag::{{#urlget:tag}}]]
    |?Has tag
    |format=table
    |limit=50
  }}
|
''Please select a tag above to view results.''
}}

Revision as of 10:04, 27 June 2025

Filter by Tag: SK

Dynamicly selecting Tag without Form Pages