Template:TissueDB Materials
This is the documentation for Template:TissueDB Materials — the canonical template for all TissueDB materials pages.
This template renders the standard sections for a materials page: Description, Tissues table, Troubleshooting, Alternatives, References, and optionally At a Glance and Additional Information. It is part of the TissueDB project.
Parameters
[edit source]| Parameter | Required | Description | Source |
|---|---|---|---|
description |
Yes | Material description including hero image ([[File:...|thumb|350px|alt=...|caption]]) and lead paragraph. |
SELF Developer Playbook (Jan 2026) |
tissue_rows |
Yes | HTML table rows (<tr><td> format). Columns: Tissue, Visual, Tactile, Simulator, Notes. Each tissue must link to TissueDB/Tissues/ pages. |
SELF Developer Playbook (Jan 2026) |
recipe_column |
No | Set to any value to add a Recipe column header between Tactile and Simulator. | Dr. Mohr editorial directive |
troubleshooting |
No | Bullet list of conditions where this material should NOT be used, with clinical consequences. Must be source-traced. | SELF Developer Playbook (Jan 2026) |
alternatives |
No | Bullet list of alternative materials with wiki links to TissueDB/Materials/ pages. Format: material name, best-for, trade-offs. |
SELF Developer Playbook (Jan 2026) |
references |
No | Typically <references /> to render inline citations. |
Convention |
at_glance |
No | Quick-reference data (shelf life, storage, reusability). Renders as "At a Glance" section. | Platform convention (Sophivorus) |
basic_recipe |
No | General preparation instructions. Renders as "Basic Recipe" section. | Dr. Mohr editorial directive |
additional_info |
No | Supplementary content not covered by other sections. | Convention |
additional_categories |
No | Extra category tags beyond the default [[Category:TissueDB materials]]. |
Convention |
Content Rules
[edit source]- Tissue column entries must link to TissueDB/Tissues/ pages. Create stub pages if they do not exist. Generic descriptors (e.g., "organ surfaces") may remain unlinked.
- Visual/Tactile columns use only three values: Yes, Partial, No. No rating scales, numeric scores, or fidelity domain language.
- Simulator column entries must link to verified existing pages. Generic descriptions ("subcutaneous fat layer simulation trainers") are prohibited. Cross-reference against the simulator catalog. Empty cells are acceptable.
- Notes/Tips column contains factual recipe data only. Recipe specs (Shore hardness, measurements), preparation instructions. No fidelity domain language (Visual/Tactile/Functional/Feedback ratings).
- Tissue rows use HTML format (
<tr><td>), not wikitable syntax, to avoid pipe-character conflicts inside template parameters. - Hero images use
|thumb|350px|format withalt=text. No|frame|. - Material names are generic, not brand-specific. Brand information belongs in page body only.
- Measurements use metric-first format: "X cm (Y in)". If original source uses imperial, convert and show both.
- All content must be source-traceable. No AI-generated clinical claims, safety data, or cultural assessments without published sources.
Placement Rules
[edit source]The following templates must be placed outside the TissueDB Materials template call:
{{TissueDB Materials
| description = ...
| tissue_rows = ...
...
}}
{{Synonym data
| case = ...
| trade = ...
...
}}
{{Page data
| keywords = ...
| description = ...
| hide = yes
}}
Removed Parameters
[edit source]The following parameters were removed from the template on 20 March 2026 (rev 1240178). They are no longer rendered even if present in page source. Pages should have these stripped during audit:
background_content— Triggered Background section renderingclinical_context— Clinical context subsectionprocessing_prep— Processing and preparation subsectionsafety_handling— Safety and handling subsectionlicense_plate— Accessibility and infrastructure factors
These sections were classified as supplementary content not required by the SELF Developer Playbook. Content is preserved in page revision history and can be recovered if the Playbook scope is expanded in future.
Canonical template for TissueDB materials pages. Renders Description, Tissues table, Troubleshooting, Alternatives, References, and optional sections.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Description | description | Material description with hero image and lead paragraph | Content | required |
| Tissue rows | tissue_rows | HTML table rows for the Tissues section | Content | required |
| Recipe column | recipe_column | Set to any value to add Recipe column header | String | optional |
| Troubleshooting | troubleshooting | Conditions where material should not be used | Content | optional |
| Alternatives | alternatives | Alternative materials with links and trade-offs | Content | optional |
| References | references | Inline reference rendering tag | Content | optional |
| At a Glance | at_glance | Quick-reference material properties (shelf life, storage) | Content | optional |
| Basic Recipe | basic_recipe | General preparation instructions | Content | optional |
| Additional Information | additional_info | Supplementary content | Content | optional |
| Additional categories | additional_categories | Extra category tags | String | optional |