1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00
TiddlyWiki5/editions/resumebuilder/tiddlers/templates/$__template_ContactInformationTemplate.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

26 lines
1.5 KiB
Plaintext

input_tiddler: $:/input/Contact Information
options_tiddler: $:/options/Contact Information Options
section_name: Contact Information
tags: DisplayTemplate
template_name: Contact Information Template 1
title: $:/template/ContactInformationTemplate
<div style='text-align:center'>
<h3>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_name' text='false'><$reveal type='nomatch' state='$:/data/ResumeTitle!!use_name' text='true'>{{$:/data/Personal Information!!name}}<br></$reveal></$reveal>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_address' text='false'>{{$:/data/Personal Information!!street_address}}<br>
{{$:/data/Personal Information!!city}}, {{$:/data/Personal Information!!state}} {{$:/data/Personal Information!!zip_code}}, {{$:/data/Personal Information!!country}}<br></$reveal>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_phone_number' text='false'>+{{$:/data/Personal Information!!phone_number}}<br></$reveal>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_email_address' text='false'>{{$:/data/Personal Information!!email_address}}<br></$reveal>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_date' text='false'>
<$reveal type='nomatch' state='$:/settings/Resume Configuration!!show_current_date' text='false'>
<<now "DDD DDth MMM YYYY">>
</$reveal>
<$reveal type='match' state='$:/settings/Resume Configuration!!show_current_date' text='false'>
{{$:/data/Personal Information!!entered_date}}
</$reveal>
<br>
</$reveal>
</h3>
</div>