User Tools

Site Tools


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
cheatsheet [2022-06-24 02:42] Neatnikcheatsheet [2022-06-27 03:13] (current) – [Dialogue References] Neatnik
Line 4: Line 4:
  
 {{INLINETOC width18 2}} {{INLINETOC width18 2}}
 +
  
 ===== Wiki Syntax ===== ===== Wiki Syntax =====
  
 The core wiki syntax is documented on the [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax page]]. You can use [[https://pandoc.org/try/?text=&from=markdown&to=dokuwiki&standalone=0|this helpful tool to convert from Markdown to DokuWiki syntax]]. The core wiki syntax is documented on the [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax page]]. You can use [[https://pandoc.org/try/?text=&from=markdown&to=dokuwiki&standalone=0|this helpful tool to convert from Markdown to DokuWiki syntax]].
 +
  
 ===== Create a New Page ===== ===== Create a New Page =====
Line 14: Line 16:
 Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + '?do=edit';">Create</button> Page title: <input type="text" name="new_page" id="new_page"> <button onclick="window.location = document.getElementById('new_page').value + '?do=edit';">Create</button>
 </html> </html>
 +
 +
 +===== Tagging =====
 +
 +To tag an article, add this to the bottom:
 +
 +<code>{{tag>tag_name}}</code>
 +
 +You can add multiple tags by separating them with a space:
 +
 +<code>{{tag>tag_one tag_two tag_three}}</code>
 +
 +Tag names cannot contain spaces. Use an underscore, as shown above, to represent a space in a tag name.
 +
 +You can view a list of all tags in use on the [[Tags]] page.
 +
  
 ===== Table of Contents ===== ===== Table of Contents =====
Line 28: Line 46:
   * //width18// is a class name that came with the plugin and the resulting style looks nice, so despite the weird name it’s a good reason to leave well-enough alone   * //width18// is a class name that came with the plugin and the resulting style looks nice, so despite the weird name it’s a good reason to leave well-enough alone
   * //2// refers to the level at which the TOC should begin including headings (so, the second level)   * //2// refers to the level at which the TOC should begin including headings (so, the second level)
 +
  
 ===== Blurbs ===== ===== Blurbs =====
  
 You can add various blurbs to pages, which is useful for flagging them or alerting people to something relevant about them. You can add various blurbs to pages, which is useful for flagging them or alerting people to something relevant about them.
 +
  
 ==== Featured Article ==== ==== Featured Article ====
Line 40: Line 60:
 {{page>:blurbs#Featured}} {{page>:blurbs#Featured}}
 </code> </code>
 +
  
 ==== Stub ==== ==== Stub ====
Line 56: Line 77:
 {{page>:blurbs#Speculation}} {{page>:blurbs#Speculation}}
 </code> </code>
 +
  
 ===== Blockquotes ===== ===== Blockquotes =====
Line 66: Line 88:
  
 The > character begins the blockquote, and the WRAP block formats the attribution nicely. The > character begins the blockquote, and the WRAP block formats the attribution nicely.
 +
 +===== Dialogue References =====
 +
 +If you’d like to reference a specific line of dialogue, make a link to the dialogue’s timecode with the display text set to the episode title and MM:SS time in parenthesis, like so:
 +
 +<code>[[what_s_for_dinner_transcript#section002016927|What’s for Dinner? (20:16)]]</code>
 +
 +Alternatively, you can omit the episode name if it’s obvious in the context of where the link will be placed:
 +
 +<code>[[what_s_for_dinner_transcript#section002016927|(20:16)]]</code>
 +
 +To locate a dialogue timecode for linking, pull up the episode [[list_of_severance_episodes?s[]=transcript|transcript]], find the dialogue in question (either by scrolling to it or by using your browser’s search feature to find it on the page), and then click on the gray timecode link above the dialogue. Then, copy the relevant portion from your browser’s address bar. The relevant portion is the episode transcript article title and the section anchor. For example, <code> what_s_for_dinner_transcript#section002016927</code>
  
 ===== Script Quotes ===== ===== Script Quotes =====
Line 80: Line 114:
  
 The > character begins the blockquote, and the WRAP block formats the attribution nicely. The > character begins the blockquote, and the WRAP block formats the attribution nicely.
 +
  
 ===== Figures ===== ===== Figures =====
Line 93: Line 128:
  
 You can use //left// in place of //right// in the WRAP if you’d like the figure to be anchored to the left. You can use //left// in place of //right// in the WRAP if you’d like the figure to be anchored to the left.
 +
  
 ===== Redirection ===== ===== Redirection =====
Line 101: Line 137:
 #REDIRECT New Page Name #REDIRECT New Page Name
 </code> </code>
 +
  
 ===== Gallery ===== ===== Gallery =====
Line 140: Line 177:
 </code> </code>
  
 +
 +{{tag>Meta}}
cheatsheet.1656038549.txt.gz · Last modified: 2022-06-24 02:42 by Neatnik