1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/editions/resumebuilder/tiddlers/templates/$__template_PreviousEmploymentTemplate.tid
inmysocks 8bb0a9b7c8 Moved files to be keep consistent organization
Also remembered to add tiddlywiki.info, that is important.
2015-07-18 00:23:51 -06:00

18 lines
663 B
Plaintext

input_tiddler: $:/input/Previous Employment
options_tiddler: $:/options/Previous Employment Options
section_name: Previous Employment
tags: DisplayTemplate
template_name: Previous Employment Template 1
title: $:/template/PreviousEmploymentTemplate
\define thisPreviousEmploymentList()
<$list filter='[prefix[$:/data/Previous Employment/]removeprefix[$:/data/]addprefix[$:/settings/$(ThisResumeName)$/]!show[false]sort[order]removeprefix[$:/settings/$(ThisResumeName)$/]addprefix[$:/data/]]'>
<li><$view field='job_title'/>, <$view field='employer'/>, <$view field='dates'/></li>
</$list>
\end
!!''Previous Employment''
<ul>
<<thisPreviousEmploymentList>>
</ul>