32 lines
646 B
Markdown
32 lines
646 B
Markdown
---
|
|
title: Takeoff Scripts
|
|
tags: []
|
|
up: "[[conest]]"
|
|
---
|
|
# Takeoff Scripts
|
|
|
|
Scripts should be directed,
|
|
limiting extraneous information.
|
|
|
|
## Citations
|
|
|
|
Use footnotes to reference timestamped notes.
|
|
|
|
Do this:
|
|
|
|
```markdown
|
|
Even when drawings show 2 separate duplex receptacles,
|
|
use `DW & DISPOSAL DUAL CIR - ...`,
|
|
which includes only one receptacle.[^1]
|
|
|
|
[^1]: [[2026-01-12_10-42-30#Unit Dishwasher/Disposal]]
|
|
```
|
|
|
|
not this:
|
|
|
|
```markdown
|
|
> [!quote] [[joel-jansen]] 2026-01-12 in reference to [[woodbrook]] (pp.)
|
|
> Even when drawings show 2 separate duplex receptacles,
|
|
> use `DW & DISPOSAL DUAL CIR - ...`,
|
|
> which includes only one receptacle.
|
|
``` |