From 847e37c0f650ed5c95e4dd5e23f213385c843434 Mon Sep 17 00:00:00 2001 From: KW Kwan Date: Fri, 10 Jan 2025 09:47:50 +0800 Subject: [PATCH] Update templates to convert period to html code for lutaml_gml_dictionary --- sources/001-v4/gml_dict_template.liquid | 2 +- sources/001-v5/gml_dict_template.liquid | 2 +- sources/002-v4/gml_dict_template.liquid | 2 +- sources/002-v5/gml_dict_template.liquid | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/001-v4/gml_dict_template.liquid b/sources/001-v4/gml_dict_template.liquid index abedf5ed..418d433c 100644 --- a/sources/001-v4/gml_dict_template.liquid +++ b/sources/001-v4/gml_dict_template.liquid @@ -5,6 +5,6 @@ h| ファイルURL | https://www.geospatial.jp/iur/codelists/3.1/{{ dict.file_name }} h| コード h| 説明 {% for entry in dict.dictionary_entry %} -| {{ entry.name }} | {{ entry.description }} +| {{ entry.name }} | {{ entry.description | replace: ".", "." }} {% endfor %} |=== diff --git a/sources/001-v5/gml_dict_template.liquid b/sources/001-v5/gml_dict_template.liquid index abedf5ed..418d433c 100644 --- a/sources/001-v5/gml_dict_template.liquid +++ b/sources/001-v5/gml_dict_template.liquid @@ -5,6 +5,6 @@ h| ファイルURL | https://www.geospatial.jp/iur/codelists/3.1/{{ dict.file_name }} h| コード h| 説明 {% for entry in dict.dictionary_entry %} -| {{ entry.name }} | {{ entry.description }} +| {{ entry.name }} | {{ entry.description | replace: ".", "." }} {% endfor %} |=== diff --git a/sources/002-v4/gml_dict_template.liquid b/sources/002-v4/gml_dict_template.liquid index abedf5ed..418d433c 100644 --- a/sources/002-v4/gml_dict_template.liquid +++ b/sources/002-v4/gml_dict_template.liquid @@ -5,6 +5,6 @@ h| ファイルURL | https://www.geospatial.jp/iur/codelists/3.1/{{ dict.file_name }} h| コード h| 説明 {% for entry in dict.dictionary_entry %} -| {{ entry.name }} | {{ entry.description }} +| {{ entry.name }} | {{ entry.description | replace: ".", "." }} {% endfor %} |=== diff --git a/sources/002-v5/gml_dict_template.liquid b/sources/002-v5/gml_dict_template.liquid index abedf5ed..418d433c 100644 --- a/sources/002-v5/gml_dict_template.liquid +++ b/sources/002-v5/gml_dict_template.liquid @@ -5,6 +5,6 @@ h| ファイルURL | https://www.geospatial.jp/iur/codelists/3.1/{{ dict.file_name }} h| コード h| 説明 {% for entry in dict.dictionary_entry %} -| {{ entry.name }} | {{ entry.description }} +| {{ entry.name }} | {{ entry.description | replace: ".", "." }} {% endfor %} |===