Difference between revisions of "Template:Normalize record"
Jump to navigation
Jump to search
m |
m |
||
Line 8: | Line 8: | ||
<pre>"{{Normalize record|Value (1, true, String2}}"</pre> | <pre>"{{Normalize record|Value (1, true, String2}}"</pre> | ||
"{{Normalize record|Value (1, true, String2}}" | "{{Normalize record|Value (1, true, String2}}" | ||
</noinclude> | </noinclude> |
Revision as of 18:30, 30 October 2018
Description
Normalize a record property into comma-separated values, stripping parentheses.
Example
"{{Normalize record|Value (1, true, String)}}"
"Value, 1, true, String"
"{{Normalize record|Value (1, true, String2}}"
"Value, 1, true, String2"