Main Page: Difference between revisions
From VikkiWikki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<strong>MediaWiki has been installed.</strong> | <syntaxhighlight lang="javascript"> | ||
const TestComponent = () => ( | |||
<div> | |||
here is some text | |||
</div> | |||
); | |||
</syntaxhighlight><strong>MediaWiki has been installed.</strong> | |||
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. | Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software. |
Revision as of 05:18, 18 July 2022
const TestComponent = () => (
<div>
here is some text
</div>
);
MediaWiki has been installed.
Consult the User's Guide for information on using the wiki software.