সমললৈ যাওক

সাঁচ:Chart

অসমীয়া ৱিকিপিডিয়াৰ পৰা

This is a template for rendering simple diagrams consisting of boxes and connecting lines based loosely on an ASCII art-like syntax. The trees are displayed as HTML tables using CSS attributes, and may contain arbitrary wiki markup within the boxes. This implementation was based on the {{familytree}} template.

This code:

{{chart/start}}
{{chart| | | |GrMa |~|y|~| GRP | |GrMa=Grandma|GRP=Grandpa}}
{{chart| | | | | | | |)|-|-|-|.| }}
{{chart| | | MOM |y| DAD | |DAISY|MOM=Mom|DAD=Dad|DAISY=[[Aunt Daisy]]}}
{{chart| |,|-|-|-|+|-|-|-|.| | | }}
{{chart| JOE | | ME  | | SIS | | |JOE=My brother Joe|ME='''Me!'''|SIS=My little sister}}
{{chart/end}}

Produces this:

সাঁচ:Chart/cell)tসাঁচ:Chart/cell)b
Grandma
Grandpa
Mom
Dad
Aunt Daisy
My brother Joe
Me!
My little sister

This template produces one row in a family tree table. The template accepts up to 50 unnamed parameters describing the contents of the table. Each parameter specifies a tile or a box.

  • Tiles are line drawing symbols consisting of horizontal and vertical lines and various corners and crossings thereof. Tiles are specified using one- or two-character symbols: for the most common tiles, that character is more or less approximate the shape of the tile in appearance. A special case of a tile is the empty tile, specified by a single space character. A table of available tiles is given below.
Solid lines:
,
  .
  `
  '
 
^
  v
  (সাঁচ:Chart/cell(tসাঁচ:Chart/cell(b
  )সাঁচ:Chart/cell)tসাঁচ:Chart/cell)b
 
-
  !
  +
 
 
?
  j
 
Dashed lines:
Fসাঁচ:Chart/cellFtসাঁচ:Chart/cellFb
  7সাঁচ:Chart/cell7tসাঁচ:Chart/cell7b
  Lসাঁচ:Chart/cellLtসাঁচ:Chart/cellLb
  Jসাঁচ:Chart/cellJtসাঁচ:Chart/cellJb
 
Aসাঁচ:Chart/cellAtসাঁচ:Chart/cellAb
  Vসাঁচ:Chart/cellVtসাঁচ:Chart/cellVb
  Cসাঁচ:Chart/cellCtসাঁচ:Chart/cellCb
  Dসাঁচ:Chart/cellDtসাঁচ:Chart/cellDb
 
~
  :সাঁচ:Chart/cell:tসাঁচ:Chart/cell:b
  %সাঁচ:Chart/cell%t
 
 
Dotted lines:
Sসাঁচ:Chart/cellStসাঁচ:Chart/cellSb
  Tসাঁচ:Chart/cellTtসাঁচ:Chart/cellTb
  Yসাঁচ:Chart/cellYtসাঁচ:Chart/cellYb
  Zসাঁচ:Chart/cellZtসাঁচ:Chart/cellZb
 
Wসাঁচ:Chart/cellWtসাঁচ:Chart/cellWb
  Mসাঁচ:Chart/cellMtসাঁচ:Chart/cellMb
  Gসাঁচ:Chart/cellGtসাঁচ:Chart/cellGb
  Hসাঁচ:Chart/cellHtসাঁচ:Chart/cellHb
 
Pসাঁচ:Chart/cellPtসাঁচ:Chart/cellPb
  Qসাঁচ:Chart/cellQtসাঁচ:Chart/cellQb
  Rসাঁচ:Chart/cellRtসাঁচ:Chart/cellRb
 
 
Mixed:
*সাঁচ:Chart/cell*tসাঁচ:Chart/cell*b
  dসাঁচ:Chart/celldtসাঁচ:Chart/celldb
  cসাঁচ:Chart/cellctসাঁচ:Chart/cellcb
      aসাঁচ:Chart/cellatসাঁচ:Chart/cellab
  kসাঁচ:Chart/cellktসাঁচ:Chart/cellkb
  lসাঁচ:Chart/cellltসাঁচ:Chart/celllb
      a2সাঁচ:Chart/cella2tসাঁচ:Chart/cella2b
  k2সাঁচ:Chart/cellk2tসাঁচ:Chart/cellk2b
  l2সাঁচ:Chart/celll2tসাঁচ:Chart/celll2b
 
tসাঁচ:Chart/cellttসাঁচ:Chart/celltb
  y
  hসাঁচ:Chart/cellhtসাঁচ:Chart/cellhb
      bসাঁচ:Chart/cellbtসাঁচ:Chart/cellbb
  mসাঁচ:Chart/cellmtসাঁচ:Chart/cellmb
  nসাঁচ:Chart/cellntসাঁচ:Chart/cellnb
      b2সাঁচ:Chart/cellb2tসাঁচ:Chart/cellb2b
  m2সাঁচ:Chart/cellm2tসাঁচ:Chart/cellm2b
  n2সাঁচ:Chart/celln2tসাঁচ:Chart/celln2b
 
fসাঁচ:Chart/cellftসাঁচ:Chart/cellfb
  eসাঁচ:Chart/celletসাঁচ:Chart/celleb
  iসাঁচ:Chart/cellitসাঁচ:Chart/cellib
  Jসাঁচ:Chart/cellJtসাঁচ:Chart/cellJb
  oসাঁচ:Chart/cellotসাঁচ:Chart/cellob
  pসাঁচ:Chart/cellptসাঁচ:Chart/cellpb
  qসাঁচ:Chart/cellqtসাঁচ:Chart/cellqb
  rসাঁচ:Chart/cellrtসাঁচ:Chart/cellrb
  o2সাঁচ:Chart/cello2tসাঁচ:Chart/cello2b
  p2সাঁচ:Chart/cellp2tসাঁচ:Chart/cellp2b
  q2সাঁচ:Chart/cellq2tসাঁচ:Chart/cellq2b
  r2সাঁচ:Chart/cellr2tসাঁচ:Chart/cellr2b
 


  • Boxes can contain arbitrary wiki markup. The content of each box is specified using additional named parameters appended to the template call. Each box is three tiles wide and normally has a black border two pixels wide. Boxes can have any name that is a valid template parameter name, subject to a minimum of two alphabetical characters.

The appearance of the boxes may be controlled by the following optional template parameters:

  • border specifies the width of the box border in pixels,
  • boxstyle can be used to append arbitrary CSS declarations directly to the box style attributes.

For example, the following code:

{{chart/start}}
{{chart|border=0|boxstyle=background:#dfd;| | FOO |y| BAR | |FOO=Box 1|BAR=Box 2}}
{{chart|border=0|boxstyle=background:#dfd;| | |,|-|^|-|.| | }}
{{chart|border=0|boxstyle=background:#dfd;| | FOO | | BAR | |FOO=Box 3|BAR=Box 4}}
{{chart/end}}

produces this chart:

Box 1
Box 2
Box 3
Box 4

Style attributes can even be set for individual boxes, as in the example below:

{{chart/start}}
{{chart| | | | |CLEAR| | | | |CLEAR=Clear box}}
{{chart| |,|-|-|'|!|`|-|-|.| }}
{{chart|RED  |~|GREEN|~|BLUE |RED=Red box|GREEN=Green box|BLUE=Blue box
|boxstyle_RED  =background-color: #faa;
|boxstyle_GREEN=background-color: #afa;
|boxstyle_BLUE =background-color: #aaf;
}}
{{chart/end}}

