Help talk:Recursive conversion of wikitext
From Meta, a Wikimedia project coordination wiki
[edit] Parser functions
If the substitution call is in a parameter of a parser function which is also substituted, two iteration steps are carried out in one save.
- I thought two saves are needed. What is one save?--Hillgentleman 18:33, 19 April 2007 (UTC)
- I see (template talk:square root A).Hillgentleman 18:47, 19 April 2007 (UTC)
[edit] If
Thus it does not seem possible to put the construct of the previous section inside an if-construct.
- Are you referring to these? Template:Eraser-left A, Template:Eraser-right A
--Hillgentleman 08:42, 24 April 2007 (UTC)
- No, I mean that e.g. in Template:Square root with defaults I had to put the branching to distinguish a defined and undefined parameter value at every occurrence of the parameter, instead of having "if" with a substitution call in the then-part and another in the else-part.--Patrick 12:41, 24 April 2007 (UTC)
- Do you mean this Template:Square root with defaults A?--Hillgentleman 18:41, 24 April 2007 (UTC)
-
- Thanks. I removed "it does not seem possible".--Patrick 13:29, 25 April 2007 (UTC)
[edit] new preprocessor
Expansion limit is to be replaced by "preprocessor node count": [1].
Notice also that there is an ongoing discussion on parser development. [2]