Template:ContentCell: Difference between revisions
Jump to navigation
Jump to search
List of all templates
No edit summary |
(moved css to common.css) |
||
Line 1: | Line 1: | ||
<includeonly>|style="{{#if: {{{1|}}}|width:{{{1}}};|}} | <includeonly>|style="{{#if: {{{1|}}}|width:{{{1}}};|}}" class="notice metadata plainlinks factorio-contentcell"|{{#if: {{{2|}}}| | ||
{{TitleBar|{{#if: {{{link|}}}|[{{{link}}} {{{2}}}]|{{{2}}} }}}}}}<div style="padding-left: 1em;"> | {{TitleBar|{{#if: {{{link|}}}|[{{{link}}} {{{2}}}]|{{{2}}} }}}}}}<div style="padding-left: 1em;"> | ||
{{#ifeq: {{{3|}}}||{{:Main Page/{{#replace: {{#replace: {{{2}}}|]|}}|[|}} }}|{{{3}}}}} | {{#ifeq: {{{3|}}}||{{:Main Page/{{#replace: {{#replace: {{{2}}}|]|}}|[|}} }}|{{{3}}}}} |
Revision as of 09:57, 29 April 2017
[View] [Edit] [Page history]
DocumentationThis 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.
When using the longer parameters, such as a large amount of content, they can be spread across several lines as in example 2.
NOTE: This template must be enclosed within braces to create a table as shown.
- Example 1
{| style="width:100%;"
- {{ContentCell|70%|title 1|Content 1|title 2|Content 2}}
- {{ContentCell||title 1|Content 1|title 2|Content 2|title 3|Content 3}}
|}
- Example 2
{| style="width:100%;"
- {{ContentCell|70%|title 1|
- Content 1
- |title 2|
- Content 2
- }}
- {{ContentCell||title 1|Content 1|title 2|Content 2|title 3|Content 3}}
|}
- Both Result In
Template:TitleBar
Content 1
Template:TitleBar
Content 2
Template:TitleBar
Content 1
Template:TitleBar
Content 2
Template:TitleBar
Content 3
List of all templates