Jump to content

Manual:GetText.php/ko

From mediawiki.org
This page is a translated version of the page Manual:GetText.php and the translation is 27% complete.
미디어위키 버전:
1.16

상세

getText.php file is a maintenance script that outputs content of a given page (wikitext) to stdout. It could be used for scripting.

옵션/인수

Option/Argument Description Required?
<title> Page title Required
--revision Revision ID Optional
--show-private Show the text even if it's not available to the public Optional


사용법

php maintenance/run.php getText <title> [ --revision| --show-private ]
Terminal
In MediaWiki version 미디어위키 1.39 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Advanced usage

Terminal

If page title contains whitespace, it should be enclosed in double quotes ("), as shown in example.

같이 보기