https://bugzilla.wikimedia.org/show_bug.cgi?id=12302
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Platonides <[email protected]> 2009-04-07 20:58:44 UTC --- The new error message should be editable on the wiki, with a message similar to this: <h1>Error</h1> <h2>404 – File not found</h2> <p style="font-style: italic;">{{SERVER}}/$1</p> <p>We could not find the above page on our servers.</p> {{#ifexist:$1| <p style="font-weight: bold;">To check for "$1" on {{SITENAME}}, see: [[$1]]</p> |<p style="font-weight: bold;">To search for "$1" on {{SITENAME}}, see: [[Special:Search/$1]]</p> }} <p>Alternatively, you can visit the [[{{MediaWiki:Mainpage}}]] or read [[HTTP 404|more information]] about this type of error.</p> <p style="font-size: smaller;">A project of the [[foundation:|Wikimedia Foundation]]</p> </div> Everything but the {{#ifexist: could be parsed by an extension and saved to just replace all $1 in the static text on but when it is added, I suspect that users will start trying to add parserfunctions there, and sending people to another inexistant page is a bit ugly. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
