Jump to content

User:EbtWiki01

From Wikipedia, the free encyclopedia

Word2MediaWikiPlus demo document

About this software[edit]

Word2MediaWikiPlus is a set of Visual Basic macros that converts Microsoft Word document contents to MediaWiki markup.

Usage requires a running copy of Microsoft Word that supports Visual Basic macros (Word 2000 to 2003).

Information about this tool is here:

http://www.mediawiki.org/wiki/Extension:Word2MediaWikiPlus

The project site and download center is here:

http://sourceforge.net/projects/word2mediawikip

What we can do:[edit]

Text formatting[edit]

This is colored text.

This is bold, italic, underlined, strike through and c''omb'ined.

If you set convertFontSize=true then you get

Text in big letters.

Text in small letters.

But we consider only smaller than normal and bigger than normal, not its actual size.

You may have noticed the indention, too.

The macro recognizes manual line breaks

and puts a 
into it.

But it will not

recognize single line breaks, as the Wiki-style will make a blank line in between.

Empty spacings in the beginning will be deleted, as they mean manual indention, which in my opinion should not be used.

We can make footnotes[#_ftn1 [1]], too (needs cite extension).

Tables[edit]

This is a complex table:'

Heading Heading Heading Heading
Text 1 Text2 Text4
Background colors Background colors Background colors
left centered and colors

and some blank

lines

right justified text is not supported by MediaWiki. I need to write a litte more in this cell so there is enough text to see the effects of justification
Merged cells
horizontally
Horizontally merged Merging has limitations!
Merged cells
vertically 1
Vertically merged nested tables:

A B
merged and right
C

with text above and below

Merging has limitations!
Merged cells
vertically 2

Lists[edit]

We can make simple lists

  • Item 1
  • Item 2
  • Item 3

We can make simple numbered lists

  1. List Item 1
  2. List Item 2
  3. List Item 3

Hyperlinks[edit]

Http-Links are easy to do: Link to MediaWiki Handbook and to the Word2MediaWikiPlus Hompage.

Here is a mail address: Word2MediaWikiPlus@beadsoft.de or like this mail me. If it does not work in your wiki, change you LocalSettings.php to accept mailto-references.

And a file reference, which will not work, unless you put it [../../../../../../Temp/Word2MediaWiki%20Demo%20and%20Macro.doc there]

(c:\temp\Word2MediaWiki_Demo_and_Macro.doc). The file name must not contain spaces.

File inclusion[edit]

There a number of ways to include a file within the document, these two are supported (they will just make a wiki-link, so you need to convert the contents separatly and put in the new article page):

  1. As a reference:

  1. As a file:

This of course can not be converted, so the macro just adds a link and the symbol as picture, which needs to be replaced later.

Pictures[edit]

This part of the macro will not work unless you (yes: you) customized it correctly!

The macro can convert pictures. It uses the MS Photo Editor. If you do not have it installed, you need to install it. You find it on your office CD. Run the installation routine an choose MS Photo Editor.

Included pictures are easy, but you need to customize the macro first.

  • The picture will be extracted as png (Portable Networks Graphics).
  • Optional: The pictures can be converted to png (use for screenshots), jpg (use for photos) or gif.
  • Optional: if you can program, you may use your own converter, look in the code.
  • Optional: The converted pictures can be automatically uploaded to your wiki.
  • since both optional features use sendkeys, they might not work in your environment and must be customized

Example:

Sitting above the text:

More text below.

To Do: What the macro can not convert:[edit]

Text formatting[edit]

Colored text like this text. I think there is no way in html either.

Text which is indented (do you say so, meaning eingerückt in german)

And continues like this.

This is how it would work

:Text which is indented (do you say so, meaning eingerückt in german)

And continues like this.

Different font types (names) are not converted.

Font spacing is not converted.

Tables[edit]

Table features:

{| cellspacing="0" cellpadding="0" border="1"

| What we can't do yet | colspan="2" | | text orientation
(turned sideways)
| not full width of table and table position |- | exact width of cells | | colspan="2" | | |- | frame-styles | | colspan="2" | | |- | > | > | > | > | >

|}

Pictures[edit]

Some pictures, e.g. powerpoint slides, can not be extracted.

If you use Word 2002 or above the results will be better.

Lists[edit]

We can make nested lists (Word 2000 is difficult here, too)

  1. List Item 1
    • Item 1
    • Item 2
    • Item 3
  1. List Item 2

1. or like this

2. fsfsf

3. sfsd

  1. List Item 3

We can not do lists with blank lines, but we can do them by inserting the numbers "manually":

  1. Special list
  2. Second Item
     With something to say.
     Leave some blank.

  1. Continue the list here

· maybe put some items here

· and more

  1. End of list

----
[#_ftnref1 [1]] This is the text of the footnote.