Template:Boxcode: Difference between revisions
Jump to navigation
Jump to search
m (This dirty trick fixes the biggest problem (the vertical scrollbar was not counted to calculate the widths)) |
m (Better guinea pig, it shows the problems better) |
||
Line 101: | Line 101: | ||
{{boxcode|float=left|height=300px|title=float=left, height=300px|code=<syntaxhighlight lang=bash> | {{boxcode|float=left|height=300px|title=float=left, height=300px|code=<syntaxhighlight lang=bash> | ||
lv2(2): # Register Info. | |||
lv2(2): # LR: 0xbadadd0010800010 CR:0x24000028 | |||
lv2(2): # CTR: 0x000000000163c62c | |||
lv2(2): # | |||
lv2(2): # GPR 0: 0xbadadd0010800010 GPR 1: 0x00000000d00caf90 | |||
lv2(2): # GPR 2: 0x000000000191ef80 GPR 3: 0xffffffffffffffff | |||
lv2(2): # GPR 4: 0x00000000300e4af0 GPR 5: 0x0000000000000021 | |||
lv2(2): # GPR 6: 0x0000000000010000 GPR 7: 0x0000000000000000 | |||
lv2(2): # GPR 8: 0x00000000d00cad90 GPR 9: 0x0000000000000000 | |||
lv2(2): # GPR10: 0xffffffff80020001 GPR11: 0x0000000000000002 | |||
lv2(2): # GPR12: 0x0000000024000028 GPR13: 0x000000001000cf50 | |||
lv2(2): # GPR14: 0x0000000000000000 GPR15: 0x0000000000000000 | |||
lv2(2): # GPR16: 0x0000000000000000 GPR17: 0x0000000000000000 | |||
lv2(2): # GPR18: 0x0000000000000000 GPR19: 0x0000000000000000 | |||
lv2(2): # GPR20: 0x0000000000000000 GPR21: 0x0000000000000000 | |||
lv2(2): # GPR22: 0x0000000000000000 GPR23: 0x0000000000000000 | |||
lv2(2): # GPR24: 0x0000000000000000 GPR25: 0x0000000000000000 | |||
lv2(2): # GPR26: 0x0000000000000000 GPR27: 0x0000000000000000 | |||
lv2(2): # GPR28: 0x0000000000000000 GPR29: 0x0000000000000000 | |||
lv2(2): # GPR30: 0x0000000000000000 GPR31: 0x0000000000000000 | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
[[Category:templates]]</noinclude> | [[Category:templates]]</noinclude> |
Revision as of 08:22, 23 September 2021
Code Sample
Usage
All the parameters in bold are optional, for a good look the "code sample" should start with either a <pre> or a <syntaxhighlight>
{{Boxcode|code=Code Sample}}
...or...
{{Boxcode|title=Custom Title|code=Code Sample}}
...or...
{{Boxcode|float=left|title=Custom Title|code=Code Sample}}
...or...
{{Boxcode|float=left|width=50%|title=Custom Title|code=Code Sample}}
...or...
{{Boxcode|float=right|width=50%|height=500px|title=Custom Title|code=Code Sample}}
Examples
<code> lines <!--here--> very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages ................................. ........................... ............................................ ....................................... ....................................................... ..................................... ....................... .............................o/sup
float=left
<code> lines <!--here--> very long lines adds a horizontal scroll bar
float=right
<code> lines <!--here--> very long lines adds a horizontal scroll bar
float=left, width=50%
<code> lines <!--here--> very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
float=right, width=50%
<code> lines <!--here--> very long lines adds a horizontal scroll bar at bottom of the template to preserve the width of the wiki pages
float=left, width=700px
<code> lines <!--here--> very long lines adds a horizontal scroll bar
float=right, width=350px, height=200px
<code> lines <!--here--> very long lines adds a horizontal scroll bar <code> lines <!--here--> very long lines adds a horizontal scroll bar <code> lines <!--here--> very long lines adds a horizontal scroll bar
float=left (with a title longer than the code)
<code> lines <!--here-->
float=left, width=150px (with a title longer than the code but restricted in width)
<code> lines <!--here-->
float=left, height=300px
lv2(2): # Register Info. lv2(2): # LR: 0xbadadd0010800010 CR:0x24000028 lv2(2): # CTR: 0x000000000163c62c lv2(2): # lv2(2): # GPR 0: 0xbadadd0010800010 GPR 1: 0x00000000d00caf90 lv2(2): # GPR 2: 0x000000000191ef80 GPR 3: 0xffffffffffffffff lv2(2): # GPR 4: 0x00000000300e4af0 GPR 5: 0x0000000000000021 lv2(2): # GPR 6: 0x0000000000010000 GPR 7: 0x0000000000000000 lv2(2): # GPR 8: 0x00000000d00cad90 GPR 9: 0x0000000000000000 lv2(2): # GPR10: 0xffffffff80020001 GPR11: 0x0000000000000002 lv2(2): # GPR12: 0x0000000024000028 GPR13: 0x000000001000cf50 lv2(2): # GPR14: 0x0000000000000000 GPR15: 0x0000000000000000 lv2(2): # GPR16: 0x0000000000000000 GPR17: 0x0000000000000000 lv2(2): # GPR18: 0x0000000000000000 GPR19: 0x0000000000000000 lv2(2): # GPR20: 0x0000000000000000 GPR21: 0x0000000000000000 lv2(2): # GPR22: 0x0000000000000000 GPR23: 0x0000000000000000 lv2(2): # GPR24: 0x0000000000000000 GPR25: 0x0000000000000000 lv2(2): # GPR26: 0x0000000000000000 GPR27: 0x0000000000000000 lv2(2): # GPR28: 0x0000000000000000 GPR29: 0x0000000000000000 lv2(2): # GPR30: 0x0000000000000000 GPR31: 0x0000000000000000