]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/diff.xml
scryfall: add more filter/reject words, better mtga parser
[factor.git] / extra / webapps / wiki / diff.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Diff: <t:label t:name="title" /></t:title>
6
7         <table>
8                 <tr>
9                         <th class="field-label">Old revision:</th>
10                         <t:bind t:name="old">
11                                 <td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:rest="author"><t:label t:name="author" /></t:a>.</td>
12                         </t:bind>
13                 </tr>
14                 <tr>
15                         <th class="field-label">New revision:</th>
16                         <t:bind t:name="new">
17                                 <td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:rest="author"><t:label t:name="author" /></t:a>.</td>
18                         </t:bind>
19                 </tr>
20         </table>
21
22         <t:comparison t:name="diff" />
23
24 </t:chloe>