We'll be deploying 1.43 to ShoutWiki sites this weekend. Staff will be working all weekend to deal with any unforeseen bugs that crop up.

CreateWiki will not be available immediately after the upgrade; however, we expect the rewrite to be completed during this release cycle.

Template:Infobox/startbox

From Eureka Wiki
Jump to navigation Jump to search
Documentation icon Template documentation [edit] [history] [purge]

Usage[edit source]

This template allows to realise a standard infobox from bricks. the {{Infobox/startbox}} brick is always associated with another brick called {{Infobox/endbox}}.

Syntax[edit source]

Copy/paste the following in the infobox template page.

{{Infobox/startbox|type|px|id}}
{{Infobox/endbox}}

Parameters[edit source]

Parameter Mandatory Explanation
{{{1|}}} No Optional parameter to use for section infoboxes only. Just add the section infobox indication only, as follows: {{Infobox/startbox|section infobox}}.
{{{2|}}} No Optional parameter to use in very specific cases for template size harmonisation only. It is unwise to use this parameter for non-specific cases.
{{{3|}}} No Optional parameter to use on specific cases only. It allows to add an "id", like {{Infobox/startbox|||header XXXX}}.

Example[edit source]

{{Infobox/startbox}}
{{Infobox/title
 | Your title here…
}}
{{Infobox/endbox}}
Your title here…

See also[edit source]