mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 01:36:53 +00:00
Move the editions into a subfolder
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
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>
|
||||
}}}
|
||||
Reference in New Issue
Block a user