Message documentation for Icc8dc4ae (circular references in strip tags)
authorTim Starling <tstarling@wikimedia.org>
Tue, 8 May 2012 04:49:35 +0000 (14:49 +1000)
committerTim Starling <tstarling@wikimedia.org>
Tue, 8 May 2012 04:49:35 +0000 (14:49 +1000)
Change-Id: Ic19071c752df87bb8efe6852599563cd1d036b6e

languages/messages/MessagesQqq.php

index 9227ac7..2d01a5c 100644 (file)
@@ -1033,6 +1033,13 @@ When templates are expanded, there is a size limit for the number of bytes yield
 
 * <tt>$1</tt> is the value of the depth limit
 * <tt>$2</tt> is the value of the max depth limit',
+'parser-unstrip-loop-warning' => 'This error is shown when a parser extension tag such as <pre> includes a reference to itself in its own output.
+The reference must be to the exact same invocation of the tag at the same location in the source, merely writing &lt;pre>&lt;pre>&lt;/pre>&lt;/pre> will not do it.
+This is usually impossible and unlikely to happen by accident, so translation is not essential.',
+'parser-unstrip-recursion-limit' => 'This message is shown when the recursion limit for nested parser extension tags is exceeded.
+This warning may be encountered due to input text like &lt;ref>&lt;ref>&lt;ref>...&lt;/ref>&lt;/ref>&lt;/ref>.
+
+* <tt>$1</tt> is the depth limit',
 
 # "Undo" feature
 'undo-success' => 'Text on special page to confirm edit revert. You arrive on this page by clicking on the "undo" link on a revision history special page.