Date: Thu, 26 Mar 2009 11:34:32 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FOldStyleTablePlugin; flags=PAGE_LOCKED; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **~OldStyleTable** [[Help:WikiPlugin|plugin]] can be used to include tables within a wiki page using the old-style markup syntax for tables. == Usage Jeff |< Dairiki |^ Cheap |< Not worth it |> Marco |< Polo | Cheaper |< Not available ?> will get you Jeff |< Dairiki |^ Cheap |< Not worth it |> Marco |< Polo | Cheaper |< Not available ?> Note that multiple __|__s lead to spanned columns, and __v__s can be used to span rows. A __>__ generates a right justified column, __<__ a left justified column and __^__ a centered column (which is the default.) == Arguments __caption__: Any string. Default: "" __border__: Any number. Default: 1 __cellspacing__: Any number. Default: 1 __cellpadding__: Any number. Default: 1 __summary__: Any string. Default: "" ---- Note that within each table cell, _new-style_ markup is used. You can only use inline markup --- no block level markup is allowed within table cells. (Using old-style markup wouldn't make much sense, since one can't include multi-line plugin invocations using the old-style markup rules.) ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]