Module:Citation/CS1/Suggestions/sandbox: Difference between revisions

Content deleted Content added
No edit summary
m Documentation;
Line 123:
Lua patterns are not regex though they are similar. The escape character is '%', not '\'. For more information about
lua patterns, see: Extension:Scribunto/Lua_reference_manual#Patterns
 
One capture is supported, typically the enumerator from an enumerated parameter (the '6' in |author6=, etc.) The value from the
capture replaces $1 in the 'correct' value.
 
]]