Template:ContentCell/doc

From Official Factorio Wiki
< Template:ContentCell
Revision as of 04:48, 16 May 2014 by BenWo (talk | contribs) (Created page with "This template creates table cells, such as on the Main page. Centralizing them into a template allows for global editing of the style in the template without having to edit mu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This template creates table cells, such as on the Main page. Centralizing them into a template allows for global editing of the style in the template without having to edit multiple locations on a page.

Example:

{| style="width:100%;"
{{ContentCell|70%|title 1|Content 1|title 2|Content 2}}
{{ContentCell||title 1|Content 1|title 2|Content 2}}
|}

Result:


NOTE: This template still must be enclosed within braces to create a table, as shown in the example.