Difference between revisions of "Admin"

From FBSwiki
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* [[Form:Release]], [[Template:Release]], [[:Category:Releases]]
 
* [[Form:Release]], [[Template:Release]], [[:Category:Releases]]
 
** [[Template:FBS release]], [[Template:LST release]]
 
** [[Template:FBS release]], [[Template:LST release]]
* [[Form:Announcement]], [[Template:Announcement]], [[:Category:Announcements]]
+
* Announcements: [[Form:Announcement|Form]], [[Template:Announcement|Template]], [[:Category:Announcements|Category]]
* [[Form:Figure]], [[Template:Figure]], [[:Category:Figures]]
+
* Chapter: [[Form:Chapter|'''Form''']], [[Template:Chapter|Template]], [[:Category:Chapter|Category]]
 +
* Errata ([[Special:FormEdit/Errata|create]]): [[Form:Errata|'''Form''']], [[Template:Errata|Template]], [[:Category:Errata|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]]
 +
* 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.

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: