User Tools

Site Tools


blog:2025-07-30:news_item_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:2025-07-30:news_item_example [2025/07/30 16:40] – removed va7fiblog: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.  It's useful to add remarks that only the editors can see.  I'll be adding comments throughout so that it shows in the video but not in the output page.
 +
 +So first comment is: adding ~~NOTOC~~ at the top of the page suppresses the Table of Contents.  On regular pages, we usually want a table of contents, but on News Items, they just add clutter. 
 +
 +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 -></wrap> <key>06:49</key>
 +</WRAP>
 +
 +This is an example to show people how to post a news item.  See [[/links/syntax#news_item |here]] for more info and to see a video of how this post was created.  And if you just want to play around and try stuff, use this [[/playground |playground page]].
 +
 +Here's a video going through how this page was created:
 +{{ youtube>AR6cyoyViBw? }}
 +
 +====== Level 1 Headline ======
 +<WRAP rightalign><key>15:12</key></WRAP>
 +
 +===== Level 2 =====
 +==== Level 3 ====
 +=== Level 4 ===
 +== Level 5 ==
 +=== Level 4 ===
 +==== Level 3 ====
 +
 +
 +
 +
 +
 +===== Text Formatting =====
 +<WRAP rightalign><key>18:30</key></WRAP>
 +
 +  * **Bold Text**
 +  * //Italic Text//
 +  * __Underlined Text__
 +  * ''Monospaced Text''
 +  * <del>Strike-through Text</del>
 +  * <key>CTRL-ALT-DEL</key>
 +  * <fc #ff0000>Red</fc>
 +  * <fs xx-small>Really small</fs> to <fs xx-large>Huge</fs>
 +  * <ff serif>Serif</ff> or <ff sans-serif>Sans-serif</ff> is that even a question?
 +
 +----
 +/* A nice horizontal line across the screen */
 +
 +
 +===== Lists =====
 +<WRAP rightalign><key>22:26</key></WRAP>
 +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><key>25:09</key></WRAP>
 +
 +  * [[:playground|This text links to the playground]].  Internal links are green.
 +  * [[https://osm.org|OpenStreetMap]].  External links are blue. (with name)
 +  * [[https://osm.org]].  External links are blue. (without name)
 +  * https://osm.org  External links are blue. (without name)
 +
 +
 +===== Attaching Files =====
 +<WRAP rightalign><key>28:44</key></WRAP>
 +{{ :hambasics:azimuthal1.png?200|Mouse Over Text}}
 +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 ''%%\\%%'' so that the next picture shows below instead of on the left with the text.
 +
 +/* adding 3 lines: */
 +\\ \\ \\
 +
 +Here's a centred picture:
 +{{ :blog:2025-07-30:screensize.png?600 |}}
 +
 +This is a downloadable PDF that's stored on this website:
 +{{:blog:2025-07-30:simple_pdf_file.pdf |This is a really simple PDF file}}
 +
 +Here's a preview of a local PDF:
 +{{pdfjs 400px > :blog:2025-07-30:simple_pdf_file.pdf}}
 +
 +This is a downloadable PDF that's stored externally:
 +{{https://apc-cap.ic.gc.ca/datafiles/amateur_basic_questions_en.PDF |Basic Qualification Question Bank}}
 +
 +Previews of external PDFs don't work.
 +
 +For more information about PDFs, see [[/links/linking_and_viewing_pdfs|this page]]
 +
 +
 +/*
 +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.  That way pages can link to files uploaded for other files
 +*/
 +
 +===== Some Cute Things =====
 +<WRAP rightalign><key>42:40</key></WRAP>
 +m( 8-) 8-o FIXME
 +
 +≅β
 +
 +--- //[[va7fi@rbox.me|Patrick, VA7FI]] 2025/07/30 17:26//
 +
 +<blockquote>
 +Fancy Quote
 +</blockquote>
 +
 +<hidden>
 +This text is not visible until it is expended.
 +</hidden>
 +
 +<WRAP center round tip 60%>
 +For more on the ''WRAP'' plugin, see [[/links/wrap |this page]].
 +</WRAP>
 +
 +===== Tables =====
 +<WRAP rightalign><key>46:31</key></WRAP>
 +Basic Table
 +|One |Two |Three |
 +|A   |B   |C     |
 +
 +Highlighted header
 +^One ^Two ^Three |  /* use ^ instead of | */
 +|A   |B   |C     |
 +
 +Alignment
 +^One ^Two ^Three |
 +|A    B  |  C|   /* pad the cell with two spaces */
 +
 +Combined Cells
 +^One ^Two ^Three |  
 +|A   |B and C   || /* two || next to each other */
 +
 +^One ^Two ^Three |  
 +|A   |B   |C     |
 +|D   |::: |F     
 +
 +
 +===== \$ \LaTeX{} \$ =====
 +<WRAP rightalign><key>49:54</key></WRAP>
 +As a whole line using two ''$$'' signs:
 +\$$
 +\frac{\sin{x}}{n} = 6 \qquad \text{(``six'' get it?)}
 +\$$  
 +
 +Or inline using only one ''$'' sign: \$ \frac{\sin{x}}{n} = 6 \qquad \$
 +
 +
 +===== 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 [[/links/syntax#syntax_plugins |syntax page]], and each has a link where more information can be found on how to use it. 
 +
 +~~DISCUSSION~~
  
blog/2025-07-30/news_item_example.1753918835.txt.gz · Last modified: by va7fi