Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This might be a clue - from <a href="http://en.wikipedia.org/wiki/Help:Section" rel="nofollow noreferrer">http://en.wikipedia.org/wiki/Help:Section</a>. The sections use a specific markup as such:</p> <pre><code>==Section== ===Subsection=== ====Sub-subsection==== </code></pre> <ul> <li>Using the same heading more than once on a page causes problems.</li> <li>When a section with a duplicate name is edited, the edit history and summary will be ambiguous as to which section was edited.</li> <li>When saving the page after a section edit, the editor's browser may navigate to the wrong section.</li> </ul> <p>Sections can be separately edited by clicking special edit links labeled "[edit]" by the heading, or by right clicking on the section heading, depending on the preferences set. This is called "section editing feature" (Preferences -> Editing -> "Enable section editing via [edit] links"). Section editing feature will take you to an edit page by a URL such as</p> <p><a href="http://en.wikipedia.org/w/index.php?title=Help:Section&amp;action=edit&amp;section=2" rel="nofollow noreferrer">http://en.wikipedia.org/w/index.php?title=Help:Section&amp;action=edit&amp;section=2</a></p> <p>Note that here section numbers are used, not section titles; subsections have a single number, e.g. section 2.1 may be numbered 3, section 3 is then numbered 4, etc. You can also directly type in such URLs in the address bar of your browser.</p> <p>So it looks like the parser has a count of sections in the TOC and then uses the = tag to place the specific text into the editor.</p> <p>Here are some of the tables used:</p> <p>Page Table - (<a href="http://www.mediawiki.org/wiki/Manual:Page_table" rel="nofollow noreferrer">http://www.mediawiki.org/wiki/Manual:Page_table</a>) - Each page in a MediaWiki installation has an entry here which identifies it by title</p> <p>Revision Table holds metadata for every edit done to a page within the wiki. Every edit of a page creates a revision row, which holds information such as the user who made the edit, the time at which the edit was made, and a reference to the new wikitext in the text table</p> <p>Text Table - holds the wikitext of individual page revisions.</p> <p>The contents of pages are stored as BLOBs. So it must parse in binary.</p> <p>Hope this helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload