Twinkle HubTwinkle Hub

台灣法條全修法歷程

tw_statute_history

法令沿革 · 11 件🇹🇼 台湾読み取り専用

關鍵字 / Keywords: 法規沿革 修法歷史 statute history revision changelog 修正 版本歷程

【Region】Taiwan (ROC · 中華民國) 法條歷史。

【EN keywords】Taiwan law article revision history · list all statute versions · ROC statute lifecycle · 中華民國 法條 修正歷程 · 沿革

【何時用】用戶想看台灣某條法完整修法沿革 · 修過幾次 · 什麼時候修 · 每次修的說明。

【Topics covered · descriptive keyword list】修法歷程 · 修法沿革 · 修過幾次 · 沿革 · 修正記錄 · revision history

取得台灣法規某條的全修法沿革 · 從最早版本到現行版本的所有 revision · oldest → newest。

Args: law_name: 見 tw_statute_at_date article: 見 tw_statute_at_date

Returns: {law_name, pcode, article, article_suffix, n_revisions, revisions: [{revision_date, revision_note, revision_seq, text_preview, source_url}, ...]}

パラメータ

名前説明
law_name *string
article *string
生の JSON schema
{
  "properties": {
    "law_name": {
      "title": "Law Name",
      "type": "string"
    },
    "article": {
      "title": "Article",
      "type": "string"
    }
  },
  "required": [
    "law_name",
    "article"
  ],
  "title": "tw_statute_historyArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_statute_history({ law_name: "…" })