Merged r24560 from trunk to 6.1-stable (#43922).

git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24562 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-04-06 07:35:20 +00:00
parent 79edc44e8b
commit db5d33b9db
2 changed files with 4 additions and 4 deletions

View File

@@ -315,8 +315,8 @@ To go live, all you need to add is a database and a web server.
{{recent_pages(days=3)}} -- 直近3日間に更新されたページを表示します
{{recent_pages(limit=5)}} -- 表示するページの数を5件までに制限します
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects</pre></dd>
{{recent_pages(project=identifier)}} -- 指定したプロジェクトの直近7日間に更新されたページを表示します
{{recent_pages(include_subprojects=true)}} -- サブプロジェクトのページも含めて表示します</pre></dd>
</dl>
</p>

View File

@@ -321,8 +321,8 @@ To go live, all you need to add is a database and a web server.
{{recent_pages(days=3)}} -- 直近3日間に更新されたページを表示します
{{recent_pages(limit=5)}} -- 表示するページの数を5件までに制限します
{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project
{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects</pre></dd>
{{recent_pages(project=identifier)}} -- 指定したプロジェクトの直近7日間に更新されたページを表示します
{{recent_pages(include_subprojects=true)}} -- サブプロジェクトのページも含めて表示します</pre></dd>
</dl>
</p>