mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.10.3.1
This commit is contained in:
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package gplx.xowa.xtns.massMessage; import gplx.*; import gplx.xowa.*; import gplx.xowa.xtns.*;
|
||||
import gplx.xowa.xtns.pfuncs.*;
|
||||
import gplx.xowa.langs.*;
|
||||
import gplx.xowa.langs.*; import gplx.xowa.langs.kwds.*;
|
||||
import gplx.xowa.parsers.*; import gplx.xowa.parsers.tmpls.*;
|
||||
public class Message_target_func extends Pf_func_base {
|
||||
@Override public int Id() {return Xol_kwd_grp_.Id_massMessage_target;}
|
||||
@@ -26,5 +26,5 @@ public class Message_target_func extends Pf_func_base {
|
||||
byte[] argx = Eval_argx(ctx, src, caller, self); if (argx == null) return;
|
||||
bfr.Add(Xop_tkn_.Lnki_bgn).Add(argx).Add(Xop_tkn_.Lnki_end); // TODO: evaluate 2nd arg; {{#target:A|en.wikipedia.org}}
|
||||
}
|
||||
public static final Message_target_func _ = new Message_target_func(); Message_target_func() {}
|
||||
public static final Message_target_func Instance = new Message_target_func(); Message_target_func() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user