-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtemplate_edits.txt
53 lines (41 loc) · 1.94 KB
/
template_edits.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Edited:
=====
Template:Listing
Template:Mapframe
Added:
=====
In Listing:
NameAmirZ
-->{{#if:{{{name|}}}
|  {{#ifeq:{{#invoke:IsLatin|IsLatin|{{{name|}}}}}|yes
| <bdi class="listing-name" style="font-style: italic;">{{{name|}}}</bdi>
| <bdi class="listing-name">{{{name|}}}</bdi>}}
}}<!--
Removed:
========
In Listing:
Metadata - last edit date, "edit" link, etc.
Note: an additional edit link will be inserted by Javacript at end of this required "listing-metadata-items" span.
--><span class="listing-metadata"><!--
-->{{#if:{{{lastedit|}}}|&#32;(}}<!--
--><span class="listing-metadata-items"><!--
-->{{#if:{{{lastedit|}}}
| <bdi class="listing-lastedit">updated {{#time: M Y|{{{lastedit|}}}}}</bdi>
| &nbsp;<!-- "listing-metadata-items" must NOT be empty, otherwise the "edit" link (not generated but inserted by javascript) will be missing -->
}}<!--
--></span><!--
-->{{#if:{{{lastedit|}}}|)}}<!--
--></span><!--
In Mapframe:
Metadata - last edit date, "edit" link, etc.
Note: an additional edit link will be inserted by Javacript at end of this required "listing-metadata-items" span.
--><span class="listing-metadata"><!--
-->{{#if:{{{lastedit|}}}|&#32;(}}<!--
--><span class="listing-metadata-items"><!--
-->{{#if:{{{lastedit|}}}
| <bdi class="listing-lastedit">updated {{#time: M Y|{{{lastedit|}}}}}</bdi>
| &nbsp;<!-- "listing-metadata-items" must NOT be empty, otherwise the "edit" link (not generated but inserted by javascript) will be missing -->
}}<!--
--></span><!--
-->{{#if:{{{lastedit|}}}|)}}<!--
--></span><!--