diff --git a/layouts/shortcodes/qmltypelink.html b/layouts/shortcodes/qmltypelink.html
new file mode 100644
index 0000000..018ebd5
--- /dev/null
+++ b/layouts/shortcodes/qmltypelink.html
@@ -0,0 +1,9 @@
+{{- $params := dict
+ "type" (.Get "type")
+ "module" (.Get "module")
+ "name" (.Get "name")
+ "mtype" (.Get "mtype")
+ "mname" (.Get "mname")
+-}}
+
+{{- partial "qmltype.html" $params -}}