Skip to main content
Module

x/mediawiki/api/mod.ts>ParamsFeedrecentchanges

Modules for interacting with MediaWiki using Deno.
Latest
interface ParamsFeedrecentchanges
implements Params
import { type ParamsFeedrecentchanges } from "https://deno.land/x/mediawiki@0.1.0/api/mod.ts";

Properties

optional
feedformat: "atom" | "rss" | string
optional
namespace: string
optional
invert: boolean
optional
associated: boolean
optional
days: number
optional
limit: number
optional
from: string
optional
hideminor: boolean
optional
hidebots: boolean
optional
hideanons: boolean
optional
hideliu: boolean
optional
hidepatrolled: boolean
optional
hidemyself: boolean
optional
hidecategorization: boolean
optional
tagfilter: string
optional
target: string
optional
showlinkedto: boolean