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: "…" })