Difference between revisions of "Admin"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
* Chapter: [[Form:Chapter|'''Form''']], [[Template:Chapter|Template]], [[:Category:Chapter|Category]] | * Chapter: [[Form:Chapter|'''Form''']], [[Template:Chapter|Template]], [[:Category:Chapter|Category]] | ||
* Errata ([[Special:FormEdit/Errata|create]]): [[Form:Errata|'''Form''']], [[Template:Errata|Template]], [[:Category:Errata|Category]] | * Errata ([[Special:FormEdit/Errata|create]]): [[Form:Errata|'''Form''']], [[Template:Errata|Template]], [[:Category:Errata|Category]] | ||
− | * Exercise ([[Form:Exercise?action=formedit|create]]): [[Form:Exercise|'''Form''']], [[Template:Exercise|Template]], [[:Category: | + | * Exercise ([[Special:Form:Exercise?action=formedit|create]]): [[Form:Exercise|'''Form''']], [[Template:Exercise|Template]], [[:Category:Exercises|Category]] |
* Figure ([[Special:FormEdit/Figure|create]]): [[Form:Figure|'''Form''']], [[Template:Figure|Template]], [[:Category:Figures|Category]] | * Figure ([[Special:FormEdit/Figure|create]]): [[Form:Figure|'''Form''']], [[Template:Figure|Template]], [[:Category:Figures|Category]] | ||
* Lecture ([[Special:FormEdit/Lecture|create]]): [[Form:Lecture|'''Form''']], [[Template:Lecture|Template]], [[:Category:Lectures|Category]] | * Lecture ([[Special:FormEdit/Lecture|create]]): [[Form:Lecture|'''Form''']], [[Template:Lecture|Template]], [[:Category:Lectures|Category]] | ||
+ | * Question ([[Special:FormEdit/Question|create]]): [[Form:Question|'''Form''']], [[Template:Question|Template]], [[:Category:Questions|Category]] | ||
+ | |||
+ | == How to create a new figure entry == | ||
+ | |||
+ | * Use [[Special:FormEdit/Figure|figure form]] to create new page, with title of the form "Figure X.y: short title" | ||
+ | * Add the information to the form, with an image link at the top for the actual figure | ||
+ | * Add the caption below the figure (verbatim from the book) | ||
+ | * Include the Python code required to generate the figure inside of a code block (verbatim from code) | ||
+ | * Example: [[Figure 5.1: Response of a damped oscillator]] | ||
+ | |||
+ | == How to create a new question (chapter FAQ) entry == | ||
+ | |||
+ | * Use [[Special:FormEdit/Question|question form]] to create new page, with title of the form "Question: text?" | ||
+ | * Add the information to the form | ||
+ | * Create a redirect link from "Question: text" to "Question: text?" to allow previews to show up correctly (Mediawiki sometimes gobbles the question mark) | ||
+ | |||
+ | Status: | ||
+ | * 1 Jan 2024: Copied over entries from old FBSwiki for [[Introduction]], [[System Modeling]] |
Latest revision as of 17:56, 1 January 2024
This page has links that are used to administer this site.
- Mediawiki:Sidebar
- Form:Release, Template:Release, Category:Releases
- Announcements: Form, Template, Category
- Chapter: Form, Template, Category
- Errata (create): Form, Template, Category
- Exercise (create): Form, Template, Category
- Figure (create): Form, Template, Category
- Lecture (create): Form, Template, Category
- Question (create): Form, Template, Category
How to create a new figure entry
- Use figure form to create new page, with title of the form "Figure X.y: short title"
- Add the information to the form, with an image link at the top for the actual figure
- Add the caption below the figure (verbatim from the book)
- Include the Python code required to generate the figure inside of a code block (verbatim from code)
- Example: Figure 5.1: Response of a damped oscillator
How to create a new question (chapter FAQ) entry
- Use question form to create new page, with title of the form "Question: text?"
- Add the information to the form
- Create a redirect link from "Question: text" to "Question: text?" to allow previews to show up correctly (Mediawiki sometimes gobbles the question mark)
Status:
- 1 Jan 2024: Copied over entries from old FBSwiki for Introduction, System Modeling