From bf60c5954045c6f83d1d3eb9a90a11343156932b Mon Sep 17 00:00:00 2001 From: sel Date: Sun, 8 Feb 2026 18:26:45 +0100 Subject: [PATCH] removed stupid outdated file --- _Sidebar.md | 1 - modularity.md | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100755 modularity.md diff --git a/_Sidebar.md b/_Sidebar.md index 786a7f9..3358f2d 100755 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,3 +1,2 @@ - [Modular Object Format Specification](format.md) -- [Addressing of module items](modularity.md) - [Built-in modules](modules.md) diff --git a/modularity.md b/modularity.md deleted file mode 100755 index 96b105b..0000000 --- a/modularity.md +++ /dev/null @@ -1,13 +0,0 @@ -# Addressing of module items - -## `... ModuleItem::Template` - -For referencing templates, the following syntax is used: `{object_type}` - -## `... ModuleItem::Validator` - -For referencing validators, the following syntax is used: `{object_type}:func:validator` - -## `... ModuleItem::Function` - -For referencing functions, the following syntax is used: `{optional object_type}:func:{name}`