Difference between revisions of "Information for developers"
From FBSwiki
(→Chapter Structure) |
(→Chapter Structure: added front and back matter) |
||
Line 28: | Line 28: | ||
|- | |- | ||
| Num || Name || <nowiki>{{chnum}}</nowiki> || <nowiki>{{chname}}</nowiki> || <nowiki>{{ch}}</nowiki> | | Num || Name || <nowiki>{{chnum}}</nowiki> || <nowiki>{{chname}}</nowiki> || <nowiki>{{ch}}</nowiki> | ||
− | {{ | + | {{fmverify|Preface}} |
{{chverify|1|Introduction}} | {{chverify|1|Introduction}} | ||
{{chverify|2|System Modeling}} | {{chverify|2|System Modeling}} | ||
Line 41: | Line 41: | ||
{{chverify|11|Loop Shaping}} | {{chverify|11|Loop Shaping}} | ||
{{chverify|12|Robust Performance}} | {{chverify|12|Robust Performance}} | ||
− | {{ | + | {{appverify|E|Implementation}} |
− | {{ | + | {{bmverify|Bibliography}} |
|} | |} |
Revision as of 02:15, 3 July 2006
The information on this page is intended for the developers of the AM05 Wiki infrastructure.
Links to Developer Information
|
Handy MediaWiki Links
|
Chapter Structure
Each chapter in the book has a unique one or two word name. These names are used as the page name for the chapter and a templates are used to refer to the chapter according to its chapter number:
- {{ch:name}} - expands to the full chapter title: "Chapter N - name", where N is the chapter number
- {{chnum:name}} - expands to the chapter number corresponding to the chapter name
- {{chname:num}} - expands to the two word name corresponding to chapter N
To change the chapter numbering, you need to change (or create) {{chnum:name}} and {{chname:num}}.
The table below contains links to the information that needs to change if you renumber the chapters (by adding in a new chapter, for example)