Template:ResearchNotesRow: Difference between revisions
Created page with "<tr> <td>{{{page|}}}</td> <td>{{{file|}}}</td> <td>{{{url|}}}</td> <td>{{{topics|}}}</td> <td>{{{note|}}}</td> <td>{{{user|}}}</td> <td>{{{timestamp|}}}</td> <td>{{{forpage|}}}</td> </tr>" |
No edit summary Tag: Manual revert |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<tr> | <includeonly> | ||
<td>{{{page|}}}</td> | <tr class="plainlinks"> | ||
<td>{{{file|}}}</td> | <td>[[{{{page|}}}|{{{title|}}}]]</td> | ||
<td>{{{url|}}}</td> | <td>{{#if:{{{file|}}}|[[media:{{PAGENAME:{{{file|}}}}}|<i class="fa-duotone fa-files"></i>]]}}</td> | ||
<td>{{#if:{{{url|}}}|[{{{url|}}} <i class="fa-duotone fa-arrow-up-right-from-square"></i>]}}</td> | |||
<td>{{{topics|}}}</td> | <td>{{{topics|}}}</td> | ||
<td>{{{note|}}}</td> | <td>{{{note|}}}</td> | ||
<td>{{{user|}}}</td> | <td>{{#if:{{{user|}}}|[[User:{{{user|}}}|{{{user|}}}]]}}</td> | ||
<td>{{{timestamp|}}}</td> | <td>{{{timestamp|}}}</td> | ||
</tr></includeonly> | |||
</ |