[Mediawiki-l] "In-line"-ing article
Scheid, Bernhard
Bernhard.Scheid at oeaw.ac.at
Wed Aug 10 10:19:28 UTC 2011
It seems that you will have to create your own "skin". For details see http://www.mediawiki.org/wiki/Manual:Skinning.
Basically you take for instance monobook.php in the skins folder, rename it (newskin.php), and reconstruct the HTML code there until it looks as you like. Rename also the folder skins/monobook/ into skins/newskin/ and change main.css there. Once the new files exist you will have to add to LocalSettings.php " $wgDefaultSkin = 'newskin'; " and your wiki will probably look as you want.
Hope that helps
Bernhard
PS: Here you can see my "new skin": http://www.univie.ac.at/rel_jap/an/ (whether it is worth the pain or not is another question...)
-----Ursprüngliche Nachricht-----
Von: mediawiki-l-bounces at lists.wikimedia.org [mailto:mediawiki-l-bounces at lists.wikimedia.org] Im Auftrag von Dan Sullivan
Gesendet: Mittwoch, 10. August 2011 04:37
An: mediawiki-l at lists.wikimedia.org
Betreff: [Mediawiki-l] "In-line"-ing article
Hi, Everybody,
I apologize if this is a noob question; I actually consider myself pretty good at digging this type of thing up but after hours upon hours of googling I'm still unable to come up with an answer to what I would think would be a seemingly simple question to answer. Basically I am building a personal website and I would like to use media wiki to store some documentation that I am generating. I have a little menu bar at the top of my page; its pretty simple, just HTML & CSS with tables generated by PHP. If you really want to see it you can just go here http://128.135.217.176. Nothing fancy. Anyway, what I would like to be able to do would be to 'in-line' an article into this page, but without having to use frames or anything like that. The 'body' section of my page is basically just a cell of a table. So the actual 'in-line' PHP code would have to be between a couple of <td> tags.
Anyway, it seems pretty easy to do this using for example, wordpress, using the integration features described here. http://codex.wordpress.org/Integrating_WordPress_with_Your_Website. Is there a way to do anything like this with a mediawiki article?
I apologize if this is such a silly question.
Thanks,
Dan
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l at lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
More information about the MediaWiki-l
mailing list