Template:TissueDB Structure Component Tissues Table
Template documentationedit documentation
This sub-template renders the Component Tissues table for TissueDB Structure pages. It is called by {{TissueDB Structure Skeleton}} and should not be used directly on content pages.
Parameters
[edit source]| Parameter | Required | Type | Description |
|---|---|---|---|
| rows | Yes | HTML rows | Table rows (<tr>) with three cells each: Tissue name (as wiki link), Layer/Position, Key Properties
|
Column Definitions
[edit source]| Column | Content | Example |
|---|---|---|
| Tissue | Wiki link to TissueDB/Tissues/ page, with anatomical component name as display text | [[TissueDB/Tissues/Skin|Skin]], [[TissueDB/Tissues/Adipose Tissue|Subcutaneous fat]] |
| Layer/Position | Anatomical position relative to other layers | Superficial, Deep to skin, Outermost |
| Key Properties | Clinically relevant physical properties (thickness, texture, function) | 1-3 mm thickness; first tactile resistance |
Content Rules
[edit source]- Every tissue in column 1 MUST be a wiki link to a TissueDB/Tissues/ page. If the page does not exist, create a stub first.
- Display text uses the anatomical component name (e.g., "Subcutaneous fat"), while the link target uses the canonical TissueDB/Tissues/ page name (e.g., "Adipose Tissue").
- Layer/Position uses standard anatomical terms: "Superficial," "Deep to," "Between," "Outermost," "Innermost."
- Key Properties should include quantitative measurements where available (thickness in mm, force in N).
- Rows are provided as raw HTML
<tr>elements, not wikitext pipe syntax.
Example Row
[edit source]<tr>
<td>[[TissueDB/Tissues/Skin|Skin]]</td>
<td>Superficial; outermost</td>
<td>1-3 mm thickness; first tactile resistance</td>
</tr>
Source Authority
[edit source]- Table structure: SELF Developer Playbook (January 2026)
- Column definitions: Dr. Mohr directive (component tissues must link to Tissues pages)
- Platform convention: Sophivorus (HTML table with overflow wrapper)
- 3-column format: S333 directive — tissue link merged into first column for consistency with other TissueDB table templates