blog:2025-07-30:news_item_example
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blog:2025-07-30:news_item_example [2025/07/30 16:40] – removed va7fi | blog:2025-07-30:news_item_example [2025/07/30 18:49] (current) – [News Item Example] va7fi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | /* | ||
| + | This is a comment that won't show on the page once it's saved. | ||
| + | |||
| + | So first comment is: adding ~~NOTOC~~ at the top of the page suppresses the Table of Contents. | ||
| + | |||
| + | Now exiting the comments section and going back to the regular page: | ||
| + | */ | ||
| + | |||
| + | |||
| + | ====== News Item Example ====== | ||
| + | <WRAP rightalign> | ||
| + | <wrap tip>This shows where in the video I explain this section -></ | ||
| + | </ | ||
| + | |||
| + | This is an example to show people how to post a news item. See [[/ | ||
| + | |||
| + | Here's a video going through how this page was created: | ||
| + | {{ youtube> | ||
| + | |||
| + | ====== Level 1 Headline ====== | ||
| + | <WRAP rightalign>< | ||
| + | |||
| + | ===== Level 2 ===== | ||
| + | ==== Level 3 ==== | ||
| + | === Level 4 === | ||
| + | == Level 5 == | ||
| + | === Level 4 === | ||
| + | ==== Level 3 ==== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== Text Formatting ===== | ||
| + | <WRAP rightalign>< | ||
| + | |||
| + | * **Bold Text** | ||
| + | * //Italic Text// | ||
| + | * __Underlined Text__ | ||
| + | * '' | ||
| + | * < | ||
| + | * < | ||
| + | * <fc # | ||
| + | * <fs xx-small> | ||
| + | * <ff serif> | ||
| + | |||
| + | ---- | ||
| + | /* A nice horizontal line across the screen */ | ||
| + | |||
| + | |||
| + | ===== Lists ===== | ||
| + | <WRAP rightalign>< | ||
| + | An Ordered List: | ||
| + | - First Item /* press enter for the next line */ | ||
| + | - Second Item | ||
| + | - A sub item /* press space to indent */ | ||
| + | - another sub item | ||
| + | - A sub sub item /* press space to indent */ | ||
| + | - second sub sub item | ||
| + | - Third Item /* press backspace to remove each indent */ | ||
| + | |||
| + | |||
| + | An Unordered List | ||
| + | * First Item | ||
| + | * Second Item | ||
| + | * Third Item | ||
| + | * A sub Item under the third | ||
| + | * A sub-sub item | ||
| + | * A Fourth Item | ||
| + | |||
| + | |||
| + | ===== Links ===== | ||
| + | <WRAP rightalign>< | ||
| + | |||
| + | * [[: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | ===== Attaching Files ===== | ||
| + | <WRAP rightalign>< | ||
| + | {{ : | ||
| + | This is a right-aligned picture and the text is showing on the left. I'm adding a bunch of extra lines after this using '' | ||
| + | |||
| + | /* adding 3 lines: */ | ||
| + | \\ \\ \\ | ||
| + | |||
| + | Here's a centred picture: | ||
| + | {{ : | ||
| + | |||
| + | This is a downloadable PDF that's stored on this website: | ||
| + | {{: | ||
| + | |||
| + | Here's a preview of a local PDF: | ||
| + | {{pdfjs 400px > : | ||
| + | |||
| + | This is a downloadable PDF that's stored externally: | ||
| + | {{https:// | ||
| + | |||
| + | Previews of external PDFs don't work. | ||
| + | |||
| + | For more information about PDFs, see [[/ | ||
| + | |||
| + | |||
| + | /* | ||
| + | The syntax for files is very close to that of links, except that it uses curly brackets instead of square brackets. | ||
| + | |||
| + | The text before the filename (separated by :) shows where in the file structure the file is saved. | ||
| + | */ | ||
| + | |||
| + | ===== Some Cute Things ===== | ||
| + | <WRAP rightalign>< | ||
| + | m( 8-) 8-o FIXME | ||
| + | |||
| + | ≅β | ||
| + | |||
| + | --- // | ||
| + | |||
| + | < | ||
| + | Fancy Quote | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | This text is not visible until it is expended. | ||
| + | </ | ||
| + | |||
| + | <WRAP center round tip 60%> | ||
| + | For more on the '' | ||
| + | </ | ||
| + | |||
| + | ===== Tables ===== | ||
| + | <WRAP rightalign>< | ||
| + | Basic Table | ||
| + | |One |Two |Three | | ||
| + | |A | ||
| + | |||
| + | Highlighted header | ||
| + | ^One ^Two ^Three | /* use ^ instead of | */ | ||
| + | |A | ||
| + | |||
| + | Alignment | ||
| + | ^One ^Two ^Three | | ||
| + | |A | ||
| + | |||
| + | Combined Cells | ||
| + | ^One ^Two ^Three | | ||
| + | |A |B and C || /* two || next to each other */ | ||
| + | |||
| + | ^One ^Two ^Three | | ||
| + | |A | ||
| + | |D |::: |F | ||
| + | |||
| + | |||
| + | ===== \$ \LaTeX{} \$ ===== | ||
| + | <WRAP rightalign>< | ||
| + | As a whole line using two '' | ||
| + | \$$ | ||
| + | \frac{\sin{x}}{n} = 6 \qquad \text{(``six'' | ||
| + | \$$ | ||
| + | |||
| + | Or inline using only one '' | ||
| + | |||
| + | |||
| + | ===== Other Plugins ===== | ||
| + | There are a lot of plugins installed on this site that are not explicitly explained on the syntax page. However, they are all listed at the end of the [[/ | ||
| + | |||
| + | ~~DISCUSSION~~ | ||
blog/2025-07-30/news_item_example.1753918835.txt.gz · Last modified: by va7fi
