#?SuikaWikiConfig/2.0 Plugin: @Name: Phrase @Description: @@@: Phrasal element @@lang:en @License: %%GPL%% @Author: @@Name: @@@@: Wakaba @@@lang:ja @@@script:Latn @@Mail[list]: w@suika.fam.cx @Date.RCS: $Date: 2004/02/14 10:53:13 $ PluginConst: @NS_XHTML1: http://www.w3.org/1999/xhtml FormattingRule: @Category[list]: view view-resource form-input page-link link-to-resource @Name: abbr @Description: @@@: Abbreviation @@lang: en @Formatting: my $abbr = $p->{-parent}->append_new_node (type => '#element', namespace_uri => $NS_XHTML1, local_name => 'abbr'); __ATTRNODE:%short->{$abbr}__; __ATTRTEXT:%long__; $abbr->set_attribute (title => $p->{long}) if $p->{long}; FormattingRule: @Category[list]: view view-resource form-input page-link link-to-resource @Name: em @Description: @@@: Emphasis @@lang: en @Formatting: my $em = $p->{-parent}->append_new_node (type => '#element', namespace_uri => $NS_XHTML1, local_name => 'em'); __ATTRNODE:%content->{$em}__;