mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
title: ViewTemplate shadows
|
|
modifier: matt
|
|
created: 20110211143943
|
|
modified: 201102151515
|
|
tags: shadow
|
|
creator: matt
|
|
|
|
This tiddler contains the mark up to display tiddlers. You can change the mark up to create a custom view of a tiddler.
|
|
|
|
By default it contains the following markup:
|
|
|
|
{{{
|
|
<div class='toolbar'
|
|
macro='toolbar [[ToolbarCommands::ViewToolbar]] icons:yes height:16 width:16 more:popup'>
|
|
</div>
|
|
<div class='heading'>
|
|
<span class='spaceSiteIcon'
|
|
macro='tiddlerOrigin label:no spaceLink:yes height:48 width:48 preserveAspectRatio:yes'>
|
|
</span>
|
|
<span class="titleBar">
|
|
<div class='title' macro='view title text'></div>
|
|
<div class="subtitle" macro='viewRevisions page:5'>
|
|
last modified on
|
|
<span macro="view modified date"></span>
|
|
</div>
|
|
</span>
|
|
<span class='followPlaceHolder' macro='followTiddlers'></span>
|
|
<span class='modifierIcon'
|
|
macro='view modifier SiteIcon label:no spaceLink:yes height:48 width:48 preserveAspectRatio:yes'>
|
|
</span>
|
|
<div class='tagClear'></div>
|
|
</div>
|
|
<div class='content'>
|
|
<div class='viewer' macro='view text wikified'></div>
|
|
</div>
|
|
<div class='tagInfo'>
|
|
<div class='tidTags' macro='tags'></div>
|
|
<div class='tagging' macro='tagging'></div>
|
|
</div>
|
|
}}}
|