https://bugzilla.wikimedia.org/show_bug.cgi?id=20435

           Summary: Simple extension to append to a wiki page
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Extensions requests
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: mike.lifegu...@gmail.com


I'd like an extension that simply appends a line or multiple lines to a wiki
page, preferably using AJAX. This is to avoid downloading the whole page text
and then sending it back to the server.

It should insert a textbox on the page like Extension:LogEntry does using
<AppendLine /> or <AppendLines /> for single-/multi-input respectively.

In the simplest form, it is exactly like "echo string >> file", but the one and
only feature I can think of would be to define a string to insert before/after:
<AppendLine insertBefore="whatever" /> or <AppendLines insertAfter="something
else" />. If you wanted, you could add <PrependLine /> variants of all of this
as well -- careful with the insertBefore/insertAfter in that case :)

This would need to be deployed on Wikimedia sites.

Thanks to anyone who takes this on.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to