Skip to content

Commit

Permalink
use tf. prefix for the function
Browse files Browse the repository at this point in the history
  • Loading branch information
pmario committed Apr 21, 2024
1 parent 0347dbc commit 9086b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/wiki/allfields.tid
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: $:/snippets/allfields
\whitespace trim
\import [[$:/core/ui/ControlPanel/Basics]]

\function getLingoText() [[$:/language/Docs/Fields/]] [<title>] +[join[]get[text]]
\function tf.getLingoText() [[$:/language/Docs/Fields/]] [<title>] +[join[]get[text]]

\procedure renderfield(title)
<tr class="tc-view-field">
<td class="tc-view-field-name">
''<$text text=<<title>>/>'':
</td>
<td class="tc-view-field-value">
//<<getLingoText>>//
//<<tf.getLingoText>>//
</td>
<td class="tc-view-field-links">
<!-- show-filter-count expects a filter string. It does no more processing -->
Expand Down

0 comments on commit 9086b0c

Please sign in to comment.