which produces this:

Clear box
Red box
Green box
Blue box

NOTE: When specifying style attributes for individual named boxes, make sure the box names are aligned to the left side of the area reserved for them in the template call (as in "|RED  |" instead of "| RED |" in the example above), otherwise the template will end up looking for a style parameter with spaces in its name.

The {{chart/start}} template also accepts an optional style parameter that can be used to set CSS styles for the entire diagram.

Migration from familytree

[সম্পাদনা কৰক]

The {{chart}} template is largely compatible with the earlier {{familytree}} template. However, to use the additional functionality offered with this template, diagrams must be updated to use {{chart}} instead. Many {{familytree}} diagrams can be altered to use {{chart}} and its sub-templates simply by replacing the wikitext familytree with chart. A few of the "mixed" tiles had to be renamed, and {{familytree}} diagrams using these tiles will have to make a few changes. Additionally, two new "mixed" tiles have been added, joining solid lines to dashed lines. The following table summarises the differences:

Tile{{familytree}}{{chart}}
সাঁচ:Chart/cellctসাঁচ:Chart/cellcb
{c
সাঁচ:Chart/celldtসাঁচ:Chart/celldb
}d
সাঁচ:Chart/cellttসাঁচ:Chart/celltb
#t
সাঁচ:Chart/celletসাঁচ:Chart/celleb
[e
সাঁচ:Chart/cellftসাঁচ:Chart/cellfb
]f
সাঁচ:Chart/cellitসাঁচ:Chart/cellib
 i
 j

Lastly, if any uses of the {{familytree}} template end with |}}, that vertical bar should be removed, leaving the last cell in that row containing either some text or a space.

The familytree.js tool below can be used to convert between syntaxes. Just change the start tag when in edit view, then click "Art  Templates" to toggle back to wikitext view. The other templates will be updated to match.

  • familytree.js – tool to easily create or update diagrams using these templates