ವಿವರಣೆ
The plugin is a Wikipedia plugin, for setting links to Wikipedia articles. The language and the description for every link can be set individually.
Requirements
- WordPress 3.2 or newer
- PHP 5.3.0 or newer
Shortcode
Add to your content of a page or article
[[search tag]]
Another way for using the Wikipedia call, is to use the additional syntax
[[ article | view ]]
creates a link to the article and within the content the view text is shown
[[ language | article | view ]]
creates a link to the article with the language and within the content the view text is shown
ಸ್ಥಾಪನೆ
- Upload the folder to the “/wp-content/plugins/” directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Which language code is supported ?
-
All languages, which are show on the Wikipedia site, are supported.
- Does the plugin need any requirements ?
-
The underlaying object-orientated structure of the plugin uses the PHP namespaces, which added in the PHP version 5.3.0.
So the plugin needs a PHP version equal or newer than PHP 5.3.0
ವಿಮರ್ಶೆಗಳು
ಈ ಪ್ಲಗಿನ್ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.
ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್ಗಳು
“Reference 2 Wiki” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.
ಕೊಡುಗೆದಾರರು“Reference 2 Wiki” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.
ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?
ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ, SVN ರೆಪೊಸಿಟರಿ ಪರಿಶೀಲಿಸಿ, ಅಥವಾ ಅಭಿವೃದ್ಧಿ ಲಾಗ್ ಗೆ RSS ಚಂದಾದಾರರಾಗಿ.
Changelog
0.21
- fixing language bugs
0.2
- full redesign with PHP namespaces and classes (supports with PHP 5.3.0)
- change source structure to the full WordPress Codex
- renaming language namespace
0.1
- add multilanguage support (english, german)
- fix some structures for the wordpress codex