Main
This is the official Wiki server of the Fachbereich Mathematik und Informatik at
Freie Universität Berlin, Germany.
Read
WebFAQs (in German) if you are not sure what this means for
you.
Areas on this Wiki server:
You are currently in the
Main web, which has administrative purposes and holds hardly anything of interest.
Use the
Sandbox web to try the Wiki before attempting anything serious.
Then, if you find anything that is broken, please fix it.
Consult the
WebFAQs and the
ReferenceManual if you are not sure how it all works
and use the 'raw view' link at the bottom of a page to view its source code.
This topic explains how to use the WebNewsBox feature.
- First create a topic that you would like to display in a web news box.
- Put the following code at the position where your would like the box to appear on the right side. Make sure to replace ---YOUR TOPIC NAME--- with the name of the topic that you want to display in the box.
<!--
* Set USERLAYOUTURL = %PUBURL%/Main/WebNewsBox/newsbox.css
-->
<div class="newsBox">
%INCLUDE{---YOUR TOPIC NAME---}%
</div>
- If everything works alright. It should look like this topic.
Note:
- Be aware of the interaction with the toc/page-title extension. So place the code-snippet below the top-level
---+
/ header.
- You can use
STARTINCLUDE
and STOPINCLUDE
to limit the range of the inclusion.
-- ChristopherOezbek - 10 Jan 2005
Topic revision: r1 - 10 Jan 2005, oezbekPCPOOL.MI.FU-BERLIN.DE