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)
Refactor to align with {{claim}} system, add data-attestations attribute (via update-page on MediaWiki MCP Server)
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''' (required): 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="claim claim-bot-proposal" style="background-color: #e8e8e8; padding: 1px 3px;" data-source="{{{source|unspecified}}}" data-proposed-by="{{{by|unknown}}}" data-attestations="{{{by|unknown}}}:bot:{{{source|unspecified}}}:{{#timel:Y-m-d}}" title="Last edited by {{{by|unknown}}} (bot). Verify against: {{{source|unspecified}}}">{{{1}}}</span></includeonly>

Revision as of 08:06, 30 December 2025

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

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

Parameters

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

Source types

  • 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}}

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