Kairosoft Wiki:Link/doc

From Kairosoft Wiki
Jump to navigation Jump to search
Edit-copy green.svg This is a documentation subpage for Kairosoft Wiki:Link.
It contains usage information, categories and other content that is not part of the original kairosoft wiki page.

These link boxes take a little less than 33% of the container they are in, and should be grouped together and placed in a div that centers the boxes (which are inline-boxes, so centering them like text will work).

See MediaWiki:common.css .linkBox for hover effects. Primarily used in Project:LinkList.

Usage

{{Project:Link
|link  = 
|text  = (optional)
|image = (optional) filename.png (leave off "File:")
|size  = (optional) font-size (default: 100%)
}}

Example

<div style="text-align:center;">
{{Project:Link|link=Help:Contents|text=Help}}
{{Project:Link|link=Help:Contents|text=Help|image=Game Dev Story.png}}
</div>