Template:Prerequisites: Difference between revisions
From FusionGirl Wiki
Jump to navigationJump to search
(Psionics expansion (01a + 01b): content authored / LaTeX-restored per local submodule; lint-clean.) |
(A1: delink .md source refs) |
||
| Line 16: | Line 16: | ||
* `note` — optional one-line explanation. | * `note` — optional one-line explanation. | ||
Source: | Source: <code>05-augmented-pages/02-page-templates.md</code>; <code>04-accessibility-layer/03-prerequisite-chains.md §1</code>. | ||
[[Category:Psionics templates]] | [[Category:Psionics templates]] | ||
Revision as of 17:02, 11 May 2026
Standalone prerequisite block — use when a page needs an explicit prerequisites callout in the body (as opposed to the sidebar entry handled by Template:Audience_Sidebar).
Usage
{{Prerequisites
| 1 = [[Differential geometry]]
| 2 = [[General relativity]]
| 3 = [[Klein-Gordon equation]]
| note = Read these first if you are not already comfortable with curved-spacetime field theory.
}}
Parameters
- `1`, `2`, `3`, ... — positional `wikilinks` to prerequisite pages (up to 8).
- `note` — optional one-line explanation.
Source: 05-augmented-pages/02-page-templates.md; 04-accessibility-layer/03-prerequisite-chains.md §1.