විකිපීඩියා:නිවිප්ර/තාක්ෂණික
Jump to navigation
Jump to search
![]() |
උදවු:පටුන |
නිති විමසන පැන - තාක්ෂණික (Technical FAQ) සුචිය | නිති විමසන පැණ | සමාලෝචනය | පාඨකයින් | පාසල් | ආයතන | දායකවීම | සංස්කරණ | පරිපාලක | තාක්ෂණික | ගැටළු | Article subjects | ප්රවර්ග | හිමිකම් | Forking | Miscellaneous
Note: If you're trying to get help for a specific technical problem that isn't answered by the FAQs, try asking in Wikipedia:Troubleshooting or at the village pump. What happens if two or more people are editing the same page?[සංස්කරණය]
How do I recover a password I have forgotten?[සංස්කරණය]
How do I change my password?[සංස්කරණය]
How do I report a bug?[සංස්කරණය]
How do I suggest a new feature?[සංස්කරණය]
What software is used to run Wikipedia?[සංස්කරණය]
How about the hardware?[සංස්කරණය]Current situation[සංස්කරණය]
History of Wikipedia Hardware[සංස්කරණය]
How about the connection?[සංස්කරණය]
How big is the database?[සංස්කරණය]
What kind of markup language does Wikipedia use?[සංස්කරණය]
Why not use HTML?[සංස්කරණය]
So we can't use any HTML?![සංස්කරණය]
What about non-ASCII characters, and special symbols?[සංස්කරණය]
What about math topics, which require many special symbols, fonts, and graphics?[සංස්කරණය]
Is it possible to download the contents of Wikipedia?[සංස්කරණය]
Is there a CPAN module to query Wikipedia?[සංස්කරණය]
#!/usr/bin/perl use LWP; $browser = LWP::UserAgent->new(); $url = "http://en.wikipedia.org/wiki/Wikipedia%3AMain_Page"; $webdoc = $browser->request(HTTP::Request->new(GET, $url)); if ($webdoc->is_success) #...then it's loaded the page OK { print $webdoc->title, "\n\n"; # page title print $webdoc->content, "\n\n"; # page text }
Does Wikipedia use cookies?[සංස්කරණය]
Hey! Why was I automatically logged out?[සංස්කරණය]
The software that runs Wikipedia is great! Can I use it for my site?[සංස්කරණය]
Can I add a page hit counter to a Wikipedia page?[සංස්කරණය]
I have a problem not on this list, where do I go?[සංස්කරණය]
Low-bandwidth wireless Wikipedia[සංස්කරණය]
Lower-case first letters in titles[සංස්කරණය]
Is the "random article" feature really random?[සංස්කරණය]
|