Browsable Wiki Table Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: doc/wiki/subset/sottet/extracted
Source used for this grammar: Jean-Sébastien Sottet, WikiTable 1.0, Wiki Tabular Presentation, WikiTable.ecore, 2010/01/19 [Atlantic]

Summary

Syntax

LocatedElement ::=
	Table
LocatedElement ::=
	Caption
LocatedElement ::=
	Row
LocatedElement ::=
	Cell
Table ::=
	[border]::Integer [style]::String [class]::String [caption]::Caption [rows]::Row+
Caption ::=
	[content]::String
Row ::=
	[cells]::Cell+
Cell ::=
	[isHeading]::Boolean [align]::String [style]::String [content]::String
Boolean ::=
	"true"
	"false"
Integer ::=
	integer
String ::=
	string

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []