Sha256: 6a01b6c446ef88be0a86d05de8c165a7ab4d4ab5e46190850fe9439616b827f2
Contents?: true
Size: 997 Bytes
Versions: 8
Compression:
Stored size: 997 Bytes
Contents
!2 The Sub Page widget in an alias. Sometimes we want to create an alias to a subpage link as follows: !-[[click here][^SubPage]]-!. |Page creator.| |Page name.|Page contents.|Page attributes.|valid?| |!-SuperPage-!|!-[[tag][^SubPage]]-!||true| |Response Requester.| |uri|valid?|contents?| |!-SuperPage-!|true|| The widget should translate into a ? link of the form: * ''tag<a title="create page" href="!-SuperPage.SubPage-!?edit&nonExistent=true">[?]</a>'' |Response Examiner.| |type |pattern|matches?|value| |contents|tag<a title="create page" href="!-SuperPage.SubPage-!\?edit&nonExistent=true">\[\?\]</a>|true|| If the sub page is already present, then the widget should translate into a normal link. |Page creator.| |Page name.|Page contents.|Page attributes.|valid?| |!-SuperPage.SubPage-!|nothing||true| |Response Requester.| |uri|valid?|contents?| |!-SuperPage-!|true|| |Response Examiner.| |type |pattern|matches?|value| |contents|<a href="!-SuperPage.SubPage-!">tag</a>|true||
Version data entries
8 entries across 8 versions & 1 rubygems