Difference between revisions of "Template:Normalize record"
Jump to navigation
Jump to search
m (Protected "Template:Normalize record" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m |
||
Line 6: | Line 6: | ||
<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)}}" | ||
<pre>"{{Normalize record|Value (1, true, String2}}"</pre> | |||
"{{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"<