[example: Three Small Incidence Rules]
A Latin square of order $3$ can be seen explicitly by taking symbols $\{0,1,2\}$ and using the three rows $(0,1,2)$, $(1,2,0)$, and $(2,0,1)$. Each row contains each symbol once, and the three columns are
\begin{align*}
(0,1,2), \qquad (1,2,0), \qquad (2,0,1),
\end{align*}
so each column also contains each symbol once.
A block design with block size $3$ can ask for every pair of points to occur together in exactly one block. For example, on points $\{1,2,3,4,5,6,7\}$, take the seven triples
\begin{align*}
123,\quad 145,\quad 167,\quad 246,\quad 257,\quad 347,\quad 356.
\end{align*}
The triples containing $1$ give the pairs $12,13,14,15,16,17$; the triples containing $2$ give $21,23,24,26,25,27$; continuing through the listed triples shows that each point occurs with each of the other six points exactly once.
A finite projective plane of order $2$ has seven points and seven lines, each line containing three points, and the seven triples above may be read as its seven lines. There are
\begin{align*}
\binom{7}{2}=21
\end{align*}
pairs of distinct points, while the seven lines contain
\begin{align*}
7\binom{3}{2}=7\cdot 3=21
\end{align*}
point-pairs in total. Since the displayed triples account for each point-pair once, every pair of points lies on exactly one line. These three examples use different surfaces: arrays, triples, and lines, but in each case the local incidence counts are fixed before the whole configuration is built.
[/example]