CustomMods
- Counter∞ - {{counter}} to display a counter on a page. Page views by the page's owner don't show up.
- It has one parameter "show=" on or off. it defaults to on.
- If show is off, it will still display for the page owner.
- Links to same host∞ - Links to i40.com dont show up as external links.
- SearchBox - Add a searchbox to any page. Written by Jason Rahaim
- Modified TextSearch and TextSearchExpanded to exclude results you don't have permissions for.
- formatted include∞ - {{newinclude}} Allows some formatting. Here is the css file for it:
.include_right { float: right; width: 30%; } /* floating box to the right */
.include_left { float: left; width: 30%; } /* floating box to the left*/
.include_rightwide { float: right; width: 50%; } /* floating box to the right */
.include_leftwide { float: left; width: 50%; } /* floating box to the left*/
.include_solid_border { border: solid; padding: 2px; } /* solid border*/
.include_gray_background { background-color: #DDDDDD; } /* grey background*/
.include_small_fonts { font-size: 0.8em; } /* small fonts */
.include_big_fonts { font-size: 1.2em; } /* large fonts*/
.include_height10em { height: 10em; overflow: scroll; } /* in a scrollable box 10em high */
.include_height15em { height: 15em; overflow: scroll; } /* in a scrollable box 15em high */
.include_height30em { height: 30em; overflow: scroll; } /* in a scrollable box 30em high */
.include_height60em { height: 60em; overflow: scroll; } /* in a scrollable box 60em high */
.include_height10emns { height: 10em; }
.include_height15emns { height: 15em; }
.include_height30emns { height: 30em; }
.include_height60emns { height: 60em; }
So if you did
{{newinclude page="HelloWorld" class="right gray_background small_fonts solid_border"}}
You would get
Back
HomePage
Category
CategoryWiki
There are no comments on this page. [Add comment]