summaryrefslogtreecommitdiff
path: root/vejviseren/arkitektur_2023/index.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-06-19 21:48:10 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-06 10:37:09 +0200
commit30b9669ea95e6b3b4f48a25c8045c2b4f551dacd (patch)
tree2388bf9d3c5a3b617341285f284e888f5dd4c41e /vejviseren/arkitektur_2023/index.md
parente30097f4a9ffc42d57df2c463ae4770b61ff8769 (diff)
convert img and template directives to shortcodes
command: ``` find * -type f -name '*.md' -execdir perl -gpi -e 's/\[\[!img\s+([^\s\]"]+)(\s(?:[^\]]|"[^"]*")+?)?\s*\]\]/{{ img(path="$1"$2) }}/g; s/\[\[!template\s+id="?(columns|note|video)"?\s+([^\]]+?)\s*\]\]/{{ $1($2) }}/g;' '{}' + ```
Diffstat (limited to 'vejviseren/arkitektur_2023/index.md')
-rw-r--r--vejviseren/arkitektur_2023/index.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/vejviseren/arkitektur_2023/index.md b/vejviseren/arkitektur_2023/index.md
index 9efa2aef..9d8f43b7 100644
--- a/vejviseren/arkitektur_2023/index.md
+++ b/vejviseren/arkitektur_2023/index.md
@@ -1,7 +1,7 @@
[[!meta title="Åbne ture om arktitektur og byfornyelse"]]
[[!if test="included() and !(destpage(ark23)) and !(destpage(index) and !(destpage(test))" then="""
-[[!img /img/klassicisme_statuer.jpg class="blog" size="500x" link="/vejviseren/arkitektur_2023"]]
+{{ img(path="/img/klassicisme_statuer.jpg" class="blog" size="500x" link="/vejviseren/arkitektur_2023") }}
København er blevet UNESCO Capital of Architecture i 2023,
og vi griber lejligheden til at præsentere en serie ture om arkitektur,
@@ -11,21 +11,21 @@ byplan og liv i byen, som også kommer på programmet under Copenhagen in Common
"""]]
[[!if test="included() and !(destpage(ark23))" then="""
-[[!img /img/klassicisme_statuer.jpg link="/vejviseren/arkitektur_2023" class="solo" size="480x" ]]
+{{ img(path="/img/klassicisme_statuer.jpg" link="/vejviseren/arkitektur_2023" class="solo" size="480x") }}
"""]]
[[!if test="!included() or (destpage(ark23))" then="""
[[!template id="deco" text="
-[[!img /img/klassicisme_statuer.jpg class="deco" size="200x"]]
-[[!img /img/baggrdstur.jpg class="deco" size="200x"]]
-[[!img /img/banen.jpg class="deco" size="200x"]]
-[[!img /img/brydning_vesterbrogade.jpg class="deco" size="200x"]]
-[[!img /img/istedgade.jpg class="deco" size="200x"]]
-[[!img /img/klassicisme_statuer.jpg class="deco" size="200x"]]
-[[!img /img/kunstibyen_strgskulptur.jpg class="deco" size="200x"]]
-[[!img /img/nordhavn.jpg class="deco" size="200x"]]
-[[!img /img/ryesgade_bzkampe.jpg class="deco" size="200x"]]
+{{ img(path="/img/klassicisme_statuer.jpg" class="deco" size="200x") }}
+{{ img(path="/img/baggrdstur.jpg" class="deco" size="200x") }}
+{{ img(path="/img/banen.jpg" class="deco" size="200x") }}
+{{ img(path="/img/brydning_vesterbrogade.jpg" class="deco" size="200x") }}
+{{ img(path="/img/istedgade.jpg" class="deco" size="200x") }}
+{{ img(path="/img/klassicisme_statuer.jpg" class="deco" size="200x") }}
+{{ img(path="/img/kunstibyen_strgskulptur.jpg" class="deco" size="200x") }}
+{{ img(path="/img/nordhavn.jpg" class="deco" size="200x") }}
+{{ img(path="/img/ryesgade_bzkampe.jpg" class="deco" size="200x") }}
"]]
#ArkitekTUR
@@ -204,7 +204,7 @@ Med Jeannie Krysiak.
---
-[[!img arkitektur_2023.jpg class="solo" size="700x"]]
+{{ img(path="arkitektur_2023.jpg" class="solo" size="700x") }}
Listen her opdateres månedligt med nye ture med arkitektur og byliv som tema. Du kan se flere ture og alle vores temaer i den store [[liste med Åbne Ture.|/aabneture]].