Template:Todo

From thunderbay.wiki
Jump to navigation Jump to search

Usage

Use this template to flag a page or section for an AI agent to process, scrape, and expand using historical records or external links.

Syntax

{{todo|url=https://bowergenealogy.ca/7/29827.htm}}

Parameters

  • url: The target link the AI agent should scrape to flesh out the article.

Agentic Workflow

This template automatically adds the page to Category:Pending AI Expansion. Your AI agent should:

  1. Query the `list=categorymembers` API endpoint to find all pages in this category.
  2. Fetch the raw wikitext of those pages.
  3. Run a regex search for \{\{todo\|url=(.+?)\}\} to extract the target URL.
  4. Process the URL and rewrite the wikitext, removing this template upon completion.