From a3d668760546f300040c578a8d4f93dc4528d68c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 8 May 2012 14:49:35 +1000 Subject: [PATCH] Message documentation for Icc8dc4ae (circular references in strip tags) Change-Id: Ic19071c752df87bb8efe6852599563cd1d036b6e --- languages/messages/MessagesQqq.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 9227ac7ac3..2d01a5c74f 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1033,6 +1033,13 @@ When templates are expanded, there is a size limit for the number of bytes yield * $1 is the value of the depth limit * $2 is the value of the max depth limit', +'parser-unstrip-loop-warning' => 'This error is shown when a parser extension tag such as
 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 <pre><pre></pre></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 <ref><ref><ref>...</ref></ref></ref>.
+
+* $1 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.
-- 
2.20.1