Jump to content

Features in Mediawiki in Relation to the Needs Matrix

From Seek Us MediaWiki Demo
Revision as of 10:58, 27 October 2025 by Darren Blake (talk | contribs) (Added small icon image)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WYSIWYG

What You See Is What You Get

Markdown

Using Images

S for SICAS icon

A little clunky when not using a visual editor. If using the markdown editor then you need to:

  • go to the upload page first
  • Upload your image and set filename and description
  • Then edit your wiki page and reference the file using the following syntax:
    • [[File:your_filename.jpg]]
  • An example image is displayed below

"Seek Us Logo"

Syntax Highlighting

Not a standard feature of MediaWiki. Requires an extension.

Without the extension, you can use the HTML tags like <pre> or <code> such that:

<pre> SELECT s.spriden_first_name FROM spriden s WHERE s.spriden_last_name = 'Blake'; </pre>

produces:

SELECT s.spriden_first_name
FROM spriden s
WHERE s.spriden_last_name = 'Blake';

and:

<code> SELECT s.spriden_first_name FROM spriden s WHERE s.spriden_last_name = 'Blake'; </code>

produces:

SELECT s.spriden_first_name FROM spriden s WHERE s.spriden_last_name = 'Blake';

Version History

See this page's history

Templates

Transclusion

Structure

Categories

Table of Contents

See to the left of this page.

Content Discussion

Auto-generated Content

Export Content

Each page has a "Printable Version" (on the right-hand side).