Convert to Mediawiki Ai Prompt Template

From Irregularpedia
Revision as of 23:58, 11 September 2024 by Admin (talk | contribs) (init)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
    • Prompt for Fixing Pages to MediaWiki Format**

"Please convert the following page into MediaWiki format, following these instructions:

1. **Convert Markdown Links to MediaWiki Syntax**:

  - Replace Markdown links with MediaWiki links. For example, change `[Link Text](http://example.com)` to `[Text]`.

2. **Update Image and Media Links**:

  - Convert Markdown image syntax `![Alt Text](http://example.com/image.jpg)` to MediaWiki syntax `Alt Text`.

3. **Handle Lists**:

  - Replace Markdown list syntax `- item` or `* item` with MediaWiki list syntax:
    ```mediawiki
    * item
    * item
    ```

4. **Preserve Code Blocks**:

- Ensure code blocks are correctly formatted with `

` tags. Maintain the content without any additional MediaWiki formatting:
     ```mediawiki
     <pre>
     content without wiki syntax formatting
     
    ```

5. **Ensure Proper Formatting**:

  - Ensure headers, tables, and other elements are converted to appropriate MediaWiki formatting.

6. **Preserve Existing Content**:

  - Keep all content intact and ensure that the conversion maintains the original meaning and context.

Please apply these changes to the provided content and ensure the final output aligns with MediaWiki standards."