summaryrefslogtreecommitdiff
path: root/hospitalstur/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 /hospitalstur/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 'hospitalstur/index.md')
-rw-r--r--hospitalstur/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/hospitalstur/index.md b/hospitalstur/index.md
index ad482cf1..d3bc3a0c 100644
--- a/hospitalstur/index.md
+++ b/hospitalstur/index.md
@@ -3,7 +3,7 @@
[[!if test="included()" then="""
-[[!img frbhospitalport.jpg class="overview" link="/hospitalstur"]]
+{{ img(path="frbhospitalport.jpg" class="overview" link="/hospitalstur") }}
Frederiksberg Hospital ligger diskret og centralt i fortællingen om den moderne by.
Denne tur kommer rundt mellem pavilloner og afdelinger
@@ -15,11 +15,11 @@ ind i 120 års historie om liv og sundhed på Frederiksberg.
else="""
[[!template id="deco" text="
-[[!img frbhospitalport.jpg class="deco" size="200x" ]]
-[[!img frbhosp_elefant.jpg class="deco" size="200x" ]]
-[[!img frbhosp1918.jpg class="deco" size="200x" ]]
-[[!img frb_hospitalkirke.jpg class="deco" size="200x" ]]
-[[!img storegodthaab.jpg class="deco" size="200x" ]]
+{{ img(path="frbhospitalport.jpg" class="deco" size="200x") }}
+{{ img(path="frbhosp_elefant.jpg" class="deco" size="200x") }}
+{{ img(path="frbhosp1918.jpg" class="deco" size="200x") }}
+{{ img(path="frb_hospitalkirke.jpg" class="deco" size="200x") }}
+{{ img(path="storegodthaab.jpg" class="deco" size="200x") }}
"]]
#Det grønne hjerte på Frederiksberg
@@ -48,8 +48,8 @@ Turen egner sig også som fagligt orienteret tur for grupper,
der arbejder med sundhed, velfærd og planlægning.
Der kan indlægges refleksion og walk & talk som en naturlig del af turen.
-[[!template id=note text="""Byvandring på ca. 2 timer.
-**Startforslag:** Fasanvej Station. Frederiksberg Hospital."""]]
+{{ note(text="""Byvandring på ca. 2 timer.
+**Startforslag:** Fasanvej Station. Frederiksberg Hospital.""") }}
"""]]