Template:Todo
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:
- Query the `list=categorymembers` API endpoint to find all pages in this category.
- Fetch the raw wikitext of those pages.
- Run a regex search for
\{\{todo\|url=(.+?)\}\}to extract the target URL. - Process the URL and rewrite the wikitext, removing this template upon completion.