Template:ManualBox

From Kairosoft Wiki
Jump to navigation Jump to search
How to Play {{{page}}}

Should be placed on Transcript:Manual pages, below {{ManualHeader}}, in the order of the page numbers.

Note that through the use of Variables, the text display on the top of the box (How to Play) can be changed through the title specified on Template:ManualHeader.

"Bullet points" usually use the ⬛ (⬛) Unicode (although you can paste the symbol directly).

Each box has an id that correlates to it's page name, which can be used in a link to have the page jump to that specific point by adding "#num" to the end of a link. Example: Transcript:Manual (Game Dev Story)#5. On browsers that support it, this will also outline the specified ManualBox in red, as specified in MediaWiki:Common.css.

Style

{{ManualBox
|page  = Current page
|title = Title of the page (optional)
|desc  = The actual description of the page
}}

page should only include the current page; "/max pages" will be added automatically by Template:ManualHeader.

Example

(assuming pages=25 in Template:ManualHeader)

{{ManualBox
|page  = 4
|title = Stats
|desc  = Stats are what make your residents awesome!
}}

returns:

How to Play 4/25
Stats
Stats are what make your residents awesome!

See also

(How does this work?) [view] • [edit] • [purge](?)