#!/usr/bin/env perl

use strict;
use warnings;

use App::Wikidata::Template::CS::CitaceMonografie;

our $VERSION = 0.03;

# Run.
exit App::Wikidata::Template::CS::CitaceMonografie->new->run;

# Print version.
sub VERSION_MESSAGE {
	print $VERSION."\n";
	exit 0;
}

__END__

=pod

=encoding utf8

=head1 NAME

wd-citace-monografie - Command line tool for create Czech Wikipedia template for monography defined by Wikidata.

=head1 SYNOPSIS

 wd-citace-monografie [-h] [-l lang] [-m mediawiki_site] [-p] [--version] wd_id

=head1 ARGUMENTS

=over 8

=item * C<-h>

Print help.

=item * C<-l lang>

Language used defined by ISO 639‑1 Code.

Default value is en = English.

=item * C<-m mediawiki_site>

MediaWiki site.

Default value is 'www.wikidata.org'.

=item * C<-p>

Pretty print.

=item * C<--version>

Print version of script.

=item * C<wd_id>

Identifier of book edition in Wikidata (qid).

=back

=head1 REPOSITORY

L<https://github.com/michal-josef-spacek/App-Wikidata-Template-CS-CitaceMonografie>

=head1 AUTHOR

Michal Josef Špaček L<mailto:skim@cpan.org>

L<http://skim.cz>

=head1 LICENSE AND COPYRIGHT

© 2018-2025 Michal Josef Špaček

BSD 2-Clause License

=head1 VERSION

0.03

=cut
