Difference between revisions of "Template:Normalize record"
Jump to navigation
Jump to search
(creation) |
m |
||
Line 4: | Line 4: | ||
== Example == | == Example == | ||
<pre>{{Normalize record|Value (1, true, String)}}</pre> | <pre>"{{Normalize record|Value (1, true, String)}}"</pre> | ||
{{Normalize record|Value (1, true, String)}} | "{{Normalize record|Value (1, true, String)}}" | ||
</noinclude> | </noinclude> |
Revision as of 18:04, 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"