Shifti:Sandbox: Difference between revisions

From Shifti
Jump to navigation Jump to search
revert back do base state
m test of "timeline" extension
Line 14: Line 14:
: Indentation
: Indentation
:: Double indentation
:: Double indentation
<timeline>
ImageSize  = width:150 height:700
PlotArea  = left:40 right:60 bottom:10 top:20
DateFormat = yyyy
Period    = from:2008 till:2100
TimeAxis  = orientation:vertical
ScaleMajor = unit:year increment:5 start:2010
Define $dy = 50 # shift text to the top
PlotData=
  bar:Events color:blue width:25 mark:(line, white) align:center fontsize:S
  from:Start till:2012 shift:($dy) text:Collapse
  from:2012  till:2016 shift:($dy) text:Rebuilding
  from:2016  till:2030 shift:($dy) text:Land Boom
  from:2030  till:2050 shift:($dy) text:Space Boom
  from:2050  till:2070 shift:($dy) text:Tech Boom
  from:2070  till:2100 shift:($dy) text:Pax Teeforis
</timeline>

Revision as of 22:24, 12 October 2007

This page is a sandbox, ie, it's intended for use by editors who want to experiment with editing without creating clutter or tinkering with anything of importance. Feel free to do whatever you like to this page, bearing in mind that every once in a while everything in the sandbox will be cleaned away or otherwise overwritten by future users. For information about editing Shifti, see Help:Editing.


The following are a few examples of basic formatting for new users to experiment with. Go ahead and wipe them out if they're in the way.

Heading

Indentation
Double indentation

<timeline> ImageSize = width:150 height:700 PlotArea = left:40 right:60 bottom:10 top:20

DateFormat = yyyy Period = from:2008 till:2100 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:5 start:2010

Define $dy = 50 # shift text to the top PlotData=

 bar:Events color:blue width:25 mark:(line, white) align:center fontsize:S
 from:Start till:2012 shift:($dy) text:Collapse
 from:2012  till:2016 shift:($dy) text:Rebuilding
 from:2016  till:2030 shift:($dy) text:Land Boom
 from:2030  till:2050 shift:($dy) text:Space Boom
 from:2050  till:2070 shift:($dy) text:Tech Boom
 from:2070  till:2100 shift:($dy) text:Pax Teeforis

</timeline>