Difference between revisions of "BobRowPlus"

From Sega Retro

Line 1: Line 1:
 
<includeonly>{{#if: {{{if|}}}{{{default|}}} |
 
<includeonly>{{#if: {{{if|}}}{{{default|}}} |
{{#ifeq: {{{headline|}}} | yes | ! | {{!}} }} style="padding:{{#if:{{{padding|}}}|{{{padding|}}}|2}}px; max-width:340px; overflow:visible; text-align:{{{align|left}}};{{{style|}}}"{{!}} {{#if: {{{title|}}} | '''{{{title|}}}:''' }} {{#if: {{{content|}}} | {{{content|}}} | {{#if: {{{default|}}} | {{{default|}}} }} }}
+
{{#ifeq: {{{headline|}}} | yes | ! | {{!}} }} style="padding:{{#if:{{{padding|}}}|{{{padding|}}}|2}}px; max-width:340px; overflow:visible; text-align:{{{align|left}}}; {{{style|}}}"{{!}} {{#if: {{{title|}}} | '''{{{title|}}}:''' }} {{#if: {{{content|}}} | {{{content|}}} | {{#if: {{{default|}}} | {{{default|}}} }} }}
 
{{!}}-
 
{{!}}-
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
{|class="breakout" style="float:right; width:340px !important;"
+
{{BobTablePlus|
 
{{BobRowPlus|default=[[File:Notavailable.svg|320px]]|align=center}}
 
{{BobRowPlus|default=[[File:Notavailable.svg|320px]]|align=center}}
 
{{BobRowPlus|if=xxx|content=header|headline=yes|align=center}}
 
{{BobRowPlus|if=xxx|content=header|headline=yes|align=center}}
{{BobRowPlus|if=xxx|default=default text|content=hello|title=Title text}}
+
{{BobRowPlus|if=xxx|default=default text|content=hello|title=Title text|align=center}}
 
{{BobRowPlus|default=default content|style=background:red;font-family:times new roman}}
 
{{BobRowPlus|default=default content|style=background:red;font-family:times new roman}}
 
{{BobRowPlus|if=xxx|content=This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified file.
 
{{BobRowPlus|if=xxx|content=This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified file.
Line 13: Line 13:
 
{{releasesEnd}}ReleasesHeader is fixed at 320px}}
 
{{releasesEnd}}ReleasesHeader is fixed at 320px}}
 
{{BobRowPlus|if=xxx|content=<div style="background:lime;width:400px">wide div</div>}}
 
{{BobRowPlus|if=xxx|content=<div style="background:lime;width:400px">wide div</div>}}
|}
+
}}
 
Adds a row to [[:Category:Breakout box templates|breakout box templates]].
 
Adds a row to [[:Category:Breakout box templates|breakout box templates]].
  
 +
<section begin=usage />
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
Line 31: Line 32:
 
}}
 
}}
 
</pre>
 
</pre>
 +
<section end=usage />
 
[[Category:Breakout box templates]]
 
[[Category:Breakout box templates]]
 
</noinclude>
 
</noinclude>

Revision as of 11:12, 20 July 2018

Notavailable.svg
header
Title text: hello
default content
Long text: This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified file.
Release Date RRP Code
ReleasesHeader is fixed at 320px
wide div

Adds a row to breakout box templates.


Usage

{{BobTable|
{{BobRowPlus
| if=
| title=
| headline=
| content=
| default=
| align=
| padding=
| style=
}}
}}