Project

General

Profile

Patch #43215 » 0002-Update-japanese-textile-help.patch

Takashi Kato, 2025-09-16 14:26

View differences:

app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb
316 316
{{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123</pre></dd>
317 317

  
318 318
      <dt><code>recent_pages</code></dt>
319
      <dd><p>Displays a list of recently updated wiki pages. With no argument, it displays pages that have been updated within the last 7 days. Examples:</p>
320
        <pre>{{recent_pages}}            -- displays pages updated within the last 7 days
321
{{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
322
{{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
323
{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time</pre></dd>
319
      <dd><p>最近更新された Wikiページを表示します。オプションがない場合は直近7日間に更新されたページを表示します。以下は使用例です:</p>
320
        <pre>{{recent_pages}}            -- 直近7日間に更新されたページを表示します
321
{{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
322
{{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
323
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します</pre></dd>
324 324
    </dl>
325 325
    </p>
326 326

  
(2-2/2)