5 |
@Description: |
@Description: |
6 |
@@@: Obsoleted formatting rules |
@@@: Obsoleted formatting rules |
7 |
@@lang:en |
@@lang:en |
8 |
@License: %%GPL%% |
@License: %%Perl%% |
9 |
@Author: |
@Author: |
10 |
@@Name: |
@@Name: |
11 |
@@@@: Wakaba |
@@@@: Wakaba |
12 |
@@@lang:ja |
@@@lang:ja |
13 |
@@@script:Latn |
@@@script:Latn |
14 |
@@Mail[list]: w@suika.fam.cx |
@@Mail[list]: w@suika.fam.cx |
15 |
@Date.RCS: $Date$ |
@Date.RCS: |
16 |
|
$Date$ |
17 |
@RequiredPlugin[list]: |
@RequiredPlugin[list]: |
18 |
Error |
Error |
19 |
WikiResource |
WikiResource |
121 |
if length $p->{description}; |
if length $p->{description}; |
122 |
} |
} |
123 |
|
|
124 |
|
FormattingRule: |
125 |
|
@Category[list]: |
126 |
|
view |
127 |
|
view-resource |
128 |
|
form-input |
129 |
|
@Name: form-line |
130 |
|
@Description: |
131 |
|
@@@: |
132 |
|
A semantic line |
133 |
|
@@lang: en |
134 |
|
@Parameter: |
135 |
|
@@Name: class |
136 |
|
@@Type: classes |
137 |
|
@@Default: (none) |
138 |
|
@@Description: |
139 |
|
@@@@: Class of section |
140 |
|
@@@lang:en |
141 |
|
@Parameter: |
142 |
|
@@Name: content |
143 |
|
@@Type: text |
144 |
|
@@Default: "" |
145 |
|
@@Description: |
146 |
|
@@@@: Content of the line |
147 |
|
@@@lang:en |
148 |
|
@Formatting: |
149 |
|
__ATTRNODE:%content__; |
150 |
|
SuikaWiki::Plugin->module_package ('Error') |
151 |
|
->report_error_simple ($o->{wiki}, |
152 |
|
WikiForm => SuikaWiki::Plugin->module_package ('WikiResource')->get_text |
153 |
|
(name => 'Obsolete:WikiForm:%form-line', |
154 |
|
param => $o, |
155 |
|
wiki => $o->{wiki})); |
156 |
|
if ($p->{content}->count) { |
157 |
|
$p->{-parent}->append_node ($p->{content}, node_or_text => 1); |
158 |
|
$p->{-parent}->append_new_node |
159 |
|
(type => '#element', namespace_uri => $NS_XHTML1, local_name => 'br') |
160 |
|
->option (use_EmptyElemTag => 1); |
161 |
|
} |
162 |
|
|
163 |
Resource: |
Resource: |
164 |
|
@Obsolete:WikiForm:%form-line: |
165 |
|
@@@: Formatting rule "form-line" is obsolete. Use "line" instead. |
166 |
|
@@lang:en |
167 |
@Obsolete:WikiForm:n: |
@Obsolete:WikiForm:n: |
168 |
@@@: Formatting rule "n" is obsolete. Use "line" instead. |
@@@: Formatting rule "n" is obsolete. Use "line" instead. |
169 |
@@lang:en |
@@lang:en |