User:Utcursch/Migrate Infobox Indian Jurisdiction to Infobox settlement/main.js: Difference between revisions

Content deleted Content added
+
m m
Line 440:
"| timezone1 = " + "[[Indian Standard Time|IST]]\n" +
"| utc_offset1 = " + "+5:30\n" +
"| postal_code_type = " + (orig_infobox_params["postal_code"] ? "[[Postal Index Number|PIN]]" : "<!-- [[Postal Index Number|PIN]] -->") + "\n"; +
"| postal_code = " + (orig_infobox_params["postal_code"] ? orig_infobox_params["postal_code"] : "") + "\n";
 
Line 476:
 
new_infobox_str +=
"| website = " + (orig_infobox_params["website"] ? ("{{URL|" + orig_infobox_params["website"] + "}}") : "") + "\n" +
"| footnotes = " + (orig_infobox_params["footnotes"] ? orig_infobox_params["footnotes"] : "") + "\n" +
"}}";