Template:Bot proposes: Difference between revisions

From PickiPedia: A knowledge base of bluegrass, old time, and other traditional and public domain music
Jump to navigationJump to search
Add 'by' parameter for proposer attribution in tooltip (via update-page on MediaWiki MCP Server)
Move [unverified] outside span to not interfere with gadget button (via update-page on MediaWiki MCP Server)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
'''Bot Proposes''' - Marks content proposed by a bot awaiting human verification.
'''Bot Proposes''' - Marks content proposed by a bot awaiting human verification.
This is syntactic sugar over <nowiki>{{claim}}</nowiki>, pre-populated with a bot attestation awaiting human verification.


== Usage ==
== Usage ==
Line 7: Line 9:
=== Parameters ===
=== Parameters ===
* '''1''' (required): The content being proposed
* '''1''' (required): The content being proposed
* '''source''' (required): How to verify this content
* '''source''' (optional): How to verify this content
* '''by''' (optional): Username of the bot/agent that proposed this edit
* '''by''' (optional): Username of the bot/agent that proposed this edit


Line 16: Line 18:
* <code>source=archive:item_id</code> - Verify against archive.org
* <code>source=archive:item_id</code> - Verify against archive.org


== Styling ==
== Relationship to <nowiki>{{claim}}</nowiki> ==
This template applies a light gray background to visually distinguish unverified content. The background clearly delineates the scope of what's proposed, which is especially important for nested templates and semantic data.
When a human verifies a bot proposal, the gadget transforms this template into a <nowiki>{{claim}}</nowiki> with proper attestations.


[[Category:Verification templates]]
[[Category:Verification templates]]
</noinclude><includeonly><span class="bot-proposal" style="background-color: #e8e8e8; padding: 1px 3px;" data-source="{{{source|unspecified}}}" data-proposed-by="{{{by|unknown}}}" title="Last edited by {{{by|unknown}}} (bot). Verify against: {{{source|unspecified}}}">{{{1}}}</span></includeonly>
</noinclude><includeonly><span class="bot-proposal" style="background-color: #e0e0e0; padding: 1px 3px; border-left: 3px solid #888;" data-source="{{{source|unspecified}}}" data-proposed-by="{{{by|unknown}}}" title="Written by {{{by|unknown}}}, a bot. Can you verify?">{{{1}}}</span><sup style="font-size: 75%; color: #666;">&#91;unverified&#93;</sup>[[Category:Pages with unverified bot claims]]</includeonly>

Latest revision as of 20:29, 7 January 2026

Bot Proposes - Marks content proposed by a bot awaiting human verification.

This is syntactic sugar over {{claim}}, pre-populated with a bot attestation awaiting human verification.

Usage[edit]

{{bot_proposes|The content being proposed|source=source_specification|by=Username}}

Parameters[edit]

  • 1 (required): The content being proposed
  • source (optional): How to verify this content
  • by (optional): Username of the bot/agent that proposed this edit

Source types[edit]

  • source=setlist.fm - Verify against setlist.fm
  • source=participant:Username - Awaiting participant verification
  • source=url:https://... - Verify against specific URL
  • source=archive:item_id - Verify against archive.org

Relationship to {{claim}}[edit]

When a human verifies a bot proposal, the gadget transforms this template into a {{claim}} with proper attestations.