Difference between revisions of "Template:Footer-settings"
From Tweeki
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly> | + | <includeonly><small> |
{| class="table table-bordered tabe-condensed" | {| class="table table-bordered tabe-condensed" | ||
| − | ! | + | ! rowspan=2 style="width:10%" | CONFIG |
| − | ! | + | ! style="width:45%" | Messages |
| + | ! style="width:45%" | Configuration Options | ||
| + | |- | ||
| {{#if:{{{msg-footer|}}}| | | {{#if:{{{msg-footer|}}}| | ||
| − | * MediaWiki:Tweeki-footer: {{{msg-footer|}}} | + | * MediaWiki:Tweeki-footer: <code>{{{msg-footer|}}}</code> |
}}{{#if:{{{msg-footer-custom|}}}| | }}{{#if:{{{msg-footer-custom|}}}| | ||
| − | * MediaWiki:Tweeki-footer-custom: {{{msg-footer-custom|}}} | + | * MediaWiki:Tweeki-footer-custom: <code>{{{msg-footer-custom|}}}</code> |
}} | }} | ||
| − | | | + | |{{#if:{{{config-options|}}}| |
{{{config-options|}}} | {{{config-options|}}} | ||
| − | | | + | }} |
| − | + | |- | |
| − | <div id="footer" role="contentinfo" class="footer container footer-sticky" style="opacity: 1;"> | + | ! RESULT |
| − | {{{content|}}} | + | | colspan=2 | |
| − | </ | + | <div id="footer" role="contentinfo" class="footer container footer-sticky" style="opacity: 1;">{{{content|}}}</div> |
| + | |}</small></includeonly> | ||