While most formatting information is on Formatting Syntax, some details specific to our wiki are explained here.
You can display the text of another page (or a section of another page) within the current one thanks to the Include plugin. The full documentation is available in that link, but the basics are below.
To display an entire page, use {{page>[id]}}
. For example, the sidebar page is included below
using the text
{{page>sidebar}}
To display just a section (and its subsections), use {{section>[id]#[section]}}
. For example, the Monitoring Beam section from the operations tasks page is below
using the text
{{section>operation#Monitoring Beam}}
(Technically the actual link uses the noindent tag to prevent it from showing up in the ToC; see the plugin page for details.)
A few shortcuts exist for linking to documents in specific locations.
Documents found in Colin's list of links such as those found in the Operations Procedures Manual can be linked to using the shortcut “clist” and the link number. For example, if you have a URL that looks something like
https://portal.frib.msu.edu/sites/accsystems/preoperation/Lists/Links/2 Accelerator operations/2.1 Operations organization, authorization, and planning/OSE and response to violation/89_.000
you could reference it based on the number at the end (89) as follows:
[[clist>89|FRIB OSE]]
which would show as FRIB OSE.
Any document in DCC can be linked directly, using a marginally-helpful syntax based off of the document number. This is mainly useful if you're looking at a PDF, and want to make a link that will point to the version maintained on DCC. Using the link shortcut “dcc”, you can make a link out of the WBS number code, subcategory code, and incrementor as follows:
WBS=A#####
– where A##### is the WBS code after “FRIB-”Sub=AA
– where AA is the subcategory codeSN=######
– where ###### is the incrementor numberThese pieces are then combined with ampersands (&).
For example, if you have a document with the identifier “FRIB-S10000-PR-000367-R002”, you can make a link like this:
[[dcc>WBS=S10000&Sub=PR&SN=000367|Laboratory Document Numbering Procedure]]
which would show as Laboratory Document Numbering Procedure.
This is not terribly convenient but it does work, and will continue to point to newer revisions of the same document.
Todo: add this
Todo: add this