User contributions for Wikilah admin
Results for Wikilah admin talk block log uploads logs
A user with 7,306 edits. Account created on 14 September 2025.
27 March 2026
- 12:5212:52, 27 March 2026 diff hist +1,323 Template:Infobox company No edit summary current
26 March 2026
- 12:4512:45, 26 March 2026 diff hist +27 Prompt:All No edit summary
- 10:0910:09, 26 March 2026 diff hist +3,363 N Bot:Guide/search Created page with "This page provides the bot with guidance on how to interpret page titles from user requests and how to search the wiki when an exact match is not found. The bot reads this page automatically at startup and on every polling cycle. == Naming convention == Pages on this wiki follow a structured naming convention using namespaces, subpages, and natural language titles. '''Namespaces''' are prefixed before a colon. Common namespaces include: * <code>Web:</code> — web-sou..."
- 09:5109:51, 26 March 2026 diff hist +714 N Bot:Guide/naming convention Created page with "== Wiki page naming conventions == * Pages can be in the main namespace (e.g. "Thomas Buberl") or in a custom namespace (e.g. "Definition:Combined ratio", "Web:AXA/results/FY25/Press release summary") * Namespaces are separated from the page name by a colon ":" * Subpages are separated by forward slashes "/" * When a user says "page X in Namespace:Path", the full title might be "Namespace:Path/X" * Example: "press release summary in Web:AXA/results/FY25" → "Web:AXA/res..." current
25 March 2026
- 23:0523:05, 25 March 2026 diff hist +1,575 N Bot:Guide/approved services/get PDF Created page with "== Workflow: Get PDF == This guide outlines the execution steps and logic for the "Get PDF" service. The AI agent must follow these instructions strictly to fulfill the user's request. === Required parameters === * <code>page_title</code> (string): The requested MediaWiki page name, extracted from the user's email. === Available tools === * <code>validate_or_find_closest_page(page_title)</code>: Checks the wiki to see if the page exists. Returns a JSON object with the..." current
- 23:0423:04, 25 March 2026 diff hist 0 Bot:Guide/approved services No edit summary
- 23:0423:04, 25 March 2026 diff hist +729 N Bot:Guide/approved services Created page with "== Approved Bot Services == This table defines the authorized actions that the bot can perform. The AI agent uses this table to map user requests to specific workflows and extract the necessary parameters. {| class="wikitable" |- ! Service Name ! Intent Description ! Workflow Guide Page ! Required Parameters |- | Get PDF | Converts a specified MediaWiki page into a PDF document and emails it back to the sender as an attachment. Use this when the user asks to "print", "..."
24 March 2026
- 10:2710:27, 24 March 2026 diff hist +24 Prompt:All/bots log in No edit summary current
- 10:2410:24, 24 March 2026 diff hist +206 N Prompt:All/bots log in Created page with "== Email == Go to: [http://email.axabrain.com Email AXA BRAIN] Account: ngocan.dinh@axabrain.com mangobot@axabrain.com bananabot@axabrain.com durianbot@axabrain.com plumbot@axabrain.com pw: In..1!(type 2)"
22 March 2026
- 02:3602:36, 22 March 2026 diff hist +414,901 N Web:AXA/results/FY25/financial supplements Created page with "== Front Page == == Summary == == 1. Market Data == === Exchange Rate === {| class="wikitable" style="width:100%" |+ 📊 Exchange Rates (EUR per Foreign Currency), 1H24–FY25 ! rowspan="2" style="background:#eaecf0;text-align:left" | ! colspan="4" style="background:#eaecf0;text-align:center" | Closing ! colspan="4" style="background:#eaecf0;text-align:center" | Average |- ! style="background:#eaecf0;text-align:right;width:6em;" | 1H24 ! style="background:#eaecf..."
- 01:5801:58, 22 March 2026 diff hist −5,197 Test No edit summary
- 01:4101:41, 22 March 2026 diff hist −2,698 Test No edit summary
- 00:5300:53, 22 March 2026 diff hist +2 Test No edit summary
- 00:5200:52, 22 March 2026 diff hist 0 Test No edit summary
- 00:4700:47, 22 March 2026 diff hist −8,052 Test No edit summary
- 00:1400:14, 22 March 2026 diff hist −28 Prompt:All No edit summary
- 00:1300:13, 22 March 2026 diff hist +455 N Prompt:All/pdfreport2wikitext Created page with "== 🍎 Instruct PlumBot == '''Go to:''' [{{fullurl:User_talk:PlumBot|action=edit}} Chat with PlumBot] '''Write:''' <syntaxhighlight lang="text" copy="1"> @Run pdfreport2wikitext | AXA/results/FY25/activity report | https://www-axa-com.cdn.prismic.io/www-axa-com/aZ_KZ8FoBIGEg14T_AXA_Management_Report_2025_VA.pdf </syntaxhighlight> {{Section separator}} == 🍎 Python file archive == {{Code box | Prompt:All/pdfreport2wikitext/py | lang="python"}}" current
- 00:1200:12, 22 March 2026 diff hist +95,316 N Prompt:All/pdfreport2wikitext/py Created page with "<nowiki> """pdfreport2wikitext.py – End-to-end PDF to wikitext conversion + cleanup + summary. Architecture: Phase 1 — EXTRACT: PDF → Rich document model (elements with page/bbox/font) Running header/footer detection via geometric repetition Table extraction with page-proximity association Phase 2 — RESOLVE: Structural label promotion (APPENDIX, NOTE, SCHEDULE, etc.) Merged heading spl..." current
- 00:1100:11, 22 March 2026 diff hist +23 Prompt:All/create definitions No edit summary current
- 00:0800:08, 22 March 2026 diff hist −333 Prompt:All No edit summary
- 00:0600:06, 22 March 2026 diff hist −30,801 Prompt:All/create definitions Replaced content with "== 🍎 Instruct PlumBot == '''Go to:''' [{{fullurl:User_talk:PlumBot|action=edit}} Chat with PlumBot] '''Write:''' <syntaxhighlight lang="text" copy="1"> @Run create_definitions | Health insurance </syntaxhighlight> == 🍎 Python file archive == {{Code box | Prompt:All/create definitions/py | lang="python"}}" Tag: Replaced
- 00:0600:06, 22 March 2026 diff hist +33,205 N Prompt:All/create definitions/py Created page with "<nowiki> """ Automated Insurance Glossary Workflow ===================================== Phase A — Ask for topic names, generate seed definition links via Claude, and append them to the wiki page Run:create_definitions/input. Phase B — Loop: fetch broken links from Special:WantedPages, generate definitions via Claude, upload to MediaWiki, and repeat until no broken Definition: links remain (or the user presses Escape). """ import os im..." current
21 March 2026
- 23:3223:32, 21 March 2026 diff hist +46,191 N Web:AXA/results/FY25/activity report/summary Created page with "== Operating highlights == === Governance === * Thomas Buberl's mandate as director proposed for renewal (4-year term) at the 2026 Annual Shareholders' Meeting, with intention to reappoint him as CEO. * Board changes at April 2025 AGM: Guillaume Faury and Ramon Fernandez renewed for 4 years; Ewout Steenbergen co-optation ratified; Ramon de Oliveira's term ended. * Leadership reshuffle effective December 1, 2025, preparing the next strategic cycle: ** Guillaume Borie ap..." current
- 23:3223:32, 21 March 2026 diff hist +105,024 N Web:AXA/results/FY25/activity report Created page with "{{Infobox document | document_name = AXA FY25 activity report | reference_period = FY25 | date_created = February 25, 2026 | writer = AXA Group | media_type = Activity report | subject = FY25 financial results | purpose = Earnings disclosure | classification = Public | source = https://www-axa-com.cdn.prismic.io/www-axa-com/aZ_KZ8FoBIGEg14T_AXA_Management_Report_2025_VA.pdf }} == Activity Report ==..." current
- 23:2523:25, 21 March 2026 diff hist −63 Web:AXA/results/FY25/press release/summary No edit summary current
- 23:2423:24, 21 March 2026 diff hist +25 Web:AXA/results/FY25/press release/summary No edit summary
- 23:2323:23, 21 March 2026 diff hist −524 Web:AXA/results/FY25/press release/summary No edit summary
- 22:5122:51, 21 March 2026 diff hist +94 User talk:PlumBot No edit summary
- 22:4122:41, 21 March 2026 diff hist +159 Template:Infobox document No edit summary current
- 22:3222:32, 21 March 2026 diff hist −669 Template:Infobox document No edit summary
- 22:2722:27, 21 March 2026 diff hist +53 Template:Infobox document/text No edit summary current
- 22:2622:26, 21 March 2026 diff hist +304 Template:Infobox document No edit summary
- 21:3521:35, 21 March 2026 diff hist −49 User talk:PlumBot No edit summary Tag: Manual revert
- 15:3515:35, 21 March 2026 diff hist +194 User talk:PlumBot No edit summary
- 15:1815:18, 21 March 2026 diff hist +642 N Template:Infobox document/text Created page with "<nowiki> {{Infobox document | document_name = | image = | image_size = | image_alt = | caption = | orig_lang_code = | title_orig = | date_created = | date_presented = | date_ratified = | date_effective = | date_amended = | date_repeal = | date_superseded = | location_of_document = | commissioned = | writer = | signers = | media_type..."
- 15:1615:16, 21 March 2026 diff hist +4,365 N Template:Infobox document Created page with "{{Infobox | child = {{#ifeq:{{lc:{{{embed|}}}}}|yes|yes}} | abovestyle = text-align:center;background-color:#ededed;color:inherit; | above = {{{document_name|{{{name|<includeonly>{{PAGENAMEBASE}}</includeonly>}}}}}} | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{Image|{{{image|{{{image_name|}}}}}}}}}|size={{{Image size|{{{image_size|}}}}}}|sizedefault=frameless|upright=1|alt={{{image_alt|}}}}} | caption = {{{caption|{{{image_caption|}..."
- 15:0915:09, 21 March 2026 diff hist +4,929 Prompt:All/convert financial reports from PDF to WIKITEXT/summary/text No edit summary current
- 14:2314:23, 21 March 2026 diff hist +83 N Prompt:All/convert financial reports from PDF to WIKITEXT/summary Created page with "{{Code box|Prompt:All/convert financial reports from PDF to WIKITEXT/summary/text}}" current
- 14:2114:21, 21 March 2026 diff hist +6,795 N Prompt:All/convert financial reports from PDF to WIKITEXT/summary/text Created page with "<nowiki> **Prompt: Financial report summarizer** You are a financial analyst assistant. Your task is to summarize financial reports into a clear, structured format. **Preprocessing: split the document into parts** Before summarizing, divide the source document into independent parts: 1. Identify section boundaries using heading levels 2 and 3 (e.g., "== Heading ==" and "=== Heading ===", or their HTML/Markdown equivalents). 2. Before finalizing a split, check whether..."
- 14:0114:01, 21 March 2026 diff hist +25,520 Web:AXA/FY25/Earnings press release/summary No edit summary current
- 13:4013:40, 21 March 2026 diff hist +106 Web:AXA/FY25/Earnings press release/summary No edit summary
- 12:5412:54, 21 March 2026 diff hist −1,820 Web:AXA/FY25/Earnings press release/summary No edit summary
- 11:1411:14, 21 March 2026 diff hist +4,527 Web:AXA/FY25/Earnings press release/summary No edit summary
- 10:2710:27, 21 March 2026 diff hist +4,269 N Web:AXA/FY25/Earnings press release/summary Created page with "== FY25 key highlights == === Overview === {| class="wikitable" style="width:100%; text-align:right" |+ 📊 AXA — Key Financial Metrics (EUR mm), FY24–FY25 |- ! style="background:#eaecf0; text-align:left" | Metric ! style="background:#eaecf0; width:6em" | FY24 ! style="background:#eaecf0; width:6em" | FY25 ! style="background:#eaecf0; width:6em" | Change (reported) ! style="background:#eaecf0; width:6em" | Change (comparable) |- | style="background:#f8f9fa; text-a..."
20 March 2026
- 22:3222:32, 20 March 2026 diff hist +10,129 N Web:AXA/sources Created page with "📂 '''AXA SA''' (EPA: CS) publishes a standard set of investor relations documents each reporting cycle, including earnings press releases, analyst and press presentations (with podcasts, webcasts, and transcripts), annual and semi-annual reports, activity reports, IFRS financial supplements (PDF and Excel), embedded value reports, Solvency & Financial Condition Reports (SFCR) with executive summary translations and quantitative reporting templates, integrated reports,..." current
- 21:3621:36, 20 March 2026 diff hist −2 Web:AXA/FY25/Earnings press release No edit summary current
- 21:2921:29, 20 March 2026 diff hist −381 Web:AXA/FY25/Earnings press release No edit summary
- 21:2821:28, 20 March 2026 diff hist −593 Web:AXA/FY25/Earnings press release No edit summary
- 21:2521:25, 20 March 2026 diff hist −2,508 Web:AXA/FY25/Earnings press release No edit summary
- 20:5620:56, 20 March 2026 diff hist +786 Web:AXA/FY25/Earnings press release No edit summary