BlogIt-SkinTemplate-lmf

Headline:
BlogID: Tags: Status:

(:e_guibuttons:)

Pagename (Group.Name):
Author: Date:

Basic editing - Text formatting rules - Documentation index

Tables: simple - advanced

Paragraphs: for a new paragraph, use a blank line;

Line break: \\ or [[<<]]

-> to indent text, -< hanging text

Join line: \

Lists: * for bulleted, # for numbered, :term:definition for definition lists

Emphasis: ''italics''   '''bold'''   '''''bold italics'''''   @@monospaced@@

References: [[another page]], [[https://example.com/]], [[link"tool tip"|link text]], [[link|+]], [[#anchor]], [[#anchor|link text]]

Signatures: name: ~~~
name and date: ~~~~

Groups: [[Group/Page]] displays Page, [[Group.Page]] displays Group.Page, [[Group(.Page)]] displays Group, [[Group/]] links Group homepage

Separators: !!, !!! for headings, ---- for horizontal line

Prevent formatting: [=...=]

Other: [+big+]   [++bigger++]   [-small-]   [--smaller--]   '^superscript^'   '_subscript_'   {+inserted+}   {-deleted-}

Preformatted: [@...@] or >>pre<<...>><<

Headline:
BlogID: Tags: Status:

(:e_guibuttons:)

Pagename (Group.Name):
Author: Date:

(:template defaults order=-$:entrydate:) (:template each:)

{=$Title}?

{=$:entrybody}

(:template last:)

(:template each:)

(:template last:)

#tag-commalist-pagelist

Parameters: links Used to generate the list of categories usually seen in the sidebar.

(:if false:)[[#tag-commalist-pagelist]](:if:)\
(:pagelist name={$$links} list=all fmt=#tag-commalist wrap=inline:)
[[#tag-commalist-pagelistend]]

#tag-commalist

Parameters: count Used to generate the comma-separated list of categories usually seen in the blog footer.

(:if false:)[[#tag-commalist]](:if:)\
(:template each:)[[{=$FullName}|{=$Titlespaced}]]\
(:template ! last:), \
[[#tag-commalistend]]

Pagelists


BLOGS

#blog-summary-pagelist

Parameters: blogid, status, pagenav (true/false -- default is true), count (0 for default all; null for default defined in config), daterange, [group and name (if included, then returns only the specific page, no other parameters are needed)].

(:if false:)[[#blog-summary-pagelist]](:if:)
(:pagelist list="blogit" wrap=none fmt=#multi-entry-view\
  order="{$$order}"\
  $:entrytype=blog\
  {(bi_param $:blogid "{$$blogid}")}\
  {(bi_param $:entrystatus "{$$status}")}\
  {(bi_param link "{$$link}")}\
  {(bi_param perpage "{$$count}")}\
  {(bi_param group "{$$group}")}\
  {(bi_param name "{$$name}")}\
  (:if !bi_isnull {$$daterange}:)if='date {$$daterange} @{=$:entrydate}' \
  (:elseif equal {$bi_DisplayFuture} false:)if='date ..@{$Now} @{=$:entrydate}'(:if:)\
  (:if !equal '{$$count}' 0:){(bi_param pagenav "{$$pagenav}")}\
  count={(bi_ifnull '{$$count}' "{$bi_EntryStart}..{$bi_EntryEnd}")}(:if:)\
  {(bi_param cols "{$$cols}")}\
:)
[[#blog-summary-pagelistend]